/*
Theme Name: BlogTheme
Description: Coded by Darren Pangan<
Make-over by NxT LvL MrktnG
*/

* {margin: 0; padding: 0;}
body {text-align: center; font: 12px arial,helvetica,sans-serif;color: #DDD; background: #000;}
#s {width: 175px;}
.screen-reader-text {display:none;}

a {text-decoration: none; color: #BBB;}
a:hover {color: #fff; border-top: 1px dotted #828282; border-bottom: 1px dotted #828282;}

.cats{margin:0 0 3px 0;}

#wpsf_contact_name {border: 1px solid #828282; width: 200px;} 
#wpsf_contact_name:focus {border-right: 8px solid #BBB;} 
#wpsf_contact_email {border: 1px solid #828282; width: 200px;} 
#wpsf_contact_email:focus {border-right: 8px solid #BBB;} 
#wpsf_contact_website {border: 1px solid #828282; width: 200px;} 
#wpsf_contact_website:focus {border-right: 8px solid #BBB;} 
#wpsf_contact_phone {border: 1px solid #828282; width: 200px; } 
#wpsf_contact_phone:focus {border-right: 8px solid #BBB;} 
#wpsf_contact_drop_down_menu {border: 1px solid #828282; width: 200px;} 
#wpsf_contact_subject {border: 1px solid #828282; width: 400px;} 
#wpsf_contact_subject:focus {border-right: 8px solid #BBB;} 
#wpsf_contact_message {border: 1px solid #828282; width: 400px; height: 100px;} 
#wpsf_contact_message:focus {border-right: 8px solid #BBB;} 

#wpsf_submit {background-color:#282828; border:0 none; color:#CCCCCC; display:block; height:20px; width:98px;}
#wpsf_submit:hover {border: 0; color: #fff; display: block; border-top: 1px dotted #828282; border-bottom: 1px dotted #828282; cursor: hand; cursor: pointer; width: 98px; height: 20px;}

#searchsubmit {background-color:#282828; border:0 none; color:#CCCCCC;height:20px; width:60px; margin-left:6px;}
#searchsubmit:hover {border: 0; color: #fff; border-top: 1px dotted #828282; border-bottom: 1px dotted #828282; cursor: hand; cursor: pointer; width: 60px; height: 20px;}


.nlmcopy {color: #BBB; line-height: 15px; padding: 0 0 15px 0;}
.nlmcopy a:hover {color: #fff; border:0; font-size: 17px;line-height: 24px; padding: 25px 5px 25px 1px;}

img {border: 0;}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 985px;
	margin: auto auto;
	text-align: left;
	background: url(images/left-border-right.jpg) repeat-y 0 0;
}
	#wrapper .buffer {

	}
/** END wrapper **/

/** BEGIN header **/
#header {
		background: #000 url(images/header.jpg) no-repeat 0 0;
	height: 223px;
}
	#header h1 {
		font-size: 0;
		padding: 49px 32px 0;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 244px; height: 45px;
		}
		#header h1 a:hover {
			border: 0;
		}
	#header ul {
		list-style-type: none;
		padding: 2px 0 0 35px; margin: 58px 0 0 0;
		float: left;
	}
		#header ul li {
			float: left;
			font-size: 11px; letter-spacing: 2px;
			padding: 28px;
		}
		#header ul li a {
			
		}
		#header ul li a:hover {
			
		}
	#header p {
		float: right;
		padding: 32px 28px 0 0;
	}
		#header p a {
			font-weight: bold;
			font-style: italic;
			color: #485423;
		}
/** END header **/

/** BEGIN content **/
#content {
	width: 700px;
	float: left;
	clear: both;
min-height: 350px;
}
	#content .buffer {
		padding: 20px 40px 10px;
		background: none;
	}
	#content .postnav {
		font-size: 0.9em;
		text-align: center;
	}
		#content .postnav a {
			margin: 0 10px;
		}
	#content .notfound { }
		#content .notfound h2 {
			font-size: 2em;
			font-weight: normal;
			font-family: arial,helvetica,sans-serif;
			margin-bottom: 10px;
		}
	#content .post {
		padding: 0 15px 0 20px;
		margin-bottom: 40px;
	}

		#content .post h2 {
			font-size: 20px;
			font-weight: bold;
			font-family: arial,helvetica,sans-serif;
			margin-bottom: 5px;
		}
		#content .post h2 a {
			color: #828282;
