/*
Theme Name: MyDream Theme 
Theme URI: http://www.abovestate.com
Description: Revision 2.0
Version: 2.0
Author: AboveState
Author URI: http://www.abovestate.com

*/

html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
a { outline: 0; }

/* Begin Structure */
body {
	/*background: #404c5c url(images/dreamcloud-bg.png) bottom center repeat-x;*/
	/*background: #395019;*/
	background: #17130d url(images/bg.png) top center repeat;
	display: inline-table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	}
	
#clouds {
	width: 100%; 
	height: 487px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1;
	background: #414d5d;
	}
#hills {
	width: 100%;
	height: 670px;
	position: absolute;
	top: 487px;
	left: 0;
	z-index: 1;
	margin: 0 auto;
	background: #414d5d url(images/dreamcloud-bg.png) top center repeat-x;
}
	
#wrap{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	left: 0px;
	_left: 1px;
	z-index: 1;
	display: block;
	}

#main-app {
	width: 1000px; 
	height: 487px; 
	float: left; 
	z-index: 10; 
	position: relative; 
	top: 0px;
	}	
		
#dirtpage {
	background: url(images/dirt.png) top center no-repeat ;
	width: 1000px;
	height: 80px;
	float: left;
	}

#page {
	background: url(images/page-bg.png) top center repeat-y;
	background-color: transparent;
	width: 1000px;
	height: auto;
	float: left;
	padding: 0;
	}
	
#content {
	float: left;
	width: 450px;
	height: auto;
	margin-left: 29px;
	_margin-left: 15px;
	padding-right: 20px;
	padding-top: 10px;
	}
	
#sidebar{
	width: 450px;
	height: auto;
	margin-left: 500px;
	padding: 10px 20px 0 20px;
	}
	
#footer {
	background: url(images/footer.png) bottom center repeat-x;
	width: 100%;
	height: 140px;
	float: left;
	position: relative;
	z-index: 5;	
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
	
#footer-trans-bg {
	width: 100%;
	height: 140px;
	position: relative;
	left: 0;
	z-index: 1;
	background: url(images/trans-bg.png) top center repeat-x;
	float: left;
}

#footer-trans {
	width: 100%;
	height: 140px;
	float: left;
	position: relative;
	z-index: 2;
	background: url(images/trans-full.png) top center no-repeat;
}

#post-wrap{
	width: 1000px;
	margin: 0 auto;
}
	

#post-footer {
	width: 1000px;
	height: 0px;
	margin: 0 auto;
	background: #555;
	display: block;
	float: left;
	background: url(images/post-footer-bg.png) top center repeat-y;
	
}
	
/* End Structure */



.post {
	width: 100%;
	margin: 0 0 33px;
	text-align: justify;
	display: table;
	background-color: #151515;
	padding: 5px 0px 0;
	_padding: 5px 0px 0;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);

	}
	
.entry {
	margin-bottom: 0px;
}	

.entry p {
	margin: 0px 15px 15px 15px;
}
	
#sidebar .post {
	background-color: #131313;
}

.post hr {
	display: block;
	}

.postmetadata {
	width: 100%;
	height: 20px;
	background-color: #222;
	border-top: 1px dotted #444;*/
	padding: 0;
	display: inline-table;
	margin-top: 7px;
}


.clear {
	clear: both;
}

.hr {
	width: 90%;
	margin: 35px auto 15px;
	display: block;
	border-bottom: 1px dotted #555;
}

.indent {
	text-indent:50px;
}

/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 0px auto 20px ;
	display: inline-table;
	}
/* End Headers */



/* 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: 0px;
	margin: 4px 0 1px 15px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 4px 15px 1px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0 10px;
	padding: 0 20px;
	list-style: none;
	}

html>body .entry li {
	margin: 8px 0;
	}

#sidebar .entry p {
	margin-bottom: 5px;
}	

#sidebar .product p {
	letter-spacing: 0.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
	
#sidebar .entry ul li:before {
	content: "\2022 \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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: center;
	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 */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #555;
	text-align: center;
	background-color: #AAA;
	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: 1px solid #777;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #333;
}

.wp-caption p.wp-caption-text img {
	border: 0;
	}
/* End captions */


.ratepost .star1, .ratepost .star2, .ratepost .star3, .ratepost .star4, .ratepost .star5 {
	width: 14px;
	cursor: pointer;
	cursor: hand;
	float: left;
}

.voted .star1, .voted .star2, .voted .star3, .voted .star4, .voted .star5 {
	width: 14px;
	cursor: default;
	float: left;
}

