/*
Theme Name: EWI-2
Theme URI: 
Description: a new look for EWI
Author: Steve Borbiro
Author URI:
Version: 1.0
*/

/* General resets */
* { padding: 0; margin: 0; }
ul { list-style-type: none; }

/* Main structural elements */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Corbel, Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Bitstream Vera Sans, Liberation Sans, Verdana ;
	color: #000;
	background: #e9d8ab;
	font-size: 16px;
	}

/* Begin Various Tags & Classes */
	
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #aa2c86;
	}
a:hover {
	text-decoration: underline;
	}
a.more-link {
	color: #aa2c86;
	}
	

/*a[href^="http:"] {
	background: url('./images/external-link.gif') no-repeat right top;
	padding-right: 12px;
	}
	
a[href^="http://ewint.org"],
a[href^="http://localhost"],
a[href^="http://www.volunteermatch.org"],
a[href^="http://visitor.constantcontact.com"],
a[href^="http://archive.constantcontact.com"],
a[href^="http://www.constantcontact.com"],
a[href^="http://ewint.jindabyte.com"] {
	background-image: none;
	padding-right: 0;
	}
*/
.clear {
	clear: both;
	}
.clear-left {
	clear: left;
	}
.clear-right {
	clear: right;
	}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}
.alignleft {
	float: left;
	padding: 5px 10px 5px 5px;
	}
.alignright {
	float: right;
	padding: 5px 5px 5px 10px;
	margin-left: 5px;
	}
.aligncenter {
	margin: 0 auto;
	}
.wp-caption {
	background: #f5f5f5;
	margin: 10px 0;
	}
p.wp-caption-text {
	font-size: 12px !important; 
	}
#attachment_2500 {
	margin-top: -160px;
	}
html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.entry img {
	margin: 0 auto;
	border: none;
	}

h1, h2, h3, h4 {
	color: #6c8613
	}

.sociable-hovers {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f4f4f4;
	}
legend {
	font-weight: bold;
	}
label {
	display: block;
	}
input {
	width: 200px;
	}
input[type=checkbox], input.image {
	width: auto;
	}
input.checkbox {
	float: left;
	margin-right: 1em;
	margin-top: 0.3em;
	}
input:focus, textarea:focus {
	background: #ffc;
	}
input[type="text"], textarea {
		border-top: 2px solid #999;
		border-left: 2px solid #999;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		}
input[type=radio] {
	width: auto;
	}
	
.required, .optional {
	font-size: 0.75em;
	color: #760000;
	}

/* End Various Tags & Classes*/


#wrapper {
	margin: 0 auto;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#main {
	/*left: 220px;  what is this for??? */
	background: #fff;
	margin: 20px 0 0 0;
	}
#container {
	background: #fff;
	}
#home-container {
	background: #fff;
	}
.fullwidth {
	padding: 0 80px;
	}
.narrowcolumn {
	padding: 0 20px 0 20px;
	float: right;
	width: 640px;
	border-left: 1px solid #d2eb8c;
	}
.post {
	margin: 0 0 10px 0;;
	float: left;
	/*width: 100%;*/
	/*background: url('images/postbg.gif') repeat-x bottom;*/
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	}
.post h1, .post h2 {
	padding: 5px 0;
	color: #6c8b13;
	text-decoration: none;
	font-size: 20px;
	}
.post h3 {
	padding: 5px 0;
	color: #aa2c86;
	text-decoration: none;
	font-size: 18px;
	}
.entry p {
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #121212;
	}

/* Header elements */
#header {
	position: relative;
	height: 140px;
	background: #f1eb6c;
	}
#header h1 {
	background: #f1eb6c url('./images/banner.gif') no-repeat 10px 10px ;
	height: 110px;
	padding-top: 10px;
	}
#header h1 a {
	display: block;
	/*background: #f1eb6c url('./images/banner.gif') no-repeat;*/
	height: 95px;
	font-size: 35px;
	color: #ab0434;
	text-align: center;
	padding-top: 15px;
	padding-right: 110px;
	text-decoration: none;
	z-index: 5;
	}

