/*
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; }	&lt;--- 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/
*/

/*.custom #header { border-bottom:none; height:350px; padding:0em; 
background:url('http://rccblog.com/wp-content/uploads/2010/02/bscheader.jpg') center center no-repeat; }
.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }
*/


/* Remove the Header */
.custom #header_area #header {
  display:none;
}

/* Remove padding around the Navigation Bar */
.custom #header_area .page {
  padding:0em;
}

/* Give a Background to the Navigation Bar */
.custom .menu {
  background-color:#59641f;
  border-bottom:none;
  margin-left:0em;
  margin-right:0em;
  margin-top:0;
  
  border:0;
}




.custom .menu li a { background:#59641f;font-weight:bold;display: block; border:0;line-height: 2em; color: #ebebeb; text-transform: smallcaps; text-decoration: bold; padding:6px 3px 6px 3px; text-align:center; width:150px; letter-spacing: 0px; }
.custom .menu li a:hover { color: #000000; text-decoration: none; background: #59641f;}



/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height &; width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { padding-left:0em;display: block; height: 375px; width: 700px; background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/header11.png') no-repeat; outline: none;z-index:-9999; }

/* This line gets rid of the site title &amp;amp; tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding:0;border-bottom:0;margin-top:0em;position:relative;z-index:0; }

.custom .entry-title a {color:#59641f;

}

.custom #page {
padding-left:0;
padding-right:0;
padding-top:0;
border-top:10px solid #000000;
border-left: 30px solid #000000;
border-right: 0px solid #000000;
border-bottom:0px solid #000000;
margin-right:0;

}
.custom #container {
	
border-left:0px solid #afdf5d;

}

.custom #content_box {
background: #FFFFFF url('http://remarkablyclever.com/wp-content/uploads/2010/02/bgcolor3.gif') repeat-y top center;
border-bottom: 2px solid #000000;
}


.blogtopic {
	margin-left:0%;
        padding:0px;
        width:100%;
        height:65px;
        background: #afdf5d;         
        
}
.custom #stuffiblogabout {
	
     background: #ffffff url('http://remarkablyclever.com/wp-content/uploads/2010/02/myobsessions2.png') no-repeat;
     width:148px;
     height:65px;
     padding-left:0px;
padding-right:10px;
padding-top:0px;
padding-bottom:0px;
text-indent:-9999px;
    
     
}
.custom #internetaddiction a {
background: #afdf5d url('http://remarkablyclever.com/wp-content/uploads/2010/02/tehinternetz8.png') no-repeat ;
     width:250px;
     height:65px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
text-indent:-9999px;

}

.custom #internetaddiction a:hover {
background: #afdf5d url('http://remarkablyclever.com/wp-content/uploads/2010/02/tehinternetzhover4.png') no-repeat ;
     width:250px;
     height:65px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
text-indent:-9999px;

}

	
.custom #travelobsession a {

background: #afdf5d url('http://remarkablyclever.com/wp-content/uploads/2010/02/travelin10.png') no-repeat;
     width:250px;
     height:65px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
text-indent:-9999px;
}

.custom #travelobsession a:hover {

background: #afdf5d url('http://remarkablyclever.com/wp-content/uploads/2010/02/travelinhover3.png') no-repeat;
     width:250px;
     height:65px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
text-indent:-9999px;
}

.custom #personaldevelopment a {

background: #afdf5d url('http://remarkablyclever.com/wp-content/uploads/2010/02/personaldevelopment7.png') no-repeat;
     width:250px;
     height:65px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
display:block;
text-indent:-9999px;
 
}
.custom #personaldevelopment a:hover {
	
background: #afdf5d url('http://remarkablyclever.com/wp-content/uploads/2010/02/personaldevelopmenthover4.png') no-repeat;
width:270px;
height:65px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
display:block;
text-indent:-9999px;
}

.custom .entry-meta {
	font-size:0.8em;
}

.custom .entry-meta a {
	font-size:0.8em;
}


.custom entry-content {
	
font-size:1.6em;
padding:10 10 10 10;}

#twitter-3 {
padding-left:40px;
padding-top:5px;
margin-bottom:0;
padding-right:20px;
margin-top:0;	
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/quotebackground7.png') no-repeat top center;
width:270px;
height:116px;

	
}

.custom #twittername a {
	
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/twittername1.png') no-repeat;
width:266px;
height:77px;
margin-left:34px;
padding-right:0px;
padding-top:0px;
padding-bottom:5px;
display:block;
text-indent:-9999px;

}

.custom #twittername a:hover {
	
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/twitternamehover1.png') no-repeat;
width:266px;
height:77px;
margin-left:34px;
padding-right:0px;
padding-top:0px;
padding-bottom:5px;
display:block;
text-indent:-9999px;
}

#text-2 {
	margin-top:0;padding-top:0;


}

.custom a, .custom a:visited { color: #59641f;text-decoration:none; }	
	.custom a:hover { color: #000;background:#afdf5d;text-decoration:underline; }

/* Styling for the sidebar item with the id of "text-3" */
#text-3 {
padding-left:25px;
padding-top:0px;
margin-bottom:0;
padding-right:20px;
margin-top:0;	
width:289px;

}

.custom #text-3.widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-original:adding;
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/wanttostayupdated.png') no-repeat top center;
color:#FFFFFF;
height:162px;
width:289px;
padding:0em 0em 0.8em 0.8em;
}


.custom li.text-3 h3 {height: 162px; width:289px; background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/wanttostayupdated.png') top center; text-indent: -9999px;}


.custom #RSSlink a {
	
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/viarss1.png') no-repeat;
width:299px;
height:50px;
margin-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:5px;
display:block;
text-indent:-9999px;
margin-top:-3em;

}

.custom #RSSlink a:hover {
	
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/viarsshover.png') no-repeat;
width:299px;
height:50px;
margin-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:5px;
display:block;
text-indent:-9999px;
margin-top:-3em;
}

