/*
Theme Name: HandPaintedRocks
Theme URI: http://www.rajneesh.me/
Description: HandPaintedRocks incorporates a color scheme designed for sites that desire an eco-friendly or HandPaintedRocks theme.
Author: Rajneesh saini
Author URI: http://www.rajneesh.me/
Version: 1.0
Tags: brown, green, tan, light, two-columns, right-sidebar, fixed-width, theme-options, threaded-comments, seasonal
*/

/* START RESET */


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

/* START FORM STYLE */
#commentForm .buttons {
	margin: 1em 0;
}

#commentForm .buttons a,
#commentForm .buttons button {
	display: block;
	float: left;
	margin: 0 1em 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;

	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 0.5em 1em 0.6em 0.7em;
}
#commentForm .buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
}
#commentForm .buttons button[type] {
	padding: 0.5em 1em;
	line-height: 1.3em;
}
*:first-child+html button[type] {
	padding: 0.5em 1em;
}
#commentForm .buttons button img,
#commentForm .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

#commentForm button:hover,
#commentForm .buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}
#commentForm .buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

#commentForm button.positive,
#commentForm .buttons a.positive {
	color: #529214;
}
#commentForm .buttons a.positive:hover,
#commentForm button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
#commentForm .buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

#commentForm .buttons a.negative,
#commentForm button.negative {
	color: #d12f19;
}
#commentForm .buttons a.negative:hover,
#commentForm button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
#commentForm .buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

#commentForm input,
.searchInput,
#commentForm textarea {
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	width: 60%;
	border-color: #7c7c7c #c3c3c3 #ddd;
	border-style: solid;
	border-width: 1px;
	color: #444;
	padding: 0.5em;
	margin: 0.5em 0;
}

#commentForm input.image {
	border: none;
	width: inherit;
}

#commentForm textarea {
	width: 70%;
	height: 8em;
}

#commentForm label {
	float: left;
	width: 7em;
	font-size: 0.8em;
	color: #8b8b8b;
	margin: 1em 0 0 0.4em;
}
/* END FORM STYLE */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #6F7491;
	color: #444;
}

#header {
	background: #7D7A4C url(../../themes/handpaintedrocks/images/header-bg.png) repeat;
}

#title {
	padding: 1em 0;
}
	#title h2 {
		font-size: 2.4em;
		padding: 0.1em 0 0;
		line-height: 1.4em;
		width: 620px;
	}
		#title h2 a {
			color: #fff;
			text-shadow: 1px 1px 2px #bbb;
		}
		#title h2 a:hover {
			text-decoration: none;
		}
	#tagline {
		font-size: 1.2em;
		font-style: italic;
		color: #FAEFC8;
	}
	#connect {
		float: right;
	}
		#connect a {
			display: block;
			padding: 0.3em 1em;
			color: #fff;
			text-align: center;
			margin: 0 0 0.3em;
			font-size: 0.8em;
		}
			#connect .rss {
				background: #CC5042;
			}
			#connect .twitter {
				background: #33CCFF;
			}
			#connect .facebook {
				background: #3B5998;
			}

#title,
#nav,
#primary,
#footer,
#credits {
	margin: 0 auto;
	width: 970px;
	margin:19px auto 0;
}

#nav {
	background: #54472A;
	margin: 1em auto;
}
	#nav ul {
		float: left;
		margin: 0 1em;
		width: 650px;
		height: 52px;
	}
		#nav li {
			float: left;
			margin: 0.5em 0;
		}
			#nav a {
				display: block;
				padding: 0.8em;
				font-size: 0.9em;
				color: #fff;
			}
			#nav a:hover {
				background: #4C4026;
			}
	#nav .search {
		margin: 0 0 0 700px;
		padding: 5px 0 0;
	}
		#nav .search input {
			font-size: 0.8em;
			width: 150px;
		}

#primary {
	background-color:#DBDFC4;
border:1px solid #BEC1A4;
}

#main {
	float: left;
	width: 590px;
}
#main,
#sidebar {
	padding: 2em;
}

#main h1,
#main h2 {
	font-size: 1.8em;
	margin: 0.3em 0;
}
	#main h2 a {
		text-decoration: underline;
	}
	#main h2 a:hover {
		text-decoration: none;
	}

