/*File:            custom.cssDescription:    Custom styles for ThesisBASIC USAGE:If you have enabled the custom stylesheet in the Thesis options panel, the <body> tagwill be appended with the "custom" class, like so: <body class="custom">. You can usethe "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 thefollowing 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 themWHY THIS WORKS:By using the "custom" class, you are creating more specific CSS declarations for HTMLelements. CSS styling is applied through rules of specificity, and because declarationsprepended 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 foundin the User's Guide:http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/Page setup*/
.custom #page
{
	padding: 0;
	/*[empty]background-image:;*/
}
UL.menu LI.tab A
{
	/*[empty]color:;*/
	background-color: #FCFFF5;
}
LI.tab.current A
{
	background-color: #FEFEFE;
}
UL.menu LI.rss
{
	display: none;
}
DIV.tabs-menu UL.menu
{
	border-bottom: 0px solid #000000;
}
DIV#page DIV.tabs-menu UL.menu
{
	width: 950px;
	margin: 0 auto;
}
.custom #content
{
	float: left;
	margin: 2em;
	width: 60em;
}
.custom #container
{
	margin: 0;
	width: auto;
}
.custom #content_box
{
	margin: 0 auto;
	width: 95em;
}
.custom #footer
{
	border: 1px solid #CCCCCC;
	margin: 0 auto 1.5em;
	width: 928px;
}
.custom .format_text H2, .format_text H3
{
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.286em;
	line-height: 1.222em;
	margin: 1.833em 0 0.611em;
	padding-bottom: 0.4em;
}
/*Header*/
.custom #tagline
{
	display: none;
}
.custom #header
{
	background-color: #0E3B33;
	padding-bottom: 1.2em;
	padding-top: 1.2em;
	color: #FFFFFF;
	font-size: 0.9em;
	border: none;
}
.custom #header #logo A, .custom #header #logo A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.custom UL#tabs
{
	margin: 0 auto;
	width: 975px;
	border: none;
}
.custom #header #logo
{
	font-weight: normal;
	margin: 0 auto;
	width: 950px;
}
.custom .tabs-menu
{
	background-color: #3D6E65;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 0 0;
	border-bottom: 1px solid #FFF;
}
DIV.tabs-menu
{
	text-align: center;
}
.custom .search-top
{
	background-color: #FCFFF5;
	border: 1px solid #CCCCCC;
	margin: 1.5em auto 0;
	padding: 0.5em 0;
	width: 950px;
	height: 24px;
}
.custom #searchform
{
	float: left;
	padding: 0 1em;
}
.custom .search-top LABEL
{
	display: none;
}
.custom #searchform INPUT
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	color: #6E9DBB;
	font-size: 1.5em;
	padding: 0.05em;
}
.custom #searchform INPUT#searchsubmit
{
	background: #3C6D64 none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 0.2em;
}
.custom UL#tabs LI, .custom UL#tabs LI.current_page_item, .custom UL#tabs LI.current-cat
{
	background-color: #3E606F;
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	padding: 0 0.7em;
}
.custom UL#tabs LI
{
	margin: 0.4em 0;
}
.custom UL#tabs LI A
{
	color: #FFFFFF;
	padding: 0.35em 1.5em;
}
/*Sidebar*/
.custom #sidebars
{
	margin-top: 9em;
}
.custom LI.widget UL LI
{
	background-image: url(images/bullet-icon.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.835em;
}
/*Content*/
.custom #content_box
{
	background: none;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px 1px;
}
DIV#content.hfeed DIV.teasers_box
{
	background-repeat: no-repeat;
	/*[empty]background-image:;*/
}
DIV#content.hfeed DIV.teasers_box
{
	background-image: url(http://www.brianchappell.com/images);
}
DIV#content.hfeed DIV.teasers_box
{
	width: 628px;
}
DIV.teasers_box
{
	border-top: 1px solid #CBCBCB;
}
DIV.format_teaser.entry-content P
{
	width: 293px;
}
/*Comments*/
.custom SPAN.bracket
{
	display: none;
}
.custom .to_comments
{
	background-image: url(images/chat.jpg);
	background-repeat: no-repeat;
	padding: 0 2.8em;
}
.custom .post_box
{
/*border-bottom:1px solid #cccccc !important;*/
	border-top: medium none #000000;
	background: transparent url(http://www.brianchappell.com/images/bar.png) repeat-x scroll 0 0;
	padding-top: 5em;
}
.custom .prev_next
{
	border-top: 0px solid #DDDDDD;
}
#commentform
{
	border-top: 0px dotted #BBBBBB;
	background: transparent url(http://www.brianchappell.com/images/bar.png) repeat-x scroll 0 -15px;
}
.custom .post_box:last-child
{
	border-bottom: none !important;
}
.parakickdown
{
	padding-bottom: 29px;
}
BODY.custom.remove-tweet DIV IFRAME
{
	display: none;
}
DIV.post.post_box.top DIV.topbg
{
	padding-left: 20px;
	margin-left: 21px;
}
DIV#top-paragraph-top-callout
{
	margin-left: 0;
	/*[empty]background-color:;*/
}
DIV#adaptlogo IMG
{
	/*[empty]text-align:;*/
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
	/*[empty]width:;*/
	margin-top: -13px;
	padding-right: 5px;
}
DIV#adaptlogo
{
	text-align: left;
	margin-left: -12px;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
	/*[empty]background-position:;*/
}
DIV.topbg
{
	background-color: #FBFEF4;
	border: 1px solid #CCC;
	margin: -10px 4px 0 0;
	padding-top: 0;
	padding: 20px;
	background-image: url(http://www.brianchappell.com/images/roots-background.png);
	background-repeat: no-repeat;
}
DIV.post.post_box.top
{
}
DIV.post_box.top
{
	/*[empty]background-image:;*/
}
DIV#content DIV.format_text.entry-content DIV.post.post_box.top
{
	margin-top: 0;
	margin-left: -8px;
}
DIV.post.hentry.top
{
	/*[disabled]background-image:url(http://www.brianchappell.com/wp-content/latest-blog-posts.png);*/
	/*[disabled]margin-bottom:0;*/
	/*[disabled]margin-top:0;*/
	/*[disabled]padding-top:78px;*/
	/*[disabled]border:0px solid #000000;*/
}
DIV.sticky DIV.headline_area P.headline_meta
{
	display: none;
}
DIV.sticky P.to_comments
{
	display: none;
}
/*Widget*/
.custom LI.widget
{
	border: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 0;
	margin-top: 2em;
}
LI#text-5.widget.widget_text
{
	background-image: url(http://www.brianchappell.com/wp-content/about-adapt-right-col.png);
	background-repeat: no-repeat;
	background-position: 11px 120px;
}
.custom .sidebar H3
{
	background-color: #FCFFF5;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 5px 10px;
}
.custom .sidebar .textwidget, .sidebar_list LI UL
{
	padding: 10px;
}
.custom .sidebar .textwidget IMG
{
	float: left;
	padding: 0px;
	margin-left: 0;
}
LI.widget.widget_text DIV.textwidget A IMG.image-box-sidebar
{
	margin-bottom: 15px;
	margin-left: 43px;
}
DIV.textwidget .image-box-sidebar
{
	margin-left: 0;
	padding-left: 0;
}
IMG.image-box-sidebar
{
	margin-left: 0;
}
A IMG.image-box-sidebar
{
}
DIV.textwidget A IMG.image-box-sidebar
{
	margin-left: 0;
	padding-left: 0;
}
DIV#badges A IMG
{
	padding-left: 42px;
}
DIV#request-quote
{
	padding: 10px 52px 65px 18px;
	margin-top: 14px;
}
DIV.textwidget DIV#request-quote
{
	margin-left: -11px;
}
.custom .sidebar UL.sidebar_list
{
	padding-right: 3em;
	padding-left: 0;
}
.custom UL.sidebar_list
{
	padding-top: 0;
}
/*Follow me Widget*/
.custom .sidebar .followme
{
	padding: 10px;
}
.custom .sidebar .followme IMG
{
	padding-top: 4px;
	vertical-align: bottom;
}
/*RSS*/
.custom UL#tabs LI.rss
{
	border: none;
}
.custom UL#feed
{
	list-style: none;
}
.custom UL#feed LI.rss A
{
	background-image: url(images/rss2.png);
	background-repeat: no-repeat;
	color: #999999;
	float: right;
	font-size: 1.1em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 10px 2px 20px;
	margin: 4px 0;
	text-transform: uppercase;
}
.custom .callout-spacing
{
	margin: 2em 0 0;
}
/*gform mods **********************************************/
.gform_wrapper
{
	float: none;
	width: 305px;
	padding: 10px 10px 10px 24px;
	margin: 0 0 24px 70px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#gform_title
{
	font-size: 14px;
}
H3#gform_title
{
	padding-top: 5px;
	padding-bottom: 3px;
}
#gform_description
{
	font-size: 11px;
}
.instruction
{
	font-size: 10px;
}
.gfield_required
{
	color: #FF0000;
}
.gform_wrapper UL
{
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}
.gform_wrapper LI
{
	margin: 0 0 -5px;
	background-image: none !important;
	list-style-type: none;
	padding: 0 !important;
}
.gform_wrapper LABEL
{
	color: #111;
	margin: 0;
	font-size: 12px;
}
.gform_wrapper INPUT, .gform_wrapper TEXTAREA
{
	padding: 3px 3px 0;
	border: 1px solid #CCC;
	background-color: #E6E6E6;
	font-size: 12px;
	color: #111;
}
.gform_wrapper INPUT
{
	width: 304px;
}
.gform_wrapper TEXTAREA
{
	width: 274px;
	height: 80px;
}
.validation_error
{
	background: #CCC;
	color: #F00;
	padding: 5px;
	margin: 5px 0;
}
.gfield_error
{
	background: #CCC;
}
.gform_footer INPUT
{
	border: 1px solid #CCC;
	padding: 0;
	width: 105px;
	height: 25px;
	color: #FFF;
}
.gform_wrapper .top_label INPUT.medium, .gform_wrapper .top_label SELECT.medium
{
	width: 91%;
}
INPUT.medium
{
	margin: 0;
	padding: 3px 0px 3px 2px;
}
DIV.ginput_container
{
	padding: 0px 0px 3px;
}
.gform_wrapper .top_label .gfield_label
{
	clear: both;
	display: inline-block;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 5px 0;
}
.gform_wrapper .gform_footer A
{
	border-top: 1px dotted #CCCCCC;
	margin: 26px 0 0;
	padding: 12px 0 10px;
	color: #FFFFFF;
}
.gform_wrapper #gform_heading
{
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 12px;
	width: 92%;
}
.gform_footer INPUT.button
{
	background: #193441 none repeat scroll 0 0;
	color: #FFFFFF;
	font-weight: bold;
}
INPUT.button
{
	color: #494949;
}
.gform_footer INPUT.button:hover
{
	color: #FEFEFE;
	border: 2px solid #CCC;
}
