/*
Theme Name: PSTUT
Theme URI: http://www.pstut.com
Description: Enjoy :)
Author URI: http://www.xhtmld.com
/* CSS Document */

* {
	margin: 0; padding: 0;
}
.clear {
	clear: both; 
}
a img {
	border: medium none;
}
a {
color:#50503d;
text-decoration: underline;
}
p {
	margin:0px 0px 20px;
}
h1,h2,h3,h4,h5h6 {
	font-family: Georgia, Arial;
	font-weight: bold;
}
h3 {
	font-size: 18px;
}
/* CSS Document */
html {
	height: 100%;
}
body {
	font-family:  Arial, Verdena, Helvetica, sans-serif;
	font-size:  12px;
	background: #3f3c42 url(images/background.gif) repeat-x;
	color: #000000;
}
#wrapper {
	width: 1091px;
	margin: 0 auto;
}
	#header {
		width: 698px;
		height: 105px;
		background: url(images/header.png) no-repeat;
		padding: 24px 0px 0px 36px;
	}
		#header h1 {
			background: url(images/normalheader.png) no-repeat;
			width: 377px;
			height: 85px;
			text-indent: -9999px;
			display: block;
                        align: middle;
		}
		#header ul {
			list-style: none;
			float: right;
			padding-right: 34px;
			margin-top: -21px;
		}
		#header ul li {
			width: 176px;
			height: 41px;
			line-height: 41px;
			background: url(images/navTab.png) no-repeat;
			display: block;
			float: left;
			text-align: center;
			margin-left: 9px;
		}
		#header ul li a {
			text-decoration: none;
			color: #FFFFFF;
		}
		#header ul li a:hover {
			text-decoration: underline;
		}
	#mainContent {
		width: 699px;
		background: #FFF;
		padding: 9px 0px 40px 36px;
	}
		.post {
			background: url(images/postFoot.png) no-repeat bottom;
			width: 686px;
			padding-top: 21px;
		}
		#postSingle {
			background: none;
		}
			.postavatar {
				width: 200px;
				height: 200px;
				float: left;
				padding: 0px 26px 22px 0px;
			}
			.post h2 a{
				color: #0000FF;
				font-family: Georgia, Arial, Tahoma;
				font-weight: bold;
				font-size: 18px;
				padding: 0px 0px 10px 0px;
				text-decoration: none;
			}
			.post .divider {
				background: url(images/headerUnderline.png) no-repeat;
				width: 451px;
				height: 1px;
				float: right;
				padding-right: 9px;
				padding-bottom: 7px;
			}
			.divider {
				background: url(images/headerUnderline.png) no-repeat;
				width: 451px;
				height: 1px;
				padding-right: 9px;
				padding-bottom: 7px;
			}
			.postHome span {
				color: #f86048;
				font-family: Georgia, Arial, Tahoma;
				font-weight: bold;
				font-size: 14px;
			}
			.postHome span a {
				color: #f86048;
				font-family: Georgia, Arial, Tahoma;
				font-weight: bold;
				font-size: 14px;
				text-decoration: underline;
			}
			.post p {
				line-height: 22px;
			}
	#sidebar {
		width: 301px;
		height: 50px;
		margin-left: 24px;
		float: right;
		padding-top: 10px;
	}
		#sidebar ul li {
			list-style: none;
		}
			#sidebar ul li h2 {
				width: 301px;
				height: 58px;
				text-indent: -9999px;
				display: block;
			}
			#sidebar ul li h2#affiliates {
				background: url(images/affHeader.png) no-repeat;
			}
			#sidebar ul li h2#subscribers {
				background: url(images/subHeader.png) no-repeat;
			}
			#sidebar ul li h2#categories {
				background: url(images/catHeader.png) no-repeat;
			}
			#sidebar ul li h2#BlogRush {
				background: url(images/blogHeader.png) no-repeat;
			}
				#sidebar ul li ul {
					background: #49474c;
					padding: 30px 0px 30px 0px;
				}
				#sidebar ul li ul li {
					list-style-image: url(images/bullet.gif);
					font-size: 14px;
					list-style-position:inside;
					padding-left: 20px;
					line-height: 33px; 
				}
				#sidebar ul li ul p {
					padding-left: 20px;
				}
				#sidebar ul li ul li a {
					color: #afafaf;
					text-decoration: none;
				}
				
input, textarea {
	border:1px solid #D2D2D0;
	color:#232323;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:3px;
}
input#submit {
	background-color:#AE0000;
	border:0px none;
	color:#FFFFFF;
	font-size:11px;
	padding:3px 6px;
}
.gravatar {
	position: relative;
	width: 170px;
	text-align: center;
	float: right;
	padding-right: 20px;
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #888888;
}
.gravatar a {
	color: #f97560;
	font-size: 14px;
	text-decoration: none;
	background: none;
}
input#submit {
	background-color:#232323;
}
ol.commentlist li {
	color: #f97560;
	font-family: Georgia, Arial, Tahoma;
	font-size: 30px;
	font-weight: bold;
	list-style-position: outside;
	margin-bottom: 8px;
	margin-left: 40px;
}
ol.commentlist li .commentBlock {
	background: #fffbed;
	color: #696955;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	width: 394px;
	border-left: 1px solid #ffe472;
	padding: 21px 7px 10px 26px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	margin-left: 0px;
}

.formcontainer {
	clear: both;
	padding-top:20px;
}