/*  
Theme Name: Vesper
Theme URI: 
Description: Vesper is a 2 column Wordpress theme with subpage support. This work is distributed under the terms of the GNU General Public License. This means you are free to use this template for any purpose, and make changes as you see fit. Please leave the link in the footer, or donate if you would like to remove it.
Copyright: 2008
Version: 1.0.4
Author: 
Tags: fixed width, simple, clean, widget ready, two columns, sidebar right, orange, valid XHTML, valid CSS, ie6, ie7, firefox 2.0, opera 9.0, wp-pagenavi, excerpt reloaded
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  6px 0 0;
	font: normal 80%/120% tahoma, arial, verdana, san-serif;
	background: #fff url(images/bg.png) repeat-x;
}
ul {
 list-style:none;
  padding: 0;
   margin: 10px 0 0 0;
}
li {
	color: #000;
  list-style:none;
  padding: 0;  background: #fff url(images/arrow.gif) no-repeat 0px 6px;
  margin: 4px 0 8px 5px;
}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
}
h1 {
	font-size: 2.2em;
        width:440px;
}
h2 {
	margin: 5px 0 0 0px;
	padding:0 0 2px 0;
  font:normal 140% georgia,'Trebuchet MS', Verdana, Arial,Helvetica, sans-serif;
}
/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a { color: #105cb6;	 background: inherit; text-decoration:underline;}
a:hover { color: #883225; 	border-bottom: 1px dashed #883225; background:inherit; text-decoration: none;	}
a:active { background:inherit;	color: #990000; text-decoration: none;}

/*a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #84755c;
}
*/
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 860px;
	padding: 0 10px;
	margin: 0 auto;
}
#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	position: relative;
	height: 120px;
	margin-bottom: 10px;
}
#content {
	width: 650px;
	float: left;
	min-height: 455px;
	padding: 35px 25px 20px 0;
	background: url(images/content-bg.gif) no-repeat top right;
}
#sidebar {
	width: 200px;
	min-height: 455px;
	float: right;
	padding-right: 10px;
	background: url(images/content-bg.gif) no-repeat top right;
}
/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-meta {
	position: absolute;
	left: 0;
	top: 40px;
        width: 400px;
}
#header h1 {
	position: relative;
}
#header h1 a {
	color: #7e4c10;
	color: #fff;
}
#header h1 a:hover {
	color: #5a360b;
	color: #7e4c10;
}
#header span.description {
	position: relative;
	margin-left: 5px;
	color: #7e4c10;
}
#header ul {
	position: absolute;
	left: 0;
	bottom: 1px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin-top: -6px;
	padding: 0;
	text-transform: none;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 8px 14px 8px 14px;
	color: #84755c;
	text-decoration: none;
	margin-right: 2px;
	background:#fff;
	border: 1px solid #f7951e;
	border-bottom: none;
}
#header li a:hover {
	color: #f7951e;
	background-color:#fff;
	border: 1px solid #f7951e;
	border-bottom: none;
}
#header li.current_page_item a {
	color: #3E1403;
	background-color:#FFF;
	border: 1px solid #f7951e;
	border-bottom: none;
}
#topsearch {
	position: absolute;
	right: 14px;
	top: 35px;
	width: 218px;
	height: 42px;
	text-align: center;
}
#topsearch input {
	width: 145px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding: 9px 8px 5px 32px;
	margin-right: 0px;
	float: left;
	font: normal 1em tahoma, arial, san-serif;
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}
/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	margin: 0 0 20px 0;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 10px 0;
}
.post h2 {
	margin: 0 0 .2em;
	font-size: 1.6em;
}
.post h2 a {
	color: #864901;
}
.post h2 a:hover {
	color: #84755c;
}
.post-info {
	background: url(images/hr.gif) 0% 0% no-repeat;
	padding: 5px 0;
	font-size: 90%;
	margin: 10px 0;
	color: #999;
}
.post-info a {
	color: #999;
}
.post-info a:hover {
	color: #84755c;
}
.post-info .setting {
	padding:3px;
	padding-left:20px;
	margin-right: 5px;
}
.post-info .datetime{
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user{
	background:#fff url(images/user.png) no-repeat 0 2px;
}
.post-info .filedlink{
	background:#fff url(images/document.png) no-repeat 0 2px;
}
.post-info .commentslink{
	background:#fff url(images/comments.png) no-repeat 0 2px;
}
.post-info .editlink{
	background:#fff url(images/write.png) no-repeat 0 2px;
}
/*.post-entry p {
	margin: 0 0 1em 0;
}
*/
.post-entry a {
	color: #105cb6;
}
.post-entry a:hover {
	color: #84755c;
}
.post-entry span.more-link {
	display: block;
	margin: 10px 0;
}
.post-entry span.more-link a {
	color: #864901;
}
.post-entry span.more-link a:hover {
	color: #84755c;
}
.post-entry h3 {
	font-size: 1.25em;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
.post-entry ul, .post-entry ol {
	margin: 10 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry li {
	list-style: none;
	border-bottom: 1px solid #fafafa;
	padding: .9em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	float: left;
	margin: .4em 0 0 1em;
	padding: 0 10px 10px 0;
}
.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #f7951e;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar h2 {
	margin: 0 5px 0 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px dotted #ccc;
	font-size: 20px;
	text-indent: -5px;
}
#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li ul li {
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
	padding-left: 18px;
	margin-right: 5px;
	background: #fff url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar li ul li:hover {
	background: #e8e8e8 url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	margin: 4px 0 8px 10px;
 text-decoration:none;
 padding:0;
 border-bottom:0; background:#fff;  color: #105cb6;
}
#sidebar li a:hover {
	color: #84755c;
}
#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}
/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	position: relative;
	clear: both;
	background: #808080 url(images/footer.png) repeat-x;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #eee;
	margin-top: 20px;
}
#footer {
	position: relative;
	clear: both;
	text-align: left;
	font-size: 11px;
	width: 860px;
	padding: 0 10px;
	margin: 0 auto;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #f7951e;
}
#rss {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
}
#rss-entries {
	background: url(images/rss-entries.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-entries:hover {
	background: url(images/rss-entries.png) no-repeat 0 -18px;
}
#rss-comments {
	background: url(images/rss-comments.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-comments:hover {
	background: url(images/rss-comments.png) no-repeat 0 -18px;
}
#mainright{
  float:right;
  
  text-align:left;
  margin: 0;
  padding: 0;
}

#mnurit{ float:left; text-align:left; width: 98%; padding:0; margin:0; }

.title{
 color: #af711e;
 background: #fff;
 margin: 40px 0 2px 0px;
 padding: 0;
 font: 106% georgia,'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
#mnurit ul{
  list-style:none;
  padding: 0;
   margin: 10px 0 0 0;
}

#mnurit li{
  color: #A75644;
  list-style:none;
  padding: 0;  background: #fff url(images/arrow.gif) no-repeat 0px 6px;
  margin: 4px 0 8px 5px;
}

