/* 
Project Stylesheet
Author: Jack Behar
Questions/Comments: jack.behar@project83.com
*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#1b4811 url(../images/bg-body.jpg) repeat-x top left;
}
#wrap {
	margin:0 auto;
	margin-top:25px;
	width:900px;
	border:#fff 3px solid;
	
}
/*branding*/

#branding {
	margin:0;
	padding:0;
	position:relative;
}
#branding h1 {
	background:url(../images/header.jpg) top left no-repeat;
	width:900px;
	height:195px;
	text-indent:-9000px;
	margin:0;
	padding:0;
}

#branding h1#homeHdr {
	background:url(../images/index-header.jpg) top left no-repeat;
	height:350px;
}

/*nav*/

ul#nav {
	position:absolute;
	margin:0;
	list-style:none;
	bottom:0;
}
ul#nav li {
	margin:0;
	float:left;
	text-align:center;
}
ul#nav li a {
	color:#333333;
	display:block;
	font-family:'Trebuchet MS', Sans-Serif;
	font-size:1.1em;
	height:30px;
	line-height:32px;
	text-decoration:none;
	padding:0 12px;
}
ul#nav li a:hover, ul#nav li a.active {
	background:#fff;
}




ul#nav li ul{
	width:180px;
	
}

ul#nav li li a:hover {
	background:#fff;
}

ul#nav li li{
	text-align:left;
	background:#cad4bc;
	
}

ul#nav li.topLevel:hover{
	background:#fff;
}


/*Content*/

#content {
	width:900px;
	background:url(../images/bg-wrapper.jpg) left top repeat-y;
	
}

#main-content{
	float:left;
	width:609px;
	padding:25px 20px 20px;
	
}

/*Sidebar*/
#sidebar{
	width:250px;
	float:left
}

#sidebar li {
font-family:'Trebuchet MS',Sans-Serif;
font-size:12px;
letter-spacing:1px;
line-height:18px;
padding:2px 0;
text-align:left;
text-transform:uppercase;
}

#sidebar li a {
color:#333333;
text-decoration:none;
}

#sidebar li a:hover {
color:#fff;
}

#sidebar li a.active {
	color:#E4EED7;
}

ul#sidenav-home{
	padding:20px 10px;
	margin:0;
	list-style:none;
}

ul#sidenav-home li{
	margin-bottom:2em;
}

ul#sidenav-home li.last{
	margin-bottom:.5em;
}

ul#sidenav-home li a{
	color:#990000;
	text-decoration:none;
	text-transform: uppercase;
	font-size:1.45em;
	font-family:'Trebuchet MS',Sans-Serif;
	letter-spacing:.1em;
}
ul#sidenav-home li a:hover{
	text-decoration:underline;
}

ul#sidenav{
	padding:25px;
	margin:0;
	list-style:none;
}

#sidebar p.caption {
margin: 5px 10px 20px;
}

#sidebar p {
color:#FFFFFF;
font-family:'Trebuchet MS',Sans-Serif;
font-size:.93em;
line-height:18px;
margin:0 0 20px;
}

/*page content*/
#main-content a{
	color:#256018;
	text-decoration:underline;
}


#main-content a:hover{
	
	background-color:#256018;
color:#80975E;
text-decoration:none;
}

#main-content h1#h1-index {
background:transparent url(../images/h1-index.gif) no-repeat scroll left top;
height:180px;
margin-top:10px;
margin-left:30px;
text-indent:-9000px;
}

#main-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2em;
	letter-spacing:.05em;
	color:#FFF;
margin-bottom:20px;
}

#main-content h2 {
color:#E4EED7;
font-family:'Trebuchet MS',Sans-Serif;
font-size:1.34em;
letter-spacing:.05em;
line-height:1.2em;
margin:20px 0 10px;
text-transform:uppercase;
}

#main-content h2 a {
color:#E4EED7;
text-decoration:none;
}


#main-content h2 a:hover {
text-decoration:underline;
}

#main-content h3, #main-content h4 {
color:#333333;
font-size:1.1em;
line-height:1.2em;
margin:20px 0 10px;
}

div#feature-wrap{
	margin-top:20px;
}

div.feature {
float:left;
margin-right:5px;
margin-top:20px;
width:198px;
}

div.feature.last {
margin-right:0;
}

img.feature-img {
border:#333333 1px solid;
}

/* donations */
fieldset li textarea#comments {
	height:60px;
}

/*store*/

.product-wrap{
	margin-bottom:20px;
}
.product-img{
	width:175px;
	float:left;
}

.product-img-details{
	width:275px;
}

