/*

Theme Name: Builder Child Theme - Foundation Blank
Theme URI: http://ithemes.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.0
Template: Builder

Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/
/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	font-size: 90%;
	line-height: 1.7;
	color: #393939;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
input, select, textarea {
	font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, ul, ol, dl, label {

	margin-top: .5em;
	margin-bottom: .5em;
}
a img {
	margin: 0;
}
/*********************************************
	Main Background
*********************************************/
body {
	background: #58514f;
}
/*********************************************
        Universal Link Styles
*********************************************/
a {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #262626;
	text-decoration: underline;
}
/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6, h7 {
	color: #4c3e31;
}
h1 {
	font-size: 2em;
	line-height: 1em;
	margin-top: 0.9em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.25em;
	line-height: 1em;
	margin-top: 0.3em;
	margin-bottom: .3em;
}
h3 {
	font-size: 1.2em;
	line-height: 1em;
	margin-top: .3em;
	margin-bottom: .3em;
}
h4 {
	font-size: 1.2em;
	line-height: 1em;
	margin-top: .3em;
	margin-bottom: .3em;
}
h5  {
	font-size: 1.2em;
	line-height: 1em;
	margin-top: .3em;
	margin-bottom: .3em
}
h6 {
	font-size: 1.2em;
	line-height: 1em;
        margin-top: .3em;
	margin-bottom: .3em;
	font-weight: normal;
}
h7 {
	font-size: 1.2 em;
	line-height: 1em;
	margin-top: .3em; 
	margin-bottom: .3em;
	font-weight: normal;
	color:#333333;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0em;
}
/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	background: transparent;
	margin: 0 auto 0em;
	border: 0em solid;
	display: block;
}
/*********************************************
	Default Module
*********************************************/
.builder-module {
	background: #fff;
	margin-bottom: .3em;
}

/* TODO: Sub-pages without sidebars needed this, but it can make it too wide with sidebars */

.builder-module-element {
/*	width: 100%;*/
}
/*.middle .builder-module-element {
	padding: 0 1em;
}
.left .builder-module-element {
	padding: 0 1em 0 0;
}
.right .builder-module-element {
	padding: 0 0 0 1em;
}*/
/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
	text-align: left;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	margin: 0em 0em 0em 0em ;
	color: #393939;
	background: #ffffff;
	padding: 0.0em;
}
.builder-module-sidebar > div:last-child .widget:last-child {
	margin-bottom: 0;
	
}
.builder-module-block-outer-wrapper .left .widget,
.builder-module-block-outer-wrapper .middle .widget {
	margin-right: .5em;
}
.builder-module-block-outer-wrapper .middle .widget,
.builder-module-block-outer-wrapper .right .widget {
	margin-left: .5em;
}
.builder-module-block-outer-wrapper.left .builder-module-element,
.builder-module-block-outer-wrapper.middle .builder-module-element {
	margin-right: .5em;
}
.builder-module-block-outer-wrapper.middle .builder-module-element,
.builder-module-block-outer-wrapper.right .builder-module-element {
	margin-left: .5em;
}
.builder-module-sidebar h4.widget-title {
	font-size: 1.35em;
	line-height: 1.5em;
	padding: .75em 0em 0em 0em;
	margin: 1em 0em 1em 0em ;
	color: #393939;
	font-weight: bold;
}
.builder-module-sidebar h4.widget-title a {
	color: #393939;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 1em;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget img {
	max-width: 100%;
}
.builder-module-sidebar .widget p {
	margin-top: 0;
	color: #333333;
}
.builder-module-sidebar .widget a {
	margin-top: 0;
	color: #333333;
}
.builder-module-sidebar .widget a:hover {
	margin-top: 0;
	background: #ffffff;
	color: #333333;
	text-decoration: underline;
}
.widget-top {
	height: auto;
}
/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: .85em;
	line-height: 1.0;
	background: #fff;
	display: block;
}
.builder-module-navigation ul {
	display: block;
}
.builder-module-navigation li {
	font-size: 1em;
	margin: 0em 0em 0em 0em;
	background: transparent;
	padding: 0em 0em 0em 0em;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	font-size: 1.0em;
	padding: .5em .5em .3em .5em;
	margin: 0;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background: transparent;
}
.builder-module-navigation li a:hover {
	background: #ffffff;
	color: #333333;
	text-decoration: underline;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	color: #F5F5F5;
	background: #333333;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 20em;
	border: none;
	text-align: left;
	margin: 0;
	background: transparent;
}
.builder-module-navigation li li {
	width: 13em;
	background: #F5F5F5;
	margin: 0;
}
.builder-module-navigation li li + li {
	border-top: none;
}
.builder-module-naviation li li:first-child {
	margin-bottom: -1px;
}
.builder-module-navigation li li a,
.builder-module-navigation li li.current_page_item a,
.builder-module-navigation li li.current-cat a {
	background: transparent;
	color: #333333;
}
.builder-module-navigation li li a:hover {
	background: #E0E2E3;
	color: #111111;
	text-decoration: underline;
}
.builder-module-navigation li ul ul {
	margin: -2.6em 0em 0em 13em;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
}
/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar h4.widget-title {
	font-size: 1.65em;
	line-height: 1.1em;
	padding: .326em .326em .326em .326em;
	margin: 0em 0em 0em 0em ;
	float:left;
}
/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	font-size: 1.0em;
	background: #a49b6b;	
}
.builder-module-footer .builder-module-element {
	color: #58514f;
}
.builder-module-footer .builder-module-element .alignright {
	float:right;
	width:670px;
}
.builder-module-footer .builder-module-element .alignleft{
	width:250px;
	line-height: 1;
	padding: 0em 0em 0em .8em;
}
.builder-module-footer .builder-module-element a {
	font-size: 1.3em;	
	color: #333333;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a.hover {
	text-decoration: underline;
}
#menu-upper-header-1{
	font-size: .6em;
	float:right;
	padding: 1em 10px .5em 0px;
	background: #a49b6b;
}	
#menu-lower-header-1{
	font-size: .6em;
	float:right;
	padding: 1em 10px 0em 0px;
	background: #a49b6b;
}	
.menu-lower-header-container{
	float:right;
}
/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element {
	font-size: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}
