/* 
COLORS
---------------------------------------
#141419 - black
#26272a - dark sleight
#5e6168 - sleight/gray
#f4ed45 - neon yellow/green
---------------------------------------

3 COLUMN LAYOUT
---------------------------------------
margins = 20px
1 col = 300px 
2 cols = 620px
3 cols = 940px
---------------------------------------
*/

@import url(reset.css);

/*	BASIC ELEMENTS
--------------------------------------- */
body {
	background:#ffffff 
	text-align: center; /* for old IE */
	font-family: "Trebuchet MS", "MS Trebuchet", Trebuchet;
}
#th-topbar {
color: #666666;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
padding: 5px;
margin-bottom: 5px;
}
#th-topbar a:link {
color: #999999;
text-decoration:none;
}
#th-topbar a:visited {
color: #999999;
text-decoration:none;
}
#th-topbar a:hover {
color: #FFFFFF;
text-decoration:none;
}

abbr {
	border-bottom: #5e6168 1px dotted;
	cursor: help;
}

code {
	font: normal 11px Georgia "Times New Roman", Times;
	line-height: 15px;
	padding: 10px;
	display: block;
	background-color: #26272a;
	border: #5e6168 1px solid	;
	color: #fff;
}
p {
	padding: .5em 0;
}
a {
	color: #26272a;
}
h2.content_title {
	font: italic 15px helvetica;
	margin: 0 0 15px 0;
/*	border-bottom: #26272a 1px solid ;*/
	color: #26272a;
}
/*	SPECIAL CLASSES
---------------------------------------- */
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter {
	text-align: center;
	margin: 0 auto;
}
.force_break { clear: both;}

.postnavigation {
	font-size: 12px;
	text-align: center;
	clear: both;
}
.postnavigation a {
	/*color: #fff;*/
	text-decoration: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	width: 470px;
	float:left;
	font-size: 14px;
	}
.navigation a {
	color: #191614;
	}
.imgnavigation {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	width: 470px;
	float:left;
	font-size: 14px;
	}
.rightplugs {
width:170px;
padding:0;
float:left;
}
.plugr {
text-align:center;
font-size: 11px;
padding-bottom:10px;
padding-top:10px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 2px solid #333;
}
.plugr_img {
border:2px solid #ffffff;
margin-bottom:5px;
}
.plugr_link a {
color: #FFFFFF;
text-decoration: none;
}
.plugr_link a:hover {
color: #28d6b7;
text-decoration: underline;
}
.righthead {
background-color: #ffffff;
border-bottom:1px solid #333333;
text-align: center;
padding:8px;
font-size: 11px;
font-weight:bold;
text-transform: uppercase;
}











