/*  
Theme Name: CARREIA
Theme URI: http://carreia.com/
Description: Created for the central Arkansas Real Estate Investors Association.
Version: 0.1
Author: Geoffrey Lessel
Author URI: http://hydromint.com/

	CARREIA 0.1
	 http://hydromint.com/

	Designed and coded by Geoffrey Lessel (http://hydromint.com)

*/

* {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 18px;
	line-height: 18px;
}

p.textads {
	/* because google's text-link format is 15px high */
	margin-bottom: 21px;
}

body {
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

#head {
	text-align: left;
	border-bottom: 2px solid;
}

#head h1 {
	font-family: "Georgia", Georgia, serif;
	font-size: 24px;
	line-height: 36px;
	margin-top: 16px;
}

#nav {
	width: 100%;
	color: #669900;
	height: 36px;
	font-family: "Verdana", verdana, "Arial", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
	margin: 0 32px 0 0;
	line-height: 18px;
}

#content_wrapper {
	clear: both;
}

#content {
	width: 850px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 18px;
}

#content h1 {
	font-size: 24px;
	line-height: 36px;
	font-family: "Georgia", Georgia, serif;
	font-style: italic;
	color: #990033;
}

#content .post h1 a {
	color: #990033;
}

#content #main {
	float: left;
	width: 641px;
	padding-right: 9px;
	border-right: 1px solid #aaa;
}

#content .post {
	float: left;
	border-bottom: 1px solid #dedede;
}

#content .post_content {
	float: left;
	width: 491px;
	padding-right: 9px;
	font-family: "Verdana", verdana, sans-serif;
	font-size: 12px;
}

#content .full {
	width: 614px;
}

#content .post_meta {
	float: right;
	width: 123px;
	margin-top: 9px;
	padding: 9px;
	color: #777;
	font-size: 12px;
	background-color: #eee;
}

#comments {
	width: 641px;
	font-family: "Verdana", verdana, sans-serif;
	font-size: 12px;
	float: left;
	margin-top: 18px;
	border-top: 1px dotted #aaa;
}

#comments li {
	float: left;
	clear: both;
	border-bottom: 1px dotted #aaa;
}

#comments li.alt {
	background-color: #ddd;
}

#comments .post_meta {
	margin-top: 0;
	padding-top: 0;
	float: left;
	font-size: 10px;
	background: none;
}

#comments .post_content {
	float: right;
}

#content #sidebar {
	width: 190px;
	float: right;
	font-size: 12px;
	color: #444;
}

h2 { 
  font-size: 18px; 
  line-height: 18px; 
}

h2.pagetitle {
	border-bottom: 1px solid;
}

h3 { 
  font-size: 12px; 
  line-height: 18px; 
}

#content ul, #content ol { 
	margin-bottom: 18px; 
}

.post_content ul, .post_content ol {
	margin-left: 50px;
}

li {
	line-height: 18px;
}

#sidebar h2 {
	padding: 9px 9px 8px 9px;
	margin-left: -9px;
	border-bottom: 1px solid #aaa;
}

#sidebar li {
	list-style-type: none;
	font-size: 12px;
}

#sidebar input.first {
	margin: 9px 0 9px 0;
}

#sidebar input#sbb {
	line-height: 18px;
	margin: 8px 0 7px 0;
}

#sidebar form {
	margin-bottom: 18px;
}

#footer {
	clear: both;
	height: 90px;
	background-color: #999;
	text-align: center;
	padding-top: 90px;
}

#footer p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
}

a, a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}