.builder-module-image .left .widget,
.builder-module-image .middle .widget {
	margin-right: 1em;
}
.builder-module-image .middle .widget,
.builder-module-image .right .widget {
	margin-left: 1em;
}
/*********************************************
	HTML Module
*********************************************/

/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	margin: 0;
	background: #ffffff;
	padding: 1.5em;
	display: block;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .post {
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #C2C2C2;
}
.post-title, .post-title * {
	margin: 0;
	padding: 0;
}
.post-title h1,
.post-title h2,
.post-title h3 {
	clear: both;
	color: #4c3e31
	font-weight: bold;
	font-size: 1.30em;
	line-height: 1em;
}
.post-title a {
	text-decoration: none;
	color: #262626;
	font-size: 1em;
}
.post .post-title a:hover {
	color: #777777;
}
.post .post-meta,
.post .post-meta * {
	padding: 0;
	margin: 1.0;
}
.post .post-meta {
	font-size: 1.25em;
	line-height: 1.7em;
	margin-top: 0em;
	color: #333333;
	font-style: italic;
}
.post .post-meta a {
	color: #333333;
	font-style: normal;
}
.post .post-meta a:hover {
	color: #262626;
	text-decoration: none;
}
.post .author-meta {
	margin-top: .1em;
	color: #777777;
	font-size: 14px;
}
.post .author-meta a {
	color: #262626;
}
.post .entry-attachment .attachment {
	text-align: center;
}
.post.attachment .meta-bottom {
	background: transparent;
}
.post-content {
	margin-top: 1.5em;
	clear: both;
}
/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	border: 1px solid #CFCFCF;
	background: #FDFCFC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	margin: 0;
	padding: 1em .5em .5em .5em;
	line-height: 1;
}
.hentry .gallery + * {
	margin-top: 0;
}
.hentry img {
	border: 1px solid #CFCFCF;
	background: #FDFCFC;
	padding: 5px;
	height: auto !important;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}
.hentry .wp-caption {
	border: 1px solid #CFCFCF;
	background: #FDFCFC;
	padding: .5em;
}
.hentry .wp-caption img {
	border: none;
	background: transparent;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	text-align: center;
	margin: 0;
	padding: 0 .5em;
	line-height: 1;
}
/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	margin-top: 1.5em;
	padding-top: 1.4em;
}
.meta-bottom * {
	padding: 0;
	margin: 0;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('images/category-bg.png') center left no-repeat;
}
.meta-bottom .categories a {
	font-style: italic;
}
.meta-bottom .comments {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('images/comments-bg.png') center left no-repeat;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px;
	width: 100%;
}
.EXIF {
	margin: 0;
	padding: 0;
	float: left;
}
.photometa h4 {
	border-bottom: 1px solid #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}
/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
}
/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 3em 3px 1.5em 0;
	padding: 0;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 50px 0px;
}
#comments ol.commentlist {
	margin: 1.5em 0;
	padding: 0;
	background: transparent;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px 0 0;
}
#comments .comment-meta {
	font-size: 12px;
	margin-bottom: 1.5em;
}
#comments li {
	clear: both;
	list-style: none;
	margin: 1.5em 0 1.5em 0;
	padding: 1.5em;
	background: #FFFFFF;
	overflow: hidden;
}
#comments .comment.depth-1,
#comments .comment.depth-3,
#comments .comment.depth-5,
#comments .comment.depth-7,
#comments .comment.depth-9 {
	color: #262626;
}
#comments a{
	color: #262626;
}
#comments a:hover {
	color: #777777;
	decoration:underline;
}
.says {
	color: #777777;
}
#comments .children {
	margin: 0;
}
#comments .children li {
	margin-bottom: 0;
	list-style: none;
}
#comments .comment.depth-2,
#comments .comment.depth-4,
#comments .comment.depth-6,
#comments .comment.depth-8,
#comments .comment.depth-10 {
	background: #E0E2E3;
	color: #333333;
}
#comments blockquote {
	margin: 10px 0;
	padding: 10px;
}
#comments .alert {
	background: #FFFBD6;
	border: 1px solid #EBE067;
	margin: 5px 0px;
	padding: 5px;
}
#respond {
	margin-top: 2em;
	overflow: visible !important;
}
#respond h3 {
	margin-bottom: 0;
	color: #262626;
}
#respond .cancel-comment-reply a {
	margin: 1.5em 0;
	display: block
}
#commentform {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#commentform p {
	margin-bottom: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	padding: 5px;
	width: 50%;
}
#commentform input,#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 90%;
	height: 18em;