.description {
	color: #707070;
	font-size: 24px;
	text-align: center;
	padding-left: 45px;
	}
#subscribe {
	position: absolute;
	right: 20px;
	bottom: 5px;
	font-size: 14px;
	color: #707070;
	}
#subscribe span a{
	padding: 0 10px 0 20px;
	display: block;
	float: right;
}
#subscribe a {
	text-decoration: none;
	color: #707070;
	}
#subscribe span#newsletter a{
	background: url('./images/mail-icon.png') left bottom no-repeat;
}
#subscribe span#rss a{
	background: url('./images/rss-icon.png') left bottom no-repeat;
}
#subscribe span#facebook a{
	background: url('./images/facebook.png') left bottom no-repeat;
	}
#subscribe span#twitter a{
	background: url('./images/twitter.png') left bottom no-repeat;
	}
/* end Header elements */

/* Navigation menu elements */

#pagemenu {
	height: 26px;
	background: #d2eb8c;
}
#pagemenu ul {
	float: left;
	font-size: 18px;
	border-right: 1px solid #dffa95;
}
#pagemenu ul li {
	float:left;
	/*background: #d2eb8c;*/
	position: relative;
	z-index:9;
	/*min-width: 4em;*/
	}
#pagemenu ul li a.arrow {
	background: url('./images/down-arrow.png') no-repeat 98% 65%;
	padding: 0 15px 0 8px;
	}
#pagemenu  ul li ul {
	position: absolute;
	display: none;
	top: 26px;
	font-size: 16px;
	z-index: 10;
	width: 11em;
}
#pagemenu li > ul {
	top: auto;
	left: auto;
	}
#pagemenu ul li ul li {
	background: #d2eb8c;
	width: 11em;
	display: block;
}
#pagemenu  ul a {
	display:block;
	color: #6c8b13;
	text-decoration: none;
	text-align: center;
	padding: 0 8px;
	line-height: 25px;
	border-right: 1px solid #c8e084;
	border-left: 1px solid #dffa95;
	/*border-bottom: 1px solid #d4d10f;*/
	border-top: 1px solid #e7e577;
	}
#pagemenu ul li ul li a {
	border-top: 1px solid #dffa95;
	border-bottom: 1px solid #c8e084;
	}

#pagemenu ul li.current_page_item, #pagemenu  ul li:hover {
	background: #fff;
	}
#pagemenu ul li.current_page_item a {
	/*border-bottom: 1px solid #fff;*/
	border-left: 1px solid #fff;
	}
#pagemenu ul li:hover ul, #pagemenu ul li.over ul {
	display: block;
}
/*a#shopping-cart {
	background: url('./images/shopping-cart.png') no-repeat 8px 50%;
	display: block;
	float: left;
	width: 35px;
	height: 26px;
	text-decoration: none;
	}*/
#searchdiv {
	height: 30px;
	}
form#searchform {
	float: right;
	margin-right: 10px;
	/*display: block;*/

	}
input#searchsubmit {
	width: auto;
	}
/* end Navigation menu elements */

/* Main body elements */
#rightside {
	width: 40%;
	float: right;
	margin: 10px 0 -50px 0;
	min-height: 600px;
}
#leftside {
	width: 60%;
	margin: 0 0 -80px 0;
	padding-top: 10px;
	float: right;
	}
#top-row-upper, #mid-row-upper {
	background: url('./images/top-row-upper.png') no-repeat top left;
	height: 21px;
	margin: 0 10px 0 10px;
	}
#top-row, #mid-row {
	/*border-bottom: 1px solid #d2eb8c;*/
	background: url('./images/top-row.png') repeat-y;
	/*background: #bc001d;*/
	margin: 0px 7px 0 11px;
		}
#mid-row h3 {
	color: #fff;
	text-align: center;
	}
a#wish-list {
	color: #fff;
	}
#top-row-lower, #mid-row-lower{
	background: url('./images/top-row-lower.png') no-repeat bottom right;
	height: 23px;
	margin: 0 11px 0 9px;
	}
