/*  
Theme Name: VPEF Theme
Theme URI: http://www.vpef.org
Description: A simple, clean and 2 column fresh blog design.
Date: 17th Feb 2010
Author: Leticia Shaw
Author URI: http://www.shaw-webdesigns.com
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#4783A0;
}

.page {
	background-color:#4783A0;
}

#bodyBackground {
	background-image: url(images/bckgrnd-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:770px;
}

#footerBackground {
}

/*--formatting--*/
a {
	color: #b63d13;
	text-decoration:none;
}

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

p {
	/*padding: 0 0 1.8em;*/
	padding: 0 0 10px;
}	

h2 {
	color: #a3042e;
	font-size: 16px;
	font-weight: bold;
}

h2 em {
	/*font: 400 30px "Times New Roman", Times, serif;*/
	font-size:30px;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	/*font: 400 24px "Times New Roman", Times, serif;*/
	font-size:24px;
	padding: 20px 0 0px 0px;
	text-align: center;
	letter-spacing: 0;
	/*background-color: #e1dfb9;
	border-bottom: 1px solid #D7D39A;*/
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color:#a3042e;
	text-decoration: none;
}

h2 a:hover {
	color:#ff9900;
}

h3 {
	font-size:16px;
}

h3 a {
	text-decoration: none;
}

h4 {
	/*font: 900 16px "Times New Roman", Times, serif;	*/
	font-style: italic;
	font-size:15px;
	padding: 5px 0;
	color:#1182FF;
	font-weight:bold;
}

h5 {
	/*font: 400 14px Arial, Helvetica, sans-serif;*/	
	font-size:14px;
	padding: 5px 0;
	color:#8E8B22;
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #D7D39A;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	/*_margin: 0 0 10px 50px;*/
	border-bottom: 1px solid #A6A371;
	border-top: 1px solid #A6A371;
	font: 400 16px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 8px;
}

ul {
	list-style-type: disc;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

.clearBoth {
	clear:both;
}

.edit_post_link {
	float:inherit;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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

/* 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;
	padding: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	/*border: 0 none;*/
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 0px 0px 0px;
	margin: 0;
}
/* End captions */

/*--container--*/

#wrapper {
	width: 770px;
	margin: 0 auto;
	background-image:url(images/wrapper-bckgrnd.jpg);
	background-repeat:repeat-y;
}

#header {
	width: 770px;
	height: 171px;
	float: left;
}

#content {
	width: 770px;
	float: left;
}

#footer {
	width: 100%;
	float: left;
	height: 50px;
	color: #fff;
	padding-top:0px;
}

/*--header--*/

#header #firstHeader {
	width: 770px;
	height: 173px;
	float: left;
}

#header #firstHeader #top {
	background-image:url(images/header-top.jpg);
	height:16px;
	background-repeat:no-repeat;
	width:100%;
}

#header #firstHeader #logo {
	width: 145px;
	height: 157px;
	float: left;
	margin-left:26px;
	margin-top:10px;
}

#siteName {
	display:none;
}

#siteTagline {
	display:none;
}


#header #firstHeader #taglineBckgrnd {
	width: 571px;
	height: 74px;
	float: left;
}

#header #firstHeader #taglineArea {
	/*margin-top:100px;
	margin-left:80px;*/
	width:561px;
} 

#header #firstHeader #taglineArea .tagline1 {
	font-size:15px;
	color:#000000;
	float:left;
	margin-left:13px;
	margin-top:9px;
	/*margin:0 20px;*/
}

#headerImage {
	float:left;
}

/*--content--*/
#bottomBorder {
	background-image:url(images/content-bottom.jpg);
	background-repeat:no-repeat;
	width:770px;
	height:33px;
	clear:both;
}

#content #left-col {
	width: 171px;
	float: left;
}

#content #left-col #sidebar {
	width: 161px;
	float: left;
	padding-left:10px;
}

#content #right-col {
	width: 562px;
	margin-left:17px;
	float: left;
}


/*--page-menu--*/
#menuArea { /* menu area */
	float: left;
	width: 290px;
	margin-left:125px;
	margin-top:30px; 
	padding-right:0px;
}

#paypalDonation {
	float:left; 
	width:151px; 
	margin-top:20px; 
}

#addressContainer {
	background-image:url(images/address-bckgrnd.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:207px;
	width:770px;
	clear:both;
}

#addressContainer .addressBlock {
	color:#58410b;
	font-size:12px;
	font-weight:bold;
	padding-top:105px;
	padding-left:0px;
	text-align:center;
	width:475px;
}


#joinMailing {
	font-size: 16px;
	color: #cdca45;
	margin-left:13px;
	float:left;
}

#joinMailing p{
}

#joinMailing h2 {
	padding: 3px 4px 0px 0px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #a77630;
	letter-spacing:normal;
}



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

.commentlist {
	padding: 0;
	text-align: justify;
	float:left;
	}