/*	padding: 1.45em;*/
	padding: 5px;
}
/*********************************************
	Text elements
*********************************************/
p {
/*	margin: .75em 0 .75em;*/
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000000;
}
blockquote {
	background: #FFFFFF;
	margin: 1.5em;
	padding: 20px 20px 20px 20px;
	color: #222222;
	font-style: italic;
	clear: both;
}
blockquote p {
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0;
}
ol {
	margin-left: 20px;
	*margin-left: 24px; /* targeted IE 6, 7 fix */
}
li {
	margin: 0;
	padding: 0;
}
li *:last-child {
	margin-bottom: 0;
}
ul {
	list-style: inside url('images/list.png');
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}
/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #FFFFFF;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #E5ECF9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}
/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: .1em solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
/*********************************************
	Form fields
*********************************************/
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
input[type=submit] {
	color: #a49b6b;
	background: #262626;
	border: none;
	font-size: 1em;
	display: inline-block;
	margin: 0;
	padding: .7em .8em;
	
}
input[type=submit]:hover {
	background: #FFFFFF;
	color: #262626;
	text-decoration:underline;
	font-weight: bold;
}
input[type=submit]:active {
	background: #FFFFFF;
	color: #262626;
	text-decoration:underline;
}
textarea {
	width: 390px;
	height: 250px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
/*.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}
*/
/*********************************************
	Success, notice and error boxes
********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #DDDDDD;
}
.error {
	background: #FBE3E4;
	color: #8A1F11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8A1F11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/*********************************************
	Widget Styling
*********************************************/
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}
/*********************************************
	The Obligatory WP Styles
*********************************************/
.post img.wp-smiley {
	border: none;
}
.nocomments { 
display: none; 
}
/*********************************************
    CSS Fixes
*********************************************/
.widget-top {
height:auto;
}
.hentry .wp-caption img {
    margin-top: 0;
    margin-bottom: 0;
}
.hentry .wp-caption-text {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
/***********************************************
Stylesheet mods by Bryan
************************************************/
/*BBB logo header*/

#execphp-82.widget div.execphpwidget a#bbblink.sevtbus {
    height: 85px;
    width: 40px;
    Position: absolute;
    top: 45px;
}

#execphp-42.widget div.execphpwidget a#bbblink.sevtbus{
    height: 85px;
    width: 40px;
    position: absolute;
    top: 45px;
}


/*text in widget under footer*/

#text-4 {
	background: #58514f;
	color:#a49b6b;
	padding: 0.5em 0.0em 1.0em 1.5em;
	line-height: 1.1;
}
#builder-module-4cba539cabfe5 {
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4cbc94ef476d7{
	background: #58514f;
}
#builder-module-4da3c19b4943b{
	background: #58514f;
}


#builder-module-4cba53ff2ab07{
	background: #58514f;
}

