/*
Design based on binarybonsai.net, some code borrowed.  BinaryBonsai, and this site are both licensed under a Creative Commons license, allowing certain types of sharing
*/

body {
   font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
   margin: 0;
   padding: 0;

   color: #444;
   background-color: #ebebeb;
   text-align: center;
   font-size: 0.75em;
}


table {
   font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
   font-size: 1em;
	margin:0px;
	padding:0px;
}

ul {
	list-style: outside;
}

a {
   color: #82a8c7;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

h1, h2 {
   color: #06313f;
   font-family: 'Century Gothic', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Sans-Serif;
   margin: 0px;
}

#page {
   background: url('/images/bg.jpg') repeat-y top;
   margin: 0 auto 20px;
   padding: 0;
   width: 760px;
   text-align: left;
}


#one-post {
   overflow: hidden;
}

#header {
   padding: 1px;
   height: 164px;
   width: 758px;
   margin: 0 auto;
   background: url('/images/header3.jpg') no-repeat bottom;
}

#meganav, #meganav-ie {
   font: bold 9px/9px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
   position: absolute;
   top: 127px;
   left: 50%;
   width: 720px;
   margin: 0 0 0 -360px;
   padding: 0 25px;
   text-align: left;
   display: block;
}

#meganav-ie {
   top: 120px;
}

#meganav li, #meganav-ie li {
   display: inline;
   margin: 0;
   padding: 0;
   text-transform: lowercase;
}

#meganav a, #meganav-ie a {
   color: #555;
   background: #CFEBF3;
   font-weight: normal;
   height: 19px;
   padding: 5px 16px;
   margin: 0;
}

#meganav a:hover, #meganav-ie a:hover {
   color: white;
   background: #06313f;
   text-decoration: none;
}

#highlight-image {
	margin: 0px 0px 7px 20px;
	text-align: center;
	float: right;
	font-style: italic;
}

#highlight-image img {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #cccccc;
}


#highlight-image-left {
	margin: 0px 20px 7px 0px;
	text-align: center;
	float: left;
	font-style: italic;
}

#highlight-image-left img {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #cccccc;
}



#quote {
	margin: 0px 15px 5px 15px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #cccccc;
	font-style: italic;
}


p.rem {
	margin-left: 2em;
	text-indent: -1.7em;
}

div.detail {
	margin-left: 2em;
	text-indent: -1.7em;
}

hr {
 border-top: 1px solid #ccc;
 border-width: 1px 0 0 0;
}


a#cur {
   color: #111;
   background: white;
   border-color: white;
}

#content-container {
   margin: 0px 25px 25px 25px;
}

#footer {
   padding: 0;
   margin: 0 auto;
   width: 760px;
   height: 63px;
   clear: both;
   background: url('/images/footer.jpg') no-repeat bottom;
   vertical-align: middle;
}

#footer p {
   margin: 0;
   padding: 20px 0;
	 font-size: .75em;
   text-align: center;
}

#spaceylist li {
	margin-top:1em;
}

