/*
Theme Name: Bob Davis realtor
Theme URI: http://www.vernettiarts.com
Description: A custom Wordpress Theme for Bob Davis Realtor
Author: Richard Vernetti
Author URI: http://vernettiarts.com/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "UTF-8";
div {border:0px red solid}
body  {
	font: 13px/18px Arial, Helvetica, sans-serif;
	background: #e7e7e7 url(images/site_bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h2 {
	margin:0;
	font:19px/1.2em Trebuchet MS;
	color:#993300
}
h1 {
	margin:0;
	font:16px/1.2em Trebuchet MS;
	font-weight:normal;
	color:#004ca8
}
h2 a{
	text-decoration:none;
	color:#995500
}
h2 a:hover{
	text-decoration:underline;
	color:#995500
}
.smallText {
	font-size:10px;	
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#3e74be url(/images/san_diego.jpg) no-repeat  bottom left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #3f75be;
		border-right: 1px solid #3f75be;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:740px;
} 
#header { 
	background: #2f6dbc; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	border:none;
}
#mainContent { 
background:#FFFFFF url(/images/corner.gif) no-repeat  top left;
	margin-left:200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:10px;
	min-height:620px;
} 
#boxes {
	float:left;
	background:#fff url(/images/boxes_behind.gif) no-repeat;
	color:#972c0d;
	font-size:13px;
	line-height:1.3em;
	width:259px;
	height:121px;
	padding:10px 90px 10px 10px;
	margin:5px 10px 5px 0;
	
}
#mainNav {
	background:#0055b8 url(/images/behind_buttons.gif) no-repeat;
	margin-left:200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:50px
}
#brush {
	width:100px;
	background-color:white;
	height:20px;
	float:right
}
#footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e7e7e7; 
	border-top:1px #3f75be solid;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:952px;
	text-align:left;
	font:10px verdana;
	color:#004ca8;
} 
#footer a{ 
	padding:0px 5px
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#google {
	float:right
}
#subNav {
	padding:10px;
	font:13px arial;
	color:#ffffff;
}
#subNav a {
	color:#fff;
	text-decoration:none;
	line-height:1.4em;
}
#subNav a:hover {
	color:#ffffff;
	text-decoration:underline;
	line-height:1.4em;
}

#subMenu {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right:1px #999 solid;

}
#subMenu li {
	float: left;
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#subMenu li ul {
	display:none;
}
#subMenu a {
	background: #CCC url(/images/behind-buttons.gif) repeat-x;
	border:1px #999 solid;
	border-right:0px #999 solid;
	color: #003366;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 8px;
	text-decoration: none;
}
#subMenu a:hover {
	background: #dedede url("/images/hover.gif") bottom center no-repeat;
	color: #333;
	
}

/* Suckerfish */


#suckerfishnav {
    font-size:12px;
    font-family:helvetica,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:0px solid #aaa;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:190px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #003366;
    }
#suckerfishnav li li {
    width:190px;
    border-bottom:1px solid #003366;
    border-left:1px solid #003366;
    border-right:1px solid #003366;
    font-weight:bold;
    font-family:helvetica,sans-serif;
    }
#suckerfishnav li li a {
    padding:8px 20px;
    width:190px;
    font-size:11px;
    color:#444444;
    }
#suckerfishnav li ul ul {
    margin:-4px 0 0 130px;
    }
#suckerfishnav li li:hover {
    background:#990099;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#ffffff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#444444;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#444444;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#fffeff;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffffff;
    }
	
    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 10px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 10px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
    .alignleft {
    float: left;
    }