#builder-module-4cba53de0df0f{
	background: #58514f;
}
#builder-module-4cbc862571d03{
	background: #58514f;
}
#builder-module-4cbc8b2d9cddd{
	background: #58514f;
}
#text-15 {
	background: #58514f;
	padding: .5em 1em 0em 7em;
	color:#393939;
	line-height: 1.1;
}
#text-16 {
	background: #58514f;
	padding: .5em 1em 0em 7em;
	color:#a49b6b;
	line-height: 1.1;
}
#text-17 {
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
	color:#393939;
	line-height: 1.1;
}
.textwidget {
	padding: 0em 1.0em 0.0em 0.7em;
	color:#393939;
}
#nav_menu-18{
	padding: 3.0em 1.0em 3.0em 1.5em;
}
#builder-module-4cbc8b2d9cda3 {
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4cb77c5c2adbd {
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4cbb32703da50 {
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
.widget-wrapper single widget-wrapper-single widget-wrapper-1 clearfix{
	background: #58514f;
}
#builder-module-4cd4405a3074b{
	background: #58514f;
}
#builder-module-4ce01d8dd10c0{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}

#text-3 {
	background: #ffffff;
	padding: 0.5em 1.0em 0.0em 0.7em;
	color:#393939;
}
#builder-module-4cb369aa76281 .textwidget{
	background: #ffffff;
	padding: 2.0em 1.0em 0.0em 1.0em; 
}
#builder-module-4cb252bacdf1a{
	background: #58514f;
	padding: 0em 0em 0em 0em;
}
/******** featured property widget home page

*******/
#it_widget_content-3 {
        padding: 1.2em 2em 2em 2em;
        line-height: 1.2;
}
#linklist-a:hover { 
text-decoration: underline; 
}
/****contact us widgets

************/
#it_widget_content-4 {
      padding: 2em 2em 2em 2.5em;
}  
#it_widget_content-5 {
        padding: 2em 2em 2em 2.5em;
}
/***attempt to get background to stay black on current cat at hover like footer

**********/
.builder-module-sidebar .widget a.current-cat {
     background:none repeat scroll 0 0 #333333;
     color:#F5F5F5;
}
/*******Home page dual box

**********/
#builder-layout-4cb252bace758 .dual-box-holder {
        margin:30px auto 0;
	padding:33px 0 0;
	width:570px;
	image-display:none;
}
#builder-layout-4cb252bace758 .dual-box {
        float:left;
        width:280px;
	border: 0px solid #666;
}
#builder-layout-4cb252bace758 .dual-bg {
        
        background-color: #ebebeb;
        margin:20px 0 0;
        padding:20px 0 0;
        width: 250px;
	border: .01px solid #666;
	height:150px;  
}
#builder-layout-4cb252bace758.dual-bottom {
width:269px;
}
#builder-layout-4cb252bace758.dual-top {
padding:0 5px 5px;
width:259px;
}
#builder-layout-4cb252bace758.dual-box h3 {
color:#313E4C;
font:18px/20px Arial,Verdana,sans-serif;
margin:0;
padding:15px 10px 10px;
}
#builder-layout-4cb252bace758 .dual-box p  {
color:#676767;
font:12px/15px Georgia,"Times New Roman",Times,serif;
margin:0 10px 15px;
}
#builder-layout-4cb252bace758.dual-box a.small {
color:#5A5B5B;
display:block;
font:bold 10px/27px Georgia,"Times New Roman",Times,serif;
padding:0 20px;
text-decoration:none;
}

/***** menu in header 

***/
.execphpwidget{
	background-color: #fff;
        float:right;
	padding: 0em 17px 0em 0em;
}	
#execphp-29{
	
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-30{
	background-color: #fff;
	padding: 1em 0em 0em 0px;
}	
#execphp-3{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-4{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-7{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-9{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-10{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-12{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-13{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-14{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-6{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-15{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-16{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	

#execphp-17{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-18{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-19{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-20{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-21{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-22{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-23{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-24{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-25{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-5{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-28{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-26{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-27{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}	
#execphp-31{
	background-color: #fff;
	padding: .3em 0em 2.5em 0px;
}	
#execphp-32{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}
.widget widget-2 widget-bottom widget_execphp{
	padding: 3em 0px .2.5em 0px;
}

#execphp-33{
	background-color: #fff;
	padding: .3em 0px 2.5em 30px;
}
#execphp-34{
	padding: .3em 0px 2.5em 0px;
}
#execphp-35{
	padding: .3em 0px 2.5em 0px;
}
#execphp-50{
	background-color: #fff;
	padding: .3em 0px 2.5em 0px;
}

#menu-upper-header{
	padding: .2em 0px 0em 0px;
}
#menu-lower-header{
	padding: 0em 0px 0em 0px;
}
.menu-lower-header-container{
	padding: 0em 0em 0em 0em;
}
/**** menu footer see footer above

***/

/*** menu widget side bar buying

***/

.menu-buying-container {
	padding: 3.0em 1.0em 2.0em 1.5em;
}
/*** menu widget side bar agent match

***/
#nav_menu-19{
	padding: 3.0em 1.0em 2.0em 1.5em;
}
/*** menu widget side bar detailed analysis

***/

#categories-3{
	padding: 1em 2em 0em 2em;
	vertical-align:top;
}
.builder-module-sidebar-with-element .widget .widget-title {
	float: left;
	padding: 0em 1.0em 0em 1em;
}

/**** menu widget about us

***/
#menu-item-164 {
	padding: 3.0em 1.0em 3.0em 1.5em;
}
/*** menu left sidebar Properties Layout blog
***/

#nav_menu-20 {
padding: 3em 1.0em 3.0em 0em;
}
#recent-posts-5 {
padding-left:4em;
}

/**** misc

***/

#builder-module-4cba5442ab4ca{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4cba54bb7a968{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4cba556dc2108{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4cba51be1879a{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4cba546e54524{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4cba51a6c8647{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}