/*	SITE STRUCTURE AND LAYOUT
---------------------------------------- */
div#wrap {
	width: 982px;
	text-align: left;
	margin: 0 auto;
}
	div#header {
	padding-bottom:10px;
		
	}
		#header img.avatar {
			float: left;
			margin:0;
		}
		#header h1 a {
			text-decoration: none;
			padding: 15px 0 8px;
			display: block;
			letter-spacing: .05em;
			color: #55fed8;
			font-size: 30px;
		}
		#header h5 {
			color: #fff;
		}
	div#top_nav {
		float: left;
		margin-bottom: -1px;
		margin-top: -15px;
	}
		#top_nav ul li {
			float: left;
		}
			#top_nav ul li a {
				display: block;
				padding: 12px 16px;				
				color: #191614;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 12px;
				text-decoration: none;
			}
			#top_nav ul li.page_item a {
				/*background-color: #ffffff;
				border-top: #44b878 3px solid;
				border-left: #44b878 3px solid;*/
			}
			#top_nav ul li.current_page_item a {
				/*background-color: #ffffff;
				border-top: #44b878 3px solid;
				border-left: #44b878 3px solid;*/
			}
			#top_nav ul li a:hover,
			#top_nav ul li.current_page_item a {
				color: #44b878;
				text-decoration: underline;
			}

	div#middle {
		clear: both;
		background-color: #ffffff;
		border-top: #44b878 4px solid;
		border-left: #44b878 3px solid;
		border-right: #44b878 3px solid;
		border-bottom: #44b878 4px solid;
		padding: 10px 10px;
	}
		div#sub_nav {
			
		}	
			#sub_nav ul li {
				float: left;
			}
				#sub_nav ul li a {
					color: #5e6168;
					display: block;
					margin: 0 20px 15px 0;
					text-decoration: none;
					font: normal 16px "Trebuchet MS";
					border-bottom: #141419 2px solid;
				}
				#sub_nav a:hover {
					border-bottom: #26272a 2px solid;					
				}
				#sub_nav ul li.current-cat a {
					color: #fff;
				}
		div#right_col {
			width: 302px;
			margin-right: 0;
			float: right;
			z-index: 100;
			position: relative;
		}
			#searchform input {
				border: #5e6168 1px solid;
				padding: 3px 0;
			}
			#searchform input.textInput {
				width: 262px;
				float: left;
				padding: 4px 0 4px 5px;
				background-color: #ffffff;
				color: #5e6168;
				font: normal 13px Helvetica;
			}
			#searchform input.default {
				font-style: italic;
			}
			#searchform input.textInput:focus {
				color: #5e6168;
				background-color: #ffffff;
				font-style: normal;								
			}
			#searchform input.submitInput {				
				float: left;
				width: 30px;
				background-color: #d0e0db;
			}			
			#right_col ul li,
			#sub_footer ul li {
				background-color: #d0e0db;
				border: #5e6168 1px solid;
				margin-bottom: 10px;
				clear: both;
				color: #26272a;
				font-size: 12px;
				line-height: 18px;
				
			}
			#right_col ul li.search-form,
			#right_col ul li.widget_search,
			#right_col ul li.toggle_sidebar {
				float: left;
				margin-bottom: 12px;
				border: none;
				background-color: #141419;
				float: right;
				clear: none;
			}
			#right_col ul li.toggle_sidebar {
				display: none; /*this was the little icon that toggled the sidebar - decided it was dumb */
			}
				#right_col ul li.toggle_sidebar a {
					padding: 3px;	
					width: 30px;
					text-align: center;
					text-decoration: none;
					background-color: #5e6168;
					color: #141419;
					display: block;
				}
				#right_col ul li ul li,
				#sub_footer  ul li ul li {
					margin-bottom: 0;
					background-color: none;
					border: none;
					line-height: 20px;
					font-size: 12px;					
				}
				
				#sub_footer  li {
					float:left;
					width:150px;
				}
				
					#right_col ul li a,
					#sub_footer ul li a {
						color: #141419;
						
						
					}
				#right_col ul li ul,
				#right_col ul li p,
				#sub_footer ul li ul,
				#sub_footer ul li p {
					padding: 10px;
				}
			#right_col ul li h2,
			#sub_footer ul li h2 {
				background-color: #51392c;
				font-size: 18px;
				color: #ffffff;
				padding: 4px;
				margin: 0;
				font-weight: bold;
				text-transform: uppercase;
			}
		div#content {
			z-index: 50;
			position: relative;
			clear: left;
			width: 480px;
			float: left;
		}
		div.wide_content {
			width: 940px !important;
		}
	div#sub_footer {
		background: url(images/sub_footer_bg.gif);
		padding-top: 0px;
		text-align:center;
		height:20px;
	}
		#sub_footer div.widgets {
			width: 300px;
			float: left;
			margin-left: 20px;
		}
	div#footer {
		text-align: center;
		font: normal 12px Helvetica;
		color: #5e6168;		
		padding: 10px;		
		clear: both;
	}
		#footer a {
			color: #5e6168;
			text-decoration: none;
			font-weight: bold;
		}

