/*  
Theme Name: Purple Mountains
Description: Two column layout, based on an illustration by <a href="http://www.richard-carpenter.co.uk/">Richard Carpenter</a>
Version: 1.0
Author: KSP

*/

* {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #aaa;
	color: #333;
}

#container{
	width: 940px;
	height: 100%;
	text-align: left;
	margin: 0px auto 20px auto;
	background: #efefef;
	border: 1px solid #4f6010;
	border-top: none;
	}
	
#wrapper {
	width: 100%;
	float: left;
	}
	
	
h1{
	font-size: 20px;
}

h3{
	padding: 15px 0 15px 0;
	font-size: 16px;
}

h4{
	padding: 0 0 0 15px;
	font-size: 12px;
}

blockquote { 
	font-style: normal;
	text-align: justify;
	color: #000; 
	margin: 1.5em 1.5em 1.5em 0px;
	padding: 0px 0px 0px 30px;
	background: transparent url(images/double-quotes.png) top left no-repeat;
}

blockquote blockquote {
	background: transparent url(images/quote.png) top 4px no-repeat;
	}

p {
	margin: .25em 0;
	line-height: 150%;
	}	
	

/*----HEADER----*/

#header{
	width: 100%;
	height: 270px;
	background: transparent url(images/banner.jpg) no-repeat center top;
	border-bottom: 1px solid #4f6010;
	}
	
#header h1{
	font-size: 28px;
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
	position: relative;
	top: 75px;
}	

#header h1 a {
	color: #4c3d9e;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #5a2ab9;
	text-shadow: #fff 1px 1px 2px;
	}

#header h4 {
	font-size: 18pt;
	font-weight: normal;
	color: #fff;
	position: relative;
	top: 180px;
	}
	
#header h4 img {
	vertical-align: middle;
	}
/*--- Search Form ---*/
#search {
	float: right;
	position: relative;
	top: 150px;
	margin: 0px 25px 0 0;
}
	
#s {
	background: #F4F4FC url(images/search.png) right bottom no-repeat; 
	color: #999;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	border: #c0c0cc solid ; 
	border-width: 2px 1px 1px 2px; 
	width: 140px;
	height: 16px;
	padding: 2px; 
	margin:0;
	}
	

/*--- Content ---*/

#content{
	float: right;
	width: 630px;
	padding: 0 0 0 0;
	margin-right: 30px;
}



.subtitle  {
	font-size: 18px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	}

#content h4 {
	padding: 0 0 0 0px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	}

/*----POST----*/

.post {
	background: #fff url(images/tm.png) left -2px repeat-x;
	width: 100%;
	padding: 10px;
	border: 1px solid #d6d6d6;
	margin: 20px 0px 10px 0px;
	float: left;
	position: relative;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px;
	}
	
.post h4 {
	font-style: normal !important;
	font-weight: bold !important;
	text-align: left !important;
	font-size: 13px;
	}
	
.post a, .navigation a {
	text-decoration: none;
	color: #0073AC;
	display: inline !important;
	padding: 0;
}


.post a:hover, .navigation a:hover {
	text-decoration: underline;
}

.post h2{
	color: #666;
	font-size: 16px;
	padding: 0;
	margin: 0 !important;
	text-align: center;
}


.post h2 a {
	text-decoration: none;
	color:  #4b3b9d;
	}

.post h2 a:hover {
	color:  #87a51e;
	text-decoration: none;
	}


.post h4 {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	}


.postinfo{
	font-size: 11px;
	color: #999;
	padding: 2px 0 10px 0;
	}

.postinfo a, .postmetadata a {
	color: #999 !important;
	background-image: none !important;;
	display: inline;
}


.entry { margin-top: 10px; }

.entry p { 
	margin: 15px; 
	padding: 0;
	line-height: 150%;
}


.entry ol {
	margin-left: 25px;
	line-height: 150%;	
	}
	
.entry ul { 
	list-style-image: url(images/bulletblue.png); 
	margin-left: 20px;
	line-height: 150%;
	}
	
.entry ul li { 
	margin: 0 0 5px 10px; 
	}
.entry ol li { 
	margin: 0 0 5px 15px; 
}
		
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 0px; 
}


.entry li a {
	margin: 0;
	padding: 0;
	}
	
.postmetadata{
	font-size: 11px;
	color: #aaa;
	margin: 0 15px;
	padding: 0;
	text-align: left;
	}

/*--- Entry Tables ---*/
.entry table {
	border-collapse: collapse;
	}
.entry table td, .entry table th {
	border: 1px solid #ccc;
	padding: 2px 4px;
	}
	
	
/* tables for officers and chairpersons pages */

table.directory {
	width: 80%;
	margin: 10px auto;
	border-collapse: collapse;
	}
.directory td {
	padding: 4px;
	border-bottom: 1px solid #CFE3FF;
	}
/* tables for product rewards pages */

table.rewards {
	width: auto;
	margin: 10px;
	border-collapse: collapse;
	}
.rewards th {
	color: #0073AC;
	background-color: #FFF0AF;
	font-size: 95%;
	text-align:center;
	border: 1px solid #0073AC;
	padding: 4px;
	}
.rewards td {
	border: 1px solid #0073AC;
	text-align: center;
	padding: 4px;
	}
	
.rewards td img {
	border: 0px;
	background: #fff;
	padding: 0px;
	float: none;
	}
	