#builder-module-4cba53de0df0f{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4cba51d52b2e1{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4cba518fcb120{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4ccc7a698e0fa{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
.builder-module-navigation{
	float:right;
}
.menu-lower-header-1{
	float:right;
}
.menu-lower-header-container{
	padding: 0em 0em 0em 0em;
}
#builder-module-4cdf12f7c622d{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
/*** reviews***
**/

.builder-module-sidebar > div:last-child .widget:last-child {
margin-bottom:0;
image: width="150"; 
image: height="150";
}

/** heading sidebar widgets blog **/

.builder-module-sidebar-with-element .widget .widget-title {
float:left;
padding:0 1em;
width:300px;
}
/**top widget blog**/

#builder-module-4cd5ae7f97f75  {
background-color:#FFFFFF;
margin-bottom:1px;
}

#text-18{
background: #fff;
padding: 3em 2em 3em 1em;
}

#builder-module-4cd5ae7f97f75 .widget-title {
width: 500px;
padding: 0 0 1em 2em;
}

/*blog Bryan*/
#builder-module-4cdc595fa9b2e{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}

#text-19{
background: #fff;
padding: 3em 2em 3em 1em;
border-bottom:thin dashed;
border-bottom-color:#a49b6b;
}


#builder-module-4cdc595fa9a82 .widget-title {
width: 975px;
padding: 0 0 1em 8px;
}


#builder-module-4cdc595fa9a82 .builder-module-top, .builder-module-middle {
margin-bottom:0;
}

#builder-module-4cdc595fa9aba.builder-module-top, .builder-module-middle {
margin-bottom:2px;
}

#builder-module-4cdc595fa9a82{
margin-bottom:0;
}

#categories-5{
margin-bottom:20px;
}

#execphp-37{
	background-color: #fff;
	padding: .3em 0em 2em 0px;
}	
#execphp-38{
	background-color: #fff;
	padding: 1em 0px 0em 30px;
}
/**breadcrumb**/

#builder-module-4da383c9e04b5{
	padding:0px 0px 0px 5px;
}
#builder-module-4da38ea5205be{
	padding:0px 0px 0px 5px;
}
#builder-module-4da38d1747fd7{
	padding:0px 0px 0px 5px;
}
#builder-module-4da38f72df12c{
	padding:0px 0px 0px 5px;
}
#builder-module-4da3935757d6c{
	padding:0px 0px 0px 5px;
}
#builder-module-4da3921695e53{
	padding:0px 0px 0px 5px;
}
#builder-module-4da3910a0a633{
	padding:0px 0px 0px 5px;
}
#builder-module-4da3951304bfb{
	padding:0px 0px 0px 5px;
}
#builder-module-4da3996bc20f1{
	padding:0px 0px 0px 5px;
}
#builder-module-4da3951304bfb{
	padding:0px 0px 0px 5px;
}
#builder-module-4da394ab50c39{
	padding:0px 0px 0px 5px;
}
#builder-module-4da39414c9622{
	padding:0px 0px 0px 5px;
}

#builder-module-4da39615d3381{
	padding:0px 0px 0px 5px;
}

#builder-module-4da396bf7ca83{
	
}
#builder-module-4da396706d2dd{
	padding:0px 0px 0px 5px;
}
#builder-module-4da39464e4a92{
	padding:0px 0px 0px 5px;
}
#builder-module-4da38ff68c7bd{
	padding:0px 0px 0px 5px;
}
#builder-module-4db0be5e34301{
	padding:0px 0px 0px 5px;
}
#builder-module-4e2f3fe939a8d{
	padding:0px 0px 0px 5px;
}
/*featured property bend oregon*/
#it_widget_content-9{ 
	margin-left: 20px; margin-top: 20px;
}		
/*bend oregon fair housing color*/

#builder-module-4e2f3fe93a48d{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}
#builder-module-4e2f3fe93a4d0{
	background: #58514f;
	padding: 0.5em 1.0em 0.0em 0.7em;
}

#text-22{
	background: #58514f;
        color: #a49b6b;
}
/*youtube video sidebar Pro Player about us page*/ 
#mediaspace
	{margin: 1em -1.3em 0em 0em;
}
/*Youtube video sidebar Smart YouTube Join us page*/
#smart-youtube
	{margin: 1em 0em 0em 1em;
}
/*bendoregon right sidebar and lower header menu*/
#wp_category_post_list_itg-4 
     {margin: 1em 2em 0em 0em;
}
#xmt_wgt-2
     {margin: 1em 2em 0em 0em;
}