#events {
	padding: 10px 20px 0 20px;
	border-left: 1px solid #d2eb8c;
	}
#events h3.title, #feature h3.title, #store h3.title{
	color: #9a9524;
	font-size: 20px;
	}
.post h3 a {
	text-decoration: none;
	}
#events h4 {
	padding-top: 5px;
}
#events h4 a {
	color: #aa2c86;
	font-size: 16px;
	padding-left: 20px;
	background: url('./images/bullet-icon.png') no-repeat left center;
	text-transform: capitalize;
	display: block;
	width: 100%;
	text-decoration: none;
	}
#events p {
	font-size: 14px;
	}
#events a {
	font-size: 14px;
	text-decoration: none;
	}
/* hide an initial full size image from the home page events&news section */
#events img{
	display: none !important;
	}
#events img.tfe {
	display: inline !important;
	padding: 0 5px 0 0 !important;
	margin-top: 3px;
	}
#morenews {
	padding-top: 15px;
/*	margin-bottom: 10px;*/
	}
#buttons {
	float: right;
	width: 115px;
	margin-top: 10px;
	padding: 0 20px 0 0;
	}
#buttons a#donate {
	display: block;
	width: 100%;
	height: 35px;
	background: url('./images/donate.png') no-repeat;
	}
#buttons a#volunteer {
	display: block;
	width: 100%;
	height: 35px;
	background: url('./images/volunteer.png') no-repeat;
	margin-top: 10px;
	}
#buttons a#wishlist {
	display: block;
	width: 100%;
	height: 35px;
	background: url('./images/wishlist.png') no-repeat;
	margin-top: 10px;
	}
#buttons a#morehelp {
	margin-top: 20px;
	margin-left: 7px;
	display: block;
	width: 100%;
	height: 35px;
	}
#award {
	width: 130px;
	height: 130px;
	position: absolute;
	right: 20px;
	top: -10px;
	}
#award a {
	width: 140px;
	height: 130px;
	display: block;
	background: url('./images/roundlogo.gif') no-repeat bottom center;
	}
#award + p {
	margin-top: 10px;
	}
#about {
	font-size: 15px;
	padding: 10px 0 0 10px;
	float: left;
	width: 410px;
	/*position: absolute;*/
	}
#about p {
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #fff;
	}
#about a#about-link {
	padding: 0 0 0 116px;
	}
/* for christmas theme */
#about a, #buttons a {
	color: #fff;
	}
#about .vvqbox {
	margin: 5px 0 5px  !important;
	float: right;
	}
#about p#moviep {
	padding: 0 0 0 116px;
	}
a#movie {
	/*height: 200px;*/
	width: 270px;
	height: 180px;
	background: url('./images/movie.png') no-repeat top center;
	display: block;
	margin: 0 0 0 20px;
	}
#movie a {
	/*padding-top: 100px;*/
	display: block;
	background: url('../../uploads/2009/08/promo.jpg') no-repeat  left top;
	text-align: left;
	text-indent: -4000px;
	height: 214px;
	padding: 0 0 5px 0;
	}
#store {
	float: right;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 253px;
	border-left: 1px solid #d2eb8c;
	}
#store h3.title {
	text-align: center;
	}
#feature {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 310px;
	float: right;
	position: relative;
	}
#feature h3.title {
	text-align: center;
	}
#feature p {
	text-align: center;
	}
#feature a#morevideos {
	padding-left: 90px;;
	}
/* end Main body elements */	
#sidebar {	
	width: 189px;
	padding: 0 15px;
	margin: 0 0 10px 0;
	float: left;
	}
#sidebar a {
	color: #6c8b13;
	}
#sidebar h2 {
	padding: 5px 0 5px 0;
	font-size: 18px;
	}
#sidebar a {
	font-size: 16px;
	}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
	text-decoration: none;
	}
#sidebar .productlink {
	font-size: 12px;
	}
#sidebar .categorylink {
	font-size: 12px;
	}
#sidebar ul li ul li {
	padding: 0 0 5px 0;
	}
#sidebar ul li ul {
	padding-left: 20px;
	}
