/*
Theme Name: Redside Partners
Theme URI: http://www.redsidepartners.com
Description: Foundry Interactive migrated design for Redside Partners, Inc.
Version: 1.0
Author: Michael Susz
Author URI: http://squaredesign.com/

	this is a port of the existing design at www.redsidepartners.com to WordPress

*/

.alignleft {float:left;}

img.alignleft {
	margin-right:1.5em;
	margin-bottom:1.5em;
}

div { display: inline-block; }
div { display: block; }

a{
	color: inherit;
	text-decoration: none;
}
a img{
	border: 0;
}
body{
	background-color: #978981;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	line-height:1.2;
}

p {
	margin:0 0 1.5em;
}

p.nolead {margin-bottom:0.1em;}

#page-index .col-content p {
	margin-bottom:0.2em;
}

#page-properties, #page-services, #page-resources, #page-index, #page-rental-inquiry{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
} 

h1, h1 a {font-size:14px;}

h1 {
	font-weight:bold;
	margin-bottom:1em;
}

.home h1 {font-weight:normal;}

h2,
#main-content h1 {
	margin-top:8px;
	font-weight: normal;
	font-weight: bold;
	font-size: 13px;
}
h3{
	font-weight: bold;
	font-size: 12px;
}
h4{
	font-weight: bold;
	font-size: 13px;
}
h5{
	font-weight: bold;
	font-size: 12px;
}

#page-properties h2, #page-properties h3 {
	color: #891D2A;
}
#page-services h2, #page-services h3,
#page-services h2 a, #page-services h3 a,
#page-services #main-content li a {
	color: #70712F;
}

#page-resources h2, #page-resources h3,
#page-resources h2 a, #page-resources h3 a {
	color:#BE5227;
}

hr{
	margin: 15px 0;
}

ul
{
	list-style-image: url(images/listsymbol.jpg);
	list-style-type: circle;
}

#wrapper{
	width: 768px;
	height: 485px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 15px 16px 0 16px;
	background-color: white;
}

#header{
	margin-bottom: 4px;
}
#page-properties #header, #page-rental-inquiry #header{
	background:url(images/properties-header.jpg) no-repeat right;
}
#page-services #header{
	background:url(images/services-header.jpg) no-repeat right;
}
#page-resources #header{
	background:url(images/resources-header.jpg) no-repeat right;
}

/* BOTTOM NAV STYLES */
#bot-nav ul {
	display:inline;
	list-style-type:none;
	list-style-image:none;
}
#bot-nav li{
	color: black;
	display:inline;
	margin-right: 17px;
}

#bot-nav a,
.contact-us #page-resources #bot-nav .current_page_ancestor a,
.about-us #page-resources #bot-nav .current_page_ancestor a {
	color: black;
}
#page-properties #bot-nav .current_page_item a, 
#page-rental-inquiry #bot-nav .current_page_item a,
#page-properties #bot-nav .current_page_ancestor a, 
#page-rental-inquiry #bot-nav .current_page_ancestor a {
	color: #891d2a;
}
#page-resources #bot-nav .current_page_item a,
#page-resources #bot-nav .current_page_ancestor a {
	color: #be5227;
}
#page-services #bot-nav .current_page_item a,
#page-services #bot-nav .current_page_ancestor a {
	color: #70712f;
}

.left{
	float: left;
}

.right{
	float: right;
}

.highlight{
	color: #891d2a;
}

.clear{
	height: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

#col-wrapper{
	margin-bottom: 10px;
}

.tri-col{
	float:left;
	width: 251px;
	margin-left: 5px;
}

.tri-col:first-child{
	margin: 0;
}

.tri-col h1{
	margin-bottom: 20px;
}

.tri-col .col-content{
	height: 332px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 15px;
}

.tri-col .col-content a:hover{
	color: white;
}

.tri-col .col-head{
	height: 19px;
	margin-bottom: 5px;
	padding-left: 25px;
	padding-top: 4px;
}

#properties .col-head{
	background: url(images/properties.jpg) no-repeat top;
}
#services .col-head{
	background: url(images/services.jpg) no-repeat top;
}
#resources .col-head{
	background: url(images/resources.jpg) no-repeat top;
}

#properties .col-content{
	background: url(images/properties-bg.jpg) no-repeat bottom;
}
#services .col-content{
	background: url(images/services-bg.jpg) no-repeat bottom;
}
#resources .col-content{
	background: url(images/resources-bg.jpg) no-repeat bottom;
}

