/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* ----- Global ------------------ */

a {outline: none}

body {

}

/* ----- Page Specific ----------- */

/* ----- Header ------------------ */

#header_area {
	background: url(images/header_bg.png) 0 0 repeat-x;
}

	#header_area .page {
		background: transparent;
		position: relative;
	}
	
		#header {
			padding: 10px 0 0 0;
			overflow: hidden;
			height: 64px;
		}
	
.page_tag {
	position: absolute;
	top: 14px;
	left: 637px;
	background: url(images/main_tag.png) no-repeat;
	width: 320px;
	height: 60px;
}

body.bankruptcy .page_tag {
	position: absolute;
	top: 22px;
	left: 637px;
	background: url(images/bankruptcy_tag.png) no-repeat;
	width: 320px;
	height: 60px;
}

body.real-estate .page_tag {
	position: absolute;
	top: 14px;
	left: 637px;
	background: url(images/real_estate_tag.png) no-repeat;
	width: 320px;
	height: 60px;
}
		

/* ----- Branding ---------------- */

#logo {
	background: url(images/logo.png) no-repeat;
	width: 547px;
	height: 44px;
	text-indent: -9999px;
	float: left;
	margin-top: 20px;
}

	#logo a {
		display: block;
		width: 547px;
		height: 44px;
	}

#tagline {

}

/* ----- Navigation -------------- */

.menu {
}

	.menu li {
	
	}
	
		.menu li a {
			font-size: 18px;
			letter-spacing: normal;
			padding-top: 8px;
			padding-bottom: 8px;
		}
		
		.menu li.tab-home a {
			padding-left: 0;
		}
		
		.menu li.current a {
		
		}
		
		.menu li a:hover {
		
		}
		
		.menu li.current a:hover {
		
		}
		
	.submenu {
	
	}
	
		.submenu li {
		
		}
		
			.submenu li a {
			
			}
			
			.submenu li.current a {
			
			}
			
			.submenu li a:hover {
			
			}
			
			.submenu li.current a:hover {
			
			}

/* ----- Sidebars ---------------- */

#sidebars {

}

	.sidebar {
	
	}
	
		.sidebar ul.sidebar_list {
		}
		
			.sidebar ul.sidebar_list li.widget {
			
			}
			
				.sidebar ul.sidebar_list li.widget .widget_box {
				
				}
				
					.sidebar h3 {
						font-weight: bold;
						color: #143045;
						letter-spacing: normal;
						text-transform: none;
						font-variant: normal;
						font-size: 17px;
					}

/* ----- Sidebar Widgets --------- */

/* Top Copy */

li#text-7, li#text-8 {
	color: #ffffff;
}

	li#text-7 h3, li#text-8 h3 {
		color: #ffffff;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: normal;
		font-variant: normal;
		font-size: 18px;
	}
	
.search_form p {
	background: url(images/search_icon.png) 0px 0 no-repeat;
	line-height: 50px;
}
	
.search_form input#s {
	width: 235px;
	margin-left: 60px;
	background: url(images/input_bg.png) left top no-repeat;
	padding: 9px 10px 7px;
}

/* ----- Contact Form ------------ */

li.gravityformswidget {
	background: url(images/contact_form_bg.png) left top no-repeat;
	margin-left: 30px;
	width: 265px;
}

	.gform_wrapper {
		width: 212px;
		padding: 30px 28px 75px 20px;
	}
	
		h3.gform_title {
			font-size: 22px;
			color: #d7a168;
			letter-spacing: normal;
		}
	
		label.gfield_label {
			color: #ffffff;
			font-size: 15px;
		}
		
		.ginput_container {
			margin-top: 10px;
		}
	
		.ginput_container input.medium, .ginput_container textarea.small {
			background: url(images/input_bg.png) left top no-repeat;
			width: 190px;
			padding: 9px 10px 7px;
		}
		
		.ginput_container textarea.small {
			height: 120px;
		}
		
		span.gfield_required {display: none;}
		
		.gform_footer.top_label {
			text-align: center;
			margin-left: 12px;
		}
		
		.gform_footer.top_label a {
			display: none;
		}
		
		#gforms_confirmation_message {
			width: 245px;
			padding: 5px;
			background: #ffffff;
			color: #000000;
		}



