/*
Theme Name: Bhoy.com
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 13px Verdana;
	color: #ffffff;
	background-color: #0d3521;
}
a {
	text-decoration: none;
	color: #32CB7E;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
	background: none !important;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 955px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 302px;
	background: url(images/header.jpg) no-repeat 0 bottom;
}
.header2 {
	background-image: url(images/header2.jpg) !important;
}
	#header .navigation {
		background: url(images/navigation.gif) repeat-x 0 0;
		margin-right: 29px;
	}
	#header .navigation div {
		background: url(images/navright.gif) no-repeat right 0;
	}
	#header .navigation ul {
		list-style-type: none;
		height: 27px;
		background: url(images/navleft.gif) no-repeat 0 0;
		padding-left: 13px;
	}
		#header ul li {
			float: left;
			font-family: Arial;
			padding-left: 2px;
			background: url(images/divider.gif) no-repeat 0 0;
			font-size: 0.9em;
		}
		#header ul li.home {
			background: none;
			padding-left: 0;
		}
		#header ul li a {
			color: #ffffff;
			width: 80px;
			text-align: center;
			display: block;
			padding: 6px 0;
		}
		#header ul li.nav2 a {
			background: url(images/navigation2.gif) repeat-x 0 0;
		}
		#header ul li a:hover {
			text-decoration: none;
			background: url(images/active.gif) repeat-x 0 0;
			color: #32CB7E;
		}
	#header h1 {
		float: left;
		font-size: 0;
		padding: 18px 22px;
	}
		#header h1 a {
			width: 300px; height: 85px;
			display: block;
			text-indent: -9999px;
			outline: none;
		}
	#header form, #user {
		float: right;
		text-align: right;
		font-family: Arial;
		font-size: 0.9em;
		width: 270px;
		margin: 68px 140px 0 0;
	}
		#user p {
			padding: 5px 15px;
			text-align: center;
			font-size: 1.2em;
		}
		#user p.links {
			font-size: 0.9em;
		}
		#header form input {
			width: 98px;
			border: 0;
			font-size: 1em;
			font-family: Arial;
			background-color: transparent;
			margin: 2px 0 0 8px;
		}
		#header form button {
			float: right;
			width: 52px; height: 52px;
			border: 0;
			text-indent: -9999px;
			margin-left: 14px;
			background-color: transparent;
		}
		#header form p {
			margin: 2px 0 8px;
		}
		#header .forgot {
			text-align: left;
			padding: 3px 0 0 102px;
		}
			#header .forgot a {
				color: #32CB7E;
			}
/** END header **/

/** BEGIN body **/
#body {
	background-color: #082014;
	margin: -85px 50px 0 0;
	padding: 0 22px 10px 21px;
	position: relative;
}
	#body .single {
		font-style: italic;
	}
		#body .single h2 {
			font-size: 1.5em;
			text-transform: uppercase;
			font-weight: normal;
			margin-bottom: 10px;
		}
		#body .single p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#body .single ul, #body .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#body .single li {
			line-height: 1.4em;
		}
		#body .single blockquote {
			padding-left: 8px;
			border-left: 2px solid #12482D;
			margin-bottom: 10px;
		}
		#body .single h3, #body .single h4, #body .single h5, #body .single h6 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
	#body .nosidebar h2 {
		width: 500px; height: 55px;
		position: absolute;
		top: -60px;
	}
/** END body **/

