/*
Theme Name: Sam
Theme URI: http://samabood.com
Description: Child Theme for AgentPress
Author: North x North Interactive
Author URI: http://nxnweb.com
Template: agentpress_1.02
Version: 0.1
*/
 
@import url("../agentpress_1.02/style.css");

body {
	font-size: 16px;

}

/***** Header ********************/

#header {
	background: url(images/header.jpg);
	width: 960px;
	height: 300px;
	padding: 0;
	overflow: hidden;
	}
#header #imageheader {
	width: 570px;
	height: 115px;
	text-indent: -10000px;
	background: url(images/logo.jpg) left top no-repeat;
	}
#header h1, #header h1 a, #header h1 a:visited, #header h4, #header h4 a, #header h4 a:visited {	color: #072C53;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	}
.headerleft p {
color:#072C53;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-size:18px;
font-style:italic;
line-height:20px;
margin:0;
padding:0;}

.headerright p {
	display: none;
}
/* Main */
#homepage h3 {
	text-transform: uppercase;
	font-size: 18px;
}

#hpmain {
background:#f4f4f4 none repeat scroll 0 0;
height:100%;
margin:0px auto 0px;
overflow:hidden;
padding:;
width:100%;}

#hpmain p{
	margin: 0px auto 0px;
}
.hpmainleft{
	padding-top: 20px;
	padding-left: 10px;
	width: 645px;
}

.hpmainleft p{
	
line-height: 23px;
font-weight: normal;
padding: 0;
font-size: 16px;
}

.hpmainright p, #property-search{
	color:#072C53;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 10px;
	line-height: 22px;
}

.hpmainrightsearch {
	height: 100%;
}
.hpmainleftbottom p{
	text-align: center;
}
.tops{
	text-transform: uppercase;
}

/* List styles */

.postarea ul li {
	list-style-type:disc;
	margin:0 0 0 20px;
	padding:6px 0 0;
}

/* Content */
#contentleft h1, #contentfull h1{
	font-size: 24px;
	margin: 0 0 15px;
}
#contentleft h1, #contentfull h1, #content h3, #contentfull h3 {
	text-transform: uppercase;
	}
	
#content {
	line-height: 22px;
}

/* Sidebar */

#sidebar h4, #sidebar_left h4, #sidebar_right h4 {
	font-size: 18px;
	text-transform: uppercase;
	padding:5px 0 10px 0;	
	}

/* Navigation */

#nav li a, #nav li a:link, #nav li a:visited {
	text-transform: uppercase;
	}

/* lightbox */
#lightbox-caption-title {
	display: none;
}

/* virtual tour button */
div.more-btn a, div.more-btn a:visited{
	color: #fff;
	background-color: #072c53;
	padding: 5px 14px;
	margin-bottom: 5px;
	text-decoration: none;
	border: 1px solid #2f4e6e;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}
div.more-btn a:hover{
	color: #fff;
	background-color: #2f4e63;
	padding: 5px 14px;
	margin-bottom: 5px;
	text-decoration: none;
	border: 1px solid #2f4e6e;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}
div.more-btn{
	margin-bottom: 10px;
	margin-left: 186px;
}

/*footer*/
#footer {
background:url("images/footer.png") repeat scroll 0 0 transparent;
height:148px;
line-height:20px;
margin:0 auto;
padding:0;
width:960px;
}

	

