/*
Theme Name: Standard Colored
Author: Darren Pangan
Author URI: http://www.darrenpangan.com/
Description: A light and colorful multi-functional WordPress Theme.
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Georgia;
}
a {
	text-decoration: none;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.hidden {
	display: none;
}

/** BEGIN wordpress default **/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/** END wordpress default **/

/** BEGIN wrapper **/
#wrapper {
	text-align: left;
	margin: auto auto;
	width: 960px;
}
/** END wrapper **/

/** BEGIN header **/
#headwrap {
	background: url(images/header.gif) repeat-x 0 0;
}
#header {
	text-align: left;
	margin: auto auto;
	width: 960px;
	height: 42px;
}
	#logo {
		text-align: right;
		float: left;
	}
	#header h1 {
		line-height: normal;
		font-weight: normal;
		font-size: 2em;
		float: left;
		padding: 5px 0;
		letter-spacing: 1px;
	}
	#header h1 a {
		color: #ffffff;
	}
	#header ul {
		list-style-type: none;
		float: right;
		height: 42px;
		background: url(images/divide.gif) no-repeat 0 0;
		padding-left: 1px;
	}
	#header ul li {
		float: left;
		font-size: 1.2em;
		font-weight: bold;
		padding-right: 1px;
		background: url(images/divide.gif) no-repeat right 0;
	}
	#header ul li a {
		display: block;
		float: left;
		color: #ffffff;
		padding: 12px 15px 13px;
	}
	#header ul li a:hover {
		background: url(images/active.gif) repeat-x 0 0;
	}
/** END header **/

/** BEGIN sidebar **/
.sidebar {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
	#rightsidebar a {
		color: #515843;
	}
	#rightsidebar h2 {
		color: #5e8d09;
		background-color: #e7fcc1;
		border-left: 1px solid #bee07f;
		border-right: 1px solid #bee07f;
		border-top: 1px solid #bee07f;
	}
	#rightsidebar ul {
		background-color: #e7fcc1;
		border-left: 1px solid #bee07f;
		border-right: 1px solid #bee07f;
		border-bottom: 1px solid #bee07f;
	}
	#rightsidebar ul li {
		border-top: 1px dotted #c2e77f;
	}
	#leftsidebar a {
		color: #585446;
	}
	#leftsidebar h2 {
		color: #fe5705;
		background-color: #fdf2c9;
		border-left: 1px solid #fdd691;
		border-right: 1px solid #fdd691;
		border-top: 1px solid #fdd691;
	}
	#leftsidebar ul, #leftsidebar form {
		background-color: #fdf2c9;
		border-left: 1px solid #fdd691;
		border-right: 1px solid #fdd691;
		border-bottom: 1px solid #fdd691;
	}
	#leftsidebar ul li {
		border-top: 1px dotted #fdb47b;
	}
	.sidebar a:hover {
		color: #ff0000 !important;
	}
	.sidebar h2 {
		font-size: 1.3em;
		padding: 10px 10px 7px;
		margin: 10px 0 0 10px;
	}
	.sidebar ul {
		list-style-type: none;
		padding: 0 10px 2px;
		margin: 0 0 10px 10px;
	}
	.sidebar ul li {
		line-height: 1.6em;
		padding: 2px 0;
	}
	.sidebar form {
		padding: 0 10px 35px;
		margin: 0 0 10px 10px;
	}
	.sidebar form input {
		width: 131px;
		border: 1px solid #fdda9b;
		float: left;
		margin-right: 5px;
		font-size: 1.5em;
	}
	.sidebar form button {
		background: url(images/search.gif) no-repeat 0 0;
		width: 30px; height: 23px;
		text-indent: -9999px;
		border: 0;
		float: left;
	}
/** END sidebar **/

