/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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

/* DoubleMule Clickable Header v. 1.0 */
.custom #header {background: #fff; padding: 0em; border: 0em; margin: 0em;}
.custom #header #logo a
{
display:block;
width:950px;
height:145px;
background:url(http://monarchhousing.org/wordpress/wp-content/uploads/2010/03/HeaderE.png) center center no-repeat;
text-indent: -9999px;
outline:none;
}

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

.custom #content { border-right: none; }


blockquote.mag{float:right;
font-family: Georgia, "Times New Roman", Times, serif;
margin:.5em;
padding:.5em;
font-size:1.25em;
background:none;
width:150px;
border-top:#663700 2px solid;
border-bottom:#663700 2px solid;
color:#663700;}

.wordtube { text-align: center; } 

/*	WordPress image captioning */
.custom .format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.custom .format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.custom .format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.custom .format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.custom .format_text .wp-caption { background-color: #F3F3F3; border: 0.071em solid #CCC; text-align: center; padding: 0.714em; }
.custom .format_text .wp-caption p { font-size: 0.786em; margin-bottom: 0; }

.custom h1 {

color:#00BCE4;

text-align:center;

style:bold;
}

.custom h2 {

color:#00BCE4;

text-align:center;

style:bold;

}

.custom h3 {

color:#00BCE4;

text-align:center;

style:bold;

}

.custom #content_box {background-color:#EEEEEE;}
.custom #content {background-color:#F4F6E8;} 

body.custom {
    background: #663700;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #F4F6E8;
}

.custom #header {
    background: #F4F6E8;
}
  
.format_text .drop_cap {
  font-size:3.571em;
  line-height:0.76em;
  padding:0.04em 0.12em 0 0;
  color:#663700;
  }

#content p {text-align:justify;
}

.custom .menu .tab {margin-right: 1em;}
/* archive pages */.custom #archive_info h1 { font-style: italic;}.custom #archive_info p { padding-top: 2em;}.custom #archive_info ~ div.post div.headline_area h2 a { font-size: .7em;}.custom #archive_info ~ div.post .format_text { font: 1.5em/1.5em Verdana; color: #444; padding-left: 2em;}.custom #archive_info ~ div.post .to_comments { display: none;}

.postauthor {background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em;}
.postauthor img {border: 1px solid #e2dede; float: left; margin-right: 1.5em;}
.postauthor h4 {color: #666; font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 13px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}


/*-----archives-----*/
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}


/*avatar styles*/
.custom .avatar {
   float: left;
   margin-right: 1.5em;
   margin-bottom: 0.5em;
}


/* Author Photo Styling */ 
.custom #post_photo { 
    float: right; 
    height: 84px; 
    margin-right: 10px; 
    padding: 2px; 
    padding-bottom: 0px; 
    background-color: #EEEEEE; 
    border: 1px solid #DDDDDD; 
}  


.multiwidget_author_avatars .author-list { 
	text-align: center; 
} 
.multiwidget_author_avatars .author-list .user { 
 padding: 0.2em; 
 display: inline; 
} 
.multiwidget_author_avatars .author-list .with-name { 
 display: block; 
} 
.multiwidget_author_avatars .author-list .user .name { 
 display: block; 
} 
.multiwidget_author_avatars .author-list .with-biography { 
 text-align: left; 
 margin-bottom: 0.5em; 
} 
.multiwidget_author_avatars .author-list .with-biography .name { 
 font-size: 1.1em; 
} 
.multiwidget_author_avatars .author-list .avatar { 
 float: center; 
 margin: 0.2em 0.3em 0.2em 0; 
}

.custom #feature_box {
border-style:solid;
border-width:4px;
border-color: #663700;
background: #F4F6E8;
padding: 1em;
width: 800px;
margin: 1em auto;
text-align: center;
}

.custom #feature_box #close {
display: block;
background: url('images/x.png') no-repeat 10px;
height: 29px; width: 25px;
text-indent: -9999px;
position: absolute;
top: -22px;
right: -20px;
padding: 1em 0 1em 2em;
}

.custom #feature_box h2 {
font-weight: 900;
font-size: 2em;
margin: 0 0 .5em 0;
border-bottom: 1px: solid #663700;
}

.custom #feature_box p {
line-height: 1.6em;
font-size: 1.5em;
color:#00BCE4;
style:bold;
}

/* navigation custom search*/

.custom .menu { background-color: #F4F6E8;
width:75.5%;
 }

.custom .menu  li a{
line-height:1.6em;
font-size:1.5em;}

.custom .searchs .rss {
float:right;
margin-top:-2em;}

.custom .menu {border-width:0px;}
.custom .searchs .email {
float:left; 
margin:-2.3em 1em 0 20em;}

.custom .searchs {
margin-left:57em;}

.format_text .drop_cap {
  font-size:3.571em;
  line-height:0.76em;
  padding:0.04em 0.12em 0 0;
  color:#663700;
  }

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #F4F6E8;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 210px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #00BCE4;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #663700;
	/* distance between border and widget text */
	margin-bottom: 5px;
}
	
/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }
