/* 	colours:
*	blue:	#c0d8d8
*	green:	#90c048
*	brown:	#24250d - #303018
*/

/* serif font - font: 62.5% Georgia, "Times New Roman", Times, serif; */
body{font: 62.5% Arial,Helvetica, sans-serif; }

* { padding: 0; margin: 0; }

/*---:[ core layout elements ]:---*/

#container { width:100%; margin:0; padding:0;}

	#page { width: 830px; margin: 0 auto; padding: 20px 0 0 0;} /* for use with custom styles */
	
		#masthead { width: 830px; margin: 0 auto 20px auto; padding: 0 0; text-align: left; }
		
		#masthead #logo {width:305px;}

		#content_box { width: 830px; padding: 0 0px; text-align: left;}

				#content { width: 410px; padding: 0 10px; float: left; margin-left:95px;display:inline;}
			
					#content_inner {width: 410px; padding: 0  px; margin-left:0px; display:inline;}
	
			.sidebar { width: 200px; float: right; }
		
			#left_bar {}
		
			#right_bar {}
		
		#footer { padding: 1.0em 0; color: #fff; margin:0;}

#footer_bottom { } /* for use with custom styles and the "page" look */


/*#nav_menu li a { width: auto; height: auto; } */

/*---:[ headlines ]:---*/

h1, h2, h3, h4 { font: bold 1.0em "Trebuchet MS", Helvetica, Arial, sans-serif; }

