/*change the comment # size*/
.custom .format_text .to_comments span { font-size: 2em ; }

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



.custom #feature_box { padding:0em; background: #ffffff; }
 #featuredpost {border: solid 1px #ccc; background:#F5F9FC;}
 #topcarousel {border:1px solid #efefef; padding: 0px;padding-left:0px; background: #ffffff; }
 .carouselu {width:150px;float:left;padding:3px;padding-right:19px;text-align:center;}
 .carouselu IMG {border:2px solid #ccc;display:block;}



/* related posts section */
#related_posts {
	clear:both;
	display:block;
	margin:1.5em 0;
}
#related_posts .rel_post_inner p {
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	margin-bottom:0;
	text-align:center;
	text-indent:0;
}
#related_posts .rel_post_box a {
	color:#2A65A1;
	text-decoration:none!important;
}
#related_posts .rel_post_inner img {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:2px;
	padding:1px;
	opacity:0.7;
}
.rel_post_box {
	display:block;
	float:left;
	width:auto;
	max-width:25%;
}
.rel_post_inner {
	border:1px solid transparent;
	margin:5px 5px 0 0;
	padding:2px;
}
.rel_post_inner:hover {
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;
}
#related_posts .rel_post_inner:hover img {
	opacity:1!important;
}
/* end related posts section */



.menu .tip { float: right; }  
.menu .tip a, .menu .tip a:hover { padding-right: 54px; background: url('images/icon-tip.png') 100% 50% no-repeat; border: none; margin:0px 0px 0px 0px; text-indent: -9999px; }  
.menu .tip a:hover { text-decoration: underline; }



/**
 * Twitter Widget
 */
.really_simple_twitter_widget {
padding: 2px 5px 0px 5px;
border: 1px dotted #CCCCCC;
background: #F5FFFF
}
.really_simple_twitter_widget li {
    clear:both;
}
.really_simple_twitter_widget li img {
    float:left;
    margin-right:.5em;
}
.really_simple_twitter_widget li .clear {
    clear:both;
}