#main h3,
#main h4,
#main h5,
#main h6 {
	margin: 0.8em 0;
}
	#main h3 {
		font-size: 1.4em;
	}
	#main h4 {
		font-size: 1.3em;
	}
	#main h5 {
		font-size: 1.2em;
	}
	#main h6 {
		font-size: 1.1em;
	}

.post {
	padding: 0 0 4em;
}

.postMeta {
	font-size: 0.9em;
	line-height: 2em;
}

.content img {
	margin: 1em;
}
.gallery img {
	padding: 0.5em;
}

.commentCount {
	float: right;
	text-align: center;
}
	.commentCount a {
		display: block;
		font-weight: bold;
		width: 44px;
		height: 26px;
		font-size: 0.8em;
		padding: 0.4em 0 0 0;
		background-image: url(../../themes/handpaintedrocks/images/commentBubble.png);
		background-repeat: no-repeat;
		background-color: #CECB8A;
		color: #666;
	}

.postdate {
	position: absolute;
	text-align: center;
	background: #faefc8;
	margin-left: -6em;
	padding: 1em;
}
	.day {
		font-size: 1.8em;
	}
	.month {
	}
	.year {
		font-size: 0.9em;
	}

.content {
	margin: 1em 0;
       font-size:15px;
}

p {
	line-height: 1.7em;
	margin: 1.5em 0;
}

.content ol,
.content ul {
	line-height: 1.7em;
	margin: 1.5em 3em;
}

.content ol {
	list-style: decimal;
}

.content ul {
	list-style: disc;
}

.postPages {
	background: #EFDEA4;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
}
	.postPages span {
		font-weight: bold;
	}

#sidebar {
	margin-left: 650px;
	color: #ccc;
	font-size: 0.9em;
	color: #777;
}
	#sidebar .widget {
		margin: 2em 0;
	}

#sidebar .searchInput {
	width: 170px;
}

#sidebar img {
	border: 2px solid #7D7A4C;
	padding: 5px;
}

.widgettitle {
	color: #7D7A4C;
	font-size: 1.2em;
	margin: 0 0 1em;
}

#sidebar li {
	border-bottom: 0.1em solid #ddd;
}
	#sidebar li a {
		display: block;
		padding: 0.4em;
		line-height: 1.2em;
	}
	#sidebar li a:hover {
		background: #FFF8DF;
	}
	#sidebar li ul a {
		padding: 0.4em 0.4em 0.4em 1em;
	}
	#sidebar li ul li {
		border-bottom: none;
	}

#sidebar .rss-date {
	font-size: 0.9em;
	color: #aaa;
}

#sidebar .rssSummary {
	padding: 0.5em 0 1em 1em;
}

#sidebar #recentcomments li {
	padding: 0.4em;
}

#sidebar .widget_calendar {
	margin: 2em auto;
	text-align: center;
	color: #7D7A4C;
}
	.widget_calendar table {
		width: 80%;
	}
	.widget_calendar caption {
		font-weight: bold;
		margin: 0 0 0.5em;
	}
	.widget_calendar thead {
		background: #CECB8A;
		color: #fff;
	}
	.widget_calendar th,
	.widget_calendar td {
		padding: 0.2em;
	}
		.widget_calendar tbody a {
			display: block;
			font-weight: bold;
		}

.commentlist li {
	background: #e9e6b4;
	margin: 0 0 2em;
	padding: 1em;
}
	.commentlist li.author {
		background: #EEEFA4;
	}
.commentlist .name {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
}
	.commentlist .name a {
		color: #0082ff;
	}
	.commentlist .date {
		font-size: 0.8em;
		color: #aaa;
	}
	.commentlist .comment-text {
		margin: 1em 0 0;
	}
.authorAvatar {
	float: left;
}
.avatar {
	padding: 0.3em;
	border: 0.2em solid #ddd;
}
.comment {
	margin: 0 0 1.4em 100px;
}
.comment-no-avatar {
	margin: 0 0 1.4em 0;
}
	.comment code {
		background: #fff;
		padding: 0.4em;
	}
.actions {
	float: right;
	color: #ddd;
}
	.actions a {
		 font-size: 0.8em;
		 font-style: italic;
	}
.cancel-comment-reply {
	float: right;
}
	.cancel-comment-reply a {
		 font-size: 0.8em;
	}
		.comment-text p {
			font-size: 0.9em;
		}
		.children li {
			border-left: 0.2em solid #D6C484;
			margin-left: 0.5em;
			padding-left: 0.5em;
		}

	.loggedIn {
		font-size: 0.8em;
		margin: 0 0 1em;
		color: #444;
	}