h1 { font-size: 3em; line-height: 1.11111em; padding: 0 10px 10px 10px; color: #90c048; }
	
	.archives h1 {  font-size: 1.1em; line-height: 1.81818em; letter-spacing: 2px; margin: 0 0 1.81818em 0; padding: 0.36364em 10px 0.36364em 10px; border-top: 1px solid #90c048; border-bottom: 1px solid #90c048; text-align: center; }

	.page h1 { margin: 0 0 1.11111em 0; }

h2 { font-size: 2.2em; line-height: 1.11111em; padding: 0 10px 10px 10px; color: #90c048; }

	h2 a, h2 a:visited { color: #90c048; border-bottom:none;}

	h2 a:hover { color: #c0d8d8; text-decoration: none; border-bottom:none;}
	
	h2.top {font-size: 3em; padding-top: 0; border-top: none; }
	
	#content_inner .format_text h2 {font-size: 1.8em; padding: 0 0 10px 0;}
	
	.sidebar h2 { font-size: 1.2em; color:#24250d; margin: 0 0 0.9em 0; line-height: 1.9em; padding: 0 5px; letter-spacing: .25px; border-top: 0; border-bottom: 1px solid #90c048; }

h3 { font-size: 1.23077em; line-height: 1.25em; color: #999; }

	.format_text h3 { margin: 1.875em 0 0.625em 0; }

	.format_text h3.top { margin: 0 0 0.625em 0 !important; }

h4 { font-size: 0.84615em; line-height: 1.81818em; letter-spacing: 2px; }



/*---:[ global elements ]:---*/

hr { display: none; }

a, a:visited { color: #24250d; text-decoration: none; border-bottom: solid 1px #303018;}

a:hover { color: #303018; text-decoration: none; border-bottom: solid 1px #c0d8d8;}

a img {padding:0; border:none;}
a img:hover {padding:0; border:none;}
.format_text a img { padding: 6px; border: solid 2px #c0d8d8; }
.format_text a img:hover {padding: 0; border: solid 8px #c0d8d8;}


blockquote {
border-left:1px solid #90C048;
color:#555555;
float:right;
font-family:Georgia,"Times New Roman",Times,serif;
left:0px;
margin:0pt 0pt 1.53846em;
padding:0pt 0pt 0pt 10px;
position:relative;
width:360px;
}

abbr, acronym { font-size: 0.84615em; border-bottom: 1px dotted #888; letter-spacing: 1px; text-transform: uppercase; line-height: 1.0em; cursor: help; }

sub, sup { line-height: 1.0em; }

span.code { font-size: 0.92308em; font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;} /* Using a <span class="code"> preserves the line height better across a wider variety of browsers */
	
	code { font-size: 0.92308em; font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace; line-height: 1.0em; }

	html[xmlns*=""] body:last-child code { font-size: 1.0em; } /* Safari 2.x hack to handle font sizes consistently. */

	pre { margin: 0 0 1.81818em 0; padding: 0.81818em; font-size: 0.84615em; font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }

	html[xmlns*=""] body:last-child pre { font-size: 1.0em; } /* Safari 2.x hack to handle font sizes consistently. */

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { padding: 0 20px; font-size: 1.3em; }
		
.linkcat li a:active, .linkcat li a:visited, .footer_col li a:active, .footer_col li a:visited {
	border-bottom:none;
	}

.footer_col li {
    #padding-left:5px
}

/*---:[ #banner styles ]:---*/

#masthead #rss_subscribe { width: 40px; height: 40px; float: right; }

	#masthead #rss_subscribe a { display: block; width: 40px; height: 40px; background: url('images/icon_rss.gif') no-repeat; text-indent: -9999px; outline: none; }

#masthead #logo { font: 6em Georgia, "Times New Roman", Times, serif; letter-spacing: -1px; float:left;}

	#masthead #logo a, #masthead #logo a:visited { color: #111; }

	#masthead #logo a:hover { color: #237fa1; text-decoration: none; }
	
#masthead h1, #masthead #tagline { font: normal 1.4em/1.42857em Verdana, serif; padding: 0; color: #999; text-align: left; }



/*---:[ content styles ]:---*/

.post_author { font-size: 1.2em; line-height: 1.66667em; margin: 0 0 1.66667em 0; padding: 0 10px; color: #999; }

	.post_author a, .post_author a:visited { color: #999; text-decoration: none; }
	
	.post_author a:hover { color: #999; text-decoration: underline; }

.format_text { font-size: 1.3em; line-height: 1.53846em; padding: 0 10px; }
		
	.format_text a { text-decoration: none; }
	
	.format_text a:visited { color: #333; text-decoration: none; }
	
	.format_text a:hover { text-decoration: none; }
		
	.format_text blockquote { }
	
		.format_text blockquote.right { width: 180px; font-size: 1.2308em; line-height: 1.25em; margin: 0 0 0 10px; padding: 0.4375em 0 0.4375em 10px; float: right; }
		
		.format_text blockquote.left { width: 180px; font-size: 1.2308em; line-height: 1.25em; margin: 0 10px 0 0; padding: 0.4375em 10px 0.4375em 0; background: none; border-right: 1px solid #eee; border-left: none; float: left; }
	
			.format_text blockquote.right p, .format_text blockquote.left p { margin: 0 !important; }
	
	.format_text p { margin: 0 0 1.53846em 0; }
	
	.format_text p.note { padding: 0.76923em 10px; background: #ffffa0; border: 1px solid #d3d35d; }
	
	.format_text ul { list-style: none; margin: 0 0 1.53846em 0; }

	.format_text ol { margin: 0 0 1.53846em 20px; }
	
		.format_text li { }
	
		.format_text ul li { padding: 0 0 0 14px; background: url('images/bullet_text.gif') 0 0.38462em no-repeat; }
		
			.format_text ul li ul, .format_text ul li ol, .format_text ol li ul, .format_text ol li ol { margin: 0 0 0 10px; }
	
	.format_text dl { margin: 0 0 1.53846em 0; }
			
		.format_text dt { font-weight: bold; }
		
		.format_text dd { margin: 0 0 0 1.53846em; }
		
	.format_text .ad { margin: 0 0 0 10px; float: right; clear: right; }
	
		.format_text .ad_left { margin: 0 10px 0 0; float: left; clear: left; }

	.format_text img { }

		.format_text img.left { margin: 1.53846em 10px 1.53846em 0; float: left; clear: left;}
		
		.format_text img.right { margin: 1.53846em 0 1.53846em 10px; float: right; clear: right; }
		
		.format_text img.center { display: block; margin: 1.53846em auto 1.23846em auto; float: none; clear: both; }
		
		.format_text img.block { display: block; margin: 1.53846em auto 1.23846em 0; float: none; clear: both; }
	
		.format_text img.frame { padding: 9px; border: 1px solid #ddd; background: #eee; }
		
		.format_text img.stack { clear: none !important; }

.to_comments { margin: 0 0 1.81818em 0; padding: 0 0px; font: normal 0.95em Arial, Helvetica, sans-serif; color: #999; clear: both; }
	
/*	.to_comments .date { padding: 0 0 0 14px; background: url('images/icon_date.gif') 0 50% no-repeat; }
	
	.to_comments .filed { padding: 0 0 0 14px; background: url('images/icon_filed.gif') 0 50% no-repeat; }
	
	.to_comments .num_comments { padding: 0 0 0 14px; background: url('images/icon_comment.gif') 0 50% no-repeat; }*/
	
.navigation {padding: 0.69231em 10px 0.86923em 10px; background: #fff; font-size: 1.3em; line-height: 1.53846em; height:1.2em;}

	.navigation p { text-align: right;}

	.older { padding: 0 20px 1px 0; float: left; height:1.2em;}

	.previous { text-align: left; height:1.2em; }


/*---:[ sidebar styles ]:---*/
.sidebar p {
    padding-left:5px;
    padding-right:8px
}

ul.sidebar_list { list-style: none; }

	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 200px; margin: 0 0 2.5em 0; font: normal 1.16em Arial,Helvetica, sans-serif; float: left; }

		li.widget p { margin: 0 0 1.33333em 0; }
		
		li.widget ul, li.linkcat ul { list-style: none; }
		
		li.widget ol { margin: 0 0 0 0; }
		
			li.widget li, li.linkcat li { margin: 0 0 0.3em 0; display:block;}
			
				li.widget li br { display: none; }
			
				li.widget li ul, li.linkcat li ul { margin: 0.75em 0 0 0; }
				
				li.widget li a, li.linkcat li a{
					/*background-color: transparent;*/
					display:block;
					padding: 4px 5px;
					width:190px;
					border-bottom:none !important;
					margin:0;
				}
				li.widget li a:hover, li.linkcat li a:hover{
					background-color: #c0d8d8;
					color:#24250d;
					border-bottom:none !important;
				}
				

			/*---:[ special widget styles ]:---*/

			#calendar_wrap { width: 182px; margin: 0 0 0.83333em 0; padding: 0 8px 0 0; font-family: Georgia, "Times New Roman", Times, serif; }

			table#wp-calendar { width: 182px; border-collapse: collapse; }

				table#wp-calendar caption { font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; }

				table#wp-calendar th { width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; }

				table#wp-calendar td { width: 26px; line-height: 1.66667em; color: #999; text-align: center; }

				table#wp-calendar td#next, table#wp-calendar td#prev { width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; }
				
			/*---:[ search widget ]:---*/

			#search { float:right; padding: 2.2em 0; text-align: right; }

				#search #s { width: 189px; padding: 2px; color: #333; background: #fff; font: normal 0.91667em Verdana, sans-serif; border: 1px solid #c0d8d8; border-right-color: #eee; border-bottom-color: #eee; text-align: left; }

				#search #s:focus { background: #fff; border-color: #90c048; border-right-color: #eee; border-bottom-color: #eee; }
				
				#search input[type="submit"] { margin: 0.25em 0 0 0; padding: 2px 3px; font: bold 1.0em Georgia, "Times New Roman", Times, serif; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; color: #000; cursor: pointer; }

				#search input[type="submit"]:hover { color: #237fa1; }



/*---:[ footer styles ]:---*/

#footer {color: #999;}
#footer p { font: normal 1.1em/1.45455em Verdana, sans-serif; color: #999; text-align: right; }

	#footer a, #footer a:visited { color: #999; border-bottom: none; text-decoration: none; }

	#footer a:hover { color: #333; text-decoration: none; }

#footer 

/*---:[ comment styles ]:---*/
#comments { width: 515px; margin: 4.0em 0 2.0em 0; display:inline;}

	.comments_intro { padding: 10px 10px; font: normal 1.2em/1.66667em Arial,Helvetica, sans-serif; }

		.comments_intro span { padding: 0; font-size: 1.2em; font-weight: bold; color:#90c048; }

	ol#comment_list { width: 525px; position:relative; left:-115px; list-style:none; padding:0; margin:0;}
		ol#comment_list li {width:525px; padding:0; margin:0 0 32px 0;}
		ol#comment_list .comment_info{font: normal 1.2em/1.66667em Verdana, sans-serif;width:95px; float:left; text-align:right; margin-bottom:0;}
			.comment_num { padding: 0 0 0 0; font: bold 3.2em Verdana, sans-serif; display:block;}
			.comment_num a, .comment_num a:visited { color: #c0d8d8; text-decoration: none; border-bottom:none;}
			.comment_num a:hover { color: #90c048; text-decoration: none; border-bottom:none;}
			.comment_time { font: normal 0.82571em Arial,Helvetica, sans-serif; color: #999; }
			.comment_date { font: normal 0.82571em Arial,Helvetica, sans-serif; color: #999; }
	.comment_wrapper {background: #f8f8f8; float:left; width:390px;  margin:0 0 0 20px; padding:10px; padding-bottom:0; font-size: 1.0em;}
			strong.comment_author_name {
				line-height: 1.42857em;
				font: bold 1.5em "Trebuchet MS", Helvetica, Arial, sans-serif;
			}
	.comment_wrapper.alt{background: #fff;}
	.comment_wrapper.author{background: #d3e5e5 !important;}
	ol#comment_list .format_text {padding: 10px 0 0 0; margin:0;}
			ol#comment_list .format_text p {font-size: 1.0em; line-height: 1.53846em;}
			.comment a.comment_link, .comment a.comment_link:visited { font-style: italic; font-weight: bold; color: #333; background: none; text-decoration: none; }
			
			.comment a.comment_link:hover { color: #333; text-decoration: underline; }
			li.no_comment strong{font-size: 1.2em; line-height: 1.53846em;}
			li.no_comment div{
				font-size: 1.1em; line-height: 1.53846em;
				margin-top: 0px;
				margin-left: 115px;
				padding:0 10px;
			}
	/*ol#comment_list { margin: 0 0 3.0em 0; width:515px;}

		ol#comment_list div.comment { width: 392px; padding: 1.42857em 9px 0.71429em 9px; background: #f8f8f8; font-size: 1.4em; line-height: 1.42857em; }

			.comment_num { padding: 0 0 0 20px; font: bold 3.2em Verdana, sans-serif;}

				.comment_num a, .comment_num a:visited { color: #c0d8d8; text-decoration: none; border-bottom:none;}

				.comment_num a:hover { color: #90c048; text-decoration: none; border-bottom:none;}
				
			.comment_time { font: normal 0.88571em Arial,Helvetica, sans-serif; color: #999; }
			.comment_date { font: normal 0.88571em Arial,Helvetica, sans-serif; color: #999; }
			strong.comment_author_name {
				font: bold 1.1em "Trebuchet MS", Helvetica, Arial, sans-serif;
			}
		ol#comment_list div.comment { float:left; width: 410px; padding: 0 0px 0.8em 0px; background: #f8f8f8; border-bottom: none;  margin-bottom: 2em;}
		
		ol#comment_list div.alt, dl#comment_list dd.alt { background: #fff; }

		ol#comment_list div.author, dl#comment_list dd.author {float:left; background: #d3e5e5 !important;}
		
			.comment .format_text {padding: 0 10px; }
			
			.comment a.comment_link, .comment a.comment_link:visited { font-style: italic; font-weight: bold; color: #333; background: none; text-decoration: none; }
			
			.comment a.comment_link:hover { color: #333; text-decoration: underline; }
		
		ol#comment_list .comment_info {
			font: normal 1.2em/1.66667em Verdana, sans-serif;
			margin-left: 0;
			margin-top:0;
			
			width:95px;
			text-align:right;
		}*/
			

/*---:[ comment form styles ]:---*/

#respond { margin: 0 0 0.83333em 0; padding: 0 10px; border-bottom: 1px solid #ddd; font: normal 1.4em "Trebuchet MS", Helvetica, Arial, sans-serif; }

	#respond span { padding: 0; }

#comment_form { width: 390px; padding: 0 10px; }

	#comment_form p { padding: 0.69231em 0 0.76923em 0; font-size: 1.3em; line-height: 1.53846em; }
	
	#comment_form p.submit_p { padding-bottom: 1.30769em; }
	
		#comment_form label { padding: 0 0 0 15px; }

		#comment_form .text_input { width: 184px; padding: 2px; color: #333; font: normal 1.0em Arial,Helvetica, sans-serif; background: #f2f2f2; border: 1px solid #aaa; border-right-color: #eee; border-bottom-color: #eee; }
		
		#comment_form .text_input:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
		
		#comment_form .text_area { width: 383px !important; height: 12.84615em; }
	
		#comment_form .form_submit { padding: 0.35714em 4px; background: #c0d8d8; border:none; color: #24250d; font: bold 1.07692em "Trebuchet MS", Helvetica, Arial, sans-serif; cursor: pointer; }
		
		#comment_form .form_submit:hover { color: #fff; background: #90c048; }
		
		#comment_form p.subscribe-to-comments { font-size: 1.3em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }



/*---:[ search form styles ]:---*/

#search_form { }

	#search_form .search_input { width: 189px; padding: 2px; color: #333; background: #f2f2f2; font: normal 0.91667em Arial,Helvetica, sans-serif; border: 1px solid #aaa; border-right-color: #eee; border-bottom-color: #eee; }
	
	#search_form .search_input:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	
/*		Custom styles		*/
ul.horiz_ul {
	list-style: none;
	padding:0;
	margin:0;
	}
ul.horiz_ul li {
	float:left;
	display:inline;
	}
#nav_menu{
	font: 1.4em "Trebuchet MS", Helvetica, sans-serif;
	font-weight:bold;
	width:830px;
	height:48px;
	background: #24250d;
	margin: 12px auto 40px auto;
	}
#nav_menu:after{
	content: "."; 
	display: block; 
	line-height: 1px; 
	font-size: 1px;
	color: #fff; 
	clear: both; 
	}
#nav_menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#nav_menu ul li {
	/*padding-top: 18px;*/
	text-align:center;
	margin-right:0px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	/*padding:0;*/
	}
#nav_menu ul li.rss_button{
	float:right;
	margin-right:0px;
	padding: 0;
	display:inline;
	}
#nav_menu ul li.rss_button a {
	height:35px;
	padding:10px 0 3px 0;
	margin-bottom:0;
	}
nav_menu ul li { width: 105px; voice-family: "\"}\""; voice-family:inherit; width: 105px;} 
	html>body #nav_menu li { width: 105px; }

#nav_menu ul li a{
	display:block;
	width: 105px;
	padding: 1.15em 0 1.00em 0;
	color: #fff;
	text-decoration:none;
	height:1%;
	border-bottom:none;
	}
#nav_menu ul li a.current{
	background:#90c048;
	color:#fff;
	}
#nav_menu ul li a:hover{
	color: #24250d;
	background: #c0d8d8;
	border-bottom:none;
	}

#footer {
	padding:0px;
	margin:3.2em 0 0 0;
	}
#footer ul {
	font: 1.2em "Trebuchet MS", Helvetica, sans-serif;
	font-weight:bold;
	list-style:none;
	width:200px;
	border-top: 1px solid #90c048;
	padding-top:5px;
	}
#footer ul.align_right {
	text-align:right;
	}
#footer li {
	display:block;
	border-bottom:none;
	width:200px;
	}
#footer h4{
	display:inline;
	width:200px;
	font: 1.4em "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 5px;
	letter-spacing: 0;
	color: #24250d;
	margin-bottom:1.4em;
	}
#footer li a {
	background-color: transparent;
	display:block;
	padding: 2px 5px;
	border-bottom:none;
	width:190px;
	}
#footer li a:hover {
	background-color: #c0d8d8;
	color:#24250d;
	border:none;
	}
#footer span{
	float:left;
	margin:0px;
	padding:0px;
	}
#footer .foot_link_holder{

	width:100%;
	float:left;
	}
#footer p.foot_links{
	
	text-align:left;
	
	margin:10px 0;
	padding:0 5px;
	}
#footer p.foot_links a{
	border-bottom: 1px solid #c0d8d8;
	}
#footer p.foot_links a:hover{
	border-bottom: 1px solid #c0d8d8;
	}
#footer li.padding5{
	padding: 2px 5px;
	width:190px;
	}
#footer li.align_left {
	text-align: left;
	}
.footer_col{
	float:left;
	width:200px;
	padding:5px 0px;
	margin-right:10px;
	}
#masthead #logo a{border:none;}

div.double_wide, div.double_wide ul li, div.double_wide ul, div.double_wide h4{
	width:400px !important;
}
.double_wide p {
	text-align:left !important;
	padding: 0 5px;
}
#footer .no_header{
	margin-top: 1.75em;
	margin-right:0px;
	}
.float_right {
	float:right;
	clear:right;
	}
.post_meta {
	text-align:right;
	position: relative; 
	left: -105px;
	float:left;
	margin-right: -95px;
	width:95px;
	font-size: 0.9em;
	
	}
.post_meta a:hover {
	text-decoration:none;
	}
.post_meta p {
	margin-top:4px;
	padding-right:5px;
	}
.post_footer{
	padding: 0 5px; margin: 0 0 5.6em 0; border-bottom: 1px solid #c0d8d8; clear: both;
	}
.ddfmwrap{
	text-align:left;
	}

#post-footer {
        background: #eee;
	border-top: #cdc 1px solid;
	border-bottom: #cdc 1px solid;
        padding-top: 12px;
        padding-left: 10px;
        padding-bottom: 15px;
}

#post-footer img {
	border: none !important;
}

#post-footer img:hover {

}



#post-footer a img {
    text-decoration:none !important;
}
/*---:[ self-clearing floats from Dan Cederholm at simplebits.com ]:---*/

#head_top:after, #container:after, #content_box:after, #nav ul:after, #footer_bottom:after, .navigation:after, .older:after, #comments:after, ol#comment_list:after, ol#comment_list li:after, ol#comment_list .comment_info:after,#comment_form:after, #search_form:after, #footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* Social Media CSS */
.digg {
      display:block; 
      float:left; 
      margin: 0 10px 0 0; 
      padding-top:5px;
}
