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



	 /*   BACKGROUNDS	*/	 
	  	  body.custom {    background: #000000 url(images/stitched.gif);	 color: #666666	}
.custom #page {    background: #FFFFFF;}
 .custom #content_box {background-color:#f7f7f7;}
 .custom #header {background-color:#fff;}
.custom #content {background-color:#fff;}
	
			 /*   ROTATING HEADER IMAGES	*/	 
	.custom #feature_box { padding: 0; border: none; }
	.custom #feature_box img { display: block; }
	
/*   LINKS	*/
a {color:#000000;  text-decoration:none; }
a:visited {color:#333333;  text-decoration:none;}
a:hover { color:#000000;border-bottom:1px solid silver; text-decoration:none; }

.format_text a {color:#009424;  text-decoration:none; background:#FFFFFF }
.format_text a:visited {color:#00a829;  text-decoration:none;       background:#FFFFFF}
.format_text a:hover { color:#000000; text-decoration:none; border-bottom:1px solid silver;     background:#FFFFFF}

/*   POSTS	*/
.format_text div {text-align: justify; } 
.format_text p {text-align: justify; } 


/*   FRAMES FOR MY PHOTOS   */
	/*   .my_photo img  {border: 1px solid #cccccc; padding: 0px;}  */
  	/*    .my_photo div  {float: left; margin: 0px; padding: 15px; border: 1px solid #cccccc; background: #white;}  */


/*   HEADERS	*/
h2 {font-weight: bold;}
h2 a {color:#111111; text-decoration:none; }
h2 a:visited {color:#333333;  text-decoration:none;}
h2 a:hover { color:#000000; border-bottom:1px solid silver; text-decoration:none; }
	
	
	
/*   TIME 2 READ	*/
.time2read {color:#CCCCCC; text-decoration:none; }
	
	
/*   TABS (TOP NAVIGATION)	*/
	.custom ul#tabs {border-bottom:none; border-left:none; background:#000000;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:#FFFFFF}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {color: #FFFFFF;}
.custom ul#tabs li a:hover {text-decoration:none; background:#FFFFFF;  color: #000000;}
.custom ul#tabs li.current_page_item a {color: #000000;}
.custom ul#tabs li.current-cat a {color: #000000; }
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#FFFFFF; color: #000000;} 
.custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#FFFFFF;  color: #000000;}
	
	
	/*   TABS (SIDEBAR)	*/
		/* Sidebar (widgetized>list>)*/

#sidebar #widgetized ul {
	clear: both;
	width: 100%;
	padding: 0 0 8px 0;
	border-top: #CECFC6 1px solid;
}

#sidebar #widgetized li {
	border-bottom: #CECFC6 1px solid;
	line-height: 20px;
	padding: 5px 0 5px 21px;
	background: url(images/bg_sidebar_circle.gif) no-repeat 5px 12px;
	overflow: hidden;
}

/* Sidebar (widgetized>list>inside)  --  FROM DTL */
#sidebar  ul ul {
	padding: 0;
	margin: 3px 0 0 0; }
#sidebar  ul ul li {
	border: 0;
	padding-bottom: 0; }
/* Sidebar (widgetized > special list)  --  FROM DTL */
#sidebar .widget_categories ul, 
#sidebar .widget_archive ul,
#sidebar .widget_links ul {
	background: url(images/bg_sidebar_ul_lines.gif) no-repeat right 0;
	margin-top: 3px;
	border: 0;
	width: 270px;
	margin-left: -9px;
	position: relative;
}
	
	
	.sidebar h3 {text-transform: uppercase; list-style: none; color: #333333; text-align: center; font-weight: bold; font-size: large;}
	.sidebar a:hover { text-decoration: none; }
	
	ul.sidebar_list {  }
	ol.sidebar_list {  }
	li.widget { width: 100%; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ol { list-style: none; }


	#tabs a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; border-bottom:none; }
		#tabs a:hover { color: #111; text-decoration: none; border-bottom:none }
	.format_text a { text-decoration: none; }
	.format_text a:hover { text-decoration: none; }
	.format_text .to_comments a { color: #111111; text-decoration: none; }
	.format_text .to_comments a:hover { color: #000000; text-decoration: none; }
	.post_tags a { text-decoration: none; }
	.post_tags a:hover { text-decoration: none; }
	.teaser a.teaser_link:hover { text-decoration: none; }
	.teaser .format_teaser a { text-decoration: none; }
	li.widget p a { text-decoration: none; }
		li.widget p a:hover { text-decoration: none; }
	.comments_intro a { text-decoration: none; }
			dl#comment_list dd p.reply a { color: #888; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
		dl#comment_list dd p.reply a:hover { text-decoration: none; }
				#respond_intro p a:hover { text-decoration: none; }
				#commentform p a { text-decoration: none; }
		#commentform p a:hover { text-decoration: none; }
		#header #logo { font-weight: bold; }
	#header #logo a { color: #111; }
	#header #logo a:hover { color: #000000; }
#header #tagline { font-weight: normal; color: #888; }



/* FLOATING SOCIAL MEDIA BUTTONS */
#share_buttons_single_page img{
background: none;
border: none;
padding: 0;
margin: 0;
}
#share_buttons_wrapper {
left:-120px;
position: absolute;
margin-left: 35px;
width: 280px;
}
#share_buttons_single_page{
position:absolute;
text-align: left;
margin: 0 0 10px 15px;
}
#share_buttons_single_page.fixed {
position: fixed;
top:20px;
}
#share_buttons_single_page .wdt_button{
float:left;
clear:left;
margin-bottom: 10px;
}