/*** LAYOUT STYLES ***/
@import "reset.css";
@import "navigation.css";
html {

}
body {
	font-family: "helvetica neue", arial, helvetica, san-serif;
	font-size: 12px;
	background: #fff;
	height: auto;
}
#container {
	margin: 0 auto;
	width: 1009px;
	position: relative;
}

/*** SLIDER STYLES ***/

.fader {
	opacity: 100%;
	display: none;
	background-color: #643A82;
	color: #fff;
	line-height: 1.5; 
}
#slider img {
	float: left;
	border: 1px solid white;
}
#slider h2 {
	padding: 4px 25px;
	font-size: 16px;
	font-family: Century;
	font-style: italic;
}
#slider h3 {
	padding: 4px 25px;
	font-size: 14px;
	font-family: Century;
	font-style: italic;
	font-weight: normal;
}
#slider p {
	font-size: 11px;
	padding: 4px 25px;
}
#slider a:link, #slider a:visited {
	color: #fff;
	text-align: right;
	display: block;
}
#slider a:hover, #slider a:active {
	
}
#slider #slider-left-column {
	width: 25%;
	float:left;
}
#slider #slider-right-column {
	margin-left: 25%;
	padding-left: 25px;
	border-left: 1px dotted #fff;
}
#slider #slider-right-column h2.header {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
#slider #slider-right-column li {
	width: 335px;
	float: left;
	height: 220px;
	border-bottom: 1px dotted white;
	margin: 5px;
	padding: 5px;
}
#slider #slider-right-column li h2, 
#slider #slider-right-column li h3,
#slider #slider-right-column li p {
	padding-left: 70px;
	margin-top: 0;
	padding-top: 0;
}
.closeButton {
	float:right;
	font-size: 12px;
	font-family: Century;
	font-style: italic;
}
.slider-twitter-link {
	background: #643A82 url(/themes/project18/images/slider-twitter-icon.png) no-repeat center left;
	padding-left: 30px;
}
/*** HEADER STYLES ***/
.pics { padding:0; margin:0; overflow: hidden }
.pics img { padding: 0; top:0; left:0 }
.pics img {

}

#header {
	position: relative;
	height: 82px;
	background:#fff url(/themes/project18/images/bg-top-slider.png) no-repeat top left;
}
.project18-logo {
	float: left;
}
#banner-advert {
	height: 411px;
	width: 1009px;
}
.who-are-we {
	position: absolute;
	top: 8px;
	right:95px;
	background: transparent url(/themes/project18/images/icon-who-we-are.png) no-repeat top left;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
a.who-are-we:link, a.who-are-we:visited {
	color: white;
	text-decoration: none;
}
a.who-are-we:hover, a.who-are-we:active {
	color: white;	
}

/** LEFT COLUMN STYLES **/
#left-column {
	width: 220px;
	float: left;
}
/** CONTENT STYLES **/
#subscription-form {
	background: transparent url(/themes/project18/images/bg-newsletter-subscribe.png) no-repeat top left;
	width: 211px;
	height: 156px;
	padding: 10px 10px 10px 8px;
}
#subscription-form legend {
	font-weight: bold;
	color: #6F6F6F;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: center;
}
#subscription-form p {
	clear: left;
	line-height: 16px;
	margin: 10px 0;
}
#subscription-form p strong {
	width: 60px;
	float: left;
	line-height: 16px;
	color: #6F6F6F;
}
#subscription-form p input {
	border: 1px solid #6F6F6F;
	width: 100px;
	color: #6F6F6F;
	font-family: helvetica, arial, verdana;
	font-size: 12px;
}
#subscription-form p input.submit {
	border: 1px solid #6F6F6F;
	width: 70px;
	color: #fff;
	margin-left: 92px;
	background-color: #6F6F6F;
	font-family: helvetica, arial, verdana;
	font-size: 12px;
}
#content-header {
	background: transparent url(/themes/project18/images/bg-content-header-no-donation.png) no-repeat top left;
	height: 39px;
	margin: 5px 0;
}
#content-header a {
	display: block;
	float: right;
	width: 180px;
	height: 38px;
	text-decoration: none;
}
#content {
	margin: 0 20px;
	padding: 0 0 10px 0;
	width: 537px;
	float: left;
}
#content h1 {
	margin: 10px 0;
	font-size: 24px;
	color: #643a82;
}
#content h2 {
	margin: 10px 0;
	font-size: 20px;
	color: #6F6F6F;
}
#content h3 {
	margin: 10px 0;
	font-size: 16px;
	color: #6F6F6F;
}
#content h4, #content h5, #content h6  {
	margin: 10px 0;
	font-size: 14px;
	color: #6F6F6F;
}
#content p {
	margin: 5px 0;
	color: #6F6F6F;
}
#content ul {
	margin: 10px 0 10px 20px;
}
#content ul li {
	margin: 5px 0;
	color: #6F6F6F;
	list-style-type: disc;
}
#content blockquote {
	border: 1px solid #66bd4b;
	margin: 30px;
	padding: 20px 20px 20px 40px;
	font-size: 20px;
	font-family: Century, Helvetica, Arial, Verdana;
	font-style: italic;
	color: #6F6F6F;
	background: #e8f5e4 url(/themes/project18/images/bg-blockquote.png) no-repeat top left;
}
#content blockquote h1, 
#content blockquote h2, 
#content blockquote h3, 
#content blockquote h4, 
#content blockquote h5, 
#content blockquote h6 {
	color: #6F6F6F;
	margin-top: 0;
}
#sponsors {
	width: 212px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.sponsors-bg {
	background: transparent url(/themes/project18/images/bg-sponsors-content.png) repeat-y top left;
}
#sponsors-top {
	height: 16px;
	background: transparent url(/themes/project18/images/bg-sponsors-top.png) no-repeat top left;
}
#sponsors-bottom {
	height: 29px;
	background: transparent url(/themes/project18/images/bg-sponsors-bottom.png) no-repeat top left;
}
#sponsors .donate-button {
	background: transparent url(/themes/project18/images/donate-now.png) no-repeat top center;
	text-indent: -9999px;
	height:29px;
	width: 170px;
	border: none;
	margin: 10px 0;
	cursor:pointer;
}
#sponsors h3 {
	padding: 5px 10px 10px 10px;
	color: #643A82;
	font-weight: bold;
	font-size: 16px;
}
#sponsors p {
	padding: 0 10px;
}
#sponsors img {
	padding: 5px 10px;
}
#sponsors .twitter-status {
	margin: 0;
	padding: 0;
}
#sponsors .twitter-status li {
	margin:10px 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	background: #fff url(/themes/project18/images/bg-twitter-feed.png) no-repeat top left;
	height: 90px;
}
#sponsors .twitter-status li p.twitter-message {
	height: 53px;
	padding: 10px 15px;
}
#sponsors .twitter-status li p.twitter-date {
	
}

