/*
	skin by brandon henry for bhphp.com
	images made in ms paint
	
	
	if you use this shoot me an email via http://www.bhphp.com/blog4.php?disp=msgform&recipient_id=1
	
	//this line used for testing purposes during the design process
		* {border:1px solid black;}
*/

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
/*@import url("../../rsc/css/comments.css");	/* Import default comment styles */

*{margin:0;padding:0;border:0;list-style: none;}
html {border:0;margin:0;padding:0;}
a{text-decoration:none;color:#339;}
body {
	background-image:url('309.png');
	background-repeat:repeat;
	font-family:"Trebuchet MS",Sans-Serif,Tahoma,Verdana;
	font-size:1em;
	color:#006;
	text-align:center;
	border:0;
	padding:0;
	margin:0;
	}

#container {
	width:995px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	padding:0;
	border:0;
	}

#top {
	width:995px;
	background-image:url('bgtop.png');
	padding-top:10px;
	z-index:1;
	}
	
#header {
	background-image:url('headerbg.png');
	background-repeat:no-repeat;
	border:0;
	margin-left:15px;
	margin-right:15px;
	height:166px;
	}
	
	#topmenu {
		float:right;
	}
		#topmenu ul li {
			display:inline;
			margin-right:10px;
		}
		#topmenu ul li a {
			color:#006;
			text-decoration:none;
		}
		#topmenu ul li a:hover {
			color:#009;
			text-decoration:underline;
		}
	
	#pagetitle {
		margin-left:30px;
		font-size:65px;
		font-weight:bold;
		opacity: 0.5;
		filter:alpha(opacity="50");
		color: #fff;
		width:600px;
	}
		#pagetitle a {
			color:#fff;
			text-decoration:none;
		}
		#pagetitle a:hover {
			color:#fff;
		}
	
	.widget_core_coll_tagline {
		margin-left:150px;
		font-size:20px;
		color:#339;
	}
	
	p.tagline {
		margin-left:350px;
		font-size:20px;
		
	}
	
	#menu {
		float:right;
		opacity: 0.8;
		margin-top:-50px;
		margin-right:5px;
		margin-bottom:5px;
		filter:alpha(opacity="80");
		background-color:#9cf;
		color:#003;
		border:1px solid #003;
		width:236px;
		z-index:50;
		font-weight:bold;
	}
	#header > #menu {
		width:257px;
		margin-right:7px;
	}

		#menu ul li {
			display:block;
			margin-right:0px;
		}
		#menu ul li a {
			color:#003;
			display:block;
			text-decoration:none;
			padding-left:10px;
			padding-right:10px;
		}
		* html body #menu a {
			width:100%;
		}

		#menu ul li a:hover {
			color:#fff;
			background-color:#039;
			text-decoration:underline;
		}
	
#mid {
	background-image:url('mid.png');
	background-repeat:repeat-y;
	/*height:900px;/*temp*/
	width:995px;
	}
	
	#content {
		float:left;
		margin-left:10px;
		width:660px;
		min-height:150px;
		/*border:1px solid black;*/
	}
	#mid > div#content {margin-left:20px;}
	
	#content h1 {
		font-size:40px;
		color: #339;
	}
	
	.bTitle {
	background-color:#f93;
	border-bottom:2px solid #339;
	padding-left:5px;
	padding-right:3px;
	}
	.bTitle a{
		text-decoration:none;
		color:#339;
	}
	.bTitle a:hover{
		color:#336;
	}
	
	.bSmallHead, .bCommentTitle {
		padding-left:5px;
		border-bottom:1px dashed #336;
		background-color:#ff9;
	}
	.bCommentTitle{
		border:0;
		border-bottom:1px dashed #006;
		margin-top:4px;
		border-top:1px solid #006;
		background-color:#f93;
		font-weight:bold;
	}
	.bSmallHead a{
		color:#33c;
	}
	.bSmallHead a:hover{
		color:#006;
	}
	.bCommentTitle a{
		color:#33c;
	}
	.bCommentTitle a:hover{
		color:#006;
	}
	
	.bSmallPrint,.bCommentSmallPrint{
		padding-left:5px;
		border-top:1px dashed #336;
		background-color:#ff9;
	}
	
	.bCommentSmallPrint img{
		margin-top:3px;
	}
	.bCommentSmallPrint{
		border:0;
		border-top:1px dashed #006;
		margin-bottom:4px;
		border-bottom:1px solid #006;
	}
	.bSmallPrint a{
		color:#33c;
	}
	.bSmallPrint a:hover{
		color:#006;
	}
	

	
	.bText,.bCommentText{
		padding-left:5px;
		border:0;
	}
	
	.bPost ,.bComment{
		background-color:#ff6;
		border:1px solid #036;
		margin-bottom:6px;
	}
	.bComment {
		border:0;
		border-top:1px solid #036;
		/*border-bottom:1px solid #036;*/
		margin:0;
	}
	input.bComment,textarea.bComment {
		border:1px solid #036;
	}
	input.submit{
		background-color:#eee;
		border:1px solid #006;
	}
	input.SearchField{
		border:1px solid #006;
	}
		
	.bPost h4 {
		padding-left:4px;
		background-color:#f93;
		border-bottom:1px solid #006;
		border-top:2px solid #006;
	}
	
	#sidebar {
		float:right;
		margin-right:13px;/*for ie*/
		width:255px;
		/*border:1px solid black;*/
	}
	#mid > div#sidebar { margin-right:25px;}/*for standards compliant (since i can't figure out why it's different)*/
	
	#sidebar ul li {
		list-style: none;
	}
	#sidebar li {
		padding-bottom: 2px;
		margin-left: 0px;
	}
	#sidebar a {
		color: #006;
		text-decoration: none;
	}
	#sidebar a:hover {
		color: #00c;
		text-decoration: none;
	}

		.widgets {
			background-color: #cff;
			border: 1px solid #006;
			padding: 5px;
			margin: 10px 0px;
			color: #009;
			width: 245px;
			font-weight:bold;
		}
		.widgets a{
			font-weight:normal;
			margin-left:4px;
		}
	
#bot {
	background-image:url('bot.png');
	background-position:bottom;
	padding-bottom:10px;
	text-align:center;
	}
	
#credits {
	border-top:2px dashed #006;
	margin-left:15px;
	margin-right:15px;
	text-align:center;
}