html {
overflow:hidden; /*for IE6 - remove unneeded outer scroll bars*/
}
body{
margin:0;
padding:0;
border:0;
height:100%;
max-height:100%;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
color:white;
background-color:#9AD07A;
overflow:hidden;
}
.spacer {
font-size:60%;
margin:0;
padding:0;
}
.navText {
display:block;
margin:0 auto;
padding:.5em;
font-size:80%;
color:black;
}
#main{
position:absolute;
top:0px;
margin-top:0;
left:200px;			/*Set left value to width of nav div*/
right:0;
bottom:20px;
overflow:auto;	/*Disable scrollbars. Set to "scroll" to enable*/
overflow-x:hidden;
color:black;
background-color:#fff;
}
#head {
width:100%;
top:0;
left:0;
right:0;
overflow:hidden;	/*Disable scrollbars. Set to "scroll" to enable*/
margin:0;
padding:1px 0 0 0;
z-index:0;
background-color:#9AD07A;
}
#innertube{
padding:0 1em;	/*padding for inner DIV */
}
div#main p {margin:0 1em 1em;}
div#main h3 {margin-bottom:0.25em;}
div#main a {font-weight:bold;}
div#main a:visited {color:#007;}
div#main a:link:hover {color:#007;}
div#main a:visited:hover {color:#003;}

h1,h2,h3,h4 {
text-align:center;
font-weight:bold;
color:#0A365A;
}
.headline {
margin:1.5em auto;
}
.floatLeft {float:left; border:0;}
.centerAlign {margin:0 auto; text-align:center; width:100%;}
.centerAline {margin:0 auto;}
.leftText {text-align:left;}
.rightText {text-align:right;}
img {border-width:0;}

.toTop{
text-align:right;
width:90%;
}
.GoToTop{
margin-top:0;
padding-top:0;
font-weight:normal;
}
.caption {
text-align:center;
color:gray;
}
.imgLeft {
float:left;
padding: 0 1em 1em 1em;
}
.imgRight {
float:right;
padding: 0 0 1em 1em;
}
#foot {
position:fixed;
overflow:hidden;
clear:both;
width:100%;
bottom:0;
height:18px;
margin:0 auto;
border-top:1px solid #0a365a;
padding:2px 0 0 0;
font-size:small;
text-align:center;
z-index:10; /* Prevent certain problems with form controls */
}
* html #foot{position:static;}

.hrCenter{
text-align:center;
margin:2em auto;
width:50px;
}
.footnote{
vertical-align:super;
color:maroon;
font-size:80%;
}
.grayTH{
background-color:#ddd;
}
.leftTextGray {
text-align:left;
background-color:#eee;
}
.break{
clear:both;
float:right;
}


/*  blog  */
#blog{
top:145px;
float:left;
margin-right:0;
padding:1px;
width:820px;
}
#skiplinks{
visibility:hidden;
height:0;
}
#serendipity_banner h1{
font-size:120%;

}
#wrapper{
float:left;
margin-right:0;
padding:1em 1em 1em 2em;
width:100%;
}

.serendipity_overview_noentries{
top:145px;
}
#serendipity_below_banner{
width:100%;
}
#serendipityRightSideBar{
float:right;
font-size:90%;
text-align:center;
border-left:1px solid #90c4f4;
padding-left:1em;
}
#serendipityRightSideBar ul, #serendipityRightSideBar li{
text-align:left;
}
#serendipityRightSideBar table{
margin:0 auto;
}
#content{
top:125px;
float:left;
width:75%;
}
.serendipitySideBarContent{

}


.glossymenu{
position:absolute;
top:0;
bottom:0;
left:0;
height:100%;
overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
margin:154px 0 0 0;
padding:0;
width:200px; /*width of menu*/
border-top:1px solid #0a365a;
/*border-bottom-width:0;*/
}
.glossymenu a.menuitem{
background-image: url(http://simeken.com/media/glossyback.png);
background-repeat: repeat-x;
background-position: left bottom;
font:14px "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:white;
display:block;
position:relative; /*To help in the anchoring of the ".statusicon" icon image*/
width:auto;
padding:4px 0 8px 0;
text-decoration:none;
border-bottom:1px solid #0a365a;
/*border:1px solid #0a365a;
border-top-width:0;
border-bottom-width:0;*/
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color:white;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position:absolute;
top:5px;
right:5px;
border:none;
}
.glossymenu a.menuitem:hover {
background-image:url(http://simeken.com/media/glossyback2.png);
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:white;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type:none;
margin:0;
padding:0;
}
.glossymenu div.submenu ul li{
border-bottom:1px solid #0a365a;
}
.glossymenu div.submenu ul li a{
display:block;
font:normal 13px "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:black;
text-decoration:none;
padding:2px 0;
padding-left:10px;
border-bottom:1px solid #0a365a;
/*border-top-width:0;
border-bottom-width:0;*/
}
.glossymenu div.submenu ul li a:hover{
background:#be9;
/*color:white;*/
}
.glossymenu a:active{
color:#0a365a !important;
}

@media print{
	.glossymenu, .menuitem, .submenu, .statusicon, .cssfly {
		display:none;
	}
}
