/*
Theme Name: Ben Sells Utah
Theme URI: http://BenSellsUtah.com
Description: A theme designed specifically for Ben Eckenroed, Real Estate Agent.
Version: 1 (WP2.9.2)
Author: Ben Eckenroed
Author URI: http://elliotjaystocks.com
Tags: custom, bensellsutah, ben eckenroed
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	line-height: 1.5;
}
/*
	MISC
*/
.clear { clear: both; }

input[type=submit] {
	color: #504f50;
	background-color: #fffeff;
	padding: 2px;
	border: 1px solid #525252;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type=submit]:hover {
	background-color: #e8e8e8;
}
button {
	color: #504f50;
	background-color: #fffeff;
	padding: 2px;
	border: 1px solid #525252;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
button:hover {
	background-color: #e8e8e8;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.size-full { height: auto; width: auto; }
img.size-large {width:  450px; height: auto;}
img.size-medium {width: 250px; height: auto;}
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #7f9d58;
	margin-bottom: 8px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #7f9d58;
	margin-bottom: 8px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #7f9d58;
	margin-bottom: 8px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #7f9d58;
	margin-bottom: 8px;
}
p {
	margin-bottom: 10px;
}

/*
	STRUCTURE
*/
#page-wrap {
	background: url(style/images/top-bar-bg.jpg) repeat-x 0 top;
	margin: 0px auto -125px;
	min-height:  100%; height:  auto !important; height: 100%;
}
#push {
	height: 125px;
}
#nav-container {
	height: 240px;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#page-content {
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	min-height: 100%; height: auto;
}
#footer-container {
	min-height: 100px;
	background: #9fa4a8 url(style/images/footer-bg.png) repeat-x 0 top;
	margin: 25px 0 0;
	padding: 0;
	overflow: hidden;
	font-size: 11px;
}
#footer-content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#nav-header {
	background: url(style/images/bsu-header-sky.jpg) no-repeat center top;
	width: 100%;
	height: 43px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	float: left;
	width: 250px;
	margin-right: 10px;
	margin-top: 10px;
}
#bsu-page-content {
	float: right;
	width: 740px;
	margin-top: 10px;
}

/*
	HEADER SUB MENU
*/
#nav-header ul {
	float: right;
	list-style-type: none;
	margin-top: 12px;
	font-size: 14px;
}
#nav-header ul li {
	float: left;
	border-right: 1px dotted #fffeff;
	padding-right: 8px;
	padding-left: 8px;
}
#nav-header ul li.last {
	border-right-style: none;
	padding-right: 0;
}
#nav-header ul li a {
	color: #fff;
	text-decoration: none;
}
#nav-header ul li a:hover {
	text-decoration: underline;
}
#nav-contact-info {
	background-image: url(style/images/bsu-contact-block.png);
	width: 230px;
	height: 98px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 525px;
	clear: none;
	top: 15px;
}
#nav-people {
	background-image: url(style/images/bsu-header-people.png);
	width: 144px;
	height: 131px;
	margin: 0;
	padding: 0;
	clear: none;
	left: 845px;
	bottom: 97px;
}
#nav-sign {
	background-image: url(style/images/bsu-header-sign.png);
	width: 370px;
	height: 223px;
	margin: 0;
	padding: 0;
	clear: none;
	left: 0;
	bottom: 320px;
}
#nav-main-menu {
	width: 100%;
	height: 59px;
	z-index: 0;
	padding: 0;
	margin: 3px 0 0;
	clear: none;
}
#nav-main-menu ul {
	list-style-type: none;
	float: right;
	border-right: 1px solid #a4a9ad;
	border-left: 1px solid #797c80;
	margin: 0 -8px 0 0;
}
#nav-main-menu ul li {
	float: left;
}
.menu-item {
	height: 47px;
	vertical-align: middle;
	text-align: center;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 12px;
	border-left: 1px solid #a4a9ad;
	border-right: 1px solid #797c80;
}
.menu-item:hover {
	background: url(style/images/bsu-men-hover.png) repeat;
}
.menu-item a {
	color: #fffeff;
	text-decoration: none;
	font-weight: bold;
}
.menu-item a span.sub {
	color: #000;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

/*
	WELCOME PAGE
*/
#lp-welcome-container {
	width: 1000px;
	height: 246px;
	margin: 0;
	padding: 0;
	background: url(style/images/lp-blue-box.png) repeat-x;
}
#lp-welcome-container #welcome-left {
	float: left;
	height: 230px;
	margin: 0;
	padding: 16px 10px 0;
	width: 495px;
}
#lp-welcome-container #welcome-right {
	width: 485px;
	height: 246px;
	margin: 0;
	padding: 0;
	background-image: url(style/images/lp-welcome-graphic.jpg);
	float: right;
}
#welcome-left .lp-header1 {
	color: #fffeff;
	font-weight: bold;
	font-size: 24px;
	padding-left: 75px;
	letter-spacing: 1px;
	line-height: normal;
}
#welcome-left .lp-header2 {
	color: #fffeff;
	font-weight: bold;
	font-size: 24px;
	padding-left: 150px;
	letter-spacing: 1px;
		line-height: normal;
}
#welcome-left p {
	margin-top: 15px;
	margin-left: 10px;
	color: #000;
	font-size: 14px;
	line-height: normal;
}
#welcome-left a {
	color: #e1e2e2;
	text-decoration: none;
}
#welcome-left a:hover {
	text-decoration: underline;
}
#social-search-bar {
	height: auto;
		color: #464646;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(style/images/social-bar-bg.png) repeat-x;
	overflow: hidden;
}
#social-search-bar #bar-content {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#social-search-bar #social {
	width: 50%;
	overflow: hidden;
	float: left;
}
#social ul {
	list-style-type: none;
	width: auto;
	padding-top: 6px;
}
#social ul li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#social-search-bar #search-bar {
	float: right;
	height: auto;
	padding: 5px;
	clear: none;
}
form#searchform input#s {
	border: 1px solid #777;
	padding: 3px;
}
#lp-widgets-left {
	float: left;
	width: 495px;
	margin-top: 10px;
}
#lp-widgets-right {
	float: right;
	width: 495px;
	margin-top: 10px;
}
#green-widget-box {
	float: left;
	width: 242px;
}
#green-widget-box div.widgettitle {
	background: #7d9a46 url(style/images/lp-green-box-header.png) repeat-x 0 top;
	color: #fffeff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
