/*
Theme Name: Blank 3 Column
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: three-column, widget-ready, blank
*/

/* colors 
bg site			#a4bde3
bg current		#8c0c0c
bg servicenav	#7199d6
bg mainnav		#f3e6e6
bg breadcrumb	#edf2f9
bg box			#3a3a3a
*/


/* basics */

*{margin:0; padding:0;}

body {
	background:#a4bde3;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 62.5%;
	margin:20px;
	}
	
h1 {font-size: 1.8em;}
h2 {font-size: 1.4em;margin-bottom:12px;}
h3 {font-size: 1.0em;}
h4 {font-size: 0.9em;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#8C0C0C;
	text-decoration:none;
}

a:hover{text-decoration: underline;}


/* container */

#containertop {
	background:transparent url("images/bg_head.gif") no-repeat left top;
	height:14px;
	margin:0 auto;
	width:960px;
}

#container {
	font-size: 1.2em;
	width:960px;
	margin: 0 auto;
	padding:0;
	color:#8f8f8f;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#e6e6e6;
	background:#9F0000;
  	width:100%; 
  	height:84px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
#copyright {
	background:#FFFFFF none repeat scroll 0 0;
	font-size:0.95em;
	height:17px;
	padding:4px 0;
	text-indent:10px;
	width:960px;
}

/* main menu */


#menu {
	/*background:#000;*/
	background:#9F0000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	overflow:hidden;
}


#menu ul {
	float:right;
	margin:0 7px 0 0;
	padding:0;
	text-align:right;
	width:auto;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	text-align:center;
	background:transparent url("images/bg_servicenav.gif") no-repeat left top;
	padding:4px 0px;
	margin: 0 3px;
	color: #fff;
	display:block;
	width:98px;
}

#menu ul li.current_page_item a {
	text-align:center;
	background:transparent url("images/bg_servicenav.gif") no-repeat left -25px;
	padding:4px 0px;
	margin: 0 3px;
	color: #8C0C0C;
	display:block;
	width:98px;
}

#menu ul li a:hover {
	background:transparent url("images/bg_servicenav.gif") no-repeat left -25px;
	color:#8C0C0C;
}


/* content */

#contentwrap {width:730px;float:left;background:#fff;overflow:hidden;padding-top:5px;}

.breadcrumb {
	color:#000;
	padding:5px 0;
	background:#edf2f9;
	font-size:0.9em;
	line-height:1em;
	margin:5px 0 0 10px ;
	padding:7px 0;
	vertical-align:middle;
	width:711px;
	text-indent:10px;
		}
.breadcrumb a, 
.breadcrumb a:visited, 
.breadcrumb a:hover, 
.breadcrumb a_active {
	color:#8c0c0c;
	text-decoration:underline;
}

.abc-list {float:left;width:200px;}

.more-link {display:block;margin-top:5px;}

.entry {width:480px;padding-bottom:10px;float:left;}

#content {
	float: left;
	width:490px;
	overflow: hidden;
	margin:26px 0 20px 30px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post address {
	color:#4696CB;
	font-size:1.1em;
	font-style:normal;
	margin-bottom:10px;
}

.post h1 {
	font-size:1.3em;
	color:#4696CB;
	line-height:1.4em;
	margin-bottom:12px;
	}
	
h1 {
		font-size:1.3em;
		color:#4696CB;
		line-height:1.4em;
		margin-bottom:12px;
		}

.post h2 {
	color:#9F0000;
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:12px;	
}

/* .post h1 {
	color:#9F0000;
	font-size:1.3em;
	line-height:1.4em;	
}
*/
		 
.post h3{
		font-size:1em;
		color:#4696CB;
		line-height:1.4em;
		margin-bottom:10px;
		}
		
.post h4 {
	color:#9F0000;	
	font-size:1em;
	line-height:1.4em;	
	margin-bottom:10px;
}

.post h5 {
	color:#4696CB;	
	font-size:1em;
	line-height:1.4em;	
	font-style:italic;
	font-weight:normal;
	margin-bottom:10px;
}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {
	margin-bottom:16px;
}

.post ul.teaser {
	margin-top:0;
}

.post ul.teaser li {
	color:#8F8F8F;
	list-style:none;
	list-style-position:inside;
}

.post li {
	color:#4696CB;
	list-style:disc;
	list-style-position:outside;
	margin-left:30px;
}

.entry p{margin:0 0 16px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	font-size:0.9em;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	
#left .current_page_item {
	background:#9F0000 !important;
	color:#fff !important;
	}


/* left sidebar */

#left {
	width:230px;
	float:left;
	margin:0;
	padding:0;
	border-right: 0px solid #ddd;
	overflow:hidden;
	}

#left h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	background:#FFFFFF;
	margin:0;
	padding:6px 0 10px;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	background:#F3E6E6 url("images/bg_low.jpg") repeat-y left top;
	padding: 0 0 0 18px ;
	/*background:#8c0c0c;
	margin-top:6px;*/
	border-top:4px solid #FFFFFF;
	}

#left ul ul ul{
	background:#fff;
	margin: 0 -18px;
	padding: 0 0 14px 0;
}

#left ul ul ul li{	
	background:#fff;
	padding: 0 0 0 15px;
	list-style-type: none;
	color: #898989;
	list-style-position:inside;
	list-style-type:disc;
	padding:0 0 0 24px;
}