#mnurit a{
 margin: 4px 0 8px 10px;
 text-decoration:none;
 padding:0;
 border-bottom:0; background:#fff;  color: #105cb6;	
}

#mnurit a:hover{ border-bottom: 1px dashed #A75644; background:#fff; color: #883225; }

.PeachText
{
	color: #A75644;
}
.headerRow{
	color: #000;
	background: #fff;
	margin: 0px 0 2px 5px;
	padding: 0;
	font: bold 100%  Verdana, Arial, Helvetica, sans-serif;
}

.titleBlack{
	color: #000;
	background: #fff;
	margin: 20px 0 2px 5px;
	padding: 0;
	font: italic small-caps bold 120% georgia,'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

.titleBigBlack{
	color: #000;
	background: #fff;
	margin: 5px 0 2px 5px;
	padding: 0;
	font: small-caps bold 150% georgia,'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
        line-height:90%;
}
#cnt{
 float:left;
 width:100%;
 margin:20px auto 20px auto;
 padding: 0;
 background:#fff;
 color:#000;
 line-height:1.2em;
}
#mainbox, #mapbox, #mainbox2 {
 float:left;
 width:75%;
 color: #000;
 background: #fff;
 margin: 0;
 padding: 0 0 36px;
 font: 100% Verdana, Arial, Helvetica, sans-serif; border-right: 1px dashed #baa97f;
}

