/* - - - - - - - - - - - - - - - - - - - - -

Title :  Zygomycetes Style Sheet for Screen
Author : Sally Benny
URL : www.zygomycetes.org

Created : Oct. 2006
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body{
margin: 0;
padding: 0;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: small;
background: #dbe7f4;
}

/* ----- IDS ----- */

#container{
width: 100%;
min-width: 600px;
max-width: 1400px;
background: url(../images/bg.gif) repeat-y 70% 0;
padding: 0;
margin: 0;
}
#header{
background: #123869 url(../images/header.gif) no-repeat 0 0;
height: 90px;
}
#content{
float: left;
width: 70%;
color: #4e463c;
font-size: 90%;
line-height: 1.6em;
}
#sidebar{
float: right;
width: 30%;
color: #0c2d55;
font-size: 90%;
display: inline;
}
#navigation{
width: 100%;
float: left;
margin: 0;
padding: 0;
background: #6b96cb;
border-top: 1px solid #1c4693;
border-bottom: 1px solid #1c4693;
font-family: Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
font-size: 110%;
font-weight: bold;
}
#navigation ul{
margin: 0;
padding: 0;
}
#navigation li{
float: left;
margin: 0; 
padding: 0; 
list-style: none;
}
#navigation a{
float: left;
display: block;
margin: 0;
padding: .5em 1em;
color: #0a0c4b;
border-right: 1px solid #1c4693;
text-decoration: none;
background: #6b96cb url(../images/blue.gif) no-repeat 0 0;
border-bottom: none;
}
#navigation a:hover, #navigation a.current{
color: #0a2b0f; 
background: #9dc78c url(../images/green.gif) no-repeat 0 0;
}
#footer{
background: #336cac;
clear: both;
color: #0a0c4b;
width: 100%;
border-top: 1px solid #224872;
}

/* ----- CLASSES ----- */

.hide{
/* display:none; */
}
.show{
/* display:block; */
}
#content .gutter{
padding: 20px;
}
#sidebar .gutter{
padding: 15px;
margin: 0;
height: 100%;
}
/* ----- HEADINGS ----- */

#header h1 {
margin: 0;
padding: 0;
}
#header h1 img {
border: none;
margin: 0;
padding: 0;
display: block;
position: absolute;
left: 40px;
top: 20px;
color: #adc4dd;
}
#header h1 img a {
color: #adc4dd;
}
#content h2{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 178%;
font-weight: bold;
color: #0c2d55;
margin: 0 0 1em 0;
padding: 10px 0 0 30px;
background: url(../images/mushroom.gif) no-repeat 0 100%;
}
#content h3, #content h4{
font-size: 140%;
text-transform: uppercase;
font-weight: bold;
margin: 1em 0 .5em 0;
padding: 0 0 2px 0;
border-bottom: 1px solid #4e463c;
}
#content h4{
font-size: 120%;
}
#sidebar h3, #sidebar h4{
font-size: 140%;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
color: #0c2d55;
margin: 0 0 .5em 0;
padding: 2px 0 2px 0;
border-bottom: 1px solid #0c2d55;
}
#sidebar h4{
font-size: 120%;
}
/* ----- PARAGRAPHS ----- */

#footer p{
margin: 0;
clear: left;
padding: 0 15px 15px 20px;
}

/* ----- QUOTES ----- */

blockquote{
margin: 10px 30px;
padding: 0 10px;
background-color: #c5d9f0;
border: 1px solid #95b6dd;
}
cite{
font-style: italic;
display: block;
text-align: right;
}

/* ----- LISTS ----- */

ul li{
list-style: none;
background: url(../images/bullet.gif) no-repeat 0 4px;
margin: 0 0 0 20px;
padding: 0 0 0 14px;
}
ol{
margin: .5em 0;
padding: 0;
}
ul{
margin: .5em 0;
padding: 0;
}
ol li{
margin: 0 0 0 20px;
padding: 0 0 0 14px;
list-style-type: decimal;
}
#header ul{
margin: 0;
padding: 0;
font-size: 80%;
text-align: right;
position: relative;
right: 10px;
bottom: -65px;
}
#header li{
display: inline;
margin: 0;
}
#header li a{
color: #dbe7f4;
}
#footer ul{
width: auto;
padding: 10px 15px 10px 20px;
text-align: center;
}
#footer li{
display: inline;
background: none; 
padding: 0 0 10px 0;
margin: 0 10px 0 0;
}