.product-details{
	float:left;
	background:#95a978;
	padding:20px;
	border:1px solid #CCCCCC;
}

#prod-wrap-list .product-details{
	background:none;
	border:none;
	padding:0;
}

.donate-wrap{
	float:left;
	background:#95a978;
	padding:20px;
	border:1px solid #CCCCCC;
	margin-right:20px;
}

.donate-wrap input#addCart{
	margin-bottom:0;
}

#main-content .product-details h2{
	margin-top:0;
	}
	
	.product-details input, .product-details select{
		margin-left:5px;
}

.product-details #addCart{
	border:#b4bcaa 1px solid;
margin:0;
padding:5px 8px;
	background:#256018;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
	
#main-content  a.btn, input.btn{
	border:#b4bcaa 1px solid;	
	padding:5px 8px;
	background:#256018;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#main-content  a.btn2{
	display:inline-block;
	border:#b4bcaa 1px solid;	
	padding:5px 8px;
	margin-top:20px;
	background:#95a978;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#main-content a.btn2:hover{
	background:#256018;
}

#main-content a.btn:hover{
	
	background:#95a978;
}

#main-content  h2.productName{
	margin:0;
}

#main-content  h3.productDate{
	margin:0;
	color:#E4EED7;
}

span.qty{
	display:inline-block;
	margin-bottom:10px;
}

span.chart{
	display:inline-block;
	margin-top:5px;
}
/*checkout*/

#storeTable{
	margin:10px 0;
	width:100%;
	border-bottom:1px solid #CCCCCC;
}

#storeTable th{
	background:#95a978;
	color:#fff;
	padding:10px;
	text-align:left;
	background:#95a978;
	font-size:1em;
	text-transform:uppercase;
}


.orderHist table#storeTable {
	margin-bottom:3em;
}

table#storeTable td.pending {
	font-weight:bold;
	color:red;
}

table#storeTable th, table#storeTable td {
	padding:.5em;
	vertical-align:top;
}

table#storeTable th.qty {
	text-align:center;
}

td.quantity {
	text-align:center;
}
td.img {
	width:150px;

}
td.product a {
	font-weight:bold;
}


table#storeTable input#quantity {
	display:block;
	width:40px;
	margin:0 auto;
}

input#addCart, input#oneClick {
	display:block;
}

input#addCart {
	margin:1em 0 2em 0;
}

table#cartTotals {
	float:right;
	width:175px;
	margin-right:1em;
}

table#cartTotals td {
	padding:5px;
}

table#cartTotals td.number {
	text-align:right;
}

table#cartTotals td.checkout {
	text-align:right;
	padding-top:.5em;
}

table#cartTotals p.estimate {
	margin:2em 0 0 0;
}

table#cartTotals input#zip {
	width:80px;
	margin-right:.5em;
}

#cartLinks p.update {
	margin-bottom:.5em;
}

#cartLinks .promo {
	margin-bottom:1.5em;
	
}

#cartLinks .promo p {
	margin-bottom:0;
	font-weight:bold;
}

#cartLinks a.cancel {
	padding-right:1em;
}

#upsBox {
	clear:both;
	padding:.5em;
	border:1px solid #EBBF53;
}

#upsBox img {
	float:left;
	padding-right:1em;
}

#upsBox p {
	font-size:.9em;
	padding:2em 0 0 0;
}

dl.acctBox {
	float:left;
	width:260px;
	padding:10px 20px;
	border:1px solid #ccc;
}

dl#returning {
	margin-right:40px;
}

dl.acctBox dt {
	font-size:1.3em;
	padding-bottom:1em;
}

dl.acctBox dd, dl.acctBox dd p {
	margin:0;
}

dl.acctBox dd ul {
	margin:0;
}

dl.acctBox dd label {
	float:left;
	width:80px;
	clear:right;
	font-weight:normal;
}

dl.acctBox dd input {
	width:160px;
}

dl.acctBox dd input#signIn {
	display:inline;
	width:auto;
	margin-left:90px;
}

dl.acctBox dd input#noAcct {
	width:auto;
	margin-bottom:1.5em;
}

fieldset#checkout {
	margin-bottom:1.5em;
}

fieldset#checkout ul {
	margin:0;
}

p.req span, fieldset#checkout label em {
	font-size:1.1em;
	color:red;
	font-weight:bold;
}


fieldset#checkout li input.cb {
float:left;
margin-left:141px;
margin-top:-1px;
width:30px;
}

fieldset#checkout li.check label {
float:none;
width:300px;
font-weight:normal;
}




fieldset#checkout ul.payments {
	margin:10px 0 10px 25px;
}

