/* @override 
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?081909-110857
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?082109-200817
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?090109-160908
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?090109-190909
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?090409-120901
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?090709-190944
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?110809-51143
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?011510-100136
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?011510-102345
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?080210-193232
	http://www.berchman.com/wp-content/themes/thesis/custom/custom.css?080210-193415
*/

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

#post-680 div.format_text ol li form input {
	background-color: white;
	width: 140px;
	margin-top: 6px;
	margin-bottom: 25px;
	padding: 0;
	border-style: none;
}

body.custom {
	background: gray none no-repeat scroll right top;
}

.custom #header_area div.page {
	background-color: white;
	padding: 0;
	width: 999px;
}

.custom #content_area div.page {
	background-color: white;
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
}

div#sidebar_1.sidebar {
}

div.headline_area {
	margin-bottom: 6px;
}

.custom #footer_area div.page {
	background-color: white;
}

.custom p.wp-caption-text {
	font-style: italic;
	font-size: .75em;
	color: gray;
}

.custom #container {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.custom #logo a {
	font-size: 3em;
	letter-spacing: -7px;
	margin-top: 0;
	display: block;
	line-height: 1em;
	padding-left: 20px;
}

.custom #content h2 {
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 5px;
	font-size: 1.75em;
}

.custom div.headline_area h1 {
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 2.75em;
	line-height: 1.25em;
}

.custom #content h2.entry-title {
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 2.75em;
}

.custom .sidebar h3 {
	letter-spacing: 0;
	padding: 2px 5px 2px 3px;
	text-transform: uppercase;
	background-color: #91918f;
	color: white;
	font: normal bold 1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.custom ul.menu {
	margin-top: 40px;
	padding: 0;
	border-style: none;
	height: 30px;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #91918f none repeat-x left top;
	border-bottom: 1px solid silver;
}

.custom ul.menu li {
	border-style: none;
	padding: 0;
}

.custom div#header {
	background: url(images/bnr-bkgd.jpg) no-repeat right top;
	border-style: none;
	margin: 0;
	padding: 0;
}

.custom ul.menu li.current_page_item a {
	color: black;
	background-color: white;
	font-weight: bold;
	background-image: none;
	border-style: none;
}

.custom ul.menu li.tab.tab-1 a {
	background-color: #8ca144;
	color: white;
}

.custom ul.menu li.tab.tab-2 a {
	color: white;
	background-color: #487eaa;
}

.custom ul.menu li.tab.tab-3 a {
	background-color: #b05a37;
	color: white;
}

.custom ul.menu li.tab.tab-4 a {
	background-color: #8d198f;
	color: white;
}

.custom ul.menu li.tab.tab-5 a {
	background-color: #8b520d;
	color: white;
}

.custom ul.menu li.rss a { padding-right: 23px;
	background: url(images/icon-rss.gif) no-repeat 97% 50%;
	color: white;
}

.custom h1#tagline, .custom p#tagline {
	font-size: .75em;
	display: block;
	position: relative;
	left: 25px;
	clear: both;
}

.custom div#sk2-footer {
	display: none;
}

.custom div.format_text h3 {
	line-height: 1.35em;
	font-size: 1.4em;
}

.custom div.format_text h3 span.small {
	font-size: .6em;
}

.custom ul.menu li a {
	color: black;
	text-decoration: none;
	margin: 0;
	padding: 7px 15px;
	background: #f3cf79 none repeat-x;
	border-bottom: 1px solid silver;
}

.custom ul.menu li a:hover {
	background-color: #5f5e5f;
	color: white;
	text-decoration: none;
	background-image: none;
}

.custom ul.menu li.page_item a:hover {
	background-color: #5f5e5f;
	background-image: none;
}

.custom ul.menu li.current_page_item a {
}

.custom ul.menu li.rss a:hover {
	background-color: #91918f;
	text-decoration: underline;
	background: url(images/icon-rss.gif) no-repeat 97% 50%;
}

