/************* Global *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body, input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
}

a {
text-decoration: none;
/*color: #2C98FD; */
color: #0066ff;
}

blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0;
}

/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
/*background: #2B94F8; */
background: #0066ff;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 59px;
background: url(images/headerBg.gif); 
}

#header {
width: 950px;
margin: 0 auto;
}

#header h1 a {
font-size: 30px;
letter-spacing: -1px;
padding-top: 8px;
float: left;
/*color: #2C98FD; */
color: #0066ff;
}

ul#navigation li {
list-style-type: none;
float: right;
}

ul#navigation li a {
padding: 15px 17px 12px;
display: block;
font-size: 17px;
color: #fff;
/*border-right: 1px dotted #2C98FD; */
border-right: 2px groove #333;
}

ul#navigation li a:link {
color: #fff;
}

ul#navigation li a:visited {
color: #CCC;
}

ul#navigation li a:hover {
background: #2C98FD;
color: #FFF;
}

ul#navigation li a:active {
background: #2C98FD;
color: #FFF;
}

ul#navigation li.activelink a,ul#navigation li.activelink a:hover {
/*    background: #FFFFFF; 
    color: #003; */
background: #2C98FD;
color: #FFF;
    font-weight: bold;
    }



/************* Content *************/
#content {
width: 950px;
margin: 0px auto 0;
background: #fff;
border: 1px solid #fff;
position: relative;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

#content a:hover {
background: #2C98FD;
color: #fff;
}

/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/
#contentHeader {
margin: 15px auto;
width: 710px;
height: 60px;
/*background: url(images/header.gif) no-repeat; */
border: 1px solid #44434c;
position: relative;
}

#contentHeader[id] {
display: table;
position: static;
}

#siteDescription {
position: absolute;
top: 50px !important;
top: 0px;
width: 710px;
padding-left: 25px;
color: #44434c;
/* background-color: green; */
}

#siteDescription[id] {
display: table-cell;
vertical-align: middle;
position: static;
}

#siteDescription p {
position: relative;
top: 0px;
text-align: center;
font-size: 18pt; 
font-weight: bold;
}

#siteDescription a:link {
background: none;
 color: #3490E5;
/*color: #2C98FD; */
padding: 2px;
}

#siteDescription a:hover {
background: #2C98FD;
color: #FFF;
}

#content h2 {
margin: 15px 0;
border-bottom: 1px solid #2C98FD;
}

#content ol {
padding: 10px 15px 10px 20px;
margin-left: 5px;
list-style-type: decimal !important;
}

#content ul.plainlist {
padding: 10px 15px 10px 20px;
list-style-image: url(images/arrow.gif);
}



/************* Main *************/

#indexmain {
margin: 0px 8px 20px 8px;
padding-left: 20px;
padding-right: 3px;
width: 478px;
float: left;
/*background-color: green; */
}

#main {
margin: 0px 6px 20px 8px;
padding-left: 3px;
padding-right: 3px;
width: 750px;
float: left;
/*background-color: green; */
}

.post {
text-align: justify;
}

/************* Secondary *************/

#secondary {
width: 160px;
margin: 0 0px;
float: right;
/* background-color: blue; */
}

#secondaryleft {
width: 160px;
margin: 0px 10px 0px 10px;
float: left;
/*background-color: blue; */
}

/************* Search *************/
#searchform input {
background: #f7f7f7;
font-size: 0.9em;
}

#searchsubmit {
margin-top: 5px;
padding: 0 10px;
text-align: center;
}

#searchform fieldset {
border: 0;
}

/************* Footer *************/
#footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #45444d;
width: 950px;
color: #fff;
border: 1px solid #fff;
clear: both;
text-align: center;
}

#footer a {
color: #fff;
font-weight: bold;
}