#execphp-51
	{padding: 2em 0px 0em 0px;
}
/*blog right sidebar spacing*/
#networkedblogs_nwidget_container
    {margin: 3em 0em 3em 0em;
}
/*New Bend Oregon left sidebar*/
#IDX-quickSearchForm {  position: relative; height: 250px; width: 210px; } 
#QS-minPriceField { position: absolute; width: 90px; height: 15px; left: 90px; top: 38px; } 
#QS-maxPriceField { position: absolute; width: 90px; height: 15px; left: 90px; top: 68px; } 
#QS-minSqftField { position: absolute; width: 55px; height: 15px; left: 90px; top: 98px; } 
#QS-minRoomsField { position: absolute; width: 55px; height: 15px; left: 90px; top: 128px; } 
#QS-minBathsField { position: absolute; width: 55px; height: 15px; left: 90px; top: 158px; } 
#QS-labelMaxPrice { text-align: left; position: absolute; width: 70px; height: 15px; left: 15px; top: 68px;  } 
#QS-labelMinPrice { text-align: left; position: absolute; width: 70px; height: 15px; left: 15px; top: 38px;  } 
#QS-labelMinSqft { text-align: left; position: absolute; width: 70px; height: 15px; left: 15px; top: 98px;  } 
#QS-labelMinRooms { text-align: left; position: absolute; width: 70px; height: 15px; left: 15px; top: 128px;  } 
#QS-labelMinBaths { text-align: left; position: absolute; width: 70px; height: 15px; left: 15px; top: 158px;  } 
#QS-labelCityList { text-align: left; position: absolute; width: 50px; height: 15px; left: 50px; top: 8px;  } 
#QS-buttonSearch { position: absolute; width: 70px; height: 30px; left: 60px; top: 188px; background:#ebebeb; color:4c3e31; padding: 0; } 
#QS-selectCityList { position: absolute; width: 95px; height: 22px; left: 90px; top: 8px; } 

/*New Bend Oregon Right sidebar*/

#IDX-showcaseWrapper {
	background-color: #ebebeb;
	float: none;
	width: 300px;
}
.IDX-showcaseDetails {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color: #ebebeb;
	height: 100px;
	padding-bottom: 5px;
	width: 290px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
	element-style-padding:0px,0px;
}
.IDX-showcasePhoto {
	padding-top: 5px;
	float: left;
}
.IDX-showcasePhoto img {
	height: 90px;
	width: 120px;
	padding-bottom: 1px;
}
.IDX-showcasePrice {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}
.IDX-showcaseAddress {
	float: left;
	text-align: left;
	font-size: 11px;
	margin-left: 10px;
	width: 160px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.IDX-showcaseListingID {
	float: left;
	font-size: 12px;
	margin-left: 10px;
}
#builder-module-4eff604f50aeb{padding:25px 0px 0px 5px;}

#execphp-77{
	background-color: #fff;
	padding: 0em 0px 0em 30px;
}	

/*Bend Oregon text widget below footer*/
#text-22.widget div.textwidget p {font-size: 10px;color:#a49b6b }
#text-22.widget h2.widget-title{font-size: 11px; color:#a49b6b }
/*Bend Oregon text widget left Featured Property title*/

#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4eff604f50aeb.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#nav_menu-22.widget h4.widget-title {padding: 10px 10px 20px 12px;}

/*Bend Oregon text widget left Luxury Homes title*/

#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4eff604f50aeb.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#nav_menu-24.widget h4.widget-title {padding:10px 15px 20px 12px;}

/*Bend Oregon text widget left Find a Bend Area Home*/
#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4eff604f50aeb.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#text-28.widget div.textwidget div#IDX-quickSearchForm{padding:10px 15px 20px 12px;}

#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4eff604f50aeb.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#text-28.widget div.textwidget a {}
        

#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4eff604f50aeb.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#text-28.widget div.textwidget div#IDX-quickSearchForm a{
        font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
	float: left;
	margin-top: 285px;}
 
#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4eff604f50aeb.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#text-28.widget h4.widget-title {padding:0px 15px 20px 12px;}

#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4eff604f50aeb.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#text-28.widget div.textwidget div#IDX-quickSearchForm {margin: 3.3em 5em 0 0;}

#text-28 {margin: -.6em 0px 0em 0px;}

#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4eff604f50aeb.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#text-28.widget div.textwidget div#IDX-quickSearchForm form div#QS-labelFormTitle{
    font-size: 18px;
    font-weight: bold;
    height: 22px;
    left: 12px;
    position: absolute;
    text-align: left;
    top: -33px;
    width: 150px;
    line-height: 1.1;
}
/*Bend Oregon text widget center line height*/
#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4eff604f50aeb.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#it_widget_content-10.widget div.widget-content {line-height: 1.7;}

/*Bend Oregon Featured Listings right widget*/
#it_widget_content-17 {
    line-height: 1.2;
    padding: 2em 1.2em 2em 2em;
    margin-top: 2em;}

/*Bend Oregon image rotating fixes top margin problem*/
#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4e2f3fe93a156.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#ithemesrotatingimages-6.widget div#rotating-images-rotator-wrapper_2 div#rotating-images-rotator-container_2 div#rotating-images-rotator_2 img {margin-top: 0;}

