/*
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/
*/

/*body.custom {
    background: #000000;
}*/

body.custom {background: url('images/canvas.jpg') center top repeat;}

.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
    padding: 0.0em;
    background: #656600;
    border: 0;
    position: relative;
    top: 20px;
}

.custom #page {
    background: #fff;
}

/* this removes the underline on hyperlinks */
.custom  a {text-decoration: none;}

.custom #header #logo {display:none;}
.custom #header #tagline {display:none;}

/* this removes the h1 title on the Pages */
/* div.headline_area h1 {display:none;} */

/* this removes COMMENTS ON THIS ENTRY ARE CLOSED */
.writing.custom .comments_closed p {display: none;}
.photography.custom .comments_closed p {display: none;}
.about.custom .comments_closed p {display: none;}
.archives.custom .comments_closed p {display: none;}
.contact.custom .comments_closed p {display: none;}

/*remove header border*/
.custom #header {  border:none ; padding:0; }

/* this is for the NAVBAR */
.custom #tabs li {background: #d8d6d7; }
.custom ul#tabs { font-weight:bold; background: #fff; border:0; }
.custom ul#tabs li { width: 156px; border: 0; solid #fff; }
.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item, .custom ul#tabs li.current_page_item a {  background-color: #d8d6d7;  color: #989933; margin-bottom:0; border-bottom:0; padding-bottom:0.3em;
}
.custom ul#tabs li a:hover {background:#989933; color:#000; text-decoration: none;}

/*one teaser per line*/
.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   border-top: 0;}

#mytopbanner {position:relative; float:left;
width:935px;
height:150px;
padding-top:1em;
padding-bottom:1em;
margin-bottom:1em;
background: #fff;
border-top:2px solid #000;
border-bottom:2px solid #000}

#leftsidebanner {position:relative; float:left;
height:150px;
width:775px;
padding:0; 
border:0;
padding-bottom:1em;
background: #fff;}

#rightsidecontainer {position:relative; float:left;
width:155px;
height:150px;
padding:0; 
border:1px dotted:#000; 
background: #fff;}

#toptwobannerlinks {
height:75px;
width:155px;
padding:0; 
border:none;
background: #fff;}

#bottomtwobannerlinks {
height:75px;
width:155px;
padding:0; 
border:none; 
background: #fff;}

#toptwobannerlinks a img {display:inline; border:0; padding:0; margin:0;}
#bottomtwobannerlinks a img {display:inline; border:0; padding:0; margin:0;}

.captionleft
{
float: left;
margin: 0 0 10px 10px;
background-color: #ddd;
}

.custom li.widget {
position: relative;
left: 10px;
}

#cleanwater-text{
width:200px;
text-align:justify;
position: relative;
}

#cleanwater{
width: 148px;
position: relative;
left: 25px;
bottom: 25px;
}

#nileguide{
position: relative;
left: 20px;
}

.social { border: dashed #ddd; border-width:1px 0 1px 0; margin: -15px auto 10px; display:block; padding: 3px 0 1px 0px;  overflow: hidden; }
	.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }
 
	.social .social_button.dg { margin: 0px 0 0 20px ; padding-top: 4px;}
	.social .social_button.tm { margin: 0px 0 0 12px;  padding-top: 4px;}
	.social .social_button.fb { margin: 0 0 0 15px;  padding-bottom:0px;}
	.social .social_button.su { margin: 0px 0 0 30px;  padding-top: 2px;}
        .social .social_button.em { margin: 0 0 0 20px;  padding-top: 0px;}
        .social .social_button.em a{background:#eee url(images/emailthis.gif) 3px 50% no-repeat; padding:2px 3px 2px 20px;  font-size:10px; border:#ddd 1px solid; text-decoration:none; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
		.social .social_button.em a:hover {background:#ddd url(images/emailthis.gif) 3px 50% no-repeat}
	.social .social_button a img { border: 0; padding: 0; }
	.social strong { font-size: 11px; float: left; margin:2px 0 0 0; color:#555;}
 
.clear{clear:both;}

.custom .db-wrapper span span span.db-compact {
position: relative;
bottom: 4px;
}