#properties a{
	color: #dcbcc0;
}
#services a{
	color: #d4d5c1;
}
#resources a{
	color: #e6bbab;
}
#properties a:hover, #services a:hover, #resources a:hover{
	color: white;
}




/* TOP NAV STYLES */
#page-properties #top-nav, #page-rental-inquiry #top-nav{
	background: #891D2A url(images/properties-nav.jpg) no-repeat top left;
	color: #d1a6ab;
}
#page-properties #top-nav a, #page-rental-inquiry #top-nav a{
	color: #d1a6ab;
}
#page-properties #top-nav a:hover, #page-services #top-nav a:hover, #page-resources #top-nav a:hover, #page-rental-inquiry #top-nav a:hover{
	color: white;
}
#page-services #top-nav{
	background: #70712F url(images/services-nav.jpg) no-repeat top left;
	color: #d4d5c1;
}
#page-services #top-nav a{
	color: #d4d5c1;
}
#page-resources #top-nav{
	background: #BE5327 url(images/resources-nav.jpg) no-repeat top left;
	color: #eccbbf;
}
#page-resources #top-nav a{
	color: #eccbbf;
}


#top-nav{
	height: 23px;
	padding-left: 25px;
	margin-bottom: 5px;
}
#top-nav .current_page_item, #top-nav .current_page_item a, #top-nav strong,
#top-nav .current_page_ancestor, #top-nav .current_page_ancestor a {
	color: white !important;
}
#top-nav ul {
	display:inline;
	height:23px;
	list-style-image:none;
	list-style-type:none;
}
#top-nav li {
	display:inline;
	line-height: 23px;
	margin-right: 16px;

}

#top-nav li strong {float:left;}
#top-nav li strong , #page-services #top-nav li{
	margin-right: 12px;
}
#top-nav a:hover{
	color: white;
}

/*SUB NAV STYLES*/
#sub-nav{
	background-color: #f1eeec;
	height: 31px;
	margin-bottom: 5px;
}

#sub-nav li{
	display:inline;
	line-height: 31px;
	color: black;
	float: left;
	font-size: 11px;
	margin-left: 12px;
}
#sub-nav li:first-child{
	margin-left: 25px;
}
#sub-nav .current_page_item a,
#sub-nav .current_page_ancestor a {
	color: #891d2a;
}
#sub-nav a{
	color: black;
}

/*MAIN CONTENT STYLES*/
#main-content{
	background-color: #f1eeec;
	color: black;
	margin-bottom: 12px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow-y: auto;
	line-height:1.3;
	height: 287px;
}

#main-content h2,
#main-content h1 {
	margin-bottom:1em;
}

#main-content .listing h2,
#main-content .listing h1,
.contact-us #main-content h2,
.contact-us #main-content h1,
.useful-links-utilities #main-content h2,
.useful-links-utilities #main-content h1,
.maintenance-requests #main-content h2,
.maintenance-requests #main-content h1 {
	margin-bottom:0.2em;
}

#main-content p a{
	color: #be5227;
}
#page-properties #main-content a, #page-rental-inquiry #main-content a{
	color: #891D2A;
}
#page-services #main-content p a{
	color: #70712F
}
#page-rental-inquiry #main-content, #page-services #main-content, #page-resources #main-content{
	height: 323px;
}

/* PAGE ROLLUP */
#main-content ul {
	margin-left:30px;
	margin-bottom:1em;
}

#main-content ul li a {
	font-weight:bold;
}

#main-content ul li ul li a {
	font-weight:normal;
}

/* LISTING STYLES */
#main-content .listing .left{
	float: left;
	width: 232px;
}
#main-content .listing img{
	margin-bottom: 13px;
}
#page-properties #main-content .listing .left a, #page-rental-inquiry #main-content  .listing .left a{
	color: black
}
#main-content .listing .left p{
	font-size: 9px;
	float: left;
	margin-right: 15px;
}
#main-content .listing .right{
	float: right;
	width: 470px;
}


/*FORM STYLES*/
.cform{
	margin-bottom: 8px;
	width: 405px;
}
.cform label, .cform p{
	width: 143px;
	display: block;
/*	float: left;*/
}
.cform input{
	width: 250px;
/*	float: right;*/
}
.cform select{
	width: 254px;
/*	float: right;*/
}
.cform input#submit{
/*	float: right;*/
	width: auto;
}
.cform textarea{
	height: 80px;
	width: 250px;
/*	float: right;*/
}

fieldset{
	border: 0;
}