
/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background-color: #e7e7e7;
	background-image: url('images/background_lighter.png');
	background-repeat: repeat-x;
	color: #5A5A50;
	font: normal 0.8em arial;
	line-height: 1.5em;
}

small {
	font: normal 0.7em arial;
}

/* Typography 
------------------------------------------------------------------- */

p {padding: 0.2em 0 1em;}

h1 {font: normal 2em arial;}
h2 {font: normal 1.8em arial;}
h3 {font: normal 1.6em arial;}
h4 {font: normal 1.4em arial;}
h5 {font: bold 1.2em arial;}
h6 {font: bold 1em arial;}

h1,h2,h3,h4,h5,h6 {
	color: #272627;
	margin-bottom: 0.3em;
}

h1 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 48px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #444;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-weight: 100;
	}
	
h2 {
	font-family: arial;
	font-size: 18px;
	line-height: 18px;
	color: #444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 100;
	}

h3 {	
	font-family: arial;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
    margin-top: 10px;
	letter-spacing: 0.3em;
}

blockquote {
	background: #eaedf2 url('images/quote.gif') no-repeat;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.9em 46px;
	font-size: 14px;
}


/* Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #ffffff;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 5px;}
table.data_table td {
	background: #ffffff;
	border: 1px solid #E0E0E0;
}


/* Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	border-bottom: 1px solid #D5D5D5;
	background: #E5E5E5;
	color: #555;
	font-weight: bold;
}
dd {
	background: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 16px;
}


/* Links 
------------------------------------------------------------------- */

a {color: #010649;}
a:hover {
	color: #010649;
	text-decoration: underline;
}


/* Forms 
------------------------------------------------------------------- */

fieldset {
	border: 1px solid #CCC;
	border-bottom: none;	
	font-size: 0.9em;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border: 1px solid #777;
	border-color: #777 #CCC #CCC #777;
	font: normal 1em arial;
	padding: 5px 6px;
}

input.button {
	background: #FAFAFA;
	border: 1px solid #AAA;
	border-color: #DDD #AAA #AAA #EEE;
	color: #444;
	cursor: pointer;
	font: normal 1em arial;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* Images 
------------------------------------------------------------------- */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left,img.alignleft {margin: 0 15px 12px 0;}
img.right,img.alignright {margin: 0 0 15px 12px;}


/* Floats
------------------------------------------------------------------- */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}


/* Layout 
------------------------------------------------------------------- */

/* General */
#layout_wrapper_outer {}
#layout_wrapper {
	color: #FFF;
	margin: 0 auto;
	width: 900px;
}

#layout_top {height: 166px; padding:14px 0px 0px 0px; margin:0; }

#layout_body_outer {background: #ffffff}
#layout_body {
	padding: 0px 0px 0px 0px;
}

/* Site title */
#site_title {
	padding: 12px 12px 0;
	background-color:#272627;
	color:#96c436;
	height:50px;
	}
#site_title h1 {
	font-size: 1.1em;
	margin-bottom: 2px;
	text-align:right;
	color:#96c436;
	font-style: italic;
	padding-right:110px
}
#site_title h2 {
	font-size: .9em;
	text-align:right;
	color:#96c436;
	font-style: italic;
	margin-bottom: 0px;
	padding-right:100px
}

/* Navigation */
#navigation {
	background-image: url('images/menu_back.gif');
	background-repeat: repeat-x;
	font: 1.0em arial bold;
	padding: 0px 0px 0px 5px;
	height: 37px;
	line-height: 1.1em;
}
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation a {
	float: left;
	margin-right: 1px;
	text-decoration: none;
	font-style: bold;
	border-right: 1px solid #aaaaaa;
}

#nav1 a {
	color: #444444;
	padding: 11px 12px 11px 18px;
}

#nav1 a:hover {color: #010649;}

#nav1 li.current_page_item a,#nav1 li.current_page_parent a {
	background: url('img/nav1_arrow.gif') no-repeat center bottom;
	color: #010649;	
}

/* Main */
#main {
	/*border-bottom: 1px solid #272627;*/
}
#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}

#content_outer {
	width: 660px;
}
#content {	
	color: #272627;
	padding: 30px 0px 0px 30px;
}

#colLeft {
	width: 280px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
 	float:left;
}

#colRight {
	width: 280px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
 	float:left;
}

#space {
	min-height: 80px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 8px solid #eaedf2;
}

/* Sidebar */
#sidebar_outer {
	width: 180px;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('images/blue_back.gif');
	min-height: 370px;
 
}
#sidebar {
	color: #272627;
	padding: 20px 12px 30px 20px;
	
}
#sidebar a {color: #555;}
#sidebar a:hover {color: #000;}

/* Dashboard */
#dashboard {
	background: #CCC;
	border-top: 1px solid #D5D5D5;
	font-size: 0.9em;
	color: #666666;
}
#dashboard_inner {padding: 16px 20px 6px;}

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	padding: 0 20px;
	margin: 0 20px;
}
#dashboard .col_title {
	color: #444;
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 5px;
}

#dashboard li {
	color: #777;
	padding: 4px 0;
}
#dashboard li {border-top: 1px solid #BEBEBE;}
#dashboard li a {
	color: #666;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Footer links */
#footer {
	background: url('img/footer.gif') no-repeat;
	color: #777;
	font-size: 0.9em;
	padding: 10px 8px 10px;
}
#footer a {color: #999;}
#footer .right, #footer .right a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {color: #999;}


/* Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a,.post_meta a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}
.post_date a {color: #444;}

.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post_meta a {color: #345; }
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {display: block;}


/* Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
	background: #E5E5E5;
	border: 1px solid #EAEAEA;
	border-color: #EAEAEA #D5D5D5 #D5D5D5 #E5E5E5;
	color: #777;
	font: 1.3em arial;
	padding: 6px 10px;
}
.box_content {
	padding: 8px 0 8px 3px;
	font: .9em arial;
	line-height: 1.4em;
}

.box img {float: left;}

.box li:first-child {border-top: none;}


/* Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}

#topnav {
	background-image:url('images/topnavbg.gif');
	background-repeat: repeat-x;
	font: .9em arial;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 900px;
	text-align:default;
	}
#topnav A{
	padding-left: 17px;
	padding-right: 17px;
	color: #ffffff;	
	font-weight:bold;
	text-decoration:none;
	}
#topnav A:hover{
	background-image:url('images/navbghover.gif');
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;	
	font-weight:bold;
	text-decoration:none;		
	}
#navactive{
	background-image:url('images/navbghover.gif');
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;	
	font-weight:bold;
	text-decoration:none;		
	}