/*
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/
*/

/* start of custom thesis styles */

/*body.custom {
	background-color: #DFD3A9;
	} */

.custom .full_width > .page {
	background: transparent;
	}

.custom a:link {
	color: #C14817;
	text-decoration: none;
	}
.custom a:visited {
	color: #A8695B;
	text-decoration: none;
	border-bottom: dotted 1px #A8695B;
	}
.custom a:hover {
	color: #A8695B;
	text-decoration: none;
	border-bottom: solid 1px #A8695B;
	}
.custom a:active {
	text-decoration: none;
	}

.custom h1, .custom h2, .custom h3 {
	color: #488296;
	font-weight: normal;
	}
.custom .format_text h2 {
	color: #488296;
	font-size: 1.4em;
	}
.custom .format_text h3 {
	color: #488296;
	font-size: 1.2em;
	}
.custom h2 a:link {
	color: #C14817;
	}
.custom h2 a:visited {
	color: #A8695B;
	text-decoration: none;
	border-bottom: none;
	}
.custom h2 a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #A8695B;
	}


.custom #header_area {
	background: url('images/header_bg.jpg') top left repeat-x;
	}

.custom #header_area .page {
	width: 929px;
	padding: 0 0 25px 0;
}

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a:link { 
	display: block; 
	height: 200px; 
	width: 929px; 
	background: url('images/header2.png') no-repeat; 
	outline: none;
	}

.custom #header #logo a:hover {
	border-bottom: none;
	display: block; 
	height: 200px; 
	width: 929px; 
	background: url('images/header2.png') no-repeat; 
	outline: none;
	}

.custom #header #logo a:visited {
	border-bottom: none;
	display: block; 
	height: 200px; 
	width: 929px; 
	background: url('images/header2.png') no-repeat; 
	outline: none;
	}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px;
	}

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { 
	padding: 0;
	height: 200px;
	border-bottom: none;
}
.custom #header h1#logo { 
	background: transparent;
}

.custom ul.menu {
	margin-top: -150px;
	margin-right: 5px;
	height: 27px;
	width: auto;
	float: right;
	}
.custom .menu {
	border: none;
	}
.custom .menu li {
	margin-bottom: 0;
	}	
.custom ul.menu li {
	border: none;
	padding-bottom: 0;
	background: transparent;
	}
.custom ul.menu li.current {
	color: #C14817;
	}
.custom .menu a, .custom ul.menu li a {
	color: #423328;
	font-size: 1.6em;
	text-decoration: none;
	background: none;
	border: none;
	}
.custom ul.menu li.current a {
	color: #C14817;
	font-size: 1.6em;
	text-decoration: none;
	background: none;
	border: none;
}
.custom ul.menu li a:hover {
	color: #C14817;
	text-decoration: none;
	}
.custom .menu .rss a {
	background: none;
	}
.custom .menu .current > a, .custom .menu .current-cat > a {
	cursor: pointer;
	}


/* Content styles */

.custom #content_box {
	margin-top: 25px;
	margin-bottom: 25px;
	}
.custom .headline_meta {
	color: #111111;
	}
.custom .format_text ul {
	list-style-type: circle;
	}
.custom #content_box {
	background-image: url('images/dot-ddd.gif');
	}
.custom a.teaser_link:link {
	}
.custom a.teaser_link:hover {
	text-decoration: none;
	}
.custom #respond_intro p {
	color: #488296;
	}
.custom .post_box, .custom .teasers_box {
	border-top: solid 1px #423328;
	}
.custom .top {
	border-top: none;
	}
.custom .meta {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8em;
	}
.custom .wp-caption {
	background: #FFFFFF;
	border-color: #423328;
	}
.custom #commentform p a {
	text-decoration: none;
}
.custom .comments_intro, .custom #respond_intro {
	font-size: 1.2em;
	margin-left: 0.9em;
	color: #488296;
	}
.custom .comments_intro span.bracket {
	display: none;
	}
.custom .comments_intro p span {
	font-size: 1.1em;
	}
.custom .comments_intro p {
	font-size: 1.7em;
	color: #488296;
	}
.custom #commentform {
	border-top: solid 1px #423328;
	padding-top: 2.2em;
	}
.custom #commentform label {
	clear: left;
	}
.custom #commentform input {
	}
.custom #commentform input.form_submit {
	border: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
	width: auto;
	height: 30px;
	padding: 0px 5px 2px 5px;
	background: #C14817;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.custom #commentform textarea {
	width: 96%;
	}
.custom dl#comment_list {
	border-top: solid 1px #423328;
	}
.custom dl#comment_list .bypostauthor {
	background: #FFFFFF;
	}
.custom dl#comment_list dd {
	border-bottom: solid 1px #423328;
	}