.custom ul.menu li.page_item.page-item-5.current_page_item a, .custom ul.menu li.page_item.page-item-6.current_page_item a, .custom ul.menu li.page_item.page-item-6.current_page_item a {
	background-color: white;
	color: black;
	font-weight: normal;
	font-style: normal;
}

.custom div.format_text.entry-content  pre, .custom div.format_text.entry-content pre.alt2 {
	background-color: #eee;
	margin-bottom: 20px;
	width: 455px;
	display: block;
	border: 1px solid gray;
}


.custom #footer_area div.page {
	width: 955px;
	text-align: center;
}

.custom div#footer {
	text-align: center;
}

div#sidebar_3.sidebar, div#sidebar_4.sidebar {
	width: 217px;
}

div#sidebar_3.sidebar {
	float: left;
	background-color: yellow;
}

div#sidebar_4.sidebar {
	float: left;
	background-color: silver;
}

a.teaser_link {
	display: block;
	margin-top: 7px;
}

a.more-link {
	display: block;
	margin-top: 7px;
}

.custom div#sidebars {
	margin: 0;
	padding: 0;
	background-color: white;
}

.custom #recentcomments tbody tr td {
	vertical-align: top;
}

.custom #recentcomments tbody tr td img {
	margin-right: 5px;
	margin-top: 2px;
}

.custom #get_recent_comments_wrap ul li ul li img.comment_img {
	display: inline-block;
	margin-right: 5px;
	float: left;
	margin-bottom: 40px;
	margin-top: 2px;
}

.custom #get_recent_comments_wrap ul li div.article_header {
	margin-bottom: 0;
	display: inline-block;
	padding: 2px;
	border-bottom: 1px dotted gray;
}

.custom #get_recent_comments_wrap ul li ul li {
	margin-left: -15px;
	clear: both;
	margin-bottom: 5px;
}

.custom #get_recent_comments_wrap ul li ul {
	margin-bottom: 24px;
	margin-top: 5px;
}

.custom div.post_ad {
	background-color: #deb859;
	margin: 0;
	padding: 6px;
	border: 1px solid #787878;
}

.custom div.format_text.entry-content div.post_ad h3 {
	margin-top: 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-bottom: 6px;
}

.custom div.format_text.entry-content div.post_ad p {
	margin: 0 0 9px;
}

.custom #webworkform p span.wpcf7-form-control-wrap.helpwith span.wpcf7-checkbox span.wpcf7-list-item input {
	margin-right: 5px;
	width: 13px;
}

.custom span.wpcf7-list-item {
	display: block;
}

.custom p input#submit_btn {
	width: 75px;
	background-color: #deb859;
}

.custom ul.sidebar_list li.widget.widget_text {
	margin-bottom: 20px;
}


.custom #emailsubscribe {
	padding: 5px;
	margin-top: 5px;
	background-color: #077e00;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}

.custom input#enterEmail {
	margin-bottom: 5px;
	color: #999;
	padding: 2px;
	width: 190px;
	height: 24px;
	margin-top: 0;
	text-transform: uppercase;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.custom input#emailsubscribe:hover {
	background-color: #ff8100;
	color: white;
}

.custom div#subbyemail {
	margin-bottom: 8px;
	padding: 6px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fefbc6;
	border: 1px dotted #e1144c;
	color: black;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 25px;
}

#text-2 div.textwidget a img {
	margin-left: auto;
	margin-right: auto;
}

.custom div#subbyemail p {
	margin: 0;
	padding: 0;
	color: #4c4c4c;
}

.custom img#fbrnr {
	margin-top: 5px;
	float: right;
	margin-right: 10px;
}

.custom #text-440568094 div.textwidget p a img {
	margin-right: 6px;
	text-decoration: none;
	margin-top: 0;
	padding-top: 0;
}

.custom #text-440568094 div.textwidget p {
}

