* {
	margin: 0;
	padding: 0;
}

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background: #161616;
	margin: 0;
	padding: 0;
}

p {
	font-size:1.2em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
	color:#CCCCCC;
	text-align:justify;
}

hr {
	background: url(images/hr.png) top center repeat-x #101010;
	border: none;
	height: 25px;
}

a img{ border:none; background:none; padding:0; margin:0; -moz-border-radius:0px; webkit-border-radius:0px; border-radius:0px; height:auto; width:auto; }

a { color:#66cc00; }
a:hover { color: #AAAAAA; }

h1 { font-size: 2.4em; margin: 0.2em 0 0.2em 0; color:#FFF; }
h2 { font-size: 1.8em; margin: 0.7em 0 0.5em 0; color:#66cc00; }
h3 { font-size: 1.4em; margin: 0.4em 0 0.3em 0; color:#66cc00; }
h4 { font-size: 1.0em; margin: 0 0 0.4em 0; color:#999; font-weight: normal; }

.clear { clear:both; }

div#pagewrap {
	width:800px;
	margin: 0 auto;
	background:#000;
}


/* HEADER STYLE */

div#header {
	margin: 0px;
	padding: 0px;	
	}

/* NAVIGATION STYLE */

/*Main naviation*/
ul#nav {
	height: 15px;
	list-style: none;
	padding-left: 15px;
	float:left;
	}
	ul#nav li {
		display: inline;
	}
	ul#nav li a {
		display:block;
		background: #66cc00;
		height:23px;
		width:78px;
		float:left;
		margin:15px 3px 0 0;
		padding: 60px 0 0 5px;
		color:white;
		font-weight:bold;
		font-size: 1.2em;
		text-align:left;
		text-decoration:none;
		text-transform:capitalize;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		ul#nav li a:hover, ul#nav li a:active {
			background-color:#333;			
	}

/*Mini Nav Style*/
ul.post-nav {
	height: 15px;
	list-style: none;
	padding-right: 30px;
	margin-bottom:15px;
	float:right;
	}
	ul.post-nav li {
		display: inline;
	}
	div#pagewrap div#content ul.post-nav li a {
		background:#66CC00 none repeat scroll 0 0;
		color:white;
		display:block;
		float:left;
		font-size:1.2em;
		font-weight:bold;
		height:23px;
		margin:3px 3px 0 0;
		padding:10px 0 0 5px;
		text-align:left;
		text-decoration:none;
		text-transform:capitalize;
		width:78px;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		ul.post-nav li a:hover, ul.post-nav li a:active {
			background-color:#333 !important;			
	}
	div#pagewrap div#content ul.post-nav li img {
		display:block;
		float:left;
		margin:3px 3px 0 0;
		}
		
/*Quick Links*/
ul#quick-links {
	list-style: none;
	padding-right: 30px;
	margin-bottom:15px;
	}
	ul#quick-links li {
	}
	div#pagewrap div#content ul#quick-links li a {
		background:#161616 none repeat scroll 0 0;
		color:#666;
		display:block;
		float:left;
		font-size:1.2em;
		font-weight:bold;
		height:23px;
		margin:3px 3px 0 0;
		padding:10px 5px 0 5px;
		text-align:left;
		text-decoration:none;
		text-transform:capitalize;
		width:245px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		div#pagewrap div#content div.post div.post-single div.post-right ul#quick-links li a:hover {
			background:#66cc00 !important;
			color: #FFF; !important;
			}
		div#pagewrap div#content div.post div.post-right ul#quick-links li a:hover {
			background:#66cc00 !important;
			color: #FFF; !important;
			}	

/*Top Right Logo Style*/	
div#logo {
	float:right;
	margin: 15px 15px 15px 0;
}

/* END NAVIGATION STYLING */

/*CONTENT STYLING */

div#content {
	margin: 0px;
	padding: 0px;
	}

/* POST STYLING */

/* Normal Post Styling*/

div.post {
	background:#101010;
	width: 740px;
	margin: 0 0 0 15px;
	padding:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}
	div.post div.post-left {
	width: 470px;
	float:left;
	}
	div.post div.post-right {
	width: 255px;
	float:right;
	}
	
/*Thumbnail Post Styling*/

div.post-thumb {
	background:#101010;
	width: 740px;
	margin: 25px 0 0 15px;
	padding:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}
	div.post-thumb div.post-thumb-left {
	width: 150px;
	float:left;
	}
	div.post-thumb div.post-thumb-right {
	width: 575px;
	float:right;
	}
	
/* Comment Styling */

div#comments form#commentform textarea#comment {
	background:#333333 none repeat scroll 0 0;
	border:1px solid #999999;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:5px;
	width: 460px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
div#comments p.author {
	font-size: 1.1em;
	text-transform: uppercase;
	color:#66CC00;
	}

div#comments ol.commentlist div.comment {
	background: #181818;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin: 7px 0 9px 0;
	}
	
	
div#comments form#commentform p input#submit {
	background:#66CC00 none repeat scroll 0 0;
	border:1px solid white;
	color:white;
	cursor:pointer;
	font-size:11px;
	padding:3px;
	width:120px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	div#comments form#commentform p input#submit:hover {
	background:#999999 none repeat scroll 0 0;
	}


	
/* FOOTER STYLING */

div#footer {
	padding:15px;
	}
	div#footer p {
		text-align:center;
		font-size:1.0em;
		color: #666;
		}
