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


/* 

MAKE A BACKUP OF YOUR CUSTOM.CSS FILE BEFORE USING THIS CODE!

Copy and paste the ouput below into your custom.css file.

Refresh your site to behold the power of the Mule Herd.

*/



/* DoubleMule Clickable Header v. 1.0 */

.custom #header 
{
background: #fff;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
width:960px;
height:200px;
background:url(http://www.unwrapyourmind.com/wp-content/unwrapyourmind.jpg) left no-repeat;
color:#000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

/*
.custom #header #tagline 
{
color:#000000;
text-indent: -9999px;
}
*/

.custom .menu {background:transparent; border:0;}
	

h2 {
	color: #000;
	background-color: #fff;
	border-top-style: none;
	text-shadow: #000000 0 0 0;
	border-bottom: 1px solid gray;
}

div#caption {
	position: relative;
	top: 550px;
	font-style: italic;
	font-size: x-small;
	color: #a7a7a7;
	z-index: 1;
}


div#caption2 {
	position: relative;
        top: 520px;
        font-style: italic;
        border-bottom: 30px;
        float left;
	font-size: x-small;
	color: #a7a7a7;
	z-index: 1;
       
}

div#caption3 {
	position: relative;
	top: 550px;
	font-style: italic;
	font-size: x-small;
	color: #a7a7a7;
	z-index: 1;
}

.custom img {

}

img#postpic {
	height: 500px;
	width: 330px;
        position: relative;
	top: 25px;
	float: left;
	border-right: 30px solid white;
	margin-bottom: 25px;
	border-bottom: 40px solid white;
}

ul {
	list-style-type: circle;
	position: relative;
}

.custom a, .custom a:visited { color: #49687e; text-decoration: none;}
.custom a:hover { color: #B8860B; text-decoration: none;}

.custom .sidebar h3 {font-weight: bold; color: #FFF; padding: 0px 5px; background: #7b7b7b;}
.custom li.widget {background: #EFEFEF;}
.custom li#popular-posts h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #B8860B;}

.custom #footer_area {}
.custom #footer {background:#efefef}

.custom #content_box { background: none; }

p.achtung {
 color: black;
 margin-left: 50px;
 margin-right: 50px;
 border: 1px solid orange;
 background: #efefef;
 padding: 10px;
 padding-left:50px;
 background-image: url('http://www.unwrapyourmind.com/wp-content/Achtung.gif');
 background-repeat:no-repeat;
 background-position:10px 10px;

}


/*
.custom #widget_content {
background: #fff;
color: #111;
padding-left: 1em;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
padding: 1em 0em 1em 1em;
border: 4px solid #777777;
}

.custom #widget_content .widget_icon {
float: right;
margin-right: 0.5em;}

.custom li.widget .my_widget_header {
background: #ffcc00;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
}

.custom li.widget .my_widget_header h3 {
color: #111111;
font-size: 1.5em;
text-align: center;
}

*/
