/*
Theme Name: Coconut Grove Theme
Description: Customized Website for Coconut Grove
Author: Webgarden
Author URI: http://www.webgarden.ca
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color:#96937a;/*brown*/
	background-color: #E9EAEB;
	background-image:url(images/bodyBG.gif);
	background-repeat:repeat-x;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	}
	
h1 {font-size: .8ems margin-top:10px;};
h2 {font-size: 1.0ems; margin-top:5px;}
h3 {font-size: .8ems margin-top:10px;}
h4 {font-size: 10px;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#dfecb3;/*yellow*/
	text-decoration:none;
	border: none;
	}

a:hover{
color:#84c812; /*green*/
text-decoration: underline; border: none;}



/* container */


#container {
	width: 800px;
	color:#333231;
	overflow: hidden;
	background-color:#2a2a29;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
/* header */

#header {
	width: 800px;
	color: #fff;
	height: 200px;
	background-image:url(images/phSlideHeader2.jpg);
	background-repeat: no-repeat;
	}

#header h1{
display:none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2ems;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

/* main menu */


#menu {

	display:none;
    background: #0B1224;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	width:760px; 
	height:25px;
	border-top: 1px solid #fff;
}


#menu ul {
	padding: 0;
	text-align: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	margin: 0;
	text-decoration: none;
	color: #7fc415;green
	padding-top: 25px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}



/* content */

/*#content {
	float: right;
	width: 72%;
	overflow: hidden;}*/

#content {
	float: right;
	width: 600px;
	overflow: hidden;
	}	

.post {
    width:600px;/*removes right green border*/
	background-color:#FFFCDD;
	color:ffffff;
	line-height: 14pt;
	border: 15px solid #84c812; /*green*/
	margin-top: 50px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height:350px;
	}

	
.post h1{font-family:"Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
	font-weight: 300;
	color:#9a9880;/*brown*/}	
	
.post h2{
	font-family: ;
	font-size: 15px;
	font-weight: bolder;
	color: #9a9880;/*brown*/
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
	text-transform: uppercase;
	}
.post h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 300;
	padding-top:20px;
	padding-left: 15px;
	text-transform: uppercase;
	color: #9a9880;/*brown*/
}	

.post h4{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	font-weight: 300;
	padding-left: 15px;
	color: #6DAF16; /*green*/
}	
	
.post h2 a{
	color: #6DAF16; /*green*/
	padding-left: 15px;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #ffffff;
	text-decoration: none;
	}
	
.post p{
color:#96937a;/*brown*/
font-size: 12px;
padding-right:60px; /*prevents text from falling off the page*/
padding-left:15px}

.post a{
color:#6daf16;
text-decoration:underline;}

.post ul {
	margin-left: 5px;
	font-size: 12px;
	padding-left: 1em;
	padding-top:5px;
	text-indent: -1em;
	list-style-position: inside;
	list-style-image: &#187;
	list-style-image: url(images/listBullet.jpg);
	}


.post li {
	color: #6DAF16; /*green*/
	/*list-style-type: none;*/
	padding-left:15px;
	/*font-size: 12px;
	list-style-image: url(images/listBullet.jpg);
	line-height: normal;
	display: block;*/
}

.post ul li a{
color: #6DAF16; /*green*/}


.entry p{
margin:12px 0;
color:958f89;}



.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;
	}
	

.navigation {
	margin: 35px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
.alignleft {
float:left;}

.alignright {
float:right;}

#contactUpper{
width:600px;
padding-top:15px;
padding-left:15px;
color:#9a9880;}


#address{
width:300px;
border-right:dotted thin #96937a;
float:left;
padding-left:15px;
color:#9a9880;}

#phone{
width:230px;
height:120px;
float:right;
padding-left:15px;
color:#9a9880;}




.pagetitle {}

/* sidebar */

#sideNav{
margin-top:100px;/*displays side navigation lower than first element inside content box*/}

#sidebar {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	width: 200px;
	float:left;
	margin: 0px 0 24px 0;
	padding: 0;
	border-right: none;
	background-image: url(images/sliceHeader_02_02.jpg);
	background-repeat: no-repeat;
	}

#sidebar h2{
dispaly:none;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-weight: normal; 
	font-size: .8ems; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	padding-left: 0px;
	line-height: 2.2em;
	list-style-image: url(images/navButtonFlower.gif);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	list-style-position: inside;
	background-repeat: no-repeat;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #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: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	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: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	margin:5px 5px 0 0;
	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: #E5E5E5;}
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: "Trebuchet MS", Verdana, sans-serif;
	font-size: .1.0pems;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

#searchform input#s{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #333231;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	}
	
#footer p{padding:6px;margin: 0; color: #403e3d;}
#footer a{color: #3c3c3c;text-decoration: none;}
#footer a:hover{color: #80b903;text-decoration: underline;}

/*post-7 is the home page*/
#post-7 h2 {display:none;}/*remove Home Page Name*/
#post-7{
border:none;
	padding:none;
	background-color: #2a2a29;
	margin-top:0px;
}



