/*
Theme Name: Crosswoods HOA
Theme URI: http://crosswoodshoa.com/
Description: 3-Column Theme
Author: Kammy Burleson, YNot Web
Author URI: http://ynotweb.com

*/



/* basics */

*{margin:0; padding:0;z-index: 0;}
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */

body {
	background: #268685;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
font-size: 10pt;
margin: 0;
padding: 0;
	}
	
h1 {font-size: 18pt;}
h2 {font-size:14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


/* 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 solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#000;
	text-decoration:underline;

	}

a:hover{color:#000;text-decoration: none; }



/* container */


#container {
	width: 922px;
	margin: 0 auto;
color: #000;
background-image: url(images/mainBG.gif);
background-repeat: repeat-y;
background-position: top left;
width: 922px;
margin: 0 auto;
	}
	
/* header */

#header {

    width: 100%; 
	height: 215px;
background-image: url(images/header.png);
border-bottom: 6px solid #268754;
	}


/* content */

#content {
	float: left;
	width: 55%;
	overflow: hidden;
	}

.post, .postsindex {
	margin: 10px 10px 0 20px;
	padding:10px;
	line-height: 14pt;
	}
	
.post h2, .postsindex h2{
font-size: 18pt;
font-weight: lighter;
color: #265786;
text-transform: uppercase;
padding-bottom:10px;
	}
	
.post h2 a{
color: #265786;
text-decoration: none;
	}
	
.post h2 a:hover{
color: #265786;
text-decoration: none;
	}
	
.post p {}

.post a:link, a:visited {color: #268685; text-decoration:underline;}
.postsindex ul, .postsindex ul ul, .postsindex ul li, .postsindex li {
	list-style-type: none;
}
.post ul, .post ol {margin-left: 25px;}

.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: 12px 0 20px 0;
	padding:2px;
	font-size:0.9em;
	float:left;
	width:98%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}

/* main menu */



/* left sidebar */

#left {

	width: 210px;
	float:left;
	margin: 12px 0 24px 0;
	padding: 0;

	}

#left h2{

	text-align: left;
	color: #4C8961;	
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: lighter;
}

#left h3 {	padding-top: 30px;}

#left h3 a {
	text-transform: uppercase;
	color: #4c8961;
	text-decoration: none;
	font-family: Georgia, Times, "New Times Roman", serif;
	font-size: 9pt;
	font-weight: lighter;
border:1px dotted #268685; padding:5px;

}
#left p {margin:0; padding: 0 6px 0 12px;}

#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: 24pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 6px 0 6px 0px;
	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;

}

#left a {font-size: 16pt;
color: #4C8961;
text-decoration: none;}

/* right sidebar */

#right{

	width: 200px;
	float:right;
	margin: 12px 4px 24px 0;
	padding: 0;

	}

#right h2{
	font-size: 11pt;
	color: #265786;	
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#right p {margin:0; padding: 0 6px 0 0px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:0px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;

}

#right a {text-decoration: none;}

/* standard comments aka legacy */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{

	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: Georgia, Times, serif;
	font-size: 0.8em;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	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: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{

	}

#searchform input#s{


	}

#searchform input#searchsubmit{


	}

/* footer */

#footer {

	clear: both;
	width: 922px;
	margin: 0 auto;
background-image: url(images/footerBG.gif);
background-repeat: repeat-y;
background-position: top left;
	}
	
#footer p {padding:6px;margin: 0; color: #000;}
#footer .copyright {float: left;}
#footer .credit {float: right;}
#footer a:link, a:visited {color: #000;text-decoration: underline}
#footer a:hover{color: #000;text-decoration: none;}



/* 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: 18pt;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;}

