/*
*************************************************

SEBASTIAN NITU
Main Styles

Created by Sebastian Nitu
http://www.sebnitu.com

*************************************************
*/

/*-------------------------------------------    
	Reset
---------------------------------------------*/

@import 'reset.css';

/*-------------------------------------------    
	General
---------------------------------------------*/

.clear { clear: both; }
.clear_element { border: 0 none; clear: both; height: 0; visibility: hidden; }

strong { font-weight: bold; }
em { font-style: italic; }

a { text-decoration: none; }
a:hover {  }

/*-------------------------------------------    
	Grid
---------------------------------------------*/

/**
 * 12 column grid
 *
 *
 */
.col_01, .col_02, .col_03, .col_04, .col_05, .col_06, .col_07, .col_08, .col_09, .col_10, .col_11, .col_12 {
	margin: 0 15px; float: left; 
	position: relative; display: inline;
}
/**
 * Full width = 744px
 */
.col_01 { width: 32px; }
.col_02 { width: 94px; }
.col_03 { width: 156px; }
.col_04 { width: 218px; }
.col_05 { width: 280px; }
.col_06 { width: 342px; }
.col_07 { width: 404px; }
.col_08 { width: 466px; }
.col_09 { width: 528px; }
.col_10 { width: 590px; }
.col_11 { width: 652px; }
.col_12 { width: 714px; }

/*-------------------------------------------    
	Structure
---------------------------------------------*/

html, body { height: 100%; }

body {
	background: #d9d9d9 url(../img/layout/body_bg.jpg) repeat-x center top;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 12px; line-height: 18px; color: #404040;
	}

#wrapper {
	width: 785px; margin: 0 auto; padding: 36px 0;
	}
	
#header {
	background: url(../img/layout/header_bg.gif) no-repeat center 5px;
	position: relative; color: #fff;
}

#main {
	background: #fff; padding: 25px 15px 25px 16px;
	border-left: 5px solid #c60002;
	border-right: 5px solid #c60002;
}

#footer {
	background: #b00002 url(../img/layout/footer_bottom.gif) no-repeat center bottom;
	position: relative; color: #fff;
}

/*-------------------------------------------    
	Header
---------------------------------------------*/

#header h1 {
	background: url(../img/layout/header_top.gif) no-repeat center top;
	height: 73px;
}

#header h1 a {
	background: url(../img/layout/sequim_logo.gif) no-repeat center center;
	float: left; display: block; width: 416px; height: 32px; text-indent: -9999px;
	margin: 22px 0 0 32px;
}

#header .phone {
	font-size: 20px; line-height:30px; font-weight: bold;
	position: absolute; top: 5px; right: 10px;
	width:250px;
}
#header .phone a {
	float: right; margin-right:5px; margin-top:13px;
}
#header .phone a img {
	display: block;
}

#header #flash {
	display: block; 
	border-left: 5px solid #c60002;
	border-right: 5px solid #c60002;
}

/*-------------------------------------------    
	Navigation
---------------------------------------------*/

#nav {
	background: #575757 url(../img/layout/nav_bg.gif) repeat-x center top;
	border-left: 5px solid #c60002; border-right: 5px solid #c60002;
	font-size: 13px; line-height: 40px; text-align: center;
}
#nav ul {
	
}
#nav ul li {
	display: inline; margin: 0 20px;
}
#nav ul li a {
	color: #fff; text-shadow: #202020 0 1px 1px;
}
#nav ul li a:hover {
	color: #999; border-bottom: 1px solid #707070;
}

/*-------------------------------------------    
	Main
---------------------------------------------*/

/**
 * General
 */
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main ul, #main ul li {
	margin: 10px 0;
}

#main h2 {
	font-size: 16px; font-weight: bold;
	text-transform: uppercase; letter-spacing: .5px;
	color: #c50000;
}

#main h3 {
	font-size: 14px; font-weight: bold;
	text-transform: uppercase; letter-spacing: .5px;
	color: #acaca0;
}

#main h4 {
	font-weight: bold;
}

#main ul {  }
#main ul li {  }

#main a { color: #c50000; text-decoration: underline; }
#main a:hover { color: #acaca0;  text-decoration: none; }

#main .sub {
	font-size: 14px; font-style: italic;
}

#main p {}

#main blockquote {
	font-family: georgia, times, serif;
	font-size: 13px; font-style: italic;
	margin: 15px 0;
}
#main blockquote p {  }
#main blockquote p.cite {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: bold; font-style: normal;
}

/**
 * Home Styles
 */
/** Banner **/
#main .banner {
	padding: 0 0 10px;
	border-bottom: 1px solid #999;
}
#main .banner h2 {
	font-size: 16px; font-weight: bold;
	text-transform: none;
	margin: 0 0 15px 0;
	color: #c50000;
}

/*#main .banner p {
	font-size: 20px; line-height: 28px; color: #999;
	margin: 15px 0;
}
#main .banner p strong {
	color: #404040; font-weight: normal;
}*/

