@import url("common.css");

/* HTML, body */

html, body { background: #000; color: #FFF; margin: 0px; padding: 0px; line-height: 1.4em;}

/* a:Links */

a { font-weight: bold; }
a:link { color: #FC6; text-decoration: underline; }
a:hover { color: yellow; }
a:visited { color: #999; text-decoration: underline;}
a:active { color: red; background: #FFF; }

/* Header block */

#screenfont-ca {
 margin: 0px;
 border-top: 10px solid #600;
 border-bottom: 5px solid #FFF;
 background-color: #C30;
 /* background-image: url(../images/background-top.gif); */
 padding: 50px 20px 10px 80px;
 font-weight: normal;
 text-transform: uppercase;
 letter-spacing: .4em;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.4em;
 color: #FFF;
}

/* Headings */

#main h1 {
 border-bottom: 1px solid #333;
 padding-bottom: 5px;
 color: #F90;
 font-weight: normal;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.8em; 
 line-height: 1.5em;
 padding-left: 80px;
}

#main h2 {
 padding-bottom: 5px;
 color: white;
 font-weight: bold;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans","Lucida Grande", "Lucida Sans",  Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.4em;
 padding-left: 80px;
 margin-bottom: 0px;
 margin-top: 1.2em;
 line-height: 1.5em;
}

#main h3 {
 color: rgb(95%,95%,95%);
 font-weight: bold;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", "Lucida Grande", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.3em;
 margin-bottom: 5px;
 margin-top: 1.2em;
 line-height: 1.5em;
}

#main h4 {
 color: rgb(95%,95%,95%);
 font-weight: bold;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", "Lucida Grande", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.2em;
 margin-bottom: 5px;
 margin-top: 1.2em;
 line-height: 1.5em;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
 padding-left: 80px;
 margin-left: -80px;
 margin-right: -20px;
}


#main { 
 float: left;
 font: 0.9em/1.4em Candara,"News Gothic MT",  "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 width: 58%;
 padding: 20px 20px 50px 80px;
 border-right: 1px solid #333;
 margin-right: 30px;
}

#main #home-blurb {
 padding: 10px;
 border: 1px dotted #333;
 font-size: 1.3em;
 line-height: 1.4em;
 background: #111;
 color: #FF9; 
text-indent:0;
}

#sidebar {
 font: .7em/1.3em "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
 padding: 20px 20px 0px 0px;
 margin-left: 68%;
}

#sidebar dd, #sidebar dl, #sidebar dt { margin-left: 0px; }

#sidebar ul {
 padding: 0px;
 margin: 0px;
 margin-left: 40px;
}

#sidebar dt { font-weight: bold; }

#sidebar dt#switcher, 
#sidebar dt#colophon 
{ margin-top: 20px; }

#sidebar h2 {
 font-size: 1em;
}

#main dt {
 margin-top: 30px;
 margin-bottom: 5px;
 font-weight: bold;
}

dt.faq {
 border-bottom: 1px solid #333;
 padding-bottom: 5px;
 color: #f90;
 font-weight: normal;
 font-family: Candara, "News Gothic MT",  "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
 font-size: 1.2em;
}

#footer {
 clear: both;
 padding: 30px 30px 50px 80px;
 background: #222;
 border-top: 1px solid #666;
 font: .8em/1.4em "Lucida Grande", "Lucida Sans", Verdana, sans-serif; 
}

input.s {
 width: 60%;
 background: black; 
 color: yellow; 
 border: 2px solid gray;
 padding: 0 2px 0 2px;
 font-family: Charcoal, "Lucida Grande", "Lucida Sans", sans-serif;
letter-spacing: 0.1em;
}


/* References */
ol.refs {   list-style-type: none;}
ol.refs li { margin-left: 2em; text-indent: -2em; }