.custom #text-440568094 div.textwidget p a {
	text-decoration: none;
}

.custom #cse-search-box div input {
	width: 195px;
}

.custom #cse-search-results {
	width: 475px;
}

.custom #cse-search-results iframe{
	width: 475px;
	overflow: hidden;
}

.custom #cse-search-results iframe table.ra{
	width: 0;
	visibility: hidden;
}


div#disqus_thread {
	width: 475px;
	margin-left: 13px;
	margin-top: 20px;
}

div#dsq-form-area {
	margin-bottom: 15px;
}

#content a.dsq-brlink {
	margin-left: 15px;
	margin-bottom: 0;
}

#content div.prev_next.post_nav {
	width: 475px;
	margin-left: 15px;
	margin-top: 9px;
	padding: 10px 0;
}

div.post_ad img {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}

div.quotation {
	font-style: italic;
	float: right;
	display: inline;
	padding: 15px;
	font-size: 1em;
	margin: 10px 0;
	background-color: #eaeaea;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	line-height: 1.75em;
	text-align: center;
}

span.quotation-attribution {
	margin-top: 8px;
	display: inline-block;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
}

/* @group highlighter */

.dp-highlighter {
	font-family: "Consolas","Courier New",Courier,mono,serif;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	padding-top: 1px;
	margin: 18px 0!important;
}

.dp-highlighter ol,.dp-highlighter ol li,.dp-highlighter ol li span {
	border: none;
	margin: 0;
	padding: 0;
}

.dp-highlighter a,.dp-highlighter a:hover {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.dp-highlighter .bar {
	padding-left: 45px;
}

.dp-highlighter.collapsed .bar,.dp-highlighter.nogutter .bar {
	padding-left: 0;
}

.dp-highlighter ol {
	list-style: decimal;
	background-color: #fff;
	color: #5C5C5C;
	margin: 0 0 1px 45px!important;
	padding: 0;
}

.dp-highlighter.nogutter ol,.dp-highlighter.nogutter ol li {
	list-style: none!important;
	margin-left: 0!important;
}

.dp-highlighter ol li,.dp-highlighter .columns div {
	list-style: decimal-leading-zero;
	list-style-position: outside!important;
	border-left: 3px solid #6CE26C;
	background-color: #F8F8F8;
	color: #5C5C5C;
	line-height: 14px;
	margin: 0!important;
	padding: 0 3px 0 10px!important;
}

.dp-highlighter.nogutter ol li,.dp-highlighter.nogutter .columns div {
	border: 0;
}

.dp-highlighter .columns {
	background-color: #F8F8F8;
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div {
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt {
	background-color: #FFF;
	color: inherit;
}

.dp-highlighter ol li span {
	color: black;
	background-color: inherit;
}

.dp-highlighter.collapsed ol {
	margin: 0;
}

.dp-highlighter.collapsed ol li {
	display: none;
}

.dp-highlighter.printing {
	border: none;
}

.dp-highlighter.printing .tools {
	display: none!important;
}

.dp-highlighter.printing li {
	display: list-item!important;
}

.dp-highlighter .tools {
	font: 9px Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: silver;
	background-color: #f8f8f8;
	border-left: 3px solid #6CE26C;
	padding: 3px 8px 10px 10px;
}

.dp-highlighter.nogutter .tools {
	border-left: 0;
}

.dp-highlighter.collapsed .tools {
	border-bottom: 0;
}

.dp-highlighter .tools a {
	font-size: 9px;
	color: #a0a0a0;
	background-color: inherit;
	text-decoration: none;
	margin-right: 10px;
}

.dp-highlighter .tools a:hover {
	color: red;
	background-color: inherit;
	text-decoration: underline;
}

/* @end */

code {
	padding: 13px;
	display: inline-block;
	line-height: 20px;
	border: 1px solid silver;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.custom #socialmediaconnection li {
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
}