/*
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/
*/


/*logo change code paste it in custom.css file*/
.custom #header { border-bottom:none;
height:170px;
width: 934px;
padding-top:25;
padding-bottom:0;
background:url(/wp-content/uploads/2010/09/HEADER.png)
left no-repeat; }


.custom #header #logo { display:none; }


.custom #header #tagline { display:none; }


.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.socialmedia { background: #FFFBCC; border-top: 1px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align: center;}
.socialmedia p { color: #515151; font-size: 1.3em;}




.custom h1.entry-title { background:
    #FF0000 none repeat scroll 0 0; color:
    #FFFFFF; padding:0.3em 0; text-align:center; }

/*submit form text color*/
.custom #commentform .form_submit { color: #ff3300 ;}


/* code for add image in sidebar headings*/
.custom .sidebar h3{
background:url("http://insaneabs.com/wp-content/themes/thesis_17/custom/images/sidebar.png");
margin-left:-0.3em;
width:195px;
font-size:1.2em;
line-height:1em;
color:#fff;
padding-top:0.3em;



breadcrumbs { padding: 1em; border-bottom: 1px solid #ddd; font-size: 1.2em; text-transform: uppercase; }

.custom dl#comment_list
{
border:1px solid #BBBBBB;
}


.custom dl#comment_list dt
{
background-color:#7B8750;
padding-top:0.5em;
padding-top:0.54em;
}


.custom .comment_time a, .edit_comment a
{
color:#DDDDDD;
}


.custom dl#comment_list dl dt.bypostauthor
{
background-color:#AD4F1F;
border-left-width:0.2em;
border-right-width:0;
border-top-width:0;
padding-bottom:0.5em;
padding-left:1.7em;
padding-top:1em;
}


.custom dl#comment_list .bypostauthor
{
background:none repeat scroll 0 0 #EEEEEE;
}


.custom dl#comment_list dl dd .format_text
{
margin-bottom:0;
}


.custom .avatar img
{
border:4px ridge white;
float:left;
margin-right:0.909em;
}


.custom .url
{
color:white;
}


.custom dl#comment_list dd p.reply
{
border-style:outset;
float:right;
margin:1em 0 1.5em;
}


.custom dl#comment_list dd p.reply a
{background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}

/* CODE FOR CUSTOM.CSS FILE*/

.custom #post_ad ul.sidebar_list li.widget h3 {text-indent:0; padding-top:0.2em; color:#111; font-size:15px; font-family:georgia; background:none;}
.custom #post_ad ul.sidebar_list li.widget ul { }
 