#builder-layout-4e2f3fe9390b5.page div.builder-container-outer-wrapper div#builder-container-4e2f3fe9390b5.builder-container div.builder-module-outer-wrapper div#builder-module-4e2f3fe93a156.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#ithemesrotatingimages-5.widget div#rotating-images-rotator-wrapper_1 div#rotating-images-rotator-container_1 div#rotating-images-rotator_1 img {margin-top: 0;}

/*links of interest page*/
#builder-layout-4da3c19b49257.page div.builder-container-outer-wrapper div#builder-container-4da3c19b49257.builder-container div.builder-module-outer-wrapper div#builder-module-4f04c7c89f8d5.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#it_widget_content-11.widget div.widget-content {margin-left: 12px;}

#builder-layout-4da3c19b49257.page div.builder-container-outer-wrapper div#builder-container-4da3c19b49257.builder-container div.builder-module-outer-wrapper div#builder-module-4f04c7c89f8d5.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#it_widget_content-12.widget h4.widget-title {margin-right: 140px;}

#builder-layout-4da3c19b49257.page div.builder-container-outer-wrapper div#builder-container-4da3c19b49257.builder-container div.builder-module-outer-wrapper div#builder-module-4f04c7c89f8d5.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#it_widget_content-12.widget div.widget-content {margin-left: 8px;}

#builder-layout-4da3c19b49257.page div.builder-container-outer-wrapper div#builder-container-4da3c19b49257.builder-container div.builder-module-outer-wrapper div#builder-module-4f04c7c89f8d5.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#it_widget_content-13.widget div.widget-content{margin-left: 8px;}

#builder-layout-4da3c19b49257.page div.builder-container-outer-wrapper div#builder-container-4da3c19b49257.builder-container div.builder-module-outer-wrapper div#builder-module-4f04c7c89f8d5.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.widget-wrapper div#it_widget_content-11.widget h4.widget-title{margin-left: 4px;}

#execphp-78.widget div.execphpwidget{margin:14px 6px 2px 0;}

/*Header Home page FB connect margin*/
#execphp-62.widget {margin-right: 6px;}

/*Header Bend page FB connect margin*/
#execphp-61.widget{margin-right: 6px;}

/*Header About us page FB connect margin*/
#execphp-58.widget{margin-right: 6px;}

/*Header About us company profile page FB connect margin*/
#execphp-63.widget{margin-right: 6px;}

/*Header About us mission statement FB connect margin*/
#execphp-67.widget{margin-right: 6px;}

/*Header About join us FB connect margin*/
#execphp-68.widget{margin-right: 6px;}

/*Header buying page FB connect margin*/
#execphp-65.widget{margin-right: 6px;}

/*Header selling page FB connect margin*/
#execphp-72.widget{margin-right: 6px;}

/*Header Detailed Property Analysis FB connect margin*/
#execphp-64.widget{margin-right: 6px;}

/*Header News and Events pdf page FB connect margin*/
#execphp-66.widget{margin-right: 6px;}

/*Header News and Events pdf page FB connect margin*/
#execphp-56.widget{margin-right: 6px;}

/*Header Footer Basic MLS Search Idx page FB connect margin*/
#execphp-73.widget{margin-right: 6px;}
#text-16.widget div.textwidget p{color:#a49b6b;}
#text-16.widget{padding:10px 15px 20px 12px;}
#bcn_widget-18.widget{margin-left: 6px;}

/*Display of IDX Advanced Search*/
#builder-layout-4cbc8b2d9cc5f.page div.builder-container-outer-wrapper div#builder-container-4cbc8b2d9cc5f.builder-container div.builder-module-outer-wrapper div#builder-module-4cbc8b2d9cd31.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.post-261 div.title div.post-title div#IDX-main div#IDX-searchPageWrapper form#IDX-searchForm{padding:10px 5px 20px 0px;}

#builder-layout-4cbc8b2d9cc5f.page div.builder-container-outer-wrapper div#builder-container-4cbc8b2d9cc5f.builder-container div.builder-module-outer-wrapper div#builder-module-4cbc8b2d9cd31.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.post-261 div.title div.post-title div#IDX-main div#IDX-searchPageWrapper form#IDX-searchForm div#IDX-searchPagesfrTypes.IDX-searchBox{margin:4px 6px 2px 0;}

#builder-layout-4cbc8b2d9cc5f.page div.builder-container-outer-wrapper div#builder-container-4cbc8b2d9cc5f.builder-container div.builder-module-outer-wrapper div#builder-module-4cbc8b2d9cd31.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.post-261 div.title div.post-title div#IDX-main{padding:10px 15px 10px 0px;}

#builder-layout-4cbc8b2d9cc5f.page div.builder-container-outer-wrapper div#builder-container-4cbc8b2d9cc5f.builder-container div.builder-module-outer-wrapper div#builder-module-4cbc8b2d9cd31.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.post-261 div.title div.post-title div#IDX-main div#IDX-searchPageWrapper form#IDX-searchForm div#IDX-searchPagesfrTypes.IDX-searchBox div#IDX-searchPagesfrTypesInput.IDX-searchInput{padding:10px 15px 10px 0px;}