#sponsors .twitter-status li a:link, #sponsors .twitter-status li a:visited {
	color: #643B82;
	text-decoration: none;
}
#sponsors .twitter-status li a:hover, #sponsors .twitter-status li a:active {
	color: #6F6F6F;
	text-decoration: none;
}
#sponsors .twitter-status li p {
	text-align: right;
	font-size: 10px;
	color: #6F6F6F;
}
/** FOOTER CONTENT STYLES **/
#footer-header {
	clear: both;
	background: transparent url(/themes/project18/images/bg-footer-header.png) no-repeat top left;
	height: 39px;
	padding-top: 14px;
	padding-left: 15px;
	color: #fff;
}
/** #footermenu -> See navigation.css **/
.footer-header {
	font-size: 18px;
	color: #6F6F6F;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 26px;
}
.rss-icon {
	float: right;
	margin-right: 10px;
}
#connect-with-us {
	width: 254px;
	float: left;
}
#recent-blog-posts {
	width: 260px;
	float: left;
}
#latest-products {
	width: 278px;
	float: left;
}
#latest-products a:link, #latest-products a:visited {
	color: #643A81;
}
#latest-products a:hover, #latest-products a:active {
	color: #6F6F6F;
}
#address {
	width: 210px;
	float: right;
	text-align: right;
	color: #643a82;
}
#address p {
	line-height: 18px;
	font-size: 13px;
}
#address p a:link, #address p a:visited {
	color: #643a82;
}
#address p a:hover, #address p a:active {
	color: #6F6F6F;
}
/** .connect & associated link styles -> See navigation.css **/

/** STYLES FOR THE MINI CART DISPLAYED **/
#Sidebar {
	width: 230px;
	float: left;
}
.sidebarBox h3 {
	background: transparent url(/themes/project18/images/right-header-background.png) no-repeat right top;
	color: #fff!important;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	width: 207;
	line-height: 40px;
	padding: 0!important;
	padding-left: 10px;
	text-align: center;
}
.sidebarBox h3#TwitterHeader {
	background: transparent url(/themes/project18/images/twitter-header.png) no-repeat right top;
	line-height: 126px;
	text-indent: -9999px;
}
.sidebarBox p, .sidebarBox ul {
	padding-left: 30px;
}
.cart {
	margin-bottom: 20px !important;
}

/* make the price block so it goes on a separate line */
.cart .price {
	display:block;
}

/* total of the cart */
.cart .total,
.cart .subtotal {
	padding-top: 5px;
	padding-right: 20px;
	width: 90%;
}
.cart .total {
	font-weight: bold;
}

/* nudge the message left a bit so it looks better in black candy */
.noItems {
	padding-left: 7px;
}

/* buy products link to buy the items in your cart */
.buyProducts {
	font-weight: bold;
}
#ShoppingCart li {
	list-style-type: none;
	text-align: right;
}
.checkoutButton {
	margin-top: 10px;
	border: 2px solid #64BD48;
	padding: 5px;
	background: #e8f5e4;
	color: #64BD48!important;
	display: block;
}
#recent-blog-posts li span {
	display:block;
	width: 50px;
	color: #643B82;
	font-style: italic;
	float: left;
	line-height: 16px;
}
#recent-blog-posts li p {
	display:block;
	width: 180px;
	margin-left: 55px;
	color: #6f6f6f;
	line-height: 16px;
	font-style: italic;
}
#recent-blog-posts li p a {
	color: #6f6f6f;
	font-weight: bold;
	font-style: normal;
}
#latest-products img.productThumb {
	width: 50px;
	margin:0;
	padding: 0;
	float: left;
}
#latest-products {
	margin: 0;
	padding: 0;
}
#latest-products li p {
	display:block;
	width: 180px;
	margin-left: 55px;
	color: #6f6f6f;
	line-height: 16px;
}
#latest-products li p a:link, #latest-products li p a:visited {
	text-decoration: none;
}
#latest-products li p a:hover, #latest-products li p a:active {
	text-decoration: underline;
}
#latest-products li p.details {
	font-weight: bold;
}
#latest-products li p.details a {
	font-weight: bold;
	color: #6f6f6f
}
.list-header {
	margin-bottom: 10px;
}