/*
	Chad Williams
	Creative Visual Design
	http://www.creativevisualdesign.com

	COLOR PALETTE

	#333333 - BODY BACKGROUND
	#FAE57E - MAINCONTENT YELLOWISH
*/


/* GLOBAL RESET BEGIN */

applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img, img, a {
	border: 0;
	outline:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* GLOBAL RESET END */

/* REUSABLE CLASSES BEGIN */

.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: 25px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}

.fltlft {
	float: left;
	margin-right: 20px;
}

.fltrt {
	float: right;
	margin-left: 20px;
}

.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;
}

h1 {
	font-size:2.2em; 
	font-weight:bold; 
	padding-bottom:15px;
}
  
h2 {
	font-size:1.8em; 
	font-weight:bold; 
	padding-bottom:10px;
	color: #155465;
}  

h3 {
	font-size:1.5em; 
	font-weight:bold; 
	padding-bottom:10px;
}
  
h4 {
	font-size:1.2em; 
	font-weight:bold; 
	padding-bottom:10px;
}  

a, input, select { outline:none; }

strong { font-weight: bold; }

p { 
	font-size: 1.2em;
	line-height: 1.7em;
	margin-bottom: 10px;
}

.text {
	line-height: 1.5em;
	margin-bottom: 10px;
}

.button {
	border: 1px solid #000;
	background: #A03521;
	padding: 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight:bold;
	width:100px;
}

.button:hover { background: #000; color: white; }

input, textarea { padding: 5px; width: 300px; }

.center { 
	margin:0 auto; 
	text-align:center; 
}

.border { 
	background:#ccc; 
	border:1px solid #484848; 
	float: left;
	padding:8px;
}

.bio { 
	float:left; 
	margin:0 20px 10px 0;
}

::selection {
	background: #D56A68; /* Firefox style when text is highlighted */
	color: #000;
	}
	
::-moz-selection {
	background: #D56A68; /* Firefox style when text is highlighted */
	color: #000;
}


/* REUSABLE CLASSES END */


/*
	STRUCTURE BEGIN
*/

html { 
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	overflow-y: scroll;
	background: url(../images/bg-body.png) repeat;
	color: #000;
}

html, body { height: 100% }

body {
	text-align: center;
}

#container {
	/*border: 5px solid #000;*/
	box-shadow: 4px 4px 8px #262626;
	-webkit-box-shadow: 4px 4px 8px  #262626;
	-moz-box-shadow: 4px 4px 8px #262626;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#262626, offX=4, offY=4, positive=true);	
	height: auto !important;
	/*height: 100%;*/
	margin: 0 auto -100px; /* this negative bottom margin should equal the height set in the .footer .push class */
	/*min-height: 100%;*/
	text-align: left;
	width: 1000px;
}

#header {
	background: #fff;
	border-bottom: 5px solid #A2272A;
	clear: both;	
	height: 150px;
}

.logo a {
	background: transparent url(../images/logo-fortis.jpg) top left no-repeat;
	display: block;
	float: left;
	width: 650px;
	height: 150px;
	text-indent: -9000px;
}

.logo-print { display: none; }

.banner {
	display: block;
	float: left;
	width: 350px;
	height: 150px;
}

#sidebar {
	background:#000;
	float:left;
	padding:15px 15px 0 15px;
	width: 220px;
}

#main-content {
	background:#fff url(../images/bg-main-content.png) repeat-x;
	float:left;
	padding:15px 15px 0 15px;
	width:720px;
}

	#main-content a { text-decoration:underline; }
	#main-content a:hover, #main-content a:active { text-decoration:none; }
	
.nav-list {
	
}

.nav-item {
	display:block;
	float:left;
	padding:7px;
}

.nav-item-last { border-right:none; }

.nav-link {
	border-bottom:1px dotted #fff;
	color: #fff;
	display: inline-block;
	font-weight:bold;
	height: 20px;
	text-decoration:none;
	text-transform:uppercase;
	width:200px;
}

.nav-link:hover {
	color:#A2272A;
}

.about-list {
	margin: 0 0 20px 0;
}

.about-item {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style:disc;
	margin: 0 0 0 20px;
}

.about-item-no-bullet {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 0 20px;
}

