/*  
Theme Name: ewq6
Theme URI: http://www.erinwilsonquilts.com
Description: This is Erin's Website.
Version: 1.0
Author: lzbth wlsn dsgns
Author URI: http://www.lzbth.com/

*/

body
{
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #8D91A8;
	line-height: 1em;
	background-image: url(images/ewq_backgroundquilt.png);
	background-repeat: repeat;
	background-position: center top;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p
{
	margin: 0;
	padding: 0;
}

p
{
	color: #6f7c9a;
	font-size: 0.85em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	padding-bottom: 10px;
}

a:link
{
	color: #004c64;
	text-decoration: none;
}

a:visited
{
	color: #004c64;
	text-decoration: none;
}

a:hover
{
	color: #387797;
	text-decoration: none;
}

a:active
{
	color: #b6c2d5;
	text-decoration: none;
}

h1
{
	font-size: 1.4em;
	color: #F60;
	font-weight: lighter;
	padding-bottom: 10px;
	line-height: 1.5em;
}

h2
{
	font-size: 1.4em;
	color: #7a8ba0;
	font-weight: lighter;
	padding-bottom: 10px;
	padding-top: 3px;
	line-height: 1.6em;
	margin-top: 1em;
}

h3
{
	font-size: 0.95em;
	color: #f7740f;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
}

h4
{
	font-size: 0.95em;
	color: #cc3300;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

h5
{
	font-size: 0.95em;
	color: #3399cc;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

h6
{
	font-size: 0.95em;
	color: #9bacc6;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

big
{
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
}

small
{
	font-style: normal;
	font-size: 9.5px;
	line-height: 11px;
	padding-right: 250px;
}


blockquote
{
	font-style: italic;
	color: #9bacc6;
}

/*
POSITIONAL
*/

#container
{
	width: 1063px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	background-color: #FFFFFF;
	height: 48px;
	overflow: hidden;
	padding-right: 43px;
}

#header h1
{
	margin: 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.logofltlft{
	margin-top: 8px;
	margin-left: 35px;
	float: left;
	width: 300px;
}

#quiltImage
{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 13px;
	border: 19px solid #FFFFFF;
}

#content
{
	width: 1063px;
	margin-top: 13px;
	min-height: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
	background-color: #FFF;
}

#story
{
	float: right;
	width: 775px;
	padding-right: 30px;
	padding-top: 38px;
	padding-bottom: 10px;
	min-height: 560px;

}

#story img
{
	border: none;
	padding: 2px 2px 0px 2px;
}




/*
Top Sprite menu
*/

.topNavfltrt { float: right; }

a {  
outline:none;  
}   
  
ul#navTop {  
margin-top:17px;  
padding:0;  
list-style:none;  
width:605px;  
height:15px;  
}  
  
ul#navTop li {  
float:right; 
padding-left: 7px;
}  
  
ul#navTop li a.home
{
	display: block;
	width: 44px;
	height: 15px;
	text-indent: -9999px;
	background-image: url(images/homeTop.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}  
  
ul#navTop li a.home:hover 
{background: url(images/homeTop.png) no-repeat 0px -15px}   
ul#navTop li a.home:active 
{background: url(images/homeTop.png) no-repeat 0px -30px}  
  
  
  
ul#navTop li a.aboutTop, a.aboutTop_a {
	display: block;
	width: 42px;
	height: 15px;
	text-indent: -9999px;
	background-image: url(images/aboutTop.png);
	background-repeat: no-repeat;
	background-position: 0 0;}  

ul#navTop li a.aboutTop:hover 
{background: url(images/aboutTop.png) no-repeat 0px -15px}  

ul#navTop li a.aboutTop:active 
{background: url(images/aboutTop.png) no-repeat 0px -30px}  


ul#navTop li a.workTop, a.workTop_a {
	display: block;
	width: 39px;
	height: 15px;
	text-indent: -9999px;
	background-image: url(images/workTop.png);
	background-repeat: no-repeat;
	background-position: 0 0;}  

ul#navTop li a.workTop:hover 
{background: url(images/workTop.png) no-repeat 0px -15px}  

ul#navTop li a.workTop:active 
{background: url(images/workTop.png) no-repeat 0px -30px}  


ul#navTop li a.contactTop, a.contactTop_a {
	display: block;
	width: 54px;
	height: 15px;
	text-indent: -9999px;
	background-image: url(images/contactTop.png);
	background-repeat: no-repeat;
	background-position: 0 0;}  

ul#navTop li a.contactTop:hover 
{background: url(images/contactTop.png) no-repeat 0px -15px}  

ul#navTop li a.contactTop:active 
{background: url(images/contactTop.png) no-repeat 0px -30px}  



/*
SIDEBAR NAV
*/


ul#navSide
{
	padding: 0;
	list-style: none;
	width: 200px;
	height: 400px;
	padding-bottom: 20px;
}  
  
ul#navSide li
{
	display: block;
	padding-bottom: 4px;
	overflow: hidden;
	list-style-type: none;
}  

/*
Side Sprite menu
*/

a.quiltsSide, a.quiltSide_a {
display:block;
width:115px;
height:18px;
background: url(images/quilts.png) no-repeat 0px 0px} 
a.quiltsSide:hover {background: url(images/quilts.png) no-repeat -115px 0px}
a.quiltsSide:active {background: url(images/quilts.png) no-repeat -230px 0px}

a.colorstoriesSide, a.colorstoriesSide_a {
display:block;
width:115px;
height:18px;
background: url(images/colorstories.png) no-repeat 0px 0px} 
a.colorstoriesSide:hover {background: url(images/colorstories.png) no-repeat -115px 0px}
a.colorstoriesSide:active {background: url(images/colorstories.png) no-repeat -230px 0px}

a.totemsSide, a.totemsSide_a {
display:block;
width:115px;
height:18px;
background: url(images/totems.png) no-repeat 0px 0px} 
a.totemsSide:hover {background: url(images/totems.png) no-repeat -115px 0px}
a.totemsSide:active {background: url(images/totems.png) no-repeat -230px 0px}

a.graySide, a.graySide_a {
display:block;
width:115px;
height:18px;
background: url(images/gray-series.png) no-repeat 0px 0px} 
a.graySide:hover {background: url(images/gray-series.png) no-repeat -115px 0px}
a.graySide:active {background: url(images/gray-series.png) no-repeat -230px 0px}

a.archiveSide, a.archiveSide_a {
display:block;
width:115px;
height:18px;
background: url(images/archive.png) no-repeat 0px 0px} 
a.archiveSide:hover {background: url(images/archive.png) no-repeat -115px 0px}
a.archiveSide:active {background: url(images/archive.png) no-repeat -230px 0px}

a.aboutSide, a.aboutSide_a {
display:block;
width:115px;
height:30px;
background: url(images/about.png) no-repeat 0px 0px} 
a.aboutSide:hover {background: url(images/about.png) no-repeat -115px 0px}
a.aboutSide:active {background: url(images/about.png) no-repeat -230px 0px}

a.newsSide, a.newsSide_a {
display:block;
width:115px;
height:17px;
background: url(images/news.png) no-repeat 0px 0px} 
a.newsSide:hover {background: url(images/news.png) no-repeat -115px 0px}
a.newsSide:active {background: url(images/news.png) no-repeat -230px 0px}

a.sprojectsSide, a.sprojectsSide_a {
display:block;
width:115px;
height:17px;
background: url(images/special-projects.png) no-repeat 0px 0px} 
a.sprojectsSide:hover {background: url(images/special-projects.png) no-repeat -115px 0px}
a.sprojectsSide:active {background: url(images/special-projects.png) no-repeat -230px 0px}

a.contactSide, a.contactSide_a {
display:block;
width:115px;
height:25px;
background: url(images/contact.png) no-repeat 0px 0px} 
a.contactSide:hover {background: url(images/contact.png) no-repeat -115px 0px}
a.contactSide:active {background: url(images/contact.png) no-repeat -230px 0px}





/*  
SIDEBAR  
*/

.sidebar
{
	float: right;
	width: 215px;
	padding-top: 40px;
}

.sidebar ul
{
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0px 0px;
	line-height: 1.4em;
	color: #cc3300;
	font-weight: bold;
}

.ul sidebar a:link { color: #cc3300; }
.ul sidebara:active { color: #cc3300; }
.ul sidebar a:hover { color: #3399cc; }
.ul sidebara:active { color: #cc3300; }
.sidebar ul li { padding: 0px 0em 0px 0em; }
.sidebar ul li h2 { }

.sidebar ul ul li
{
	font-weight: normal;
	color: #F3F;
}

.sidebar ul ul ul li
{
	font-weight: normal;
	color: #F3F;
	list-style-image: url(images/elipse.png);
	list-style-position: inside;
}

table#wp-calendar { width: 100%; }

#footer
{
	width: 1043px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0;
	text-align: left;
	clear: both;
	background-color: #FFFFFF;
	margin-top: 12px;
	padding-left: 20px;
	margin-bottom: 7%;
}

#footer p
{
	color: #f27e20;
	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 */
	font-size: x-small;
}

/* 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: 0px;
	position: relative;
	background-color: #FFFFFF;
}

.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	background-color: #FFFFFF;
}

.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;
}


.post
{
	padding: 10px 0 10px 0;
	background-color: #ffffff;
	width: 670px;
}

.post h2
{
	color: #7a8ba0;
	padding: 0;
}

.entry
{
	line-height: 18px;
	color: #9bacc6;
}

p.postmetadata
{
	margin: 15px 0em 15px 0em;
	font-size: .7em;
}

.navigation
{
	padding: 0px 1em 0px 1em;
	font-size: .85em;
	line-height: 18px;
}

/*  
PAGES  
*/

#hCollapse
{
	color: #b6c2d5;
	font-size: 1.8em;
	border-top: thin #d7d9e0 dotted;
}

.caption
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .6em;
}

.page-post
{
	border: none;
	padding: 0px 0em 50px 0em;
}

.postcontent img
{
	text-decoration: none;
	border: none;
}

.post img
{
	border: none;
	padding: 10px;
}

.gallery
{
	text-decoration: none;
	border: none;
}

/*  
COMMENTS  
*/

.comments-template
{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol
{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li
{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
}

.commentmetadata { font-size: 12px; }
.comments-template p.nocomments { padding: 0; }

.comments-template textarea
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
}

/*
IMAGE
*/

img
{
	border: none;
	padding: 0px;
}

img.alignleft, div.alignleft
{
	float: left;
	margin: 0em 0.8em 1em 0em;
}

img.alignright, div.alignright
{
	float: right;
	margin: 0em 0em 1em 1em;
}

img.aligncentered, div.aligncentered
{
	text-align: center;
	margin: 0 auto;
}

.wp-caption
{
	text-align: center;
	padding-bottom: 4px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
}

.wp-captionRule img
{
	border-top: 1px dotted #9bacc6;
	border-bottom: 1px dotted #9bacc6;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	/* optional rounded corners for browsers that support it */
	-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: .75em;
	padding: 1em 4px 1em 4px;
	margin: 0;
	line-height: 1.2em;
}