.custom #Emaillink a {
	
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/viaemail.png') no-repeat;
width:299px;
height:50px;
margin-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:5px;
display:block;
text-indent:-9999px;
margin-top:0em;

}

.custom #Emaillink a:hover {
	
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/viaemailhover.png') no-repeat;
width:299px;
height:50px;
margin-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:5px;
display:block;
text-indent:-9999px;
margin-top:0em;
}

.custom #Thesislink a {
	
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/thesisforwordpress1.jpg') no-repeat;
width:130px;
height:130px;
margin-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
display:block;
text-indent:-9999px;
margin-top:0em;
border: solid 2px black;
position:relative;
float:left;

}

.custom #Hostgatorlink a {
	
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/hostgator1.jpg') no-repeat;
width:130px;
height:130px;
margin-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
display:block;
text-indent:-9999px;
margin-top:0em;
border: solid 2px black;
position:relative;
float:right;

}

.custom #ads {
	position:absolute;width:280px;height:150px;float:right;text-align:center;
}

#text-4 {
padding-left:25px;
padding-top:50px;
margin-bottom:0;
padding-right:0px;
margin-top:0;	
margin-left:5px;
margin-right:8px;

width:300px;


	
}

.custom #text-6.widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-original:adding;
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/imakevideos.png') no-repeat top right;
color:#FFFFFF;
height:98px;
width:171px;
padding-top:0em;
padding-bottom:0em;
padding-left:3em;
padding-right:0.8em;
}


.custom li.text-6 h3 {height: 98px; width:171px; background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/imakevideos.png') top center; text-indent: -9999px;}


.custom #text-6.widget {
padding-left:30px;
padding-top:50px;
margin-bottom:0;
padding-right:20px;
margin-top:0em;	
margin-left:5px;
margin-right:20px;

width:200px;
margin-top:0em;


	
}



#videoBar {
  width : 160px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top : 4px;
  padding-right : 4px;
  padding-left : 4px;
  padding-bottom : 0px;
  margin-top:0em;
}

/* color settings */
.playerBox_gsvb div.alldone_gsvb        { color : #676767; }
.playerBox_gsvb a.title_gsvb            { color : #676767; }

.playerBox_gsvb div.alldone_gsvb:hover  { color : rgb(237, 92, 11); }
.playerBox_gsvb a.title_gsvb:hover      { color : rgb(237, 92, 11); }
.resultsBox_gsvb div.resultDiv_gsvb     { border-color : #676767; }

/* override standard player dimensions */
.playerInnerBox_gsvb .player_gsvb {
  width : 320px;
  height : 260px;

}
#youtubevideo {
	
margin-top:-1em;
}



.custom #search.widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-original:adding;
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/lookingforsomething.png') no-repeat top center;
color:#FFFFFF;
height:46px;
width:215px;
padding-top:0em;
padding-bottom:0em;
padding-left:0em;
padding-right:0.8em;
}


.custom li.search h3 {height: 46px; width:215px; background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/lookingforsomething.png') top center; text-indent: -9999px;}


.custom #search.widget {
padding-left:30px;
padding-top:50px;
margin-bottom:0;
padding-right:20px;
margin-top:0em;	
margin-left:5px;
margin-right:20px;

width:280px;
margin-top:0em;


	
}
.custom .search-form input {
font-weight:bold;
}

.custom #get-recent-comments.widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-original:adding;
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/yourecentlysaid.png') no-repeat top center;
color:#FFFFFF;
height:100px;
width:285px;
padding-top:0em;
padding-bottom:0em;
padding-left:0em;
padding-right:1em;
}