/* ----- Content Area ------------ */

body.home #content_area {
}

	#content_area .page {
		background: url(images/faux_bg.png) right top repeat-y;
	}
	
	body.home #content_area .page {
		background: url(images/home_bg.jpg) left top no-repeat;
	}
		
		body.real-estate #content_box {
		background: url(images/real_estate_bg.jpg) left top no-repeat;
		}
		
		body.bankruptcy #content_box {
			background: url(images/bankruptcy_bg.jpg) left top no-repeat;
		}
		
			body.home #content {
				height: 470px;
			}
			
				.post_box {
				
				}
				
				body.real-estate .post_box.top {
					padding-top: 330px;
				}
				
				body.bankruptcy .post_box.top {
					padding-top: 330px;
				}
				
.headline_area h1, .headline_area h2 {
	font-size: 22px;
	text-transform: uppercase;
}

h2.entry-title {
	text-transform: uppercase;
}

/* ----- Home Page ---------- */

body.home .headline_area {display: none;}

	body.home .post_box.top {
		padding: 0;
		height: 470px;
		margin-left: 0;
		margin-right: 0;
	}
	
	body.home .format_text {
		position: relative;
		color: #ffffff;
	}

		body.home .format_text #about_rich {
			position: absolute;
			top: 36px;
			left: 11px;
			width: 250px;
			height: 360px;
			padding: 15px 10px 20px;
		}
		
			body.home .format_text #about_rich h3 {
				color: #ffffff;
				font-weight: bold;
				font-size: 20px;
				margin-top: 0;
				margin-bottom: 40px;
			}
			
			body.home .format_text #about_rich p {
				margin-bottom: 15px;
			}
			
			body.home .format_text #about_rich p.phone {
				text-align: center;
				color: #d7a168;
				font-size: 30px;
				font-weight: bold;
				padding-top: 70px;
			}
			
		body.home .format_text #real_estate {
			position: absolute;
			top: 250px;
			left: 650px;
			width: 267px;
			height: 162px;
			padding: 10px 15px;
		}
		
			body.home .format_text #real_estate h3 {
				color: #c8c4b8;
				font-weight: bold;
				font-size: 30px;
				margin-top: -5px;
				margin-bottom: 0;
				text-transform: uppercase;
				text-align: center;
			}
			
			body.home .format_text #real_estate p {
				margin-bottom: 5px;
				line-height: 1.4em;
			}
			
			body.home .format_text #real_estate p.learn_more {
				text-align: center;
				margin-top: 7px;
			}
			
		body.home .format_text #bankruptcy {
			position: absolute;
			top: 38px;
			left: 650px;
			width: 267px;
			height: 162px;
			padding: 10px 15px;
		}
		
			body.home .format_text #bankruptcy h3 {
				color: #d7a168;
				font-weight: bold;
				font-size: 30px;
				margin-top: -5px;
				margin-bottom: 0px;
				text-transform: uppercase;
				text-align: center;
			}
			
			body.home .format_text #bankruptcy p {
				margin-bottom: 5px;
				line-height: 1.4em;
			}
			
			body.home .format_text #bankruptcy p.learn_more {
				text-align: center;
				margin-top: 27px;
			}
			
/* ----- 404.php ------------------ */

#content_search {
	margin-bottom: 20px;
}

	#content_search input#searchinput {
		padding: 5px 5px;
	}
	
	#content_search input#searchsubmit {
		width: 50px;
		background: #143045;
		color: #ffffff;
		padding: 4px 5px 5px;
	}

/* ----- Footer ------------------ */

#footer_area {
	background: #d0cdc3;
	margin-top: 5px;
}

