/*

Theme Name: PR Properties Group
Description: Theme for PR Properties Group
Author: David Villatoro

*/

#banner { background: url(images/banner.jpg); width: 820px; height: 250px; overflow: hidden; }
#banner img { width: 820px; height: 250px; }
/*--- Layout ---*/
.alignleft { float: left; padding: 0 9px 9px 0; }
.alignright { float: right; padding: 0 0 9px 9px; }

.feedburner .input { border: 0; background: #333333; color: white; padding: 4px; }
.feedburner .submit { border: 0; background: #763017; color: white; padding: 2px; }

p { text-align: justify; }
html, body, h1, h2, h3, h4, h5, h6, p, div {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#left-column {
	width: 180px;
	float: left;
}

#right-column {
	width: 820px;
	float: right;
}	

#menu {
	padding-left: 4px;
}

#main-content {
	padding: 20px 30px;
}

#footer-container{
	width: 100%;	
}

#footer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
}

#sponsors {
	width: 280px;
	float: left;
}

#footer-links {
	width: 480px;
	float: left;
}

#design {
	width: 240px;
	float: right;
}

.index-div-L {
	width: 365px;
	float: left;
}

.index-div-R {
	width: 365px;
	float: right;
}

.clear {
	clear: both;
}

/*--- Text and Links --*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}


a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

p {
	padding: 10px 0;
	font-size: 12px;
	color: #FFF;
}

#main-content h1 {
	font-size: 24px;
	color: #FFF;
	padding-bottom: 5px;
}

#main-content h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid #999 thin;
	color: #a04c28;
	font-size: 20px;
}

#main-content .blog-title a {
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #a04c28;
	font-size: 20px;	
}

#main-content .blog-title a:hover {
	text-decoration: none;	
}

h2.newsletter-bullet {
	padding: 10px 0 10px 25px;
	background: url(images/mailbox-icon.jpg) 0 .7em no-repeat;
	border-bottom: single #999 thin;
	color: #a04c28;
	font-size: 20px;
}

#main-content h3 {
	padding: 10px 0 5px 25px;
	font-size: 16px;
	color: #FFF;
	background: url(images/heading-bullet.jpg) 0 .7em no-repeat;	
}

#main-content h3.post a:hover {
	text-decoration: underline;	
}

.postmetadata {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.navigation a{
	font-size: 12px;
	color: #FFF;
}

.navigation a:hover {
	text-decoration: none;	
}

#footer {
	font-size: 12px;
	color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*--- Backgrounds and Images ---*/

a img {
	border: none;	
}

body {
	background: url(images/page-bg.jpg) repeat-x top left;
}

#sidebar {
	background: url(images/sidebar-bg.jpg) repeat-y top left;	
	height: 875px;
}

#footer-container {
	background: url(images/footer-bg.jpg) repeat-x top left;
	height: 105px;
}

/*--- Borders and Lists ---*/

#sb-list {
	list-style: none;
	margin-left: 25px;
	margin-top: 0;
	padding: 0;
}

#sb-list li a{
	display: block;
	padding: 10px 0;
	border-top: #111 thin solid;
	border-bottom: #111 thin solid;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}

#sb-list li a:hover {
	text-decoration: underline;
}

#sb-list li {
	position: relative;
}

#sb-list li ul {
	display: none;
}

#sb-list li:hover ul {
	list-style: none;
	display: block;
	position: absolute;
	margin: 0;
	padding: 5px 5px 5px 25px;
	width: 150px;
	top: 0;
	right: -180px;
	background: #000 url(images/sidebar-bg.jpg) repeat-y;
}