.custom li.get-recent-comments h3 {height: 100px; width:285px; background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/yourecentlysaid.png') top center; text-indent: -9999px;}


.custom #get-recent-comments.widget {
padding-left:20px;
padding-top:30px;
margin-bottom:0;
padding-right:20px;
margin-top:0em;	
margin-left:5px;
margin-right:20px;

width:285px;
margin-top:0em;


	
}

.custom #recent-posts-3.widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-original:adding;
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/andirecentlywrote.png') no-repeat top center;
color:#FFFFFF;
height:62px;
width:201px;
padding-top:0em;
padding-bottom:0em;
padding-left:0em;
padding-right:1em;
}


.custom li.recent-posts-3 h3 {height: 62px; width:201px; background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/andirecentlywrote.png') top center; text-indent: -9999px;}


.custom #recent-posts-3.widget {
padding-left:20px;
padding-top:30px;
margin-bottom:0;
padding-right:20px;
margin-top:0em;	
margin-left:5px;
margin-right:20px;

width:285px;
margin-top:0em;


	
}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #FFFFFF;
	/* widget padding */
	/* padding: 16px; */
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
        margin-left:440px;
        margin-top:20px;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 330px;
	/* space between widgets */
	padding-right: 30px;
	/* text color */
	color: #59641f;
	/* do not change these! */
	
display: inline-block;
	float: left;
	height: 100%;        padding-bottom:20px;
        font-size:1.5em;
        line-height:150%;
}
#footer_setup .footer_items a{
color:#59641f;
}




/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

.custom #footer {
	
	width: 100%;
	background: #FFFFFF url('http://remarkablyclever.com/wp-content/uploads/2010/02/roots5.png') no-repeat;
        padding-left:0;
        padding-top:0;
        padding-right:0;
}

#footer_setup .footer_items h2 {
height: 107px; width:249px;
background: #FFFFFF url('http://remarkablyclever.com/wp-content/uploads/2010/02/mostpopularposts1.png') no-repeat;
}

#footer_setup .footer_items h3 {
height: 107px; width:249px;
background: #FFFFFF url('http://remarkablyclever.com/wp-content/uploads/2010/02/sitesinmyrssreader.png') no-repeat;text-indent:-9999px;
}


/* Re-style the author and children comments */
.custom dl#comment_list .bypostauthor { background: transparent; } /* Reset Thesis default */
.custom dl#comment_list dd { padding-top: 0; } /* Reset Thesis default */
.custom dl#comment_list dd,
   .custom dl#trackback_list dd { padding-left: 0; } /* Reset Thesis default */
.custom dl#comment_list dl dd .format_text { margin-bottom: 0; } /* Reset Thesis default */
.custom dl#comment_list dd div,
   .custom dl#trackback_list dd div { padding-left: 0.9em; }
.custom dl#comment_list dl dd div { padding-left: 1.5em; }
.custom dl#comment_list dt.bypostauthor,
   .custom dl#comment_list dd.bypostauthor>div { background: #E7F8FB none repeat scroll 0 0; }
.custom dl#comment_list dl.children { background: #FFF; padding-left: 1em; padding-top: 1em; }
.custom dl#comment_list dl.children dt { padding-top: 1em; }
.custom dl#comment_list p.reply { margin-bottom: 1em; }

/* blockquote */
.custom blockquote p {
border:0;
padding: 0px 17px 0px 0px;
font-size: 12pt;
float: left;
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/rightquote.png') bottom right no-repeat;
}

.custom blockquote {
border:0;
padding-top: 25px;
padding-left:15px;
padding-right:42px;
padding-bottom: 30px;
font-size: 12pt;
background: url('http://remarkablyclever.com/wp-content/uploads/2010/02/leftquote.png') top left no-repeat;
}

/* CURRENTLY SELECTED TAB */
/* color of the currently selected tab background and font color */
.custom .menu .current a,
.custom .menu .current-cat a {
	background: #59641f;
	color: black;
}
