/*
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/
*/

.custom #page {margin: 4em 0; }
.custom #header {padding: 0 0 5px 0;}
.custom #header p {font-family: Georgia, serif;}
.custom #leftside {width: 250px; float: left;}
.custom #tagline {font-style:italic;} 
.custom #rightside {width: 650px; float: right;}
.custom .menu {float: right; margin-top: 10px;}
.custom .green {color: #067b00;}
.custom .sidebar h3 {margin-bottom: 10px; font-size: 14px; text-transform: uppercase; letter-spacing: 100%; color: #333;}  
.custom #footer {text-align: center; padding-bottom: 0;}
.custom h1, .custom h2 {font-size: 24px; font-weight: normal; font-family: Georgia, serif;}
.custom .teaser h2 {font-size: 16px;}
.custom h3, .custom h4 {font-size: 18px; font-family: Georgia, serif;}
.custom .archives {font-size: 1.3em; text-align: center; padding-bottom: 5px;}

.custom.home #content_box {background: #fff;}
.custom.home #feature {width: 935px; height: 326px; border: 1px solid #333; background: url('images/shoegypsy-feature.jpg') no-repeat; margin: 20px 0;}
.custom.home #main_text {background: #fdffd5; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; font-size: 1.8em; padding: 30px 40px; margin-top: 180px; font-family: Georgia, serif;}
.custom.home #main_text .large {font-size: 1.6em;}
.custom.home .column {width: 298px; float: left; font-size: 1.4em;}
.custom.home .column h3 {margin-bottom: 10px; font-size: 22px; text-transform: uppercase; letter-spacing: 100%; color: #333;}  
.custom.home .column h3.indent {border-left: 7px solid #e4e4e4; padding-left: 10px; letter-spacing: normal; text-transform: none; font-size: 22px; font-weight: normal; text-transform: none;}
.custom.home .column h4 {margin: 5px 0; font-size: 1.2em; font-weight: lighter;}
.custom.home .column p {font-family: Lucida Grande, sans-serif; font-size: 13px; line-height: 17px; letter-spacing: 100%; padding: 10px 0;}
.custom .yellow, .custom .thesis_widget_subscriptions {background: #fdffd5; border: 1px solid #ccc; padding: 10px; text-align: center; margin: 20px 0;}
.custom.home .yellow h2 {margin-bottom: 10px;}
.custom.home .yellow h3 {margin-bottom: 4px; text-transform: none;}
.custom.home .column ul.sidebar {list-style-type: none;}
.custom.home .column ul.sidebar li.widget {font-size: 1em;}
.custom.home .column ul.sidebar li.widget p {margin-bottom: 0;}
.custom.home .column ul.sidebar li.widget a {text-decoration: none;}
.custom.home .column ul.sidebar h3 {color: #333;}
.custom.home #column-1 {padding-right: 10px; background: url('http://dev-bill.billerickson.net/wp-content/themes/thesis_17/lib/images/dot-ddd.gif') repeat-y; background-position: top right;}
.custom.home #column-2 {padding: 0 10px; background: url('http://dev-bill.billerickson.net/wp-content/themes/thesis_17/lib/images/dot-ddd.gif') repeat-y; background-position: top right;}
.custom.home #column-2 p {padding-top: 0;}
.custom.home #column-2 h4 {margin-bottom: 0; margin-top: 15px;}
.custom.home #column-3 {padding-left: 10px;}

.custom.page .headline_area {text-transform: uppercase; border-left: 7px solid #e4e4e4; padding-left: 10px;}
.custom.wordpress-consulting .smaller {font-size: 12px; color: #525252; text-align: center; padding: 0; margin: 0; font-style: normal;}
.custom.wordpress-consulting .intro {font-size: 20px;}
.custom.wordpress-consulting #thesis-box {margin-right: 20px;}
.custom.wordpress-consulting dl {clear:both;}
.custom.wordpress-consulting dt {width: 130px; float: left; text-align: center; margin-right: 10px; padding-top: 10px;}
.custom.wordpress-consulting dd {float: left; width: 430px;}
.custom.wordpress-consulting dd h3 {margin-top: 0;}
.custom.wordpress-consulting h2 {margin-bottom: 0;}
.custom.wordpress-consulting ul h3 {margin: 0; font-weight: bold;}
.custom.wordpress-consulting h3.price {font-weight: normal; font-size: 16px; font-style: italic; margin: 0;}
.custom.wordpress-consulting .main-service {background: #fdffd5; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 10px 10px 40px; margin: 20px 0;}
.custom.wordpress-consulting .main-service h2 {margin-top: .5em;}
.custom.wordpress-consulting .yellow h3, .custom.wordpress-consulting .yellow p {margin: 5px;}

.custom.portfolio .port-item {margin: 20px 0; padding: 20px 0; border-top: 1px solid #ccc;}
.custom.portfolio .port-item#item-1 {border: none; margin-top: 0; padding-top: 0;}
.custom.portfolio .image {text-align: center;}
.custom.portfolio .image img {border: 20px solid #f0f0f0;}
.custom.portfolio .left {width: 400px; float: left;}
.custom.portfolio .right {width: 200px; float: right; text-align: right;}
.custom.portfolio .clearfix p {margin: 0; padding: 0;}
.custom.portfolio .clearfix h2 {margin-top: 0;}

.custom #salesforce input {margin-bottom: 15px;}
.custom #salesforce #lead_source {margin-left: 20px; margin-bottom: 40px;}
.custom #salesforce #submit {background: #2361A1; color: #fff; margin-top: 30px;}

.custom dl#comment_list dl .bypostauthor {background: #fdffd5; }
.custom dl#comment_list dl .bypostauthor .children {background: #fff;}

.custom .widget_rss h3 a {color: #333;}
.custom .widget_rss ul {list-style-type: disc; margin-left: 20px;}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}