/* WIDGET STYLING 
---------------------------------------------------------- */
li.widget_tag_cloud {
	background: none !important;
	border: none !important;
}
	.widget_tag_cloud a {
		text-decoration: none;
	}
	.widget_tag_cloud a:hover {
		color: #55fed8 !important;
	}
.textwidget ul {
	padding: 0 !important;
	margin: none !important;
}
.textwidget ul li {
	padding: 15px 22px;
}
.textwidget ul li.alt {
	background-color: #1f2024 !important;
	border: #141419 1px solid !important;	
	border-width: 1px 0 !important;
}
.textwidget img {
	display: block;
}

.widget_flickr ul {
	padding: 10px 0 10px 10px !important;
}
.widget_flickr ul li{	
	border: #5e6168 5px solid !important;
	float: left !important;
	margin: 0 10px 10px 0 !important;
	width: 123px;
	height: 85px;
	overflow: hidden;
	clear: none !important;
}
.widget_flickr ul li:hover {
	border-color: #fff !important;
}
.widget_flickr ul li a {
	display: block;
}
.widget_flickr ul li img {
	display: block !important;	
	width: 123px;
	margin-bottom: 6px;
}
.widget_flickr ul li a:hover img {
	border-color: #fff !important;
}
.widget_flickr h5 a {
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	margin: 0 10px 10px 0;
	color: #0063dc !important;
	display: block;
	letter-spacing: .05em;
	font-weight: bold	;
}
	.widget_flickr h5 a em {
		color: #ff0084 !important;
	}
	
li.widget_Twidget {
	background: none !important;
	border: 0 !important;
}
.widget_Twidget ul {
	padding: 0 !important;
}
	.widget_Twidget ul li span {
		display: block;
		border: #5e6168 1px solid !important;
		padding: 10px 10px 10px 50px;
		margin-top: 10px !important;
		background: url(images/twitter_t.gif) no-repeat left;
	}
	.widget_Twidget span a {
		background: none !important;
		display: inline !important;
		padding: 0 !important;
		color: #55fed8 !important;
	}
	.widget_Twidget a {
		background: url(images/callout_head.gif) !important;
		display: block !important;
		color: #141419 !important;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		text-align: right;
		padding: 2px 10px 1px 0;
	}

/* POST SPECIFIC STUFF
---------------------------------------------------------- */
div.post {
	background-color: #ffffff;
border: #212121 1px solid !important;	
	clear: left;
	width: 475px;
	/*width: 620px;*/
	margin-bottom: 20px;
}
	.post h2 {
		background: url(/wp-content/uploads/2010/04/post_head_bg2.gif) no-repeat left;
		font-size: 18px;
		color: #191614;
		padding: 14px 12px 6px;
		text-transform: uppercase;
	}
		.post h2 a {
			letter-spacing: .05em;
			color: #191614;
			text-decoration: none;
		}
		.post h2 em {
			color: #fff;
			font-size: 18px;
		}
		.post h2 em.comment_link a {
			float: right;
			font-size: 14px;			
			font-style: normal;
		}
	div.postcontent {
		padding: 0px 12px;
		color: #141419;
		line-height: 18px;
		font-size: 12px;
	}
		div.postcontent a {
		color: #df6522;
		text-decoration: underline;
		font-weight: bold;
	}
		.postcontent ul {
			margin-bottom: 15px;
		}
	.postcontent img {
		max-width: 450px;
		border: 2px solid #DF6522;
	}
	.toppost {
	width:460px;
	padding-bottom:6px;
	font-size:11px;
	text-align: right;
	}
	.toppost a {
	color: #DF6522;
	text-decoration: underline;
	}
	#topcomment {
	color: #44B878;
	text-decoration: underline;
	}
	div.postmeta {
		border-top: #ffffff 0px solid;
		background-color: #ffffff;
		text-align: left;
		padding-top: 0px;
		font-size: 10px;
		color: #fff;
	}
		.postmeta ul li {
			display: inline;
			margin-right: 10px;
		}
		.postmeta em {
			font-weight: bold;
			color: #5e6168 ;
		}
		.postmeta a {
			color: #000000;
			text-decoration: none;			
			font-style: italic;
		}
		.postmeta a:hover {
			border-bottom: #26272a 1px solid;
		}
