/*
Theme Name: St. George Village Botanical Garden
Theme URI: http://sgvbg.org
Description: A Custom Wordpress theme
Author: Christina Lannen, Lannen Designs
Author URI: http://lannendesigns.com

*/

/* 
font sizes (approx.):
1.5em = 18pt
1.2em = 14pt
1em = 12pt
0.8em = 10pt
0.75em = 9pt
0.7em = 8pt

*/


/* basics */

*{margin:0; padding:0;z-index: 0;}
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */

body {
	background: #A89B4D;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;

	font-size: 10pt;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}
	
h1 {font-size: 20pt;}
h2 {font-size: 16pt;}
h3 {font-size: 12pt;}
h4 {font-size: 9pt;}

h1, h2, h3, h4 {font-family: Georgia, "Times Roman", Times, serif;}

h1, h2, h3 {font-weight: lighter;}

/* images and misc. */

img{ border: none;}
img a{border:none;}

/* WP image handling */
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
	}


blockquote{
	border-left:1px none #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#000;
	text-decoration:underline;
	border: none;
	}

a:hover{color:#29450A;text-decoration: nonee; border: none;}



/* container */


#container {
	width: 994px;
	margin: 0 auto;
	background:#fff;
	color:#000;

	}
	
/* header */

#header {
	background: #fff;
    width: 100%; 

	height: 194px;
	}

#rightheader h1{
font-size: 38pt;
margin: 0;
	padding: 30px 30px 0 0;	
letter-spacing: 1px;
float: right;
	/*font-family: "Palatino Linotype", Georgia, Times, serif;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	*/
	}
	
#header h1 a{color: #30450A; text-decoration: none;}
#header h1 a:hover{color: #30450A; text-decoration: none;}


#header h2{
	/*font-family: "Palatino Linotype", Georgia, Times, serif;
	font-size: 0.8em;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	*/
	}

	#leftheader {float: left;
	width: 520px;}
	
	#rightheader {width: 470px; float: right;}
	
#gardenquote {color: #fff; height: 27px; background-color: #2C441C; width: 100%;}
#gardenquote p {line-height: 27px;margin-left: 20px;}

/* content */


#content {
	float: left;
	width: 55%;
	overflow: hidden;
	}

.post {
	margin: 0 10px;
	padding:15px 20px 15px 15px;
	line-height: 14pt;
	}
	
.post h2{
margin-top:10px;
color: #EA7823;
	}
	
.post h2 a{
color: #EA7823;
	text-decoration: none;
	}
	
.post h2 a:hover{
color: #EA7823;
	text-decoration: none;
	}
	
.post h3 a {color: #EA7823;}

.post h3 a:hover {color: #EA7823;
	text-decoration: none;}

.post p{margin:12px 0;}

.post a{text-decoration:underline;}

.post ul {margin-left: 25px;margin-bottom: 10px;}
.post ol {margin-left: 28px;margin-bottom: 10px;}
.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;
	}
	

.navigation {
	margin:  0;
	padding:2px;

	float:left;

	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}


/* left sidebar */

#left {

	width: 240px;
	float:right;
	margin: 12px 0 24px 0;
	padding: 0;

	}

#left h2{

	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#left h1#join {font-size: 22pt; color: #EA7823;}
#left h3 {color: #C01F25;font-size: 12pt;} 
#left p {margin:0; padding: 0 6px 5px 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}
	



#left ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{

	width: 180px;
	float:left;
	margin: 12px 0 24px 0;
	padding: 0;

	}

#right h2{

	margin: 0;
	padding: 0;
}

#right p {margin:0; padding: 0 6px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	line-height: 20pt;
	list-style-image: url(images/triangle.gif);
	list-style-type: circle;
	        margin: 0px 0px 0px 20px;
	}
#right ul li a {
text-decoration: none;
	display: block;
	border-bottom: 1px dashed #000;
	}
	
/*#right ul li.page_folder a {border-bottom: 1px none #000;}
#right ul li.page_folder ul li {border-bottom: 1px none #000;}*/

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	/*padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;*/
}