fieldset#checkout ul.payments input#securityCode {
	width:50px;
} 

fieldset#checkout input#zip, fieldset#checkout input#phone {
	width:100px;
}

ul.merchantError {
	list-style:none;
	margin-bottom:1.5em;
}

.declineLinks {
	text-align:center;
}

.declineLinks a {
	padding:0 15px;
}

.mailPayment h4 {
	margin-bottom:0;
	font-size:1.1em;
	font-weight:bold;
}

#orderDetails #printOnly {
	display:none;
}

table#lineItems {
	width:100%;
	margin:1em 0 0 0;
	border-bottom:1px solid #BFBBBC;
}

table#lineItems th, table#lineItems td {
	padding:.2em;
}

table#lineItems th {
	font-weight:bold;
	padding:.3em;
}

table#lineItems th.qty {
	width:10%;
}

table#lineItems th.name {
	width:60%;
}

table#lineItems th.price {
	width:15%;
}

table#totals {
	float:right;
	width:220px;
	margin-right:43px;
}

table#totals td {
	padding:2px 5px;
}

table#totals tr.grandTotal td {
	border-top:1px solid #BFBBBC;
}

span.attr {
	display:block;
	padding:.5em 0 .2em 2em;
}

fieldset#shipTo {
	float:left;
	width:240px;
	padding:20px;
	border:1px solid #BFBBBC;
}

fieldset#billTo {
	float:right;
	width:240px;
	padding:20px;
	border:1px solid #BFBBBC;
}

fieldset#shipTo legend, fieldset#billTo legend {
	font-weight:bold;
	color:#E4EED7;
	text-transform:uppercase;
	padding:0 10px;
}

fieldset#shipTo p, fieldset#billTo p {
	margin-bottom:.5em;
}

fieldset.orderDetails {
	padding:0;
	margin:0;
}

fieldset.orderDetails h3 {
	margin-bottom:0;
}

form#OrderForm input#cancelBtn {

}

form#OrderForm input#submitBtn {
	float:right;
	display:inline;
	margin:0 30px 10px 0;
}

form#OrderForm h4 {
	margin-bottom:.2em;
}

textarea.orderNotes {
	width:280px;
	height:40px;
	margin-bottom:1.5em;
}

form#ProfileForm input#submitBtn {
	float:none;
	margin-left:220px;
	width:auto;
}

div#comments{
	margin-top:-50px;
}
	
/*mailchimp form*/

/*Start Contact Form*/
#mc_embed_signup div{
	width: 450px;
	float: left;
	font-family:'Trebuchet MS',Sans-Serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:18px;
	margin-bottom: 5px;
}
#mc_embed_signup div.mc-field-group label{
	width: 100%;
	float: left;
	padding: 2px 0px;
}
#mc_embed_signup div.mc-field-group input{
	width: 225px;
	float: left;
	padding: 2px 0px;
}
#mc_embed_signup div.mc-field-group input.zip{
	width: 50px;
}
#mc_embed_signup span.req {
color:red !important;
display:inline;
float:none!important;
font-weight:bold;
margin:0;
padding:0;
width: 10px;
}
#mc_embed_signup div.mc-field-group span {
	margin:0 15px 0 0;
	float: left;
	width: 100px;
}
#mc_embed_signup div.mc-field-group span input{
	width: 110px;
}
#mc_embed_signup div.mc-field-group span label{
	/*width: 100px;*/
	display: block;
	font-size: 9px;
	color: #444444;
}
#mc_embed_signup div.mc-field-group input.checkbox{
	width: 25px;
	margin-top:3px;
}
#mc_embed_signup div.mc-field-group div.input-group{
	width: 200px;
}
#mc_embed_signup div.mc-field-group div.input-group ul{
	width: 100px;
	list-style:none!important;
}
#mc_embed_signup div.mc-field-group div.input-group ul li{
	width: 80px;
	background: none!important;
	margin-left: 0px!important;
	float: left;
	list-style:none!important;
}
#mc_embed_signup div.mc-field-group div.input-group ul li input{
	width: 20px;
	margin-top:4px;
}
#mc_embed_signup div.mc-field-group div.input-group ul li label{
	width: 50px;
}
#mc_embed_signup div input.btn{
	background: #CACACA;
	color: #000000;
	cursor: pointer;
	width: 75px;
	text-align: center;
	padding: 2px 10px 2px 10px;
}
/*End Contact Form*/


/*Footer*/

#footer {
	width:900px;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
}
#footer p {
	color:#749067;
	font-size:.95em;
}
#footer p a {
	color:#749067;
}