font-style:italic;
		}
		#content .post .details {
			padding: 0 4px 20px;
		}
		#content .post .details span {
				color: #DDD;
			}
		#content .post p {
			line-height: 1.5em;
			padding: 0 4px 10px;
		}
		#content .post ul {
			margin: 0 0 10px 24px;
		}
		#content .post ol {
			margin: 0 0 10px 28px;
		}
		#content .post li {
			line-height: 1.5em;
			padding: 1px 0;
		}
		#content .post blockquote {
			line-height: 1.5em;
			padding: 10px 10px 0;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin: 0 4px 10px;
		}

		#content .post h3 {
			font-size: 14px;

			font-family: arial,helvetica,sans-serif;
			margin-bottom: 20px;
		}
		#content .post h3 a {
			color: #828282;
font-style:italic;
		}

		#content .post img.alignright {
			margin: 8px 0 30px 15px;
		}
	#content .comment {
		background: #000;
	}
		#content .comment a {
		   text-decoration: none;
	           color: #BBB;
		}

             #content .comment a:hover {		
	           color: #fff;
	           border-top: 1px dotted #828282;
	            border-bottom: 1px dotted #828282;
		}

	     #content .comment .buffer1 {
		background: #000;
		}

	     #content .comment .buffer2 {
	         backgorund: #000;
	         padding: 10px 30px 25px;
		}

		#content .comment p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .comment .details {
			font-size: 0.8em;
			color: #CCC;
text-align: right;
		}
	#content .submitcomment {
		color: #DDD;
		padding: 0 30px 30px 30px;
	}
		#content .submitcomment h2 {
			font-weight: normal;
			font-size: 1.4em;
		}
		#content .submitcomment p {
			font-size: 10px;
			line-height: 1.8em;
			margin: 5px 0 3px 0;
		}
		#content .submitcomment form {
			padding-top: 10px;
		}
			#content .submitcomment form input {
				border: 1px solid #282828;
				font-size: 11px;
				padding: 3px;
				width: 255px;
                                height: 13px;
			}
			#content .submitcomment form textarea {
				border: 1px solid #282828;
				margin: 0 0 10px 0;
font-size: 11px;
padding: 3px;
width: 575px; height: 75px;
			}
			#content .submitcomment form button {
				border: 0;
                                color: #CCC;
				background-color: #282828;
				display: block;
				width: 98px; height: 20px;
			
			}

#content .submitcomment form button:hover {
     border: 0;
     color: #fff;
     display: block;
     border-top: 1px dotted #828282;
     border-bottom: 1px dotted #828282;
     cursor: hand;
     cursor: pointer;
     width: 98px; height: 20px;
}

/** END content **/

/** BEGIN sidebar **/

#sidebar {
	width: 275px;
	float: right;

}
	#sidebar .buffer {
		background: none;
		padding: 20px 20px 20px 0px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 10px 5px 33px 0;
		background: url(images/sidehead.jpg) no-repeat top left;
	}
	#sidebar ul li {
	line-height: 17px;
	padding: 2px 1px 1px 1px;
		}
	#sidebar h2 {
		font-size: 12px;
		font-weight: normal;
		color: #828282;
		padding: 0 0 5px 20px;
		background: url(images/categories.jpg) no-repeat 0 0;
	}
		#sidebar h2.categories { background-image: url(images/categories.jpg); }
		#sidebar h2.archives { background-image: url(images/archives.gif); }
		#sidebar .blogroll h2 { background-image: url(images/blogroll.gif); }
		#sidebar h2.meta { background-image: url(images/meta.gif); }		
/** END sidebar **/

/** BEGIN footer **/
#footer {
height: 63px;
	background: #000 url(images/footer.jpg) no-repeat 0 0;
	padding: 28px 20px;
	color: #000;
	font-family: arial,helvetica,sans-serif;
}
	#footer a {
		color: #828282;
margin: 0 20px 0 10px;
	}
	#footer a:hover {
		color: #CCC;
		border-top: 1px dotted #828282;
	        border-bottom: 1px dotted #828282;
	}
	#footer .l {
		float: left;
padding: 0 0 0 10px;
	}
	#footer .r {
		float: right;
	}
/** END footer **/

