@import url('../twentyeleven/style.css');

/*
Theme Name: goldenwest
Theme URI: http://goldenwestsanpedro.com/
Description: twentyeleven child-theme for Golden West Realty
Author: Virginia Haenni at applied.ch
Version: 0.0.1
Template: twentyeleven
Tags: two-columns, right-sidebar, custom-header, custom-colors, custom-fonts, real-estate, idx
*/

/*---------Overall site---------*/
/*do some basic font styling*/

/*ALAN adds scrollbar in all cases to avoid screen jiggle*/
html {
    overflow-y: scroll;
}    


/*style buttons*/
#SearchPanel #search-inputs #search-action-container a#submit-query-button, input {
	background: #4b7fca;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b7fca), to(#2856aa));
	background: -moz-linear-gradient(top,  #4b7fca,  #2856aa);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b7fca', endColorstr='#2856aa');
    border: 1px solid #15408f;
    color: #ffffff;
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Verdana,Geneva,sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 1px 1px #15408f;
	letter-spacing: 0.14em;
    text-transform: uppercase;
/*	cursor: pointer;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
*/	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

input[type="submit"],
input[type="button"] {
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	cursor: pointer;
}

input:hover {
	text-decoration: none;
}
input:active {
	position: relative;
	top: 1px;
}


body {
	font-family: Georgia, Palatino, ‘Palatino Linotype’, serif;
	font-size: 16px;
	line-height: 1.38em;
	color: #373737;
}

/*style headings*/
h1, .entry-title, .entry-title a {
	color: #15408f;
	font-size: 22px;
    font-style: italic;
    line-height: 1.3em;
}

h2, .entry-content h2, .comment-content h2 {
    color: #15408f;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 0.45em;
}

h3 {
	font-size: 15px;
	color: #15408f;
    font-style: italic;
    font-weight: 100;
}

/*remove left margin from lists, remove square bullet from unordered lists*/
ul, ol {
    margin: 0 0 1.625em;
}

/*remove square bullet from unordered lists in nav and agent roster*/
ul#menu,
body.single-gw-agents div.entry-content ul,
footer ul {
    list-style: none;
}


/*remove margin from above whole page and add drop shadow*/
#page {
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(35, 41, 58, 0.8);
	-moz-box-shadow: 0px 0px 30px 5px rgba(35, 41, 58, 0.8);
	box-shadow: 0px 0px 30px 5px rgba(35, 41, 58, 0.8);
}

/*---------Header---------*/
/*
remove border from above site title
*/
#branding {
    border-top: none;
}

/*add clickable logo and move site title off to left*/
#branding img.logo-image { 
	width: 270px;
	margin-right: 170px;
	padding: 1.5em 0 1.35em;
}
#site-title {
 	margin-right: 0px;
    padding: 0 0 0;
	text-indent: -999em;
}
/*put site description into header*/
#site-description {
	position: absolute;
	top: 7.8em;
	left: 72.7%;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.9em;
    text-shadow: 1px 1px #15408f;
	text-align: center;
	padding: 1.4em 0 3.7em 0;
	border-top: 1px solid #15408f;
	border-bottom: 1px solid #15408f;
    margin: 0 26px 0 0;
}
#site-phone {
	position: absolute;
	top: 10em;
	left: 72.7%;
	font-size: 24px;
	line-height: 0.8em;
	color: #ffffff;
	text-shadow: 1px 1px #15408f;
	margin: -1em 0 0 45px;
}

/*---------Nav---------*/
/*change background color and remove shadow from nav bar*/
#access {
    background: #2856aa;
    box-shadow: 0 0 0 0;
    margin: 0 auto 12px;
}

/*Change nav bar font color and style*/
#access a {
	font-family: Verdana,Geneva,sans-serif;
    color: #ffffff;
    text-shadow: 1px 1px #15408f;
    font-size: 12px;
    font-weight: 100;
    line-height: 3.8em;
    padding: 0 1.5em;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* Change color of nav bar on rollover */
#access li:hover > a, #access a:focus {
	color: #ffffff;
	background: #4779c2;
}

/* Change colors of main menu bar when active, grabbed from Morton's child theme turtorial */
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #ffffff;
	background: #4779c2;
}

/* Change colors of main menu bar when active, this one has spans, grabbed from Morton's child theme turtorial */
#access ul li.current_page_item > a span, #access ul li.current-menu-ancestor > a span, #access ul li.current-menu-item > a span, #access ul li.current-menu-parent > a span {
	color: #ffffff;
	background: #4779c2;
}

