/*
Theme Name: espiral
Theme URI: http://www.espiralart.com/
Description: custom theme for espiralart.com
Version: 1.0
Author: HandSpunDigital.com
*/
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #933;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.twoColLiqLtHdr #container {
/**/	background-color: #C77F61;
	margin:0 auto;
	width:780px;
}
#header {
	width:780px; 
	height:220px;
	background-color: #ffffff;
}
#header #headImg {
position: relative;
	float:left;
	border:0px;
}
#headFeature {
	width:250px; 
	height:auto; 
	padding-top: 130px; 
	float:right;
	margin:15px;
	text-align: right;
}
#headFeature h1 {
	text-align: right;
	margin: 0;
	width: auto;
	padding: 0;
	margin: 0;
	
	
}


.twoColLiqLtHdr #sidebar1 {
	float: left; 
	font-size: .8em;
	width: 119px; /* since this element is floated, a width must be given */
	background-color:#C77F61;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0; /* top and bottom padding create visual space within this div  */
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


#mainContent {
	display: block;
	background-color:#C77F61;
	position: relative;
	clear:both;
	margin: 0;
	padding:0;
	width:780px; 

}
#content {
	width:625px; 
	float:right;
	background-color: #F5CE8D; 
	border: 3px solid #C77F61; 
	padding: 10px; 
	font-size: .8em;
	min-height:500px;
	}
* html #content {
	height:500px;
}
.twoColLiqLtHdr #footer { 
	background-color:#a44;
	border:3px solid #c77f61;
	border-top:0px;
	font-size:0.7em;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
#footer{
	clear:both;
	
	background-color:#a44;
	border:3px solid #c77f61;
	border-top:0px;
	font-size:0.7em;
	padding:5px;
}
ul#footerNav {
	list-style-type:none;
	float:right;
	margin:0px;
	
	width:575px;
}
ul#footerNav li {
	display:inline;
}
ul#footerNav li a {
	color:#F5CE8D;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul#mainnav{
	clear:left;
	font-size:0.7em;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:150px;
}
* html ul#mainnav {
	padding-left:100px;
}
ul#mainnav li {
	display:block;
	float:left;
	padding-bottom:4px;
}

#sidebar1 a {
	text-decoration:none;
	color:#333;
}
.submenulink, .minornavlink{
	padding: 6px 3px; 
}
.mainnavlink{
	padding: 6px 10px; 
}
.mainnavlink:link, #sidebar1 a:link,.submenulink:link, .mainnavlink:visited, #sidebar1 a:visited,.submenulink:visited {
	color: #292c21;
	text-decoration: none;

}
.mainnavlink:hover, .submenulink:hover {
	color: #990000;
	text-decoration: underline;
	}
#sidebar1 a:hover	{
color: #fff;
	text-decoration: underline;
	}
	
/* Begin Lists

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

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, #sidebar1 ul ul li:before {
	content: "\00BB \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;
	}

#sidebar1 ul, #sidebar1 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar1 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar1 ul p, #sidebar1 ul select {
	margin: 5px 0 8px;
	}

#sidebar1 ul ul, #sidebar1 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar1 ul ul ul, #sidebar1 ul ol {
	margin: 0 0 0 10px;
	}

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

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



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

#sidebar1 #searchform #s {
	width: 70px;
	padding: 2px;
	}

#sidebar1 #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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.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;
	}
/* End Comments */



/* Begin sidebar1 */
#sidebar1
{
	padding: 20px 0 10px 0;
	margin-left: 5px;
	width: 190px;

	}

#sidebar1 form {
	margin: 0;
	}
/* End sidebar1 */

/* Blog POst styles*/
div.entry {
position: relative;
display:block;
margin-bottom:10px;
}
img.alignright {
float:right;
border: 2px solid #000000;
margin-left: 10px;
}
img.alignleft {
float:left;
border: 2px solid #000000;
margin-right: 10px;
}
img.alignnone {
border: 2px solid #000000;
}