/*
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 .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}


.custom #header { 
	border-bottom: 0px double #ddd; 
	clear: both;
	background: url(images/mda_header.gif) no-repeat; height: 84px; width: 420px;
	padding-bottom:1em;    padding-top:1em; }

/*---:[ form inputs ]:---*/



.custom input, textarea {
	font-size: 1em;
	color: #444;
	background: #fff;
	border: 1px solid #aaa;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	width:100%;
}
.custom input:focus, textarea:focus {
	background: #fff;
	border-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
.custom .format_text .text_input, #commentform p .text_input {
	width: 45%;
}
.custom .sidebar .text_input {
	width: 95%;
} /* Based on inherited font size in sidebar */
input.form_submit {
	font-weight: bold;
	color: #111;
	background: url('images/submit-bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	cursor: pointer;
}
input.form_submit:hover {
	color: #090;
}

/*-----------------------EASY CONTACT---------------------------

by SCOTT ALLAN WALLICK, http://scottwallick.com/

from PLAINTXT.ORG, http://www.plaintxt.org/



This file is part of EASY CONTACT.



EASY CONTACT is free software: you can redistribute it and/or

modify it under the terms of the GNU General Public License as

published by the Free Software Foundation, either version 3 of

the License, or (at your option) any later version.



EASY CONTACT is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for details.



You should have received a copy of the GNU General Public License

along with EASY CONTACT. If not, see www.gnu.org/licenses/.

*/



body div.formcontainer {
	clear: both;
	overflow: hidden;
	width: 100%;
}
body div.formcontainer span.required {
	color: #FF0000;
	font-size:larger
}
body div.formcontainer p.error,  body div.formcontainer p.important,  body div.formcontainer p.information,  body div.formcontainer p.success {
	border-top: 1px solid #eee;
	color: #442;
	line-height: 250%;
	padding-left: 36px;
	width: 95%;
}
body div.formcontainer p.error {
	background: #fbfbee url('error.png') no-repeat 12px 50%;
	border-bottom: 2px solid #F0D28B;
}
body div.formcontainer p.important {
	background: #fbfbee url('important.png') no-repeat 12px 50%;
	border-bottom: 2px solid #FED7CE;
}
body div.formcontainer p.information {
 url('information.png') no-repeat 12px 50%;
	border-bottom: 2px solid #ccc;
}
body div.formcontainer p.success {
	background: #fbfbee url('success.png') no-repeat 12px 50%;
	border-bottom: 2px solid #C7E9B3;
}
body div.formcontainer form.contact-form {
	clear: both;
	float: none;
	width: 100%;
}
body div.formcontainer form.contact-form fieldset {
	color: #333333;
	margin: .5em 0 1.5em 0;
	border: #3F0;
}
body div.formcontainer form.contact-form fieldset legend {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	color: #999;
}
body div.formcontainer form.contact-form fieldset div.form-label {
	display: block;
	float:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:smaller;
	line-height:150%;
	margin: 0.5em 0 0 0;
	padding:0;
	text-align:left;
	width:100%;
}
body div.formcontainer form.contact-form fieldset div.form-label label,  body div.formcontainer form.contact-form fieldset div.form-option label {
	cursor: pointer;
	line-height:100%;
}
body div.formcontainer form.contact-form fieldset div.form-input,  body div.formcontainer form.contact-form fieldset div.form-textarea {
	display: block;
	float:none;
	margin: 0.2em 0 0 0.2em;
	width:100%;
}
body div.formcontainer form.contact-form fieldset div.form-input input,  body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	padding: 0.3em;
	width: 97%;
}
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	overflow: auto;
}
body div.formcontainer form.contact-form fieldset div.form-input input.error {
	background-color: #FBF4E2;
}
body div.formcontainer form.contact-form fieldset div.form-input input.optional {
	margin-bottom: 0.2em;
}
body div.formcontainer form.contact-form fieldset div.form-option,  body div.formcontainer form.contact-form fieldset div.form-submit {
	display: block;
	float:none;
	margin: 1em 0 0 0;
	width:100%;
}
body div.formcontainer form.contact-form fieldset div.form-submit input {
	cursor:pointer;
	padding:0.5em 2em;
}
/*--------------END EASY CONTACT--------------------*/

.custom .no_sidebars .post_box {
margin:0;
}
/*--------------REMOVE 'THESE COMMENTS ARE CLOSED'--------------------*/
.custom .comments_closed p {display: none ;}

/*--------------CHANGE BOX AROUND ROTATOR TO BLACK--------------------*/
.custom #image_box {
background:#000 none repeat scroll 0 0;
border-bottom:1px solid #000;}

/*--------------CHANGE TABS--------------------*/
.custom ul#tabs li {background:#3388F9;}
.custom ul#tabs li.rss {background:none;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#fff; margin-bottom: -0.1em; border-width: 0 0 1px 0px; border: 1px solid #000; color:#3388F9}
.custom ul#tabs li.rss a:hover {text-decoration: underline;
background: url(http://www.musicdistributors.org/blog/wp-content/themes/thesis_151/images/icon-rss.gif) no-repeat;
background-position: right;}
.custom ul#tabs li a:hover {text-decoration:none; background:#8BB9F9;}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#fff;}
.custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#8BB9F9;}

/*---:[ nav menu styles ]:---*/
.custom #tabs { list-style: none; border: 1px solid #000; border-width: 0 0 1px 0px; }

.custom	#tabs li { margin-bottom: -0.1em; border: 1px solid #fff; }

.custom #page #content_box #content #post-464.post_box .headline_area{
display:none;
}


.custom #archive_info p.description {}

.custom .format_text h3.top {
display:none;
}