/*
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/
*/

/* DoubleMule Clickable Header v. 1.0 */
.custom #header {padding: 0em; border: 0em; margin: 0em;}
.custom #header #logo a
{
display:block;
width:942px;
height:180px;
// background: #fff url('images/logo.jpg') center no-repeat;

background: #fff url('images/logo2.png') center no-repeat;
outline:none;
color: #000000;
text-indent: -9999px;
padding: 0em; border: 0em; margin: 0em;}

.custom #header #tagline 
{color:#000000; text-indent: -9999px;} 

body.custom {
	background: background-color: white;
}

.custom #_newsletter
{ border: 1px solid #ddd;
  padding: 0 0 25px 35px;
  background-color: #f5f5f5;
}

.custom #_newsletter h2
{ margin: 25px 0 0 0;
  padding-bottom: 20px;
  color: #444;
}

.custom #_newsletter div
{ margin: 5px 0 5px 0;
}

.custom #_newsletter label, .custom #_newsletter input[type="text"]
{ display: inline-block;
}

.custom #_newsletter label
{ width: 100px;
  padding-left: 15px;
}

.custom #_newsletter input[type="text"]
{ width: 250px;
  background-color: #fff;
}

.custom #_newsletter input[type="submit"]
{ width: 75px;
  background-color: #888;
  color: #fff;
  border: 1px solid #eee;
  margin-top: 5px;
}

.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;
}


.custom .menu li a:hover {background:#e30083; text-decoration:none; color:#fff;}

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: #333333;
	color: white;
}

.custom h1#tagline, .custom p#tagline {
	font-size: .75em;
	line-height: 1.429em;
	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 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 line 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: line;
	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 #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: .85em;
	margin: -6px 0 20px;
	background-color: #eaeaea;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

span.quotation-attribution {
	margin-top: 8px;
	display: inline-block;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
}

code {
	padding: 13px;
	display: inline-block;
	line-height: 20px;
	border: 1px solid silver;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