/* Make font NOT bold when active*/
#access .current_page_item > a, #access ul li.current-menu-item > a, #access .current_page_ancestor > a {
    font-weight: 100;
}

/*---------Main---------*/
/*reduce padding in main (below nav bar)*/
#main {
    padding: 1.2em 0 0;
}

/*decrease width of primary content area*/
#primary {
	margin-right: -27%;
	width: 87%;
}

/*style and increase width of sidebar*/
#secondary {
    float: right;
    margin-right: 3.6%;
    width: 24%;
}

/*Make div named "content" wider. This is to fit agents 3 across in roster. Width was 58.4%;*/
#content {
    width: 62%;
}

/*close up spacing in posts amd pages text*/
.entry-title {
	padding-top: 5px;
}
	
.entry-content, .entry-summary {
	padding: 0.35em 0 0;
}

/*remove border under poat*/
.hentry, .no-results {
	border-bottom: none;
}

/*remove border above footer*/
#supplementary {
	border-top: none;
	background: #cbd9ea;
	padding: 1.65em 3.6% .5em 7.6%;
}


/*---------Footer---------*/
/*style footer menu*/
#supplementary.two .widget-area {
	margin-right: .7%;
}

#supplementary li {
	font-size: 12px;
    float: left;
    position: relative;
    padding-right: 26px;
}

/*style footer copyright text*/
#second .textwidget p {
	float: right;
    font-size: 11px;
    color: #373737;
}


/*---------Widgets---------*/
/*style quick search widget*/

#secondary .textwidget {
    background: #cbd9ea;
	margin: 0 0 2em;
	padding: .4em .6em .8em 1em;
}

h3.widget-title {
	color: #FFFFFF;
    background: #4779c2;
	padding: 1em .9em .9em 1.4em;
    text-shadow: 1px 1px #15408f;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0em;
    line-height: 1.5em;
	text-transform: none;
	}
	
table.ds-quick-search {
	width: 100%;
	}

.ds-quick-search-value select{
	width: 96%;
	}
	
.ds-quick-search-value input {
	text-align: left;
	text-shadow: none;
	color: #373737;
	text-transform: none;
	letter-spacing: 0em;
	width: 93%;
	}

td.ds-quick-search-name {
	font-family: Verdana,Geneva,sans-serif;
	color: #15408f;
    font-size: 12px;
	line-height: 1.5em;
	padding-top: .6em;
	}

input.ds-quick-search-button {
	width: 97%;
	margin: 1em 0 .4em;
	}

/*-----Advanced Search Page-----*/
/*make search full width of page*/
.page-template-default #content  {
	position: relative;
	float: left;
	width: 100%;
}

/*---------Agent Roster---------*/
/*put a border around agent images*/
.featuredImage img, .indexImage img {
    border: 1px solid #ABABAB;
}

/*lay out agent roster index page*/

.roster h1 {
	font-size: 22px;
	font-weight: bold;
    font-style: italic;
    line-height: 1.3em;
    margin: 2px 0 18px 0;
}

ul#customManagers {
	position: relative;
	float: left;
	width: 100%;
}

ul#customManagers li {
	float: left;
	list-style-type: none;
	margin-right: 43px;
	margin-bottom: 18px;
	width: 135px;
	height: 240px;
}

ul#customManagers a {
    color: #1982D1;
    text-decoration: none;
}

ul#customManagers h2 {
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	text-decoration: underline;
}

ul#customManagers h3 {
	font-size: 12px;
	line-height: 0.8em;
	font-weight: 100;
	text-align: center;
	margin: .3em 0 1em;
}

/*lay out agent roster single pages*/
div.featuredImage {
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.gw-agents .entry-title {
	margin-top: -245px;
}
.gw-agents .entry-content, {
	margin-top: -245px;
}

.gw-agents ul, 
.gw-agents h1, 
.gw-agents h5 {
	width: 300px;
	margin-left: 160px;
}

.entry-header h3 {
	font-weight: 100;
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-left: 160px;
}

.gw-agents ul {
	height: 152px;
}

.gw-agents h5 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
}

.gw-agents li {
	font-size: 14px;
	line-height: 1.3em;
}

.gw-agents a {
    color: #1982D1;
    text-decoration: none;
}

/*----Contact Us page---*/
input.wpcf7-text {
	text-align: left;
	text-shadow: none;
	color: #373737;
	text-transform: none;
	letter-spacing: 0em;
	width: 97%;
	}