#footer {
	background: #7D7A4C url(../../themes/handpaintedrocks/images/header-bg.png) repeat;
	margin: 1em auto;
	color: #5F5747;
	font-size: 0.9em;
}
	#footer .widgettitle {
		color: #444;
	}
	#footer .widget {
		float: left;
		width: 240px;
		padding: 2em;
	}
	#footer ol,
	#footer ul {
		line-height: 1.7em;
	}
	#footer,
	#footer a {
		color: #D6C484;
	}

#credits {
	text-align: center;
	color: #777;
	font-size: 0.8em;
	padding: 1em 0;
}

blockquote {
	margin: 0 2em;
	padding: 0 0 0 1em;
	border-left: 0.2em solid #CECB8A;
	color: #333;
}

cite {
	font-size: 0.9em;
	font-style: italic;
}
	cite a {
		font-style: italic;
	}

pre {
	margin: 1em 3em;
	background: #f9f9f9;
	padding: 1em;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #CC5042;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.edit {
	float: right;
	font-size: 0.8em;
}

.success {
	margin: 1em;
	padding: 1em 1em 1em 3em;
	border: 1px solid #4f8a10;
	color: #4f8a10;
	font-size: 0.9em;
	line-height: 1.4em;
	background: #dff2bf url(../../themes/handpaintedrocks/images/tick.png) no-repeat 1em 1em;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 0.1em solid #ddd;
	text-align: center;
	background: #efefef;
	padding-top: 0.4em;
	margin: 1em;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0 0.4em 0.5em;
	margin: 0;
}


/* css by rajneesh */


body{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#3A2D36;
	background-color:#6f7491;
	}


div, ul, h1, h2, h3, h4, p, li, img, form{
padding:0px 0px 0px 0px; margin: 0px 0px 0px 0px ;
list-style-type:none;
border:none;
	}



#master-base {
margin:0 auto 0 auto;
overflow:hidden;
width: 100%;
height:511px;
background:url(../../themes/handpaintedrocks/images/background.jpg) 50% 0% no-repeat;
border: solid 0px #006600;
}
#master {
margin:0 auto 0 auto;
overflow:hidden;
width: 970px;
height:97px;
border: solid 0px #006600;
}

#header-logo-master {
margin:0 auto 0 auto;
float:left;
height:122px;
border: solid 0px #006600;
}

#header-logo {
margin-left:25px;
margin-top:23px;
width:810px;
float:left;
border: solid 0px #006600;
}


#header-social {
margin-top:45px;
margin-left:5px;
float:left;
border: solid 0px #006600;
}



#navigation-base {
margin:0 auto 0 auto;
overflow:hidden;
width: 100%;
height:49px;
background:url(../../themes/handpaintedrocks/images/nav-bar.png) 50% 0%;
border: solid 0px #006600;
}


#navigation-master {
margin:0 auto 0 auto;
height:49px;
width: 970px;
border: solid 0px #006600;
}

#navigation-masterA {
float:left;
height:49px;
width: 730px;
border: solid 0px #006600;
}

#navigation-masterA li {
float: left;
			display:inline;
			font-weight:bold;
			padding: 15px 15px 25px 25px;
			border: solid 0px #006600;
			background-repeat:no-repeat;
background-position: right top ;
background-image:url("../../themes/handpaintedrocks/images/hr.png");
		}

		#navigation-masterA li  a {
			color: #ffffff;
			padding-top:5px;
			font-size: 13px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
			text-decoration: none;
			text-transform:uppercase;
		}

		#navigation-masterA li  a:hover {
			color: #f9a047;
			font-size: 13px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
			text-decoration: none;
		}



#navigation-masterB {
float:left;
margin-top:9px;
width: 183px;
border: solid 0px #006600;
}
#navigation-masterC {
float:left;
margin-top:9px;
width: 50px;
border: solid 0px #006600;
}
.inp{
padding-top:3px;
padding-left:5px;
width:180px;
height:24px;
color:#213153;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:15px;
background-image:url("../../themes/handpaintedrocks/images/input.jpg");
border:1px solid #213153;
}
#image-master {
background-color:#DBDFC4;
border:1px solid #BEC1A4;
float:right;
height:332px;
margin:19px 0 auto;
width:428px;
}
#image-pic {
margin:0 auto 0 auto;
float:left;
height:307px;
width:534px;
margin-top:12px;
margin-left:12px;
background-image:url("../../themes/handpaintedrocks/images/master.jpg");
border: solid 0px #006600;
}