.about-name { 
	font-weight: bold; 
	margin: 0 0 10px 0;
}

.foreclosure-item {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 5px 0;
}

.foreclosure-description {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

.subscribe {
	background: #999;
	border: 2px solid #155465;
	border-radius: 5px;
	clear: both;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:400px;
}

.subscribe-title {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 0 10px 0;
}

/* CONTACT FORM BEGIN */
.label {
	font-size: 1.2em;
	font-weight: bold;
}

.email { 
	background:#fff; 
	border: 0;
	border-radius:5px; 
	clear: both;
	float: left;
	height:18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px; 
	margin: 5px 5px 5px 0;
	width:275px; 
}

.submit { 
	background:#fff; 
	border: 0;
	border-radius: 5px; 
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px; 
	width:80px;
}

.submit:hover { 
	background: #135565;
	color: #fff;
}

input:focus, textarea:focus, select:focus { background:#fff; outline:none; }

.LV_validation_message{
    font-weight:bold;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {

}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {

}

/* 
	CONTACT FORM END 
*/
	
	
/* 
	FOOTER BEGIN 
*/

#footer {
	background:/*#A2272A*/ url(../images/bg-footer.png) repeat;
	border-top:1px solid #A2272A;
	clear: both;
	overflow:hidden;
	padding:10px;
	text-align:center;	
}

#footer-nav {
	clear:both;
	float:left;
	overflow:hidden;
	width:100%;
}

#footer-nav ul {
	float:left;
	left:50%;
	margin:0 auto 15px;
	padding:0;
	position:relative;
}

#footer-nav ul li {
	float:left;
	padding:0 7px;
	position:relative;
	right:50%;
	}

	#footer-nav ul li.last {
		border-right:none;
	}

.footer-item {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.footer-link {
	color: #000;	
	text-decoration: none;
}

.footer-link:hover {
	color: #fff;	
}

.footer-text {
	line-height: 10px;	
}

.footer-date {
	
}

.footer-date-item {
	border-right: 1px solid #000;	
}

.footer-date-item-last {
	border-right: none;
}

/* hidden wp login link */
#footer a.wp-login  { text-decoration:none; cursor:default; }
#footer a.wp-login:hover { color:#fff; }

/* styles footer links */

/* used to display any logos */
#footer ul#footer-logos li { 
	display: inline; 
	float: left; 
	margin: 0 10px;
}

#footer ul#footer-address li {
	float: right;
}
	
/* stick footer to the bottom of the screen */
.footer, .push {
	height: 100px; /* make the height equal to the total height of your footer including border, margin and padding */
}

/* 
	FOOTER END 
*/



/* 
	COMMENTS BEGIN 
*/

/* styles for the comments section of a post */
.authorstyle { background-color: #B3FFCC !important; }

.comment-body {min-height:100px; }
.comment-body p { width:800px; display:block;}
h3.comment-author { padding:0 0 5px 0; }
h4.comment-meta { }

img.avatar {
	/*-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;*/
	background:#484848;
	padding:8px;
	float:left;
	margin-right:20px;
}

ol.comment_list h4 {
	margin:0 0 20px;
}

li.comment { 
	margin-bottom:15px;
	padding:10px;
}

li.even {
    background:#8BC974;
	border:2px solid #E7F3E2;
}

li.odd {
    background:#6DBA50;
	border:2px solid #E7F3E2;
}

li.bypostauthor {
    background:#D56A68;
	border:2px solid #E7F3E2;
}

form#commentform { margin:20px 0; }
form#commentform p { padding:0 0 0 165px; }
form#commentform div { margin:20px 0; }
form#commentform div h3 { margin:0 0 0 165px; }
form#commentform div input { width:620px; margin:0 0 0 165px; border:none; }
form#commentform div input.submit { width:640px; background:#D56A68; border:5px solid #484848; color:#fff; cursor:pointer; margin-top:10px; } /* Putting those background / border roles back in */
form#commentform div input.submit:active { background:#c00; border:5px solid #900; } /* Putting those background / border roles back in */
form#commentform div input.submit:hover { border:5px solid #600; } /* Putting those background / border roles back in */
form#commentform textarea { border:none; width:620px; height:200px; margin:0 0 0 165px; }

/* 
	COMMENTS END 
*/