/* Footer elements */
#footer {
	width: 100%;
	clear: both;
 	overflow: hidden;
	background: #d2eb8c;
	}
#flowers {
	background: #fff url('./images/flowers.png') no-repeat 0 0;
	width: 100%;
	height: 135px;
	overflow: visible;
	/*margin-top: -90px;*/
}
#footerarea {
	width: 100%;
	margin: 0 auto;
}
#footer-right {
	float: right;
	padding: 10px 10px;
	color: #ab0434;
	font-size: 12px;
	}
#footer-left {
	float: left;
	padding: 10px;
	}
#footer-left ul, #footer-left li {
	display: inline;
	list-style-type: none;
	}
#footer-left li {
	padding: 0 10px;
	}
#footer-left li a {
	font-weight: bold;
	font-size: 12px;
	color: #ab0434;
	}
/* end Footer elements */
#donate ul li {
	margin-left: 15px;
	list-style-type: disc;
	}
/* WP E Commerce styling */
#products_page_container {
/*	margin: 20px 0 0 0;*/
	}
.widget_wp_shopping_cart {
	margin: 20px 0 0 0;
	min-height: 80px;
	}
	
.entry ul.wpsc_categories {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background: #d7d7d7;
	}
.entry ul.wpsc_categories li {
	float: left;
	}
.entry ul.wpsc_categories a{
	display: block;
	padding: 0 5px;
	line-height: 20px;
	}
.entry ul.wpsc_categories a.wpsc_category_image_link{
	display: none;
	}
.entry ul.wpsc_categories li ul{
	display: none;
	}
.PeCatsBrands ul.SubCategories li {
	margin-left: 3px !important;
	}
.wpsc_page_numbers {
	margin-top: 5px;
	}
a.wpsc_product_title {
	text-decoration: none;
	}
li.widget_donations h2 {
	height: 65px;
	background: url('images/PPeCheck.gif') no-repeat 20px 35px;
}
li.widget_donations div {
	margin: 5px 0 0 15px;
	}
li#donations strong {
	font-size: 12px;
	font-weight: normal;
	}

.producttext {
	margin-bottom: 5px !important;
	}
h2.prodtitles {
	padding: 0 0;
	}
#sidebar ul li h2.categorytitle {
	font-size: 14px;
	}
.productdisplay {
	padding: 10px 0 0 20px;
	margin-bottom: 10px !important;
	clear:none !important;
	width: 40% !important;
 }
#store .productdisplay {
	margin-bottom: 0 !important;
	padding-top: 10px !important;
	}
#store .product_image {
	height: 96px;
	width: 96px;
	}
#store .single_product_display .textcol {
	margin-left: 10px !important;
	min-height: 120px !important;
	}
#store .single_product_display .textcol .imagecol {
	margin-left: 0px !important;
	}
#store .producttext {
	margin: 0 0 0 110px !important;
	font-size: 14px;
	width: 110px;
	}
#store h2.prodtitles {
	margin-bottom: 10px;
	}
#store .wpsc_product_price {
	margin-top: 50px !important;
	}
#store span.pricedisplay {
	font-size: 16px !important;
	}
#store .textcol {
	width: 250px;
	}
a#morestore {
	padding-left: 100px;
	}
/* WP E Commerce styling */
.entry ul.PeCategories {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}
.entry ul.PeCategories li {
	float: left;
	}
.entry ul.PeCategories  a{
	display: block;
	padding: 0 5px;
	line-height: 20px;
	border: 1px solid #43a1c3;
	}
.entry ul.PeCategories ul.SubCategories{
	display: none;
	}
.PeCatsBrands ul.SubCategories li {
	margin-left: 3px !important;
	}
.wpsc_page_numbers {
	margin-top: 5px !important;
	}
li.widget_donations h2 {
	height: 55px;
	background: url('images/PPeCheck.gif') no-repeat bottom center;
}
li.widget_donations div {
	margin-left: 15px;
	}
li#donations strong {
	font-size: 12px;
	font-weight: normal;
	}
input.wpsc_buy_button  {
	margin: 5px 0;
	width: 100px;
	}
