
body
{
	background-color: #001F56;
	color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#container
{
	
	text-align: center;
	position: absolute;
	width: 750px;
	left: 50% ;
	margin-left: -375px;
}
#body
{
	background-color: #003562;
	border: solid #000000 2px;
	color: #CCCCCC;
	display: block;
	margin: 20px 0 20px 0px;
	text-align: center;
}

a
{
	color: #F68915;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}





#header
{
	display: block;
	text-align: right;
	height: 100px;
	vertical-align: bottom;
	padding: 20px 10px 0px 10px;
}
#header #main_header_title
{	
	display: none;
}
#header #logo
{
	display: inline;
	float: left;
}
#header #logo img
{
	border: 0;
}
#header #header_ad
{
	padding-top: 25px;
}





#content
{
	padding: 20px;
}

#content .content_box
{
	background-color: #005077;
	border: solid black 2px;
	margin: 10px 0 10px 0;
}

.body_copy
{
	text-align: left;
	padding: 10px 20px 10px 20px;
}

#content #top_menu
{
	width: 100%;
}


#top_menu ul, #bottom_menu ul, #bottomLinks ul
{
	display: block;
	/*background-color: #005077;*/
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
#top_menu li, #bottom_menu li, #bottomLinks li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	margin-left: 0;
}
#top_menu a, #bottom_menu a
{
	margin: 0;
	padding: 0 10px 1px 10px;
	border-left: solid #000000 3px;
	border-right: solid #000000 3px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#top_menu a:hover, #bottom_menu a:hover
{
	background-color: #F68915;
}
#top_menu ul
{
	margin-top: -1px;
}

#content #site_selector
{
	clear: both;
	padding: 20px 8px 20px 8px;
	margin-bottom: 4px
	
}
#content #site_selector img
{
	border: solid black 3px;
}
#content #site_selector #menu_image_link
{
	border: solid 3px black;
	position: relative;
	z-index: 20;	
	display: block;
	padding: 10px 5px 10px 5px;
	background-color: #F68915;	
	width: 640px;
	margin: 0 17px 0 17px;
}
ul#selector_menu
{
	margin-top: 9px;
	position: relative;
	z-index: 30;
}
#selector_menu li
{
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 0 10px;
	display: inline;
	border: solid black 3px;
}
#selector_menu li.active
{
	background-color: #F68915;
	border-top: solid #F68915 3px;
}
#selector_menu li.active a
{
	color: black;
}
#selector_menu li.inactive
{
	border: solid black 3px;
}

#content #blog
{
	text-align: left;
	width: 100%;
}
#content #blog_body
{
	float: left;
	position: relative;
	width: 455px;
	padding: 0 20px 20px 20px;
	height: 100%;
}
#content h3
{
	font-size: 1.3em;
	margin-bottom: 0px;
}
#content #post_time, #content #post_author
{
	font-size: .9em;
	font-weight: bold;
	display: inline;
	margin: 10px;
}
blockquote
{
	border: dotted gray 2px;
	margin: 0;
	padding: 10px;
}
.post-footer
{
	text-align: center;
}
.post-footer span
{
	margin: 10px;
}


#content #side_menu
{
	text-align: left;
	float: right;
	margin-right: 0px;
	width: 160px;
	padding: 15px;
}
#content #side_menu #blog_categories
{
	margin-bottom: 20px;	
}

#content #bottom_menu
{
	clear: both;
	width: 100%;
	font-size: 80%;
	vertical-align: middle;
}

#footer
{
	clear: both;
}
#footer ul
{
	margin: 0;
	margin-bottom: 20px;
}
#footer li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	margin-left: 0;
}

#copyright
{
	font-size: .7em;
	padding: 20px;
}


#content small
{
	display: block;
	width: 100%;
	overflow: auto;
}




.post-icons
{
	clear: both;
}

.ad
{

	border-top: dashed gray 1px;
	padding-top: 20px;
	margin-top: 30px;
}

.post-footer
{
	display: block;
	position: relative;
	text-align: left;
	border-top: dashed gray 1px;
	border-bottom: solid gray 3px;
	margin: 10px !important;
	margin-bottom: 50px !important;
	padding-bottom: 20px !important;
	
}

.date-header
{
	padding-top: 20px;
}

.post-footer .item-actions
{
	display: block;
	margin: 80px;
}


#suspended
{
	text-align: left;
}
#suspended h1
{
	padding-top: 0;
}
#suspended div
{
	margin: 20px;
}