/* Gallery */
/* Remember to modify /wp-includes/media.php columns */
.gallery {
	width: 450px;
}
.gallery-item {
	float: left;
	margin: 0px;
	width: 86px;	
}
.attachment-thumbnail {
	float: left;
}
.gallery img {
	border: 2px solid #cfcfcf;
	float: left;
}
.gallery-caption {
	margin-left: 0;
}
/* Comments */
div#comments {
width:475px;
}
#comments h4 {
	background: url(images/callout_head.gif) left top no-repeat;
	font-size: 13px;
	color: #141419;
	padding: 4px 5px 16px 10px;
	margin: 0;
	font-weight: bold;
	font-style: italic;
}
ol#commentlist li {
	margin-bottom: 5px;
	padding: 10px;
	color: #141419;
	font-size: 12px;
	line-height: 18px;
	border-bottom: #26272a 1px solid;
}
#commentlist img.avatar {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#commentlist li.standard {
/*	background-color: #26272a;*/
}
#commentlist li.author {
	border-bottom: #55fed8 1px solid !important;
}
#commentlist li.author div.singlecomment,
#commentlist li.author div.singlecomment a {	
	color: #55fed8;
}
#commentlist div.singlecomment {
	font: italic 11px helvetica;
	text-align: right	;
	margin-top: 10px;
	clear: both;
}
	#comments div.notes {
		float: right;
		width: 200px;
	}	
	#comments h5 {
		margin: 0 0 5px;
	}
	#commentlist div.singlecomment a {
		color: #fff;
	}
	div#commentsform {
		
	}
		#comments dl {
			width: 460px;
		}
		#comments dt {
			font-size: 12px;
			font-weight: bold;	
		}
		#comments dt.top {
			margin-top: 15px;
		}
		#comments dd, dt.single {
			padding: 2px 0 15px;
		}
			#comments textarea,
			#comments input.textInput {
				width: 450px;
				padding: 2px;
				color: #5e6168;
				background-color: #26272a;
				border: #5e6168 1px solid;
			}
			#comments textarea.focus,
			#comments input.textInput.focus {
				background-color: #141419;
				color: #fff;
			}
			#comments .button-group input {
				border: #5e6168 1px solid;
				padding: 5px;
				cursor: pointer;
				background-color: #26272a;
				color: #fff;
				text-transform: uppercase;
				font-weight: bold;
			}
	#comments a {
		color: #5e6168;
	}
	
	
	/* nav */

.navitem {
	width:113px; height:22px;
	text-align:center;
	padding-top:5px;
	float:left;
}


a.navlink:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.navlink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.navlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f6ff00;
	font-weight:bold;
	text-decoration:none;
}

a.navlinkon:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.navlinkon:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f6ff00;
	font-weight:bold;
	text-decoration:none;
}

a.navlinkon:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f6ff00;
	font-weight:bold;
	text-decoration:none;
}

a.toplink:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	
	text-decoration:none;
}

a.toplink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	
	text-decoration:none;
}

a.toplink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f6ff00;
	
	text-decoration:none;
}


#sub_footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	
	text-decoration:none;
	margin-right:30px;
}


#tagcloud {
	background:#e6e6e6;
	width:144px;
	margin:10px 4px;
	padding:8px;
}

#tagcloud a {
	color:#575757;
	margin-bottom:15px;

}

#cubeholder {
	width:154px;
	background:#e8f2f5;
	text-align:center;
	margin:10px 7px;
	
}

#cubeholder img {
	margin-top:20px;
	margin-bottom:5px;
}


.listing  {
	float:left;
	width:130px;
	margin:2px 10px;
}