#mainbox p, #mapbox p{ padding: 2px 8px 6px 34px;  margin: 0; line-height:1.6em;}

#mainbox ul{
	list-style: disc;
	padding: 0;
	margin: 4px 10px 10px 0;
}

#mainbox li{
	background: #fff;
	color: #000;
	padding: 0;
	
	list-style-position: inside;
	margin: 4px 10px 20px 36px;
	text-align: justify;
}
#mainbox ol{
	list-style-type: decimal;
	
}
#mainbox2 ol{
	list-style-type: decimal;
	list-style-position: inside;
}

#cnt ol{
	list-style-type: decimal;
	
}
#mainbox2 li {
	list-style-type: decimal;
	margin: 4px 10px 20px 0px;
	text-align: justify;
}
#docs ul{
  list-style:none;
  padding: 0;
   margin: 10px 0 0 0;
}

#docs li{
  color: #000;
  list-style:none;
  padding: 0; 
  margin: 14px 0 8px 15px;
}

#docs a{
 text-decoration:none;
 padding: 0;
 border-bottom:0; color: #105cb6;	
 line-height: 105%;
}

#docs a:hover{ border-bottom: 1px dashed #A75644; background:#fff; color: #883225; }

/* MEETING LIST STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.oaimage {
  background-image: url(images/i.gif) ;
}

.oatoptable {
  width: 100%;
  text-align: right;
  background-color: #f8bb505;
  border-width: 0px;  
  padding: 0px;  
}
  
.oatopheadlabel {
  font-weight: bold;	
  text-align: right;
}

.oatopheaddata {
  padding-left: 3px;
  text-align: left;	
}


.oashowmapbut {
  height:28;
  width:200;
}

.oashowmapdiv {
  text-align: center;
  width: 100%;
}

.oathanks {
  font-weight: normal;
height: 50px;	
 }

.oahead {
  font-weight: bold;	
  text-align: left;	
  color: #000000;
}


.oaheadrow {
  font-weight: normal;	
  text-align: left;	
  font-style: normal;
  margin-top: 1px;
 
}


.oaheadcity {
  width: 20%;
padding-left:25px;
}

.oaheadstate {
  width: 5%;
}

.oaheadcountry {
  width: 8%;
}

.oaheadday {
  width: 8%;
 
}

.oaheadtime {
  width: 10%;
}

.oaheadplace {
  width: 30%;
}

.oarow {
  font-weight: normal;	
  text-align: left;	
  font-style: normal;
  margin-top: 1px;
}

.oadayhead {
  font-weight: bold;	
font-size: 18px; 
 line-height: 12px;
  font-style: normal;
  line-height: 16pt;
  color: #000;
} 

.oatable {
  width: 100%;
  border-spacing: 3pt;
  margin-bottom: 5px;
  padding: 3px; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

  
.oamapdiv {
  overflow: hidden; 
  height: auto;
  width: 100%;
  text-align: center;
}

.oameettable {
  width: 100%;
  border-spacing: 3pt;
  padding: 3px;  
  color: #000000;
}
  


.oameetmapdiv { 
  height:auto;
}


 
.oaurlbutton {
  height:24;
  width:200
}


.oaigbutton {
  height:24;
  width:200
}

.oamapbutton {
  height:24;
  width:200
}
/* ------------------[ additions ]-------------- */
.oaplace  {
padding-left:5px;

}


.oatime  {
padding-left:5px;
}