body.home #footer_area {
	background: #ffffff;
}

	#footer_area .page {
		background: transparent;
		padding-top: 20px;
	}
	
	body.home #footer_area .page {
		padding-top: 0;
		background: #d0cdc3;
	}
	
		#footer {
			text-align: left;
			padding-left: 20px;
			padding-right: 20px;
			overflow: hidden;
		}
		
		
			#footer h3 {
				font-weight: bold;
				margin-bottom: 15px;
				font-size: 16px;
				color: #143045;
			}
		
			#footer p, #footer a, #footer ul, #footer li {
				font: 13px Arial, Helvetica, sans-serif;
				color: #143045;
			}
			
			#footer p {
				line-height: 1.2em;
			}
		
			#footer a {
				border: 0;
				text-decoration: none;
			}
			
				#footer a:hover {
					text-decoration: underline;
					color: #143045;
				}
				
			
/* ----- Footer Content ---------- */

ul.footer_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ul.footer_list li.widget {
		margin-bottom: 0;
	}
	
		#footer_widgets {
			overflow: hidden;
			margin-bottom: 40px;
		}
		
		body.home #footer_widgets {margin-bottom: 0;}
		
			#footer_widgets .col {
				float: left;
				width: 300px;
			}
			
				#footer_widgets .col.footer1 {
					margin-right: 10px;
				}
				
				#footer_widgets .col.footer2 {
					margin-right: 10px;
					padding-left: 50px;
					width: 250px;
				}
				
				#footer_widgets .col.footer3 {
				
				}

/* Subscribe Box */

#subscribe_form {
	background: url(images/new_articles_bg.png) no-repeat;
	width: 279px;
	height: 66px;
	padding: 5px 10px 10px;
	position: relative;
}

	#subscribe_form p {
		color: #d7a168;
		font-size: 17px;
	}	
	
	#subscribe_form input.email {
		padding: 8px 5px 7px;
		background: url(images/input_bg.png) left top no-repeat;
		position: absolute;
		top: 32px;
		left: 10px;
		width: 185px;
		font-size: 12px;
	}
	
	#subscribe_form input.button {
		position: absolute;
		top: 32px;
		left: 213px;
	}
			
/* Social Links */

#social_links {
	list-style: none;
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 0;
}

	#social_links li {
		float: left;
	}
	
		#social_links li a {
			float: left;
			background: url(images/social_icons.png) top left scroll no-repeat;
			text-indent: -9999px;
			display: block;
			height: 60px;
			position: relative;
		}
		
		#social_links li a span {
			background: url(images/social_icons.png) top left scroll no-repeat;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			z-index: 100;
		}
		
			#social_links li a.facebook {
				width: 75px;
				background-position: 0 -60px;
			}
			
			#social_links li a.facebook span {background-position: 0 0px;}
			
			#social_links li a.youtube {
				width: 75px;
				background-position: -75px -60px;
			}
					
			#social_links li a.youtube span {background-position: -75px 0;}
			
			#social_links li a.twitter {
				width: 75px;
				background-position: -150px -60px;
			}
	
			#social_links li a.twitter span {background-position: -150px 0;}
			
			#social_links li a.rss {
				width: 75px;
				background-position: -225px -60px;
			}
			
			#social_links li a.rss span {background-position: -225px 0;}

		#location_widgets {
			overflow: hidden;
			margin: 0 0 40px 0;
		}
		
			#location_widgets h4 {
				text-align: center;
				font-size: 20px;
				color: #143045;
				margin-bottom: 20px;
				padding-top: 15px;
				border-top: 1px solid #143045;
				text-transform: uppercase;
			}
			
			body.home #location_widgets h4 {border-top: 0;}
			
			#location_widgets .col {
				float: left;
				width: 209px;
				padding: 0 10px;
				border-right: 1px solid #143045;
				text-align: center;
			}
				
			#location_widgets .location4 {
				border-right: none;
			}
		
	
#disclaimer {
	clear: left;
	font-size: 13px;
}

	#disclaimer p {
		margin-bottom: 20px;
	}

#credits {
	font-size: 13px;
}

	#credits a {
		font-weight: bold;
	}