/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
/*font-family: Georgia, Times serif;*/
font: 11px Arial, Helvetica, sans-serif;
color: #888;
}

blockquote, h3, p, li {
font-size: 11px;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
/*margin: 0 0 15px 0;*/
margin: 10px 0 15px;
font-weight: normal;
color: #9999ff;
}

h1, h2, h3 {
font-family: Georgia, Times, serif;
line-height: 1.2em;
}

h1 {
font-size: 39px;
/*margin: 0; padding: 0;*/
font-weight: lighter;
}

h2 {
font-size: 39px;
}

h3 {
font-size: 28px;
}

h3.ital { 
font-size: 24px;
font-style: italic;
color: #888;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #9999ff;
border-bottom: 1px dotted;
}

a:hover {
border-bottom: 1px solid;
}

a img {
border: none;
}

h1 a, h2 a, h3 a {
color: #9999ff;
border: none;
}

#site-name {
width: 650px;
height: 55px;
margin: 0 auto;
padding-top: 20px;
}

#site-name a {
border: none;
}

#site-name span {
color: #d5d5ff;
}

a.nexter {
border: 1px solid #dbdfe2;
padding: 5px; 
}

/* layout
----------------------------------------------- */

#container {
margin: 0 auto;
padding: 0;
width: 100%;
background: #fff url("../images/s2.gif") no-repeat 5px 5px;
}

.homelink {
float:left;
width: 85px;
height: 85px;
margin: 0;
cursor: pointer;
}

#head {
text-align: center;
/*height: 95px;*/
margin: 0; padding: 0;
}

#section_list {
height: 30px;
margin: 10px 0 0 0;
padding-top: 7px;
border-top: 1px solid #eee;
}

#section_list a {
background-color:#fff;
color:#9999ff;
margin: 5px 10px 2px 0;
padding:7px 14px 8px 14px;
text-decoration:none;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
border:1px solid #eee;
border-top: 2px solid #fff;
/*vertical-align: baseline;*/
}

#section_list a:hover {
background-color:#d5d5ff;
color: #fff;
border: 1px solid #d5d5ff;
}

#section_list a.active {
background-color:#9999ff;
color:#fff;
border:1px solid #9999ff; 
}

#content {
margin: 20px 0 0 0;
padding: 0;
/*background: #fff url("../images/content_bottom.jpg") repeat-x bottom;*/
}

#foot {
font: 11px Arial, Helvetica, sans-serif;
margin-top: 25px;
clear: both;
text-align: center;
font-size: 11px;
color: #ccc;
}

#foot a { color: #ccc; }

/* overrides
----------------------------------------------- */

/*.caps { font-size: 0.9em;letter-spacing: 0.1em; }*/

div.divider {
margin: 2em 0;
text-align: center;
}

#slide {
float: left;
border: 1px solid red;
}

/* articles
----------------------------------------------- */

.directory {
list-style-type: circle;
}

.author {
font-style: normal;
font-size: 0.8em;
}

.published {
font-size: 0.8em;
}

ul.linklist { width: 600px; }

/* error page
----------------------------------------------- */

.error-status {
font: 1.3em Georgia, Times, serif;
}

/* zem contact
----------------------------------------------- */

.zemContactForm {
float: left;
width: 300px;
margin: 0 0 20px 0;
padding: 0;
}

.zemContactForm fieldset {
border: 0px;
}

fieldset {
border: none;
}

form label {
width: 8em;
float: left;
margin-right: 0.5em;
display: block;
font: 11px Arial, Helvetica, sans-serif;
}

form input.zemText {
width: 285px;
/*margin-bottom: 50px;*/
}

.zemTextarea zemRequired {
width: 285px;
background: #ddd;
border: #ddd;
}

.zemSubmit {
margin: 0 auto;
width: 80px;
height: 22px;
color: #fff;
background: #9999ff;
border: 1px outset #9999ff;
cursor: pointer;
}

.zemError li { list-style-type: none; }

ul.zemError li, .zemThanks { color: #9999ff; }