/* page fold */
#right ul li.current_page_ancestor a {border-bottom:none !important;}
#right ul li.current_page_ancestor ul{margin-left: -5px;}
#right ul li.current_page_ancestor ul li.page_item {list-style-type: circle; list-style-image: url(images/orange-triangle.gif); margin-left:5px; line-height:14pt;}


#right ul li.current_page_item.page_folder a {border-bottom:none !important; line-height:14pt;}

#right ul li.current_page_item ul {margin-left: -5px;}
#right ul li.current_page_item ul li.page_item {list-style-type: circle; list-style-image: url(images/orange-triangle.gif); margin-left:5px;}




h2#garden, h2#museum, h2#library {color: #C02026; margin: 0 0 0 6px;}
 h2#nursery, h2#museum-store {color: #EA5824; margin: 0 0 0 6px;}

/* standard comments aka legacy */

#comments-wrap {		float:left;

overflow:hidden;}
#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;

	}
	
#commentssection h3{
	font-family: Georgia, Times, serif;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	/*background: #F7F7F7;  #F0F0F0;*/
	margin: 12px 12px 20px 12px;
	padding:20px;

	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: Georgia, Times, serif;

	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;

	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */
#searchit {float: right;
padding: 0;
margin: 10px 40px 0 0;
height:30px;
width: 200px;
}

#searchform{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;

	}

#searchform input#s{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	padding: 2px;
	margin: 2px;
overflow:hidden;


	}

input.txt {
	border:1px solid silver;
	padding:6px;
	margin:0;
position:relative;
top: -7px;
	
}
#searchform input#searchsubmit{
	/*font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;*/
	}

/* footer */

#footer {
	background: fff4;
	clear: both;
	width: 100%;
	margin-top:15px;

	font-size: 8pt;
	}
	
#footer p{padding:6px 6px 6px 20px;margin: 0; color: #000;}
#footer a{color: #000;text-decoration: underline;}
#footer a:hover{color: #000;text-decoration: nonee;}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* 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;
}

.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;
}
/* End captions */

/* THREADED COMMENTS */
.alt {margin: 0;padding: 10px;}
#comments ol {list-style-type: none;line-height: 18px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 10px;padding-left: 5px;}
#comments ul li {list-style-type: none;list-style-image: none;list-style-position: outside;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 5px;padding-top: 5px;padding-right: 0px;padding-bottom: 0px;padding-left: 0pt;}
.commentlist {padding: 0;text-align: justify;}
.commentlist li {margin: 15px 0 10px;padding: 5px 5px 10px 5px;list-style: none;}
.commentlist li ul li { margin-right: -5px;margin-left: 10px;list-style: none;}
.commentlist li li {background:none;border:none;list-style:none;margin:3px 0 3px 20px;padding:3px 0;}
.commentlist li .avatar {border:1px solid #ccc;margin:15px 8px 6px 0;float: right;padding:2px;width:45px;height:45px;}
.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; margin: 10px 5px 10px 0;}
#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentmetadata {font-weight: normal; margin: 0;display: block; color: #ca5433;}
.commentmetadata a, .commentmetadata a:visited {color: #fa7703;}
.commentmetadata a:hover{ color: #333333;}
.children { padding: 0; }
.thread-alt {background-color: #f8f8f8;}
.thread-even {background-color: white;}
.depth-1 {border: 1px solid #ddd;}
.even, .alt {border-left: 1px solid #ddd;}



#eventsBox {width: 204px; margin: 0; padding: 0;}
#calendarContent {background-color: #CC0000; margin: 0; padding: 0;}

#calendarContent h2 {color: #fff; margin: 0 0 0 10px;}
#calendarContent a {color: #fff;}
#calendarContent p {margin: 0; padding: 0;}

ul li#no-events-in-list {color: #fff;}

ul#events-calendar-list li {list-style-type: none !important; color #fff;}

ul#events-calendar-list li a:link {color: #fff;}
ul#events-calendar-list li a:visited {color:#fff;}
ul#events-calendar-list li a:hover {color: #fff; text-decoration:underline; background-color: none; border: none;}

.ddsg-wrapper {margin-top: 10px;}
.ddsg-wrapper h2{display: none;}
