/*
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/
*/
/* Header, Menu, and Background */
body.custom {background:#000000 url(images/background.png) repeat-x scroll 0 0;} 
body.about_page {background:#000000 url(images/backgroundred.png) repeat-x scroll 0 0;} 
body.give_page {background:#000000 url(images/backgroundgreen.png) repeat-x scroll 0 0;} 
.custom #header_area .page {background:transparent;}
.custom #header {padding:0px; height: 0em}
.custom .menu {padding-top: 20px}
.custom .menu .tab-home a {background: url(images/home.png) no-repeat; height: 35px; width:80px; text-indent:-9999px; cursor:pointer; }
.custom .menu .tab-home a:hover {background: url(images/homemsover.png) no-repeat;  }
.custom .menu .tab-1 a {background: url(images/about.png) no-repeat; height: 35px; width:80px; text-indent:-9999px; cursor:pointer; padding-right:15px; }
.custom .menu .tab-1 a:hover {background: url(images/aboutmsover.png) no-repeat; padding-right:15px;}
.custom .menu .tab-2 a {background: url(images/give.png) no-repeat; height: 35px; width:80px; text-indent:-9999px; cursor:pointer; padding-right:1px;}
.custom .menu .tab-2 a:hover {background: url(images/givemsover.png) no-repeat; padding-right:1px;}  

/* Twitter Area */
.custom #twitter_background {background: transparent; padding-top: 13px; height: 74px;}
.custom #twitter_area {background: url(images/twitterbgcarblu.png) repeat-x scroll 0 0; height:100px; width:100%; position: relative; z-index: 1; display:block;}
.about_page #twitter_area {background: url(images/twitterbg.png) repeat-x scroll 0 0; height:100px; width:100%; position: relative; z-index: 1; display:block;}
.give_page #twitter_area {background: url(images/twitterbggreen.png) repeat-x scroll 0 0; height:100px; width:100%; position: relative; z-index: 1; display:block;}
.custom #twitter_area .page {background:transparent;}
.custom #bentwitter {color: #000000; font: 11px Cambria, "Lucida Grande", Helvetica, Arial, sans-serif; text-align: center; width:441px; height: 74px; background:url(images/benTwittBack.png) no-repeat;float: left;}
.custom #bentweet {padding-left:95px; padding-top: 16px; padding-right: 27px;}
.custom #bentweet ul {list-style-type: none;}
.custom #tweetbutton {background: url(images/Twitterbutton.png) center no-repeat; height:75px; width: 100px; float:left; margin:25 px;}
.custom #jacqtwitter {color: #000000; font: 11px Cambria, "Lucida Grande", Helvetica, Arial, sans-serif; text-align: center; width:441px; height: 74px; background:url(images/jacqTwittBack.png) no-repeat; float: right; }
.custom #jacqtweet {padding-left:10px; padding-top: 16px; padding-right: 115px;}
.custom #jacqtweet ul {list-style-type: none;}

/*Sidebars*/
.custom .image_box {background:none; border:none;}
.custom .ads {text-align: center;padding-bottom:40px;}
.custom .ads img {margin: 1px;}
.custom .ads a img{filter: alpha(opacity=60); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);-moz-opacity: 0.60; opacity:0.6;}
.custom .ads a:hover img {filter: alpha(opacity=100); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1.00; opacity:1;}

/*Footer*/
.custom #footer_area .page {background:transparent;}

/* AUTHOR BOX */
.custom #comments { clear: both; }
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 0px 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: #000; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }
/* BOXES */
#similar { background: #99BADD; border: 1px solid #6d94be; margin: 15px 15px 0 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#similar h3, #rightcol h3 { font-size: 1.8em; letter-spacing: normal; padding-top: 0px; }
#similar { float: left; width: 40%; }
#similar p { margin-bottom: 5px; padding: 10px 2.5em 10px 10px; }
#similar a { font-size: 1.4em; line-height: 1.5em; }
#similar a:hover { color: #000; border: 0; }
#similar h3 { padding-left: 10px; }
#similar span.date { color: #888; letter-spacing: 1px; text-transform: uppercase; }
#similar ul { list-style-position: inside;  list-style-type: none; margin-left: 1em; }
#rightcol { float: right; width: 50%; }
#rightcol p { font-size: 14px; line-height: 1.5em; padding: 10px 2.5em 10px 0;  }
#rightcol h3 { padding: 0; }
#rightcol ul { list-style-position: inside;  list-style-type: square; margin-left: 1em; }
#rightcol ul a { border-bottom: 0px; font-size: 14px; }
#rightcol ul a:hover { color: #000; border: 0; }
#rightcol li { margin-bottom: 10px; }
#subscribebox { background: #FFFBCC; border: 1px solid #E6DB55; float: right; margin: 15px 15px 0 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/*Error Page */
.custom div#errorpage h2 {margin-top:0px;}
.custom div#errorpage {border:1px dashed #bbbbbb; padding:10px;	float:left;}
.custom div#errorpage img {float:left; width:100px; padding:5px;}
.custom div#errorpage p {padding:15px 0px; margin:0px;}
.custom div#errorpage #error-inside{margin-left:130px;}