.commentlist li {
	/*margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;*/
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

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

/*--featured-post--*/

#featured-post {
	width: 100%;
}

#featured-post h2 {
	font-size:19px;
	color: #0378fe;
	letter-spacing: -1px;
	padding-bottom: 5px;
	padding:0px;
	margin:0px;
	text-align:left;
}

#featured-post .featured {
	width: 725px;
	border: 1px solid #0378fe;
	float: left;
	padding: 0 10px;
	background-color: #fff;
	background-image: url(images/featured-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#featured-post .featured h3 {
	background:none;
	border:none;
	/*padding:0px;*/
	margin:0px;
	background-image: url(images/h3-featured.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#featured-post .featured h3 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #eae8c6;
	color: #5d5b35;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #5d5b35;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px solid #e5e3c2;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	border-top: 1px solid #eae8c6;
	width: 558px;
	background: url(images/tag.png) no-repeat center left;
	padding: 4px 0 4px 20px;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.png) no-repeat top left;
	width: 79px;
	height: 22px;
	text-indent: -9999em;
	margin: -10px 10px 0 0;
	display: inline;
}

/*--post--*/

.post {
	width: 540px;
	float: left;
	margin-left:10px;
	background-color:#FFFFFF;
}

.post h1 {
	color:#a3042e;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	padding-bottom:10px;
}

.post a img, .post img {
	padding: 0px;
	/*border: 3px solid #3f0b0c;
	margin: 10px;*/
}

.post small {
	font-size:10px;
	color: #aaa777;
	/*padding-left: 48px;
	padding-bottom: 10px;
	float: left;*/
}

.post .post-info {
	/*float: left;*/
	width: 240px;	
	padding-right: 10px;
	/*border-top: 1px solid #b5b38f;*/
	border-bottom: 1px solid #b5b38f;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.post .post-info em {
	/*display: block;*/
	font-size: 9px;
	/*border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;*/
}

.post .post-info span.post-tag {
	/*display: block;*/
	/*border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;*/
	font-size: 9px;
	padding: 3px 0;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entry {
	float: left;
	width: 100%;
}

.entry ul { /* Used in tadv-mcs.css */
	margin-left:18px;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	line-height:25px;
}

.entry h2 {
	color: #a3042e;
	font-size: 16px;
	font-weight: bold;
}

.entry h2.postTitle {
	color: #a3042e;
	font-size: 19px;
	font-weight: bold;
}

.entry h3 {
	color:#a3042e;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
}

.entry h4 {
	color:#831d00;
	font-style:normal;
	font-variant: small-caps;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 2px;
	margin-left: 0pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 1px;
	padding-left: 0pt;
	clear:both;
}

.entry h4 a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration:none;
}

p.postmetadata {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #FCFCF8;
	clear: left;
	text-align: right;
	margin-top: 15px;
	margin-bottom:10px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/* Site specific styles */
.vpefHighlight {
	font-weight:bold;
	font-style:italic;
}

.sectionGreen { /* Used in tadv-mcs.css */
	border-left:5px solid #68A639; 
	padding-left:10px; 
	margin-left:14px; 
	margin-bottom:35px; 
	margin-top:30px; 
	margin-right:25px;
	width:465px;
}

.sectionBlue { /* Used in tadv-mcs.css */
	border-left:5px solid #4783A0; 
	padding-left:10px; 
	margin-left:14px; 
	margin-bottom:35px; 
	margin-right:25px;
	width:465px;
}

.topics1 {
	border-left:3px solid #A3042E; 
	border-right:3px solid #A3042E; 
	padding-left:5px;
	height:111px;
	margin-bottom:10px;
}

.boardDirArea {
	clear:both;
	padding-top:20px;
}

.boardDirArea .boardMemberName {
	color:#67497C;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #67497C;
	margin-left:128px;
	margin-bottom:10px;
}

.boardDirArea img {
	padding-right:0px;
	float:left;
}

.boardDirArea p {
	padding-left:10px;
}

p.enrichQuote {
	font-style:italic;
	color:#EA6F24;
	/*margin-bottom:-15px;*/
}

.enrichQuoteName {
	color:#EA6F24;
	text-align:right;
	font-weight:bold;
}

p.supportQuote {
	font-style:italic;
	color:#EA6F24;
	/*margin-bottom:-15px;*/
}

.supportQuoteName {
	color:#EA6F24;
	text-align:right;
	font-weight:bold;
}

.donateMethods {
	color:#68A639;
	font-weight:bold;
}

.ec3_list {	/* See plugin stylesheet. Specific to the event calendar plugin */
}

/*--feed--*/
#feed {
	width: 330px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	background: url(images/rss.png) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/*--search--*/
#searchform {
	width: 165px;
	float: left;
}

#searchform form {
	float: left;
	width: 165px;
	margin-left: 5px;
	padding-bottom:10px;
	height:20px;
}