#green-widget-box div.side-widget {
	width: auto;
	padding: 10px;
	background: #fff url(style/images/lp-green-gradient.png) repeat-x;
	line-height: 1.3;
}
#blue-widget-box {
	float: right;
	width: 242px;
}
#blue-widget-box div.widgettitle {
	background: #6683b3 url(style/images/lp-blue-box-header.png) repeat-x 0 top;
	color: #fffeff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
#blue-widget-box div.side-widget {
	width: auto;
	padding: 10px;
	background: #fff url(style/images/lp-blue-gradient.png) repeat-x;
	line-height: 1.3;

}
#green-widget-box div.side-widget ul li {
	margin-bottom: 12px;
}
#green-widget-box div.side-widget ul li a {
	color: #000;
}
#green-widget-box div.side-widget ul li a:hover {
	color: #4d4e4e;
	text-decoration: none;
}
p.wb-more-info {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}




/*
	SIDEBAR
*/
#sidebar div.widgettitle {
	width: 240px;
	padding: 8px 5px;
	background: #4c7eb3 url(style/images/lp-blue-box-header.png) repeat-x 0 top;
	text-transform: uppercase;
	color: #fffeff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#sidebar div.side-widget {
	width: 240px;
	padding: 5px;
	margin-bottom: 10px;
	background: #fff url(style/images/lp-blue-gradient.png) repeat-x 0 -75px;
}
#sidebar div.side-widget ul li {
	margin-bottom: 5px;
	background: url(style/images/arrow.png) no-repeat left 3px;
	padding-left: 20px;
}


#sidebar div.side-widget a {
	text-decoration: none;
	color: #484949;
}
#sidebar div.side-widget a:hover {
	text-decoration: underline;
}

/*
	FOOTER
*/
#footer-container a {
	text-decoration: none;
	color: #fff;
}
#footer-container a:hover {
	text-decoration: underline;
}
#footer-container p.sub-foot {
	text-align: center;
	font-size: 10px;
}
#foot-cont-left {
	float: left;
	width: 495px;
	margin-top: 10px;
}
#foot-cont-right {
	float: right;
	width: 495px;
	margin-top: 10px;
}
#footer-odd {
	float: left;
	width: 232px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer-odd div.widgettitle {
	font-weight: bold;
}
#footer-even {
	float: right;
	width: 232px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer-even div.widgettitle {
	font-weight: bold;
}
.datebox {
	float: left;
	min-width: 40px;
	color: #FFF;
	background: #68942c url(style/images/lp-green-box-header.png) repeat-x left top;
	text-align: center;
	width: auto;
	border: 1px solid #577e23;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 2px 10px 5px;
}
.day {
	font-size: 36px;
	font-weight: bold;
	margin: -10px 0;
}
.month {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -5px 0 0;
}
.year {
	font-size: 16px;
	font-weight: bold;
	margin: -5px 0 0;
}
div.blog-post h2 a {
	color: #4c7eb3;
	font: 30px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
div.blog-post {
	width: auto;
	padding: 10px;
	background-color: #f4f4f4;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
.art-nav {
	width: auto;
	padding: 5px;
	background-color: #e9e9e9;
	border: 1px solid #c6c6c6;
	margin-top: 10px;
	overflow: hidden;
	font-size: 12px;
}
.art-nav ul {
	width: 100%;
	list-style-type: none;
	float: left;
}

.art-nav ul li {
	float: left;
	margin-right: 15px;
}
p.post-meta {
		background-color: #e9e9e9;
	border: 1px solid #c6c6c6;
	width: auto;
	padding: 5px;
	font-size: 10px;
}
#fsrep-images {
	width: auto;
	height: auto;
	margin: 0;
	background-color: #f4f6f6;
	border: 1px solid #c1c1c1;
	padding: 10px 5px 0;
}
#fsrep-main-image img {
	border: 1px solid #545454;
}
#fsrep-add-image img {
	margin: 0 3px 8px;
	border: 1px solid #545454;
}
p.fsrep-price {
	background-color: #f4f6f6;
	border: 1px solid #c1c1c1;
	width: auto;
	padding: 5px;
}
p.fsrep-address {
	background-color: #f4f6f6;
	border: 1px solid #c1c1c1;
	width: auto;
	padding: 5px;
	font-size: 14px;
}

p.fsrep-description {
	width: auto;
	height: auto;
	margin: 0;
	background-color: #f4f6f6;
	border: 1px solid #c1c1c1;
	padding: 10px;
}
div.fsrep-additional {
	width: auto;
	height: auto;
	margin: 10px 0 0;
	background-color: #f4f6f6;
	border: 1px solid #c1c1c1;
	padding: 10px;
}
.gform_wrapper input[type=text] {
	border: 1px solid #404040;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}
.gform_wrapper .button {
	border: 1px solid #a1c871;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	background-color: #a1c871;
	color: #fff;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.gform_wrapper .button:hover {
	color: #5b5b5b;
	background-color: #e8e8e8;
}
p.readmore {
	float: right;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}