/* ----- IMAGES ----- */

div.pic{
background-color: #dbe7f4;
color: #4e463c;
padding: 7px;
float: left; 
display: inline; 
margin: 5px 0;
width: auto;
}
div.pic img{
background-color: #eff4f9;
padding: 5px;
float: left;
margin: 0 7px 0 0; 
display: inline;
border: none;
}
div.pic p{
margin: 0;
}
div.pic a img{
border: 1px solid #aec5e0;
text-decoration: none;
}
div.pic a:hover{
height: auto;
}
div.pic a:hover img{
border: 1px solid #8c1616;
}
#content img{
background-color: #eff4f9;
padding: 5px;
float: left;
margin: 0 7px 0 0; 
border: 1px solid #aec5e0;
}

/* BREAK */

hr{
 display:none; 
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted;
}
#content a{
color: #8c1616;
}
#content a:hover, #content a:visited{
color: #4e463c;
}
#sidebar a, #footer a:hover, #footer a:visited{
color: #0c2d55;
}
#sidebar a:hover, #sidebar a:visited{
color: #0466b9;
}
#footer a{
color: #95b6dd;
}
/* ----- TABLES ----- */

table{
width: 100%;
background-color: #c5d9f0; 
border: 1px solid #4576ac;
margin-bottom: 1em;
}
caption, th, tfoot{
font-weight: bold;
color: #0c2d55;
text-align: center;
}
caption{
font-size: 110%;
padding: 8px 10px;
}

tfoot{
text-align: left;
}
th, tfoot{
background-color: #6b96cb;
}
th, td{
margin: 0;
padding: 8px 10px;
border-bottom: 1px solid #95b6dd;
border-right: 1px solid #95b6dd;
}

/* ----- FORMS ----- */

#sidebar #search{
}
#sidebar #search p{
width: auto;
font-weight: bold;
padding-top: 2px;
margin: 0 0 10px 0;
}
#sidebar #search form{
margin: 0 0 10px 0;
}
#sidebar #search br{
float: left;
}
#sidebar #search input{
border-width: 1px 2px 2px 1px;
padding: 1px 5px;
margin: 0 0 0 10px;
}
form{
width: 100%;
margin: 0;
padding: 0;
}
form p{
margin: 10px 0;
}
fieldset{
border: 3px double #95b6dd;
margin: 0;
padding: 10px;
}
legend{
font-weight: bold;
color: #0c2d55;
padding: 5px;
}
label{
color: #0c2d55;
width: 7em;
display: block;
float: left;
text-align: right;
padding-right: 1em;
}
p.select{
display: block;
margin-left: 7em;
padding: 0;
}
p.select label{
text-align: left;
display: inline;
width: auto;
float: left;
padding: 0 1em;
}
p.select input{
display: inline;
float: left;
border: none;
}
input{
border: 1px solid #95b6dd;
background: #dbe7f4;
}
#textfield, #pass{
width: 200px;
padding: 0 5px;
}
br{
clear: both;
}
textarea{
border: 1px solid #95b6dd;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
padding: 5px;
}
#submit{
margin-left: 7em;
}


/* ----- DEFINITIONS ----- */

dl{
margin: 0;
padding: 0;
}
dt{
font-weight: bold;
margin: .5em 0 0 0; 
padding: 0;
}
dd{
margin: 0;
padding: 0;
}
#content dt{
font-size: 140%;
text-transform: uppercase;
font-weight: bold;
margin: 1em 0 .5em 0;
padding: 0 0 2px 0;
border-bottom: 1px solid #4e463c;
}
#content dd{
background: url(../images/bullet.gif) no-repeat 0 50%;
margin: 0 0 0 20px;
padding: 0 0 0 14px;
}

/* LIGHTBOX */

#lightbox{
background-color:#dbe7f4;
padding: 10px;
border: 2px solid #aec5e0;
}
#lightboxDetails{
font-size: 0.8em;
padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#lightbox a{border: none; color: #4e463c;}