/** BEGIN content **/
#content {
	clear: both;
	float: left;
	width: 560px;
	padding-bottom: 10px;
	color: #505050;
}
	#content p {
		line-height: 1.7em;
	}
	#content a {
		color: #036189;
	}
	#content a:hover {
		color: #ff0000;
	}
	.post {
		background-color: #e6f5fb;
		margin-top: 10px;
		padding: 15px;
		border: 1px solid #96dbf7;
		color: #5c6264;
		min-height: 140px;
	}
	.post h2 {
		margin-bottom: 7px;
		font-weight: normal;
		font-size: 1.5em;
	}
	.post .date {
		float: right;
		margin: -27px 0 0;
		font-size: 0.9em;
		font-weight: bold;
	}
	.post .thumb {
		float: left;
		margin: 5px 10px 5px 0;
		padding: 4px;
		background-color: #ffffff;
		border: 1px solid #c0e9f9;
		width: 100px;
	}
/** END content **/

/** BEGIN footer **/
#footwrap {
	clear: both;
	background: url(images/footer.gif) repeat-x 0 0;
}
#footer {
	text-align: left;
	margin: auto auto;
	width: 960px;
	color: #ffffff;
	font-family: Arial;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 0 40px;
}
	#footer a {
		color: #ffffff;
		font-weight: bold;
	}
	#footer a:hover {
		color: #ff9999;
	}
	#footer .left {
		float: left;
	}
	#footer .right {
		float: right;
	}
/** END footer **/

.notfound {
	padding: 20px 10px 10px;
}
.notfound h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 5px;
}
.notfound p {
	clear: both;
}
#postnav {
	padding-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
}
img {
	border: 0;
}
#single {
	padding-top: 20px;
}
	#single h2 {
		font-size: 1.5em;
		font-weight: normal;
		float: left;
		padding-right: 15px;
	}
	#single .author {
		padding: 4px 0 10px;
		float: left;
		font-size: 0.8em;
		text-transform: uppercase;
		margin-bottom: 0 !important;
	}
	#single p {
		margin-bottom: 10px;
		line-height: 1.7em;
	}
	#single h3 {
		font-size: 1.3em;
		margin-bottom: 5px;
	}
	#single blockquote {
		margin-bottom: 10px;
		line-height: 1.7em;
		padding-left: 10px;
		border-left: 2px solid #e0e0e0;
		font-style: italic;
	}
	#single ul {
		padding: 0 0 10px 16px;
	}
	#single ol {
		padding: 0 0 10px 16px;
		list-style-type: decimal;
		margin-left: 10px;
	}
	#single li {
		line-height: 1.6em;
		padding: 1px 0;
	}
	#single .post {
		padding: 10px 0 0;
		border-bottom: 1px dotted #e0e0e0;
	}
	#single .thumb {
		float: left;
		margin: 5px 10px 5px 0;
		width: 60px;
	}
	#content .atitle {
		font-size: 0.9em;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #939393;
		margin-top: 10px;
	}
	#postdetails {
		font-size: 0.9em;
	}
	#postdetails p {
		margin-bottom: 2px !important;
	}
#commentsection {
	padding-top: 10px;
}
	.commentdetails {
		float: left;
	}
	.break {
		background-color: white;
	}
	.commentdetails p {
		margin-bottom: 5px;
	}
	.commentauthor {
		font-size: 1.2em;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
	}
	.comment1 {
		padding: 10px 0;
		border-top: 1px dotted #e0e0e0;
	}
	.gravatar {
		float: right;
	}
	#commentsection h2 {
		background-color: #036189;
		font-weight: normal;
		font-size: 0.9em;
		color: #ffffff;
		padding: 3px 8px 4px;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: normal;
	}
	.commentitems {
		padding: 10px;
		margin: 0 0 10px;
		background-color: #e9ffe9;
	}
	.commentitems .first {
		border-top: none !important;
		padding-top: 5px !important;
	}
	.commentitems input, .commentitems textarea, .commentitems button {
		margin-bottom: 5px;
	}
	.required {
		color: #ff0000;
	}
.commentlist {
	list-style-type: none;
}
	.commentlist ul {
		list-style-type: none;
		padding-left: 10px;
		border-left: 2px solid #7FDBFF;
		margin-bottom: 10px;
	}
	.commentlist ul li .comment1 {
		border-top: 0;
	}
	.reply {
		font-size: 0.8em;
		text-transform: uppercase;
		display: block;
		margin-top: 10px;
	}
	.commentitems .navigation {
		height: 25px;
		font-size: 0.8em;
		text-transform: uppercase;
	}
