/*
Theme Name: Shannon
Theme URI: http://beautythroughbalance.com
Description: custom rolled.
Version: 1
Author: Canton Becker
Author URI: http://cantonbecker.com/web
Tags: 


*/

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url('images/backgroundtile.jpg') repeat-y left top;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
}

a, a:visited {
	color: #29a735;
	text-decoration: underline;
}

a:hover {
	color: #33FF33;
	text-decoration: underline;
}

.twoColFixLtHdr #container { 
	width: 860px;  
	margin: 0; /* add auto to center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 



/*** HEADER AND NAVIGATION ***/

.twoColFixLtHdr #header {
	height: 210px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header img {
	padding-left: 320px;
} 


.twoColFixLtHdr #header ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	list-style: none;
	padding: 10px 110px 0 0; /* we push it away from right edge so it's still visible on 800x600 */
	text-align: right;
}

.twoColFixLtHdr #header li {
	display: inline;
	list-style-type: none;
	background-image: url('images/menu-bullet.gif');
	background-repeat: no-repeat;
	background-position: left 9px;
	padding: 4px 0 0 14px;
	font-size: 12px;
	color: #8dae99; /* current page color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #header a {
	color: #257943;
	text-decoration: none;
}

.twoColFixLtHdr #header a:visited {
	color: #257943;
}

.twoColFixLtHdr #header a:hover {
	color: #35A953;
	text-decoration: none;
}




/*** SIDEBAR ***/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 25px 10px 15px 10px;
}

.sideBoxBody {
	width: 183px;
	background-image: url('images/sidebox-top.gif');
	background-position: top;
	font-size: 10px;
}

.sideBoxBody p {
	margin: 0; /* avoid margin collapse */
}

.sideBoxBody a, .sideBoxContent a {
	text-decoration: none !important;
}

.sideBoxBottom {
	padding: 0;
}

.sideBoxContent {
	padding: 20px 14px 0 14px;
}

.sideBoxContent ul {
	margin: 0;
	padding: 10px 0 10px 0;
}

.sideBoxContent li {
	color: #257943;
	font-size: 10px;
	background-image: url('images/checkbox.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 0;
	margin-bottom: 10px;
	list-style: none;
}

.navSelected {
	color: #8dae99 !important;
} 

#signUpForm {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #c2e2c0;
	text-align: center;
	color: #257943;
}

#signUpForm p {
	font-size: 10px;
	padding-bottom: 5px;
}




/*** MAIN BODY AREA ***/

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 115px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	line-height: 150%;
	color: #637367;
} 

.twoColFixLtHdr #mainContent h1 { 
	color: #7fa388;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 100%;
}

.twoColFixLtHdr #mainContent h2 { 
	color: #7fa388;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .05em;
}

.twoColFixLtHdr #mainContent h3 { 
	color: #7fa388;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
}


/*** FOOTER ***/


.twoColFixLtHdr #footer { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
} 

.twoColFixLtHdr #footer a { 
	text-decoration: none;
} 


.twoColFixLtHdr #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 */
	font-size: 11px;
	color: #999999;
}

.twoColFixLtHdr #footer .siteCredit {
	font-size: 10px;
	border-top: 1px dotted #CCCCCC;
	padding: 10px 0 10px 0;
	margin: 0;
	color: #cccccc;
	text-decoration: none;
	letter-spacing: .1em;
}

.twoColFixLtHdr #footer .siteCredit a {
	color: #aaaaaa;
}

.twoColFixLtHdr #footer .siteCredit a:hover {
	color: #33FF33;
}

/*** ETCETERA ***/

.noBg {
	background: none !important;
}

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


/*** WORDPRESSY ***/

.postmetadata { /* hide metadata */
	display: none;
}

/* 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 */


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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	/* 
	
	background: url('images/more-tips.gif') no-repeat center top;
	margin-top: 90px;
	margin-bottom: 60px;
	padding-top: 65px;

	 */
}



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

.commentlist {
	padding: 0;
	width: 400px;
	}

.commentlist li {
	margin: 0;
	padding-left: 20px;
	list-style: none;
	border-left: 4px solid #DDDDDD;
	}

.commentlist p {
	margin: 0;
	font-style: italic;
	}


#commentform {
	background: url('images/comments.gif') no-repeat center top;
	padding-top: 65px;
}

#commentform p {
	margin: 5px 0;
	}

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

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


/* 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: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 400px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	font-size: 10px;
	}
/* End Form Elements */




/* Begin Images */

/*	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 */


/* PAYPAL BUTTON STYLING */

.buy { 
	float: right; 
	padding: 20px 0 0 20px;
}

div.shippingBox {
	background-color: #def3cf;
	border: 1px solid #79b58f;
	padding: 8px;
	color: #257943;
}

.productThumb {
	float: left;
	border: 1px solid #79b58f;
	margin: 0 10px 3px 0;
}

.productListing {
	padding-bottom: 5px;
}