#main .banner ul {
	height: 28px; line-height: 28px;
	margin: 20px 0 10px;
}
#main .banner ul li {
	float: left; margin-right: 15px;
}
#main .banner ul li a {
	text-transform: uppercase; font-weight: bold;
	text-decoration: none;
	background: #666; color: #fff;
	text-shadow: #202020 0 1px 2px;
	float: left; padding: 0 20px;
	/* CSS3: Border Radius */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#main .banner ul li a:hover {
	background: #444;
	text-shadow: #000 0 -1px 2px;
}

/** Services **/
#main #services ul {
	margin: 0 0 15px; float: left; width: 100%;
}
#main #services ul li { 
	background: url(../img/layout/icon_accept.png) no-repeat left 2px;
	width: 165px; padding-left: 25px; margin: 5px 0; float: left;
}
#main #services ul li.even { float: right; }

/**
 * About Page
 */
#main .profile {
	float: left; width: 100%;
	clear: both; border-top: 1px dotted #aaa;
	padding-top: 20px; margin-top: 10px;
}

#main .about_name {
	margin-bottom: 0;
}
#main .profile .col_02 {
	font-size: 10px;
}
#main .title {
	text-transform: uppercase; letter-spacing: .5px;
}

/** 
 * Contact Page
 */
#main .contact {
	float: left; width: 100%;
	margin-top: 20px;
}

#main .contact form {
	border: 1px solid #e0e0e0;
	/* CSS3: Border Radius */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main .contact form ul {
	padding: 10px 80px;
}

#main .contact form ul li {
	margin: 10px 0;
}

#main .contact form label {
	display: block; font-weight: bold;
}
#main .contact form label .req {
	color: #c50000;
}

#main .contact form .field {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 12px;
	width: 355px; margin: 5px 0;
	border: 1px solid; border-color: #bbb #ccc #ccc #bbb;
	padding: 5px;
	/* CSS3: Box Shadow*/
	box-shadow: inset 1px 1px 1px #ddd;
	-webkit-box-shadow: inset 1px 1px 1px #ddd;
	-moz-box-shadow: inset 1px 1px 1px #ddd;
}
#main .contact form .field:focus {
	border-color: #ccc #bbb #bbb #ccc;
	/* CSS3: Box Shadow*/
	box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
	-moz-box-shadow: 1px 1px 2px #ddd;
}

#main .contact form .submit {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	text-transform: uppercase; font-weight: bold;
	text-decoration: none; border: 0 none; cursor: pointer;
	background: #666; color: #fff;
	text-shadow: #202020 0 1px 2px;
	padding: 5px 20px;
	/* CSS3: Border Radius */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#main .contact form .submit:hover {
	background: #444;
	text-shadow: #000 0 -1px 2px;
}

#main .contact ul li {
	margin-bottom: 30px;
}

/** 
 * Finder Page
 */
#main .finder {
	float: left; width: 100%;
	margin-top: 20px;
}

#main .finder form {
	border: 1px solid #e0e0e0;
	/* CSS3: Border Radius */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main .finder form ul {
	padding: 10px 120px;
}

#main .finder form ul li {
	margin: 10px 0;
}

#main .finder form label {
	display: block; font-weight: bold;
}
#main .finder form label .req {
	color: #c50000;
}

#main .finder form .field {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 12px;
	width: 410px; margin: 5px 0;
	border: 1px solid; border-color: #bbb #ccc #ccc #bbb;
	padding: 5px;
	/* CSS3: Box Shadow*/
	box-shadow: inset 1px 1px 1px #ddd;
	-webkit-box-shadow: inset 1px 1px 1px #ddd;
	-moz-box-shadow: inset 1px 1px 1px #ddd;
}
#main .finder form .field:focus {
	border-color: #ccc #bbb #bbb #ccc;
	/* CSS3: Box Shadow*/
	box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
	-moz-box-shadow: 1px 1px 2px #ddd;
}

#main .finder form .submit {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	text-transform: uppercase; font-weight: bold;
	text-decoration: none; border: 0 none; cursor: pointer;
	background: #666; color: #fff;
	text-shadow: #202020 0 1px 2px;
	padding: 5px 20px;
	/* CSS3: Border Radius */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#main .finder form .submit:hover {
	background: #444;
	text-shadow: #000 0 -1px 2px;
}

#main .finder ul li {
	margin-bottom: 30px;
}

/*-------------------------------------------    
	Footer
---------------------------------------------*/

#footer a {
	color: #fff; text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

#footer .address, #footer .contact {
	float: left; margin: 15px 30px;
}

#footer .logos, #footer .logos ul, #footer .logos ul li, #footer .logos ul li a {
	float: left;
}
#footer .logos {
	float: right;
	margin: 20px 30px 8px 0;
}
#footer .logos .realtor {
	margin: 5px 0 0 0;
}
#footer .logos .rebac {
	margin: 5px 0 0 10px;
}

/*-------------------------------------------    
	Custom
---------------------------------------------*/

#main .col_06 ul  {
	margin: 0 0 0 25px; padding: 0;
	list-style-type: disc;
}

#main .col_06 ul li {
	list-style-type: disc;
	padding: 0 0 0 0px; margin: 0;
}

/*-------------------------------------------    
	Fin
---------------------------------------------*/
