/*
Theme Name: HOA Care LLC
Theme URI: 
Description: Custom theme for HOA Care LLC based on Compromise theme by freewordpressthemes.com.
Version: 1.0
Author: Fabian Gonzalez
Author URI: http://www.fabiangonzalez.com/
*/


body {
	margin: 0px;
	background: url(images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

a {
	text-decoration: none;
}

/* ********** Header ********** */

#header {
	width: 900px;
	height: 100px;
	margin: 0 auto 0;
	background: url(images/header01.jpg) no-repeat left top;
}

#logo {
	display: none;
}	

/* ********** Search ********** */

#search {
	display: none;
}

/* ********** Menu ********** */

#menu {
	width: 900px;
	height: 36px;
	background: url(images/img03.jpg) no-repeat left top;
	margin: 0 auto 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 5px 20px 9px 20px;
	margin: 0 5px 0 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #FF7900;
	text-decoration: none;
}

#menu .current_page_item {
	background: #FF7900;
}

/* ********** Wrapper ********** */

#wrapper {
	width: 900px;
	margin: 0 auto 0;
	background: url(images/img02.jpg) repeat-y left top;
}

/* ********** Page ********** */

#page {
	text-align: justify;
	width: 900px;
	margin: 0 auto 0;
	padding-top: 20px;
}

#page img {
 	padding: 1px;
	border:1px solid #444444;
}

#page a {
	border-bottom: 1px dotted #CC0001;
	color: #FB7600;
}

#page a:hover {
	background: none;
}

#page h1, #page h2, #page h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

#page h1 {
	font-size: 2em;
}

#page h2 {
	font-size: 2em;
}

#page h3 {
	font-size: 1.6em;
}

#page p, #page ul, #page ol {
	line-height: 180%;
}


/* ********** Content ********** */

#content {
	width: 840px;
	padding: 0 30px 0;
}

#wp-enclosure {
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 6px 0px 0px 30px;
	margin-bottom: 10px;
}

#wp-enclosure img {
 	padding: 1px;
	border: 1px solid #000000;
}

#wp-enclosure .wp-caption-text {
	padding-top: 2px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.post .title {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 4px solid #F57601;
	color: #000000;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ********** Sidebar ********** */

#sidebar {
	display: none;
	float: right;
	width: 256px;
	padding-right: 30px;
}

#sidebar h2 {
	display: none;
	padding-left: 10px;
	border-left: 4px solid #F57601;
}

/* ********** Footer ********** */

#footer {
	width: 900px;
	height: 14px;
	margin: 0 auto 0;
	padding: 12px 0 10px 0;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

hr {
	display: none;
}