/** BEGIN content **/
#content {
	width: 503px;
	float: left;
	margin-top: -60px;
	position: relative;
}
	#content .featured {
		width: 493px; height: 231px;
		background: url(images/featured.gif) no-repeat 0 0;
		margin-bottom: 15px;
		padding: 5px;
	}
		#content .featured .image {
			width: 492px; height: 231px;
			overflow: hidden;
		}
		#content .featured .image img {
			height: 231px;
		}
	#content .listing {
		background: url(images/contentfoot.gif) no-repeat 0 bottom;
		padding-bottom: 7px;
		margin-bottom: 15px;
	}
		#content .listing #latestnews {
			display: block;
			width: 138px; height: 31px;
			float: left;
			margin-left: 10px;
			outline: none;
		}
		#content .listing #matchreports {
			display: block;
			width: 138px; height: 31px;
			float: left;
			margin-left: 2px;
			outline: none;
		}
		#content .listing .post {
			clear: both;
			background: url(images/post2.gif) no-repeat 0 0;
			height: 130px;
			padding: 15px 15px 0;
			font-style: italic;
		}
			#content .listing .post .thumb {
				float: left;
				margin: 0 10px 0 0;
				border: 1px solid #082014;
				width: 150px; height: 111px;
				overflow: hidden;
			}
				#content .listing .post .thumb img {
					width: 150px;
				}
			#content .listing .post h2 {
				font-size: 1.3em;
				text-transform: uppercase;
				font-weight: normal;
				margin-bottom: 5px;
			}
			#content .listing .post p {
				line-height: 1.5em;
				margin-bottom: 4px;
			}
			#content .listing .post .readmore {
				display: block;
				text-indent: -9999px;
				width: 109px; height: 29px;
				float: right;
				background: url(images/readmore1.gif) no-repeat 0 0;
			}
		#content .listing .first {
			background: url(images/post1.gif) no-repeat 0 0;
		}
	#content .ad468x60 {
		text-align: center;
		margin-bottom: 15px;
	}
	.commentitems {
		padding: 10px 5px;
	}
	.searchhead {
		width: 138px; height: 31px;
		text-indent: -9999px;
		background: url(images/searchresults.gif) no-repeat 0 0;
		margin-left: 10px;
	}
	.archiveshead {
		width: 138px; height: 31px;
		text-indent: -9999px;
		background: url(images/archives.gif) no-repeat 0 0;
		margin-left: 10px;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 332px;
	float: right;
}
	#sidebar form {
		background: url(images/search.gif) no-repeat 0 0;
		height: 41px;
		margin-bottom: 15px;
	}
		#sidebar form input {
			float: left;
			border: 0;
			font-size: 1em;
			width: 212px;
			margin: 13px 0 0 72px;
			background-color: transparent;
		}
		#sidebar form button {
			float: left;
			border: 0;
			margin: 11px 0 0 6px;
			height: 22px;
			text-indent: -9999px;
			width: 31px;
			background-color: transparent;
		}
	#sidebar .nextmatch {
		padding-left: 4px;
		margin-bottom: 15px;
	}
	#sidebar h2 {
		text-indent: -9999px;
		font-size: 0;
		height: 31px;
		background-repeat: no-repeat;
		background-position: 0 0;
		margin-left: 8px;
	}
		#sidebar h2.rfp {
			width: 180px;
			background-image: url(images/recentforumposts.gif);
		}
		#sidebar h2.nw {
			width: 157px;
			background-image: url(images/newwallpapers.gif);
		}
	#sidebar .box {
		background: #19643E url(images/sidebody.gif) repeat-x 0 0;
		margin-bottom: 15px;
		height: auto;
		overflow: hidden;
	}
		#sidebar .box div {
			background: url(images/sidefoot.gif) no-repeat 0 bottom;
		}
		#sidebar .box div div {
			background: url(images/sidehead.gif) no-repeat 0 0;
			padding: 10px 5px 5px;
		}
		#sidebar .box ul {
			list-style-type: none;
		}
			#sidebar .box ul li {
				padding-bottom: 5px;
			}
			#sidebar .box ul li a {
				color: #ffffff;
				font-size: 1.35em;
				font-style: italic;
				text-decoration: underline;
				display: block;
				background: url(images/forumlist.png) no-repeat 0 0;
				padding: 4px 0 5px 10px;
			}
		#sidebar .box .visitforums {
			text-align: center;
		}
			#sidebar .box .visitforums a {
				display: block;
				text-indent: -9999px;
				width: 156px; height: 30px;
				background: url(images/visitforums.gif) no-repeat 0 0;
				margin: auto auto;
			}
		#sidebar .box .morewallpapers {
			text-align: center;
		}
			#sidebar .box .morewallpapers a {
				display: block;
				text-indent: -9999px;
				width: 173px; height: 30px;
				background: url(images/morewallpapers.gif) no-repeat 0 0;
				margin: auto auto;
			}
	#sidebar .wallpapers {
		text-align: center;
		margin-bottom: 5px;
	}
		#sidebar .wallpapers img {
			padding: 5px;
			background: url(images/wallpaper.png) no-repeat 0 0;
			margin: 3px;
		}