#left ul li a {line-height:2em;}

#left ul ul li.current_page_item a {color:#fff}
#left ul ul li.current_page_item ul li a {color:#8c0c0c}

#left ul ul ul li a {color:#8f8f8f !important}
#left ul ul ul li a:visited {color:#8f8f8f !important}
#left ul ul ul li a:hover {color:#8c0c0c !important}

#left ul ul ul li.current_page_item {background:none !important;color:#8c0c0c !important}

#left li.current_page_ancestor {
	background:#9F0000 none repeat scroll 0 0 !important;
	color:#FFFFFF !important;
}

* .current_page_parent {
	background:#9F0000 none repeat scroll 0 0 !important;
	color:#FFFFFF !important;
}

#left ul ul li.current_page_parent {
	background:#9F0000 none repeat scroll 0 0 !important;
	color:#FFFFFF !important;
}

.widget_pages li.current_page_parent {
	background:#9F0000 none repeat scroll 0 0 !important;
	color:#FFFFFF !important;
}

#nrs-folding-pages .current_page_parent {
	background:#9F0000 none repeat scroll 0 0 !important;
	color:#FFFFFF !important;
}

#nrs-folding-pages .current_page_ancestor {
	background:#9F0000 none repeat scroll 0 0 !important;
	color:#FFFFFF !important;
}


#left ul ul ul li.current_page_item a, #left ul ul ul li.current_page_item a:visited, 
#left ul ul ul li.current_page_item a:hover,#left ul ul ul li.current_page_item a:active {
	color:#8c0c0c !important;
	font-weight:bold;}

#box {
	background:transparent url("images/bg_box.gif") no-repeat left top;
	height:100px;
	color:#fff;
	width:15px;
	float:left;
}
#box2 {
	background:#363636;
	height:93px;
	color:#fff;
	width:215px;
	float:left;
	font-size:0.9em;
	line-height:1.2em;
	padding:3px 0;
}

.buttonlogin {
	background:transparent url("images/button_login.gif") no-repeat left bottom;
	text-indent:-3000px;
	width:119px;
	height:25px;
	display:block;
	margin:0 0 0 40px;
}

/* right sidebar */

#right{
	width:198px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 0px solid #ddd;
	height:800px;
	}

#right h2{
	font-size:1em;
	color: #4696CB;	
	margin: 0;
	padding: 0;
	border-bottom:0px solid #DDDDDD;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0px; margin: 0;border:0px solid #DDDDDD;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 2px 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	padding:0 0 0 5px;
	background:none repeat scroll 0 0 #EEEEEE;
	}

#right ul span {	
	display:block;
	border-bottom:1px solid #DDDDDD;
	font-size:0.85em;
	font-weight:normal;
	line-height:1.5em;
	padding:3px 0;
}

#right ul ul {
	margin:5px 0;
	padding: 0;
	border:none;
}

#right ul ul li {
	list-style-type: none;
	background:none repeat scroll 0 0 #eee;
	padding: 0 10px;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
	list-style-position:inside;
	color: #898989;
	margin:4px 0;
}

span.divider-line {
	border-bottom:1px solid #DDDDDD;width:174px;height:1px;margin:-6px 0 18px 0;
}

#right li.current-cat{
	font-weight:bold;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
	}

/* snap style */

.abclist {
	display:block;
	float:left;
	margin:10px 0;
	width:500px;
	
	border:1px solid #EEEEEE;
	display:block;
	float:left;
	height:20px;
	margin:10px 0;
	padding:4px 10px 0;
	width:95%;
}

ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 8px 10px 0;
}

ol.snap_nav li a {
	
}

ol.snap_nav li.snap_selected a {
	cursor: text;
	font-weight: bold
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}



/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/*
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
*/

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 4px 0;
   margin: 0 0 12px 0;
	color:#333333;
}

.spacer {height:75px;}



/* footer */

#bottomnav {
	background:#fff;
	width:730px;
	height:auto;
	margin:0 0 0 230px;
	float:left;
}

#bottomnav h1 {
	color:#8c0c0c;
	height:42px;
	background:#fff url("images/arrow_help.gif") no-repeat left top;
	font-size:1.6em;
	font-weight:normal;	
	padding-left:58px;
	line-height:2em;
}

#bottomnav h2 {
	font-size:1.1em;
	line-height:1.3em;
	color:#7199d6;
	color:#4696CB;
	padding:14px 0 6px 0;
}

.bottomnavbg {
	background:#EDF2F9;
	width:710px;
	height:130px;
	margin:10px;
	float:left;
}

.bottomnavbg ul {
	list-style-type:none;
	margin:0 10px 0 48px;
	width:auto;
	float:left;
	font-size:0.95em;
	line-height:1.6em;
}

.bottomnavbg li a {
	text-decoration:underline;
}

#footer {
	background:none;
	c lear: both;
	margin-left:230px;
	width:730px;
	}
	
#footer p{padding:6px 0;margin: 0; color: #eee;float:left;}
#footer ul.footnav {display:block;float:right;margin-top:6px;color:#FFFFFF;}
#footer ul.footnav li {display:inline;}
#footer a{color: #fff;text-decoration: none;text-decoration: underline;}
#footer a:hover{color: #fff;text-decoration: underline;}