.custom dl#comment_list dt .comment_author {
	font-weight: normal;
	}
.custom dl#trackback_list {
	border-top: solid 1px #423328;
	}
.custom input, .custom textarea {
	background-color: #FFFFFF;
	}
.custom #image_box {
	background: #FFFFFF;
	border-bottom: solid 1px #423328;
	border-right: solid 1px #423328;
	}
.custom #custom_box {
	background: #FFFFFF;
	border-bottom: 1px solid #423328;
	}
.custom #custom_box h3 {
	color: #423328;
	font-size: 1.8em;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin-bottom: 10px;
	}
.custom #custom_box p.purchase {
	font-size: 1.2em;
	margin-bottom: 10px;
	}
.custom .sidebar {
	padding: 0 0 20px 20px;
	}
.custom .sidebar h3 {
	color: #488296;
	font-size: 1.4em;
	}
.custom .textwidget p {
	margin: 5px 0px 10px 0px;
	}
.custom .textwidget p.cc a:link {
	color: #111111;
	}
.custom .textwidget p.cc a:hover {
	color: #111111;
	}
.custom .textwidget p.cc a:visited {
	color: #111111;
	}
.custom .textwidget p.cc a:active {
	color: #111111;
	}
.custom .widget_text a:link {
	
	}
.custom .widget_text a:hover {
	border-bottom: none;
	}
.custom .widget_text a:visited {
	border-bottom: none;
	}
.custom .widget_text a:active {
	}
.custom .textwidget img {
	margin-bottom: 5px
	}
.custom .format_text .to_comments span.bracket {
	display: none;
	}
.custom input.form_submit {
	}	
.custom #footer_area {
	background: url('images/footer_bg.jpg') top left repeat-x;
	height: 125px;
	}
.custom #footer_area .page {
	padding-top: 50px;
	padding-bottom: 0;
	}
.custom #footer {
	border-top: none;
	}
.custom #footer a {
	text-decoration: none;
	border-bottom: 0;
	color: #423328;
	}
.custom #footer a:hover {
	text-decoration: underline;
	}

.custom #footer p {
	font-size: 1.5em;
	color: #423328;
	}
.custom li.widget {
	width: 285px;
	padding-bottom: 2em;
	margin-bottom: 20px;
	border-bottom: 1px solid #423328;
	}
.custom .teaser_date {
	color: #111111;
	}
.custom .prev_next {
	margin-right: 2.3em;
	padding-right: 1.1em;
	border-top: solid 1px #423328;
	}
.custom .prev_next p {
	float: right;
	width: 50%;
	text-align: right;
	}
.custom .prev_next p.previous {
	float: left;
	text-align: left;
	}

.custom .format_text img.left, .custom .format_text img.alignleft, .custom .wp-caption.alignleft {
        margin: 0 1.571em 1em 0;
} 

/* Contact Form */
.contactform {
margin-top: 40px
}
.contactform input[type="text"] {
float: left;
clear: left;
margin-bottom: 20px;
margin-top: 5px;
border: 1px solid #423328;
width: 237px;
}
.contactform input[type="submit"] {
margin-bottom: 10px;
border: none;
color: #FFFFFF;
font-weight: normal;
font-size: 1em;
width: auto;
height: 30px;
padding: 0px 5px 2px 5px;
background: #C14817;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.contactform br {
clear: left;
}
.contactform label {
float: left;
}
.contactform textarea {
width: 506px;
border: 1px solid #423328;
margin-top: 5px;
}

ul.gfield_radio li input, ul.gfield_checkbox li input {width:5%!important}
.gform_footer input[type=image] {border:none!important; border-color:none!important; background-color:none!important}

/* Gravity Forms Styles */
.custom .gform_wrapper .gfield {
margin: 0 0 20px 0;
}
.custom .gform_wrapper .top_label .gfield_label {
font-weight: normal;
line-height: 1.571em;
margin: 0 0 5px 0;
}
.custom .gform_wrapper input, .custom .gform_wrapper textarea {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
padding: 0.214em;
border: 1px solid #423328;
}
.custom .gform_wrapper input[type="submit"] {
width: auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #C14817;
color: #FFFFFF;
border: none;
font-size: 1.1em;
padding: 5px 8px;
letter-spacing: 1px;
}
.custom .gform_wrapper input.button:hover {
color: #FFFFFF;
}
.custom .gform_wrapper .gform_footer {
margin: 0;
}
.custom .gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .custom .gform_wrapper .gfield_time_minute label, .custom .gform_wrapper .gfield_date_month label, .custom .gform_wrapper .gfield_date_day label, .custom .gform_wrapper .gfield_date_year label, .custom .gform_wrapper .instruction {
	margin: 0;
	font-size: 11px;
	}