/*
Theme Name: Rock It!
Theme URI: http://leafyproductions.com/
Description: Rock It! was designed by Leafy Productions Design crew.
Version: 1.0
Author: Muhammad K.
Author URI: http://leafyproductions.com/
Tags: black, custom header, fixed width, two columns, widgets

	Rock It! v1.0
	 http://leafyproductions.com/

	This theme was designed and built by Muhammad K.,
	whose website you will find at http://leafyproductions.com/

*/

html,body { margin:0; padding:0; }

body {
	font-size: 103%;
	color: #3f3f3f;
	font-size: .9em;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px; padding:0px;
	text-align: center;
	min-width: 884px;
	max-width: 100%;
	background-color:#2e2e2e;
}
h1{ font-size: 2em; margin: 0px; }
h2{	font-size: 1.1em; margin: 0px; margin-bottom: 5px; }
h3{	font-size: 1em; }
img{ border-width: 0px; }

a:link,a:active,a:visited { text-decoration: none; color : #606060; }
a:hover	{ text-decoration: underline; }
/* BEGIN General Wrapper */
.wrapper{
	width: 936px;
	min-height: 800px;
	max-height: 100%;
	margin:0px auto;
	text-align: left;
	padding: 0px;
}
/* END General Wrapper */



/* BEGIN ORIGNAL WP STYLES */
/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: .7em;
	}

#wp-calendar a {
	text-decoration: none;
	}
		#wp-calendar a:link, #wp-calendar a:active, #wp-calendar a:visited{ 
			padding: 0px;	
			margin: 0px;
		}
		#wp-calendar a:hover{ 
			padding: 0px;
			margin: 0px;
		}
#wp-calendar caption {
	font: bold 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}
#wp-calendar {
	empty-cells: show;
	margin: 0px;
	margin-left: 15px;
	width: 155px;
	clear: both;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	padding: 0px;
	padding-left: 23px;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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 captions */

/* Begin Misc. */

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
}
.postmetadata {
	clear: both;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.clear {
	clear: both;
}

.hidden {
	display: none;
	}
	
a img {
	border: none;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
acronym, abbr, span.caps {
	cursor: help;
	}
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
	
	

/* End Misc. */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Block-Quotes*/
blockquote{ color: #777; }
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
/* End Block-Quotes*/
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.center {
	text-align: center;
	}


/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

	
/* Begin Comments*/
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	




.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
/* End Comments */

/* END ORIGNAL WP STYLES */



/* BEGIN Content Area */
#header{
	float: left;
	width: 936px;
	height: 306px;
	background: url("images/headerbg.jpg") no-repeat;
	color: #bdbcb1;
}
	.headertext{
		float: right;
		width: 400px;
		min-height: 48px;
		margin: 0px;
		margin-right:  50px;
		margin-top: 150px;
		text-align: left;
		color: #000000;
	}
		.headertext a:link, .headertext a:active, .headertext a:visited{ color: #000000; }
		.headertext a:hover	{ text-decoration: underline; }

#nav{
	float: left;
	width: 600px;
	height: 51px;
	background: url("images/navbg.jpg") no-repeat;
	color: #bdbcb1;
}
	.navtext{
		margin: 0px;
		margin-top: 23px;
		margin-left: 10px;
	}
		.navtext a:link, .navtext a:active, .navtext a:visited{
			background-color: #ecc85f;
			color: #2f2f2f;
			padding: 2px;
			margin: 0px;
			margin-left: 13px;
		}
		.navtext a:hover	{ 
			background-color: #ebd38d;
			color: #2f2f2f;
			padding: 2px;
			margin: 0px;
			margin-left: 13px;
			text-decoration: none;
		}
		.navtext ul{
			list-style-type:none;
			margin:0;
			padding:0;
		}
		
		.navtext ul li.page_item{
			display:inline;
			margin:0;
			padding:0 0 0 5px;
		}
#bodybg{
	float: left;
	width: 936px;
	min-height: 138px;
	background: url("images/bodybg.jpg") repeat-y;
}
	.searchbox{
		float: right;
		width: 336px;
		height: 138px;
		background: url("images/searchbg.jpg") no-repeat;
	}
		input.search{
					float: left;
					background-color: transparent;
					width: 240px;
					color: #747371;
					border: 0px;
					font-size: 1em;
					margin: 0px;
					margin-top: 100px;
					margin-left: 20px;
					}
	.bodycontent{
		float: left;
		width: 560px;
		min-height: 138px;
		margin: 0px;
		margin-top: 10px;
		margin-left: 28px;
	}
		.bodycontent h2{
			color: #3f3f3f;
		}
			.bodycontent h2 a:link, .bodycontent h2 a:active, .bodycontent h2 a:visited{
				color: #2e2e2e;
			}
			.bodycontent h2 a:hover	{ 
				text-decoration: underline;
			}
		.catarea{
			margin: 0px;
			margin-bottom: 10px;
			padding: 0px;
			padding-top: 5px;
			padding-bottom: 5px;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			font-size: .8em;
			text-align: right;
		}
		.commentarea{
			padding: 0px;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-right: 5px;
			margin: 0px;
			margin-bottom: 20px;
			border-top: 1px solid #ccc;
			background-color: #e4f3fc;
			text-align: right;
			font-size: .8em;
			clear: both;
		}
			.commentarea a:link, .commentarea a:active, .commentarea a:visited{
				color: #2e2e2e;
			}
			.commentarea a:hover	{ 
				text-decoration: underline;
			}
/* END Content */
	.sidebar{
		float: right;
		width: 300px;
		min-height: 25px;
		margin: 0px;
		margin-right: 35px;
	}
	.sidebar ul{
			list-style-type:none;
			margin:0;
			padding:0;
		}
	.sidebar li{
			list-style-type:none;
			margin:0;
			margin-left: 20px;
			padding:0;
		}
	h2.sidebar{
		width: 297px;
		height: 40px;
		margin: 0px;
		padding: 0px;
		padding-top: 18px;
		text-align: center;
		color: #ffffff;
		background: url("images/sidebartitle.jpg") no-repeat;
		clear: both;
	}
#footer{
	float: left;
	width: 936px;
	height: 137px;
	background: url("images/footerbg.jpg") no-repeat;
}
	.footertext{
		margin: 0px;
		margin-top: 35px;
		margin-left: 130px;
		color: #f1f1f1;
		font-size: .8em;
	}
		.footertext a:link, .footertext a:active, .footertext a:visited{
			color: #ffffff;
		}
		.footertext a:hover	{ 
			color: #c7c7c7;
			text-decoration: underline;
		}
/* END Content Area*/