.producttext {
	margin-bottom: 5px !important;
	}
h2.prodtitles {
	padding: 0 0;
	width: 50%;
	}
#sidebar ul li h2.categorytitle {
	font-size: 12px;
	}
#sidebar a.wpsc_category_image_link {
	background: none;
	padding: 0 0 !important;
}
#sidebar a.wpsc_category_link {
	background: none;
	}
/*.productdisplay {
	width: 50% !important;
	clear: both !important;
	}*/
/*
 * product default display styling
 */
div.productdisplay{
 clear:none !important;
 width: 50% !important;
 }
div.textcol {
	width: 210px !important;
	}
span.total {
	width: 190px;
	}
/*  end WP E Commerce styling */
/* start donate plus styling*/
form#donateplusform {
	width: 80%;
	margin: 0 auto;
	}
#donateplusform input#amount {
	width: 50px;
	}
#donateplusform select#period {
	width: 120px;
	}
#donateplusform select#reason {
	width: 150px;
	}
#donateplusform p.submit {
	position: relative;
	}
#donateplusform .submit input {
	width: 170px;
	margin-left: 20px;
	}
#donateplusform .submit span {
	position: absolute;
	top: 10px;
	}
table#spendinginfo {
	margin: 20px auto;
	width: 80%;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	}
.donorbox {
	padding: 5px 0;
	border-bottom: 1px solid #efefef;
	}

/* end donate plus styling

/* CForms styling*/

.cform  ol {
	list-style: none;
	}
.cform textarea {
	width: 400px;
	}
.cform fieldset.cf_hidden {
	display: none;
	}
p.linklove {
	display: none;
	}
	
	
	
/* start Comment styling */
#comment {
	width: 640px;
	}
		
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}
/*
.commentlist li {
	font-weight: bold;
	}
*/
.commentlist cite, .commentlist cite a {
	/*font-weight: bold;*/
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font: 0.8em Arial, Verdana,  Sans-Serif;
	}

.commentmetadata {
	font-size: 0.9em;
	font-weight: normal;
	}
h3#comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
#commentform{
	margin-bottom: 20px;
	margin-top: 5px;
}	
#commentform input {
	width: 120px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1.2em;
	}

#commentform textarea {
	margin-top:5px;
	width: 100%;
	padding: 2px;
	font-size: 1.2em;
	}

#commentform #submit {
	margin-top: 5px;
	padding: 3px;
	/*font-weight: bold;*/
	font-size: 1.1em;
	}
.commentlist {
	padding: 0;
	}
	

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
/* Threaded Comments */	

ol.commentlist { list-style:none; margin:0 0 0em; padding:0; text-indent:0; }
ol.commentlist li {  margin-top: 5px; list-style: none; padding: 0 5px 0 5px ;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 10px; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { float: right;	padding: 2px; }
ol.commentlist li div.vcard img.avatar-32 { }
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {margin: 0; display: block;}
ol.commentlist li div.comment-meta {  }
ol.commentlist li p {margin: 5px 5px 0px 5px; line-height:16px;}
ol.commentlist li ul { margin:0 }
ol.commentlist li div.reply { }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:2em 0 0; text-indent:0; padding:0}
ol.commentlist li ul.children li { font-size: 12px;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.comment {margin:0;margin-top: 20px; }
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fafafa; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist .navigation {
	padding:10px 0;
	margin:10px 0;
	clear:both;
	border: none;
	}
	
/* End Comments */

/* Event styling */
ul.wplc_event_list li {
		padding: 5px 0 0 0;
		}
table.wplc_table {
	border-collapse: collapse;
	width: 100%
	}
table.wplc_table caption {
	color: #aa053d;
	font-weight: bold;
	}
table.wplc_table tr{
	border: 1px solid #ccc;
	}
table.wplc_table th{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px double #ccc;
	}
table.wplc_table td {
	border: 1px solid #ccc;
	padding: 0 3px;
	}
td.wplc_event_start_time {
	width: 160px;
	}
td.wplc_event_end_time {
	width: 60px;
	}