.ratepost {
	width: 93.5%;
	background-color: #191919;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	padding: 10px 15px;
	display: inline-table;
	clear: both;
	font-size: 12px;
	color: #CCC;
	margin: 3px 0 10px;
}

.divide {
	width: 400px;
	height: 14px;
	margin: 10px auto 15px;
	background: url(images/divide.png) top center no-repeat;
}

.gravatar {
width: 16px;
height: 16px;
border: 1px #AAA solid;
float: left;
display: inline;
margin: 3px 1px 5px 7px;
}

.reviewer {
	color: #777;
	margin-left: 5px;
	letter-spacing: 0.5px;
}

#login {
	width: 36px;
	height: 25px;
	margin: 0 auto;
	position: relative;
	left: 417px;
	top: 5px;
}

.postit {
	width: 15px;
	height: 15px;
	display: inline;
	float: left;
	background: url(images/post.png) center center no-repeat;
	margin: 5px 0px 0 15px;
	}
	
.stbutton {
	float: right;
}

.morefrontlink {
	width: 155px;
	height: 20px;
	float: right;
	
	background-color: #444;
	
	text-align: center;
	
	font-weight: bold;
	color: white;
	
	margin-top: -5px;
	
	padding: 5px 5px 0 5px;
	
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.morefrontlink a {
	color: #CCC;
}
.morefrontlink a:hover {
	color: white;
	text-decoration: none;
}


.more-div {
	width: 170px;
	height: 25px;

	position: static;
	display: none;
	background-color: #444;
	border: 0px #CCC solid;
	float:right;
	_float: none; 
	margin: -20px 15px 0 0;
	
	font-weight: bold;
}

.more-div:hover{
	position: relative;
	color: #FFF;
}

.more-div span {
	text-decoration: none;
}

.more-link{
	width: 155px;
	height: 17px;

	position: static;
	display: block;
	padding: 4px 5px 5px 8px;
	position: static;
	color: #CCC;
}

.more-link:hover{
	color: #FFF;
	text-decoration: none;
	left: 1px;
}

#feature-list {
	background-color: #252525;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	margin: 0 0px;
	color: white;
}

#feature-list p {
	margin: 10px;
}

#footer p {
	margin-top: 25px;
}

.green {
	color: #476320;
}

.gray {
	color: #555;
}

.post .gallery {
	width: 450px;
	height: 150px;
	
	background-color: #777;
	
	text-align: center;
	color: #CCC;
}

.post .buyit {
	width: 450px;
	
	text-align: center;
	color: #CCC;
}

.frontpagepost {
	font-size: 10px;
}

.frontpagepost IMG {
	float: left;
	max-width: 50px;
	max-height: 50px;
	margin-right: 7px;
}

.frontppage .entry p {
	margin: 0px 7px 7px 7px;
}

.frontppage .entry {
	padding-top: 3px;
	margin-top: 3px;
	border-top: 1px dotted #333;
	line-height: normal;
}

.frontpagepost .post h2 {
	padding: 0;
	margin: 0;
}

.frontppage .post {margin-bottom: 170px;}

#contact-form {
	width: 310px;
	margin: 0;
	margin-right: 60px;
	text-align: center;
	padding: 10px;
	}
	
#contact-field {
	-moz-border-radius: 7pt;
}

#contact-legend {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 4px;
}
	
.capt-text {
	font-weight: bold;
	color: #555;
	text-align: left;
}

.capt-text2 {
	font-weight: bold;
	color: #555;
}

#capt-img {
	display: inline;
	vertical-align: text-top;
	border: 1px #555 solid;
	border-right-width: 0px;
	margin-top: -8px;
	#margin-top: -8px;
}

#capt-input {
	text-align: center;
	font-size: 18px;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline;
	margin-top: 7px;
	border: 1px #555 solid;
	}
	
#capt-send {
		margin-left: 20px;
		letter-spacing: 2px;
		padding: 5px;
	}
	
div.wpcf7-validation-errors {
	-moz-border-radius: 7pt;
	background-color: #FFFFCC;
}

div.wpcf7-mail-sent-ok {
	-moz-border-radius: 7pt;
	background-color: #CEFFCE;
}

.alignleft {
	float: left;
	}

.h2hr {
	width: 500px;
	height: 14px;
	display: inline;
	float: left;
	margin-top: 7px;
	/*margin-right: 30px;*/
	margin-left: 10px;
	background: url(images/h2hr.png) top right no-repeat;
}
