/*
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://www.njaneh.org/blog/wp-content/uploads/2010/01/Header2.jpg) 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:#FFA500 2px solid;
border-bottom:#FFA500 2px solid;
color:#000000;}
.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 .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;alignjustify;}
.postauthor p {color: #515151; font-size: 13px; margin-bottom: 12px; alignjustify;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;alignjustify;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; alignjustify;}
















/*-----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; 
}