/*--- Entry Images --*/

.entry img {
	max-width: 100%;
	padding: 6px; 
	margin: auto;
	border: 1px solid #ccc;
	background: #eee;
	}


.entry img.alignleft { 
	margin: 0.5em 15px 0.5em 0; 
	padding: 6px; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	display: inline;
}
		
.entry img.alignright { 
	margin: 0.5em 0 0.5em 15px; 
	padding: 6px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	display: inline;
}
		
.entry img.centered { 
	display: block; 
	padding: 6px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}

.home .entry img {
	background-color: #fff;
	float: left;
	border: none;
	padding: 0 10px 0 0 !important;
	margin: 0 !important;
	position: relative;
	left: -10px;
	}



.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.centered {
	text-align: center;
	}
	
a img {border: none; }
/* End Images */
img.wp-smiley { display: inline !important; float: none !important; margin: 0; padding: 0; border: none; background: transparent;}

img#wpstats{display:none}

dt {
	font-weight: bold;
	margin-bottom: 1ex;
	border-bottom: 1px solid #999;
	}
dd {
	margin-bottom: 2ex;
	line-height: 150%;	
	}
	
.tabledisplay dt {
	width: 10em;
	float: left;
	margin: 0 0 6px 0;
	font-weight: bold;
	border: none;
	}
.tabledisplay dd {
	margin: 0 0 6px 11em;
}



dl img {float: left;
	padding: 0 !important;
	margin: 0 6px 0 0;
	border: 0px !important;
	background-color: #fff !important;
	}
	
	
.list dd {margin-bottom: 20px; margin-left: 8em;}	
	


table.schedule {
	margin: 10px auto;
	width: auto;
	border-collapse: collapse;
	font-size: 100%;
	}
.schedule th { 
	border-bottom: 1px solid #999;}
.schedule td {
	empty-cells: show;
	padding: 1px 10px;
	}




	
	
/*--- Formatting for Gallery --*/

.gallery { width: 600px; text-align: center;}


.gallery .post h2 {
	padding-top: 20px;
	padding-bottom: 8px;
	}
	
	
.gallery .entry {
	float: none;
	width: 560px;
	margin: auto auto;
	}
	

.gallery-item {
	text-align: center !important;
	}
dt.gallery-icon {
	border: none;
	text-align: center !important;
	}
	
.gallery img.attachment-thumbnail {
	float: none;
	padding: 6px !important;
	border: 1px solid #e5e5e5 !important;
	}
.gallery p { }	
.gallery p.attach { }


/*--- Navigation ---*/
.navigation{
	float: left;
	width: 100%;
	margin: 10px auto;
	}

.previous {  
	float: left;
	}
	
.next {
	float: right;
	margin-right: 20px;
	}


/*--- Left Sidebar ---*/
#sidebar_l{
	float: left;
	font-size: 95%;
	width: 240px;

	margin: 10px auto 5px 10px;
/*	padding: 0 0px 15px 0px;
	background: #fff0af;
*/
}
.sidebar{
	background: #fff url(images/tm.png) left -2px repeat-x;
	width: 200px;
	padding: 10px 5px;
	border: 1px solid #d6d6d6;
	margin: 10px 0px 10px 20px;
	position: relative;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px;
	}


.sidebar h2{
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding: 0px;
	margin: 0 0 10px 0;
	border-bottom: 0px;
	text-align: center;
}


.sidebar ul{
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
}

#sidebar_l ul ul {
	padding-left: 0px;
	margin-left: 10px;
	}
	
#sidebar_l li{
	line-height: 100%;
	padding: 4px 0px;
	color: #6d6f69;
	}

#sidebar_l a{
	text-decoration: none;
	color: #0073AC;
}

#sidebar_l a:hover{
	text-decoration: none;
	color: #000099;
	border-bottom: 1px dotted #009;
}


/*-- calendar ---*/

table#wp-calendar {
	width: 95%;
	font-size: 100%;
	text-align: center;
	margin: 0px 1px 20px 1px;
	border-collapse: collapse;
	background-color: white;
}

#wp-calendar caption {
	font-weight: bold;
	padding: 1ex 0 6px 0;
	margin: 0 0 0;
	}

#wp-calendar td, #wp-calendar th {
	border: none;
	width: 14%;
	height: 2ex;
	}
td#today {
	background-color: #e9e9e9;
	}
#wp-calendar .month{
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	background-color: #efeffc;
	padding: 6px 0;
	border: 1px solid #aaa;
	}
#wp-calendar tfoot td {
	border: none;
	}
	
#wp-calendar a{
	font-weight: bold;
	display: block;
	}
	
#wp-calendar a:hover{
	display: block;
	text-decoration: none;
	background-color: #fc0;
	}

	
/*----FOOTER----*/

#footer { 
	background: #89a226 url(images/footer) top left repeat-x;
	font-family: Georgia, "Times New Roman", serif;
	color: #fff; 
	font-size: 90%; 
	clear: both; 
	padding: 20px;
	margin: 0px;
	border-top: 1px solid #4f6010;
	}
	
#footer p { margin: 0; padding: 0; }

#footer a {
	color: #fff;
	text-decoration: underline;
	display: inline;
	}
	
#footer a:hover {
	color: #00c;
	text-decoration: underline;
	}
	
.disclaimer {
	font-style: italic;
	float: right;
	}

.clear { clear: both; width: 1px;}