#searchform form input#s {
	width: 130px;
	height:20px;
	border: 1px solid #7f9db9;
	float: left;
	margin-right: 5px;
	color: #999999;
	font-size: 16px;
	padding-top: 3px;
	padding-left: 3px;
}

#searchform form input#searchsubmit {
	width: 25px;
	background: url(images/search.jpg) no-repeat center left;
	height: 25px;
	border: 0;
	float:left;
}

/*--sidebars--*/
#sidebar .titleArea {
	background-image:url(images/sidebar-h2-bckgrnd.jpg);
	background-repeat:repeat-x;
	height:33px;
	width:197px;
	float:left;
	padding-bottom:10px;
}

#sidebar .titleAreaLeft {
	background-image:url(images/sidebar-h2-left.jpg);
	background-repeat:no-repeat;
	height:33px;
	width:10px;
	float:left;
}

#sidebar .titleAreaRight {
	background-image:url(images/sidebar-h2-right.jpg);
	background-repeat:no-repeat;
	height:33px;
	width:10px;
	float:left;
}

#sidebar h2 {
	font-size:18px;
	color:#6A6A6A;
	padding-top:5px;
}

#sidebar h3 {
	text-align: center;
	border-top: 1px solid #a6a371;
	border-bottom: 1px solid #a6a371;
	background-color: #dedcb9;
	margin-bottom: 15px;
}

#sidebar ul {
	/*list-style: none;*/
	float:left;
}

#sidebar li {
	/*color:#00FF33;
	float: left;
	font-size:14px;
	font-weight:normal;*/
}

#sidebar li h2 {
	padding: 3px 4px 6px 15px;
	color: #CC0033;
	letter-spacing:normal;
	font-size: 18px;
	font-weight: 400;
	list-style: none;
}

#sidebar img {
	border:none;
}

#sidebar1 {
	float: left;
	width: 100%;
}

#sidebar1 ul {
	list-style: none;
	float:left;
}

#sidebar1 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}


#sidebar1 li li {
}

#sidebar1 li h2 {
	padding-top: 25px;
	padding-left: 5px;
	color: #CC0033;
	letter-spacing:normal;
	font-size: 18px;
	font-weight: 400;
	list-style: none;
}
#sidebar1 li small {
	color:#777777;
}

#sidebar1 a {
	color: #ff9900;
	text-decoration:none;
}

#sidebar1 a:hover {
	color: #3f748d;
	text-decoration: underline;
}

#sidebar2 {
	padding-top:25px;
	float: left;
	width: 90%;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	margin-left: 0px;
	float: left;
	width: 525px;
}

textarea#comment { /* Controls form width */
	width: 525px;
}

h3#comment-title {
	/*background: url(images/comments.jpg) no-repeat left;*/
	width: 505px;
	float: left;
	/*text-indent: -9999em;*/
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 540px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 475px;
	margin-right: 10px;
	background-color: #d7d39a;
	padding: 5px 10px;
	min-height: 120px;
	/*_height: 120px;*/
	overflow: auto;
	border: 1px solid #c1bd85;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #eae8c6;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #c1bd85;
	/*_height: 120px;*/
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	border: 2px solid #f3f3f3;
	padding: 8px;
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	width: 530px;
}

#respond h3 {
	/*background-image:url(images/respond.jpg);*/
	float: left;
	/*text-indent: -9999em;*/
	width: 485px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}

/*--footer--*/

#footer #footerSpacer {
	/*width:1000px;*/
	margin: 0 auto;
	/*margin-left:27px;*/
	padding-bottom:15px;
	/*width: 1000px;
	float: left;*/
}

#footer .footer-text {
	width: 770px;
	margin: 0 auto;
	text-align:center;
	clear:both;
}

#footer .footer-text a {
	color:#FFCC00;
}

#footer .footer-text span {
	width: 770px;
	padding-bottom:4px;
	font-weight:normal;
	font-size:12px;
	padding-top:4px;
	display:block;
}

#footer .footer-text em {
	/*float: left;*/
	width: 360px;
	text-align: right;
}


/*--widget-formatting*/
.textwidget {
	/*padding: 5px;*/
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a img {
	/*padding: 3px;*/
	padding: 0px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

.lg_slideshow { /* Need to change this style in lazyest-style.css file. Comment out all of the lines. */
	position:relative;
  /*margin: 10px auto;*/
  margin: 0;
  z-index:99;
}

.slideshowLeft .lg_gallery {
	float: left;
	border: 3px solid #3f0b0c;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

.slideshowRight .lg_gallery {
	float: right;
	border: 3px solid #3f0b0c;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

/*Customize for Business Directory*/
#wpbdmlistings {
	margin-bottom:25px; 
	border:1px solid #dddddd; 
	padding:5px; 
}

.wpbdmthumbs {
	padding:4px; 
	background-color:#dadada; 
	border:1px solid #dddddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	margin-right:15px;
}

.socialhomes {
	margin-left:10px;
}
