/*

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 { padding-top: 30px; }



    #header { border-style: double; border-color: #333; }

	.post_box, .teasers_box { border-style: dotted; border-color: #333; }

		

		#sidebars { border-style: solid; border-color: #333; }

			#sidebar_1 { border-style: dotted; border-color: #333; }

#footer { border-style: double; border-color: #333; }



blockquote {

color:#999999;

border-left:1px solid #333;

}







 

 /*---:[ after-post elements ]:--- */

.format_text .to_comments { color:  #CCC; padding-top: 15px;  }

	.format_text .to_comments span { color: #D4D4D4; }

	.format_text .to_comments span.bracket { color: #ccc; }

	.format_text .to_comments a { color: #FAFAFA;}

	.format_text .to_comments a:hover { color: #FFCD9B; text-decoration: underline; } 

 
.sidebar {
color: #C5C5C5;
}
 

 

 

 /*---:[ comment styles ]:--- */

	.comments_intro p { padding-top15px; color: #666666; }

		

		.comments_intro span { color: #666666; }

		.comments_intro span.bracket { color: #666666; }

		

		

/* dl#comment_list { border-top: 1px dotted #bbb; }

			dl#comment_list dt a:hover { text-decoration: underline; }

			dl#comment_list dt .comment_author { font-weight: bold; }

			.avatar img { float: right; }

			.comment_time, .edit_comment { color: #CCC; }

				.comment_time { white-space: nowrap; }

				.comment_time a, .edit_comment a { color: #CCC; }

				.comment_time a:hover, .edit_comment a:hover { color: #CCC; }

		.comment_num { float: right; }

			dl#comment_list .comment_num a { font-weight: bold; color:  #ccc; }

			dl#comment_list .comment_num a:hover { color: #999999; background: #181818; text-decoration: none; } */

	dl#comment_list .bypostauthor { background: #191919; }   /*

	dl#comment_list dd { border-bottom: 1px dotted #333; }

		dl#comment_list dd p.reply a { color: #CCC; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }

		dl#comment_list dd p.reply a:hover { text-decoration: underline; }

	dl#comment_list dl { border-top: 0; }  */

		dl#comment_list dl dt, dl#comment_list dl dd { background: #181818;  }
		dl#comment_list dl .bypostauthor { background: #151515; }     /*

		dl#comment_list dl dd { border-bottom: 0; }

		

		dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-style: solid; border-color: #333; }

		dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #bde0e6; }

		a.comment_link { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #333; } 

		a.comment_link:hover { color: #111; border-bottom-color: #111; } */

	/*---:[ author comment and alternating comment colors ]:---

	 dl#comment_list .even { background: #2A2A2A ; }

	dl#comment_list .odd { background: #0B0B0B ; } 

dl#trackback_list { border-top: 1px dotted #bbb; }

		dl#trackback_list dt a { color: #111; }

		dl#trackback_list dt a:hover { color: #111; text-decoration: underline; }

	dl#trackback_list dd { color: #888; }

	.comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; } */

	

	

	

/*---:[ comment form styles ]:--- */



	#respond_intro p { color: #999999 ; }

		

/*		#cancel-comment-reply-link { text-transform: uppercase; letter-spacing: 1px; color: #fff; background: #d00; border-style: solid; border-color: #ac0000; border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }

.login_alert { background: #222222; border: 1px solid #1E1E1E; } */

	



#commentform { border-top: 1px dotted #333333; }

/*	

	

		

		#commentform p .required { color: #d00; }

	#commentform span.allowed { display: block; color: #222222; background:  #222222; border-style: dotted; border-color: #bbb; }

			*/

	



/*---:[ form inputs ]:--- */

input, textarea { font-size: 1em; color: #999999; background: #1F1F1F ; border: 1px solid #333; border-right-color: #333; border-bottom-color: #333; }

/*

input:focus, textarea:focus { background: #fff; border-color: #ccc; border-right-color: #ccc; border-bottom-color: #ccc; }

	.sidebar .text_input { width: 95%; }

	input.form_submit { font-weight: bold; color:  #ccc; background: url('../Copy of custom-sample/lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; width: auto !important; overflow: visible; }

	#commentform input.form_submit { border-width: 3px; }

	input.form_submit:hover { color: #090; } */	

	

 

 /* List styles */

 

.format_text ul { list-style: none; } 

 .listofbooks {
    list-style:none;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 5px;
	}
	
.linkbox { background: #FFFFDB; 
           border:solid 1px #666666; 
		   text-align:center; 
		   padding:5px; 
		   width:94%;
		   font-size: 0.83em;
	       font-family: Verdana, Arial, Helvetica, sans-serif; 
		   font-weight: lighter;
		   margin: 12px auto 15px auto;
		   clear:both; 
		   box-shadow: 3px 3px 3px #818181;
           -webkit-box-shadow: 3px 3px 3px #818181;
           -moz-box-shadow: 3px 3px 3px #818181;
           filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=1, offY=1, positive=true);
}
.linkbox a:hover {text-decoration: underline; color: red; }	