/*******************************
 	CSS main 

	Styles by Dave Counts
	
	Color Scheme:
	
	Red: #860003;
	Grey: #333333;
	Menu Blue: #006666;
	Banner Grey: #d4d4d4;
	Post Title Blue: #06578a;
	
	Red: #FF0000
	Dark Red: #B30000
	Light Red: #FFBFBF
	medium Red: #FF8080
	
	Greens:
	#ADFF00
	#79B300
	#EBFFBF
	#D6FF80
	
	Blues:
	#0085A3
	#005D72
	#BFF3FF
	#80E8FF
	font: verdana
*******************************/



* {
	padding: 0;
	margin: 0; }
body {
	text-align: center;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	background: #000 url(images/background_bw.jpg) no-repeat; }

ul {
	list-style: none; }
a {
	text-decoration: none; }

a:hover {
	text-decoration: underline; }
.module a {
	color: #eee; }
#page_outter {
	min-width: 860px;
	margin: 30px 4% 0 4%;
	background-color: #333333;
	background-image:url(images/outtersidefade.jpg);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	/*padding-bottom: 1px;*/ }
#quick_link {
	font-size: .75em;
	color: #FFFFFF; 
	float: right;
	padding-top: 2px;
	padding-right: 24px;
	background-color:#333333; }
#quick_link a {	
	color: #FFFFFF;
	text-decoration: none; }
#quick_link a:hover {	
	color: #000; }
#nav_top {
	width: 356px;
	height: 41px;
	position: relative;
	margin-left: 28px;
	top: -21px;
	background: url(images/nav_top.png); }
#nav_top li {
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%; }
#nav_top li a {
	position: absolute;
	top: 0;
	display: block;
	height: 41px;
	background: url(images/nav_top.png) no-repeat;
	overflow: hidden; }
li#nav_hom a {
	left: 0;
	width: 76px;
	background-position: 0 0; }
li#nav_pod a {
	left: 91px;
	width: 92px;
	background-position: -91px 0; }
li#nav_ptv a {
	left: 197px;
	width: 149px;
	background-position: -197px 0; }
li#nav_hom a:hover {	
	background-position: 0 -41px; }
li#nav_pod a:hover {
	background-position: -91px -41px; }
li#nav_ptv a:hover {
	background-position: -197px -41px; }
#body_hom li#nav_hom a {
	background-position: 0 -82px; }
#body_pod li#nav_pod a {
	background-position: -91px -82px; }
#body_ptv li#nav_ptv a {
	background-position: -197px -82px; }
#page_inner {
	min-width: 776px;
	padding: 2px;
	margin-top: -21px;
	margin-right: 20px;
	margin-left: 20px;
	/*margin-bottom: 20px;*/ /*not displaying properly in firefox or opera*/
	background-color: #ddd; }
h1#banner {
	background: #d4d4d4 url(images/newBanner5.jpg) no-repeat left;
	min-width: 776px;
	height: 111px;
	border-bottom: 10px solid #161616; }
#nav{
	font-size: .8em;
	width: 160px;
	float: left; }
#title_search_box {
	background: #666666;
	padding: 0;
	margin-top:0px;
	margin-left: 160px; }
.module-search {
	padding: 2px;
	height: 20px;
	float: right; }
#search {
	background: #bbb;
	color: #777;
	padding: 1px;
	border: 1px solid #444; }
#search_button {
	background:#999999;
	color: #222;
	border: 1px solid #444; }
#search_button:hover {
	cursor: pointer; }
#menu, #categories, #recent_posts, #archives {
	list-style: none;
	background-repeat:no-repeat;
	background-color: #860003;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 2px;
	border: 2px solid #161616;
	border-right: 7px solid #161616; }
body #menu {
	padding-top: 28px;
	background-image: url(images/menu.gif); }
#recent_posts {
	background-image: url(images/nav_recent_posts.gif); }
#categories {
	background-image: url(images/categories.gif); }
#archives {
	background-image: url(images/nav_archives.gif); }
#menu li a {
	display: block;
	font-weight: bold;
	line-height: 1.4em;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 10px; }
#menu li a:hover {
	background: #161616;
	color: #ccc;
	text-decoration: none; }
.submenu li a {
	display: block;
	line-height: 1.4em; 
	font-weight: bold;
	font-size: .9em;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px; }
.submenu li a:hover {
	color: #ddd;
	background-color: #660003;
	text-decoration: none; }
#content {
	background-color:#fff;
	line-height: 1.7em;
	font-size: .9em;
	margin: 2px 184px 2px 162px;
	padding: 8px 8px;
	border: 1px solid #aaa; }
#content p {
	margin-bottom: 20px;
	margin-left: 4px;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, sans-serif; }
h3 {
	color: #860003;
	text-transform:uppercase;
	line-height: 1.7em; }
#text_sponsor_zone {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	text-align: left;
	margin-top: 2px;
	padding: 2px;
	padding-left: 0;
	float: right; }
#text_sponsor_zone p img {
	display: block;
	float: none;
	margin-bottom: 2px; }
#clearer { clear: both; }
#footer {
	width: 100%;
	font-size: .7em;
	color:#aaa;
	background-color: #333;
	text-align: left;
	padding: 2px 0 4px 0; }
#footer a {
	color: #FFFFFF;
	text-decoration: none; }
#footer a:hover {
	color: #50f200; }	
#css_check {
	float: right;
	margin-right: 20px; }
#credits {
	margin-left: 20px; }

/* Movable Type Specific */
/*nav menu*/
.module-header {
	text-indent: -9999px;
	height: 20px;
	font-size: 1px; }

.entry-header {
	color: #860003;
        text-transform:uppercase;
        line-height: 1.7em; }
.entry-header a {
	color: #860003;
	text-decoration: none; }
.entry-header a:hover {
	color: #d20001; }
.date-header{
        color: #0085A3;
        font-size: .8em; }
	
.entry-content {
        background-color:#f3f3f3;
        margin: 2px 2px;
        border: 1px solid #eee; }
.entry-body {
	padding: 5px; }

.entry-body li {
        position:relative;
        left: 25px;
        margin-right: 25px;
        }

/*
.entry-more-link,
.entry {
        float: left;
        width: 67%;
        min-width: 520px;
        background-color:#fff;
        line-height: 1.7em;
        font-size: .9em;
        margin: 2px 2px;
        padding: 8px 8px;
        border: 1px solid #aaa; }
*/


.date {
	color: #0085A3/*#777*/;
	font-size: .8em; }