#image-arrow-left{
float:left;
margin-top:120px;
border: solid 0px #006600;
}

#image-arrow-right{
float:left;
margin-top:120px;
margin-left:436px;
border: solid 0px #006600;
}



#image-text-master {
float:left;
width:380px;
margin-top:12px;
margin-left:25px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:15px;
color:#3a2d36;
border: solid 0px #006600;
}

#image-text-master span{
font-size:18px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
color:#3a2d36;
}







#mid-master {
background-color:#DBDFC4;
border:0 solid #006600;
margin:0 auto;
min-height:680px;
width:970px;
}


#mid-master-text {
float:left;
width:920px;
margin-top:31px;
margin-left:25px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:15px;
color:#3a2d36;
border: solid 0px #006600;
}
#mid-master-text span{
font-weight:bold;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:15px;
color:#3a2d36;
}




#footer-scroller{
float:left;
margin-left:20px;
width:929px;
margin-top:30px;
height:180px;
background:#706967;
border: solid 0px #006600;
}
#footer-scroller-title{
float:left;
width:900px;
margin-left:5px;
margin-top:11px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#ffffff;
border: solid 0px #006600;
}
#footer-scroller-left{
float:left;
margin-left:10px;
margin-top:45px;
border: solid 0px #006600;
}
#footer-scroller-mid{
float:left;
border: solid 0px #006600;
}
#footer-scroller-right{
float:left;
margin-top:45px;
border: solid 0px #006600;
}

#footer-scroller-mid li {
			color: #3b2d38;
			font-size: 11px;
			font-family:Arial, Helvetica, sans-serif;
			text-decoration: none;
			text-align:center;
			display:inline;
			padding: 0px 3px  ;
			border: solid 0px #006600;
		}




#footer-scroller-shadow{
float:left;
margin-bottom:20px;
border: solid 0px #006600;
}










#footer-master {
background-color:#DBDFC4;
border:0 solid #006600;
margin:0 auto;
width:970px;
}

#footer-masterA{
border:0 solid #006600;
float:left;
text-align:center;
width:950px;
}

#footer-masterA li {
		border:0 solid #006600;
		color:#3B2D38;
		display:inline;
		font-family:Arial,Helvetica,sans-serif;
		font-size:11px;
		padding:0 3px;
		text-align:center;
		text-decoration:none;
		}
		#footer-masterA li a {
			color: #3b2d38;
			text-decoration: none;font-size: 14px;

		}
		#footer-masterA li a:hover {
			text-decoration: underline;
		}

#footer-masterB{
border:0 solid #006600;
color:#635A5B;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin-bottom:5px;
margin-top:5px;
text-align:center;
width:950px;
}
#footer-masterC{
border:0 solid #006600;
text-align:center;
width:950px;
}
#footer-masterC li {
display:inline;
padding:0 3px;
text-align:center;
		}

#header-logo a{
cursor:pointer;
text-decoration:none;
}
#slave-base{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../themes/handpaintedrocks/images/background.jpg) no-repeat scroll 50% 0;
border:0 solid #006600;
margin:0 auto;
overflow:hidden;
width:100%;
}
.wpsc_checkout_table input{
margin:2px;
}
.wpsc_registration_form input{
margin:2px;
}
.wpsc_registration_form label{
margin-right:10px;
}
#footer-masterB a,a:hover{
color:#635A5B;
}
.widget_pages h2{
display:none;
}
.place-right{
float:right;
}
li.categories{
font-weight:bold;
font-size:18px;
}
li.cat-item{
font-weight:normal;
font-size:11px;
}
/* css for slideshow on hopmepage */
* {margin:0; padding:0}
body {font:12px Verdana, Arial, Helvetica, sans-serif;}
#gallery {position:relative; width:686px; margin:40px auto; padding:10px; border:6px solid #fff; background:#AAA}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:672px; height:375px; padding:5px; border:2px solid #666; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-left:125px;width:682px; height:100px;}
#thumbarea {position:relative; overflow:hidden; height:125px; width:682px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
#imagearea{display:none;}
#thumbs li.first:hover {float:left; margin-right:5px; cursor:pointer}
/* css for slideshow on hopmepage */