#builder-layout-4cbc8b2d9cc5f.page div.builder-container-outer-wrapper div#builder-container-4cbc8b2d9cc5f.builder-container div.builder-module-outer-wrapper div#builder-module-4cbc8b2d9cd31.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.post-261 div.title div.post-title div#IDX-main div#IDX-searchPageWrapper form#IDX-searchForm div#IDX-searchPagesfrTypes.IDX-searchBox div#IDX-searchPagesfrTypesLabel.IDX-searchLabel{padding:0px 0px 10px 0px;}

#builder-layout-4cbc8b2d9cc5f.page div.builder-container-outer-wrapper div#builder-container-4cbc8b2d9cc5f.builder-container div.builder-module-outer-wrapper div#builder-module-4cbc8b2d9cd31.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.post-261 div.title div.post-title div#IDX-main div#IDX-searchPageWrapper form#IDX-searchForm div#IDX-searchPagesfrTypes.IDX-searchBox div#IDX-searchPagesfrTypesInput.IDX-searchInput span#IDX-supTypeMobile_Home-No_LandWrapper span#IDX-supTypeMobile_Home-No_LandLabel{padding-right: 14px;}

#builder-layout-4cbc8b2d9cc5f.page div.builder-container-outer-wrapper div#builder-container-4cbc8b2d9cc5f.builder-container div.builder-module-outer-wrapper div#builder-module-4cbc8b2d9cd31.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.post-261 div.title div.post-title div#IDX-main div#IDX-searchPageWrapper form#IDX-searchForm div div#IDX-advancedBox div#IDX-advancedSearchFields div#IDX-advancedSearchRight{margin:20px 0px 10px 0px;}

#builder-layout-4cbc8b2d9cc5f.page div.builder-container-outer-wrapper div#builder-container-4cbc8b2d9cc5f.builder-container div.builder-module-outer-wrapper div#builder-module-4cbc8b2d9cd31.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.post-261 div.title div.post-title div#IDX-main div#IDX-searchPageWrapper form#IDX-searchForm div div#IDX-advancedBox div#IDX-advancedSearchFields div#IDX-advancedSearchLeft{margin:20px 0px 10px -30px; padding: 0em 0em 0 0; width: 45%;}

/*Display of IDX Broker page*/
#execphp-70.widget{margin-right: 6px;}

#IDX-listingIDsearchSubmit.IDX-searchBox input#IDX-submitButton {height: 36px;}

#IDX-searchPagesfrTypes.IDX-searchBox {width: 595px;}

#IDX-searchSubmit.IDX-searchBox {top: 142px;}

#IDX-searchSubmit.IDX-searchBox{top: 142px;}

#IDX-searchBrowseByCity {top: 40px;}

#IDX-main div#mapSearchWrapper div#IDX-googleMap{ 
    border: 1px solid #000000;
    clear: both;
    height: 600px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    width: 850px;}

#builder-layout-4cb623cf8ae7c.page div.builder-container-outer-wrapper div#builder-container-4cb623cf8ae7c.builder-container div.builder-module-outer-wrapper div#builder-module-4cb623cf8af83.builder-module div.builder-module-block-outer-wrapper div.builder-module-block div.post-336 div.post-content div#IDX-main#IDX-main {
    float: left;
    padding: 10px 30px;
    text-align: left;
    width: 850px;
}
#IDX-main center div#IDX-mortgageStatus{margin-top:20px;color:#4c3e31;}

#IDX-main center div#IDX-mortgageCalculatorContainer div#IDX-returnLink{margin-bottom:15px;}

/*Bend Oregon Links widget*/

#it_widget_content-14.widget {line-height: 1.2; margin-left: 25px;}
#it_widget_content-15.widget {line-height: 1.2;}
#it_widget_content-16.widget {line-height: 1.2;}

#it_widget_content-10.widget div.widget-content div{line-height: 1.5;}
#it_widget_content-10.widget{line-height: 1.5;}
#it_widget_content-10.widget div.widget-content p{line-height: 1.5;}

#nav_menu-24.widget div.menu-luxury-homes-container{line-height: 1.5; font-size: 12px;}
#nav_menu-22.widget div.menu-neighborhoods-container{line-height: 1.5; font-size: 12px;}
#nav_menu-23.widget div.menu-bend-by-price-container{line-height: 1.5; font-size: 12px;}
#nav_menu-22.widget h4.widget-title {font-size: 18px;}
#nav_menu-23.widget h4.widget-title {font-size: 18px; padding-right: 35px; padding-bottom: 20px;}
#nav_menu-24.widget h4.widget-title {font-size: 18px;}

/*Blog RSS widget*/
#execphp-81.widget {padding: 2em 6em 0 0;}

/*Footer left address text size*/

.builder-module-footer .builder-module-element .alignleft {
    font-size: 11px;
    line-height: 1;
    padding: 1em 0 0 0.8em;
    width: 250px;
