@charset "utf-8";

@import url(import/form.css);
@import url(import/internal.css);
@import url(import/layout.css);
@import url(import/navigation.css);

/*
classes: active, inactive, content, descr, featured, no_results, pagination
*/

a { color: #fff; text-decoration: none; }

/* ----- body (see sunrise.css & sunset.css */
/*body { background: #f4f4f4 url(../img/bg.png) repeat-y fixed center; color: #404040; font: normal 9pt Arial, Helvetica, sans-serif; margin: 0; }*/

h1, h2, h3, h4, h5, h6, p { margin: 0 5px; padding: 5px; font-family: "open sans",arial,sans-serif; font-size:9pt;}
/**/
h1 {  color: #fff;  font-size:27px; font-weight: 400;}
h2 {  color: #fff;  font-size:27px; font-weight: 400;}
h3 {  color: #fff;  font-size:27px; font-weight: 400;}
h4 {  color: #fff;  font-size:27px; font-weight: 400;}
h5 {  color: #fff;  font-size:27px; font-weight: 400;}
h6 {  color: #fff;  font-size:27px; font-weight: 400;}
p {  color: #fff; font-family: "open sans",arial,sans-serif; font-size:11pt; }

/**/
h1 a { color: #fff; }
h2 a { color: #fff; }
h3 a { color: #fff; }
h4 a { color: #fff; }
h5 a { color: #fff; }
h6 a { color: #fff; }

.h1, .h2, .h3, .h4, .h5, .h6 { border-bottom: 1px solid #d5d5d5; color: #fff; }
.h1 { font-family: "open sans",arial,sans-serif; font-size:11pt; }
.h2 { font-family: "open sans",arial,sans-serif; font-size:10pt; }
.h3, .h4, .h5, .h6 { font-family: "open sans",arial,sans-serif; font-size:9pt; }

img { max-width: 100%; }

.inactive { color: #a03535; font-family: "open sans",arial,sans-serif; font-size:7pt; text-transform: uppercase; }

.no_results { color: #a07d35; font-family: "open sans",arial,sans-serif; font-size:7pt; text-transform: uppercase; }

.featured { color: #35a03b; font: font-family: "open sans",arial,sans-serif; font-size:7pt; text-transform: uppercase; }

.subnav { color: #ffffff; margin-left:20px; }

/* ----- definition */
dl { margin: 0; padding: 0; }
dt, dd { margin: 0; padding: 5px; }
dt { border-bottom: 1px solid #d5d5d5; color: #606060; font-family: "open sans",arial,sans-serif; font-size:11pt; }
dd { font-family: "open sans",arial,sans-serif; font-size:8pt; }