/** END sidebar **/

/** BEGIN bottom **/
#bottom {
	clear: both;
}
	#bottom h2.newsarchives {
		width: 138px; height: 29px;
		background: url(images/newsarchives.gif) no-repeat 0 0;
		text-indent: -9999px;
		margin-left: 10px;
	}
	#bottom .archives {
		background: #19643E url(images/footbody.gif) repeat-x 0 0;
		overflow: hidden;
		width: 862px;
	}
		#bottom .archives div {
			background: url(images/footfoot.gif) no-repeat 0 bottom;
			padding: 0;
		}
		#bottom .archives div div {
			padding: 2px 3px 0;
			background: url(images/foothead.gif) no-repeat 0 0;
		}
		#bottom .archives .post {
			background: url(images/archivepost.png) no-repeat 0 0;
			font-style: italic;
			float: left;
			width: 271px; height: 112px;
			padding: 5px;
			margin: 2px;
			position: relative;
		}
			#bottom .archives .post .thumb {
				float: left;
				margin: 4px 10px 0 4px;
				border: 1px solid #082014;
				width: 83px; height: 65px;
				overflow: hidden;
				padding: 0;
			}
				#bottom .archives .post .thumb img {
					width: 83px;
				}
			#bottom .archives .post h2 {
				font-size: 1.3em;
				text-transform: uppercase;
				font-weight: normal;
				margin-bottom: 3px;
			}
			#bottom .archives .post p {
				line-height: 1.5em;
				margin-bottom: 0;
			}
			#bottom .archives .post .readmore {
				display: block;
				text-indent: -9999px;
				width: 88px; height: 22px;
				float: right;
				background: url(images/readmore2.gif) no-repeat 0 0;
				position: absolute;
				top: 95px; left: 188px;
			}
/** END bottom **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat 0 0;
	padding: 20px 0;
}
	#footer p {
		text-indent: -9999px;
		background: url(images/copy.gif) no-repeat 0 0;
		height: 16px;
		margin-left: 10px;
	}
/** END footer **/
	.comments h2 {
		margin: 60px 0 10px !important;
		font-size: 1.2em !important;
		width: auto !important; height: auto !important;
		position: relative !important;
		top: 0 !important;
	}
	.comments p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	.comments form {
		padding: 10px 0;
	}
		.comments form a {
			text-decoration: none;
			font-style: italic;
		}
		.comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
			color: #ffffff;
		}
		.comments form input {
			width: 260px;
			background-color: #0D3521;
			border: 1px solid #000000;
		}
		.comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			background-color: #0D3521;
			border: 1px solid #000000;
		}
		.comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
		.comments form input.user {
			background-image: url(images/user.gif);
		}
		.comments form input.email {
			background-image: url(images/email.gif);
		}
		.comments form input.world {
			background-image: url(images/world.gif);
		}
	.comments form p {
		margin-bottom: 5px;
		font-size: 0.9em;
		font-family: Verdana;
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
		font-size: 1.2em;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
		.commentdate a {
			text-decoration: none;
			font-style: italic;
		}
	.required {
		color: #ff0000;
	}
