/*



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 #logo a { display: block; height: 130px; width: 420px;



background: url(http://www.techwonder.info/wp-content/themes/thesis_16/lib/images/logo1.jpg) no-repeat; outline: none; }



.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }



.custom #header #tagline { height: 0; }



.custom #header {border:.2em solid #DBDDDD;



height:120px;



padding:5px;



}



/* customize teaser box paste it in custom.css file  */



.custom .teaser_box{

width: 63.5em;  padding: 0; border-width: 0;

}

.custom .teaser{

width: 63.5em;  height:100%; margin-top:1em; margin-bottom:2em;



}

.custom .teaser .format_teaser {

font-size:1.4em;

}

.custom .teaser h2{

font-size: 2em;

text-align:left;

}





/* SAVE THIS IN CUSTOM.CSS FILE */

.custom .teaser {width: 100%; margin-top: 0.25em; padding-top: 0.25em; text-align: justify;}

.custom .teasers_box {padding-top: 0; padding-bottom:0; border-top: 0;}

.custom #teaserlinkscontainer {margin-top:0px;}

.custom #teasermenu {height: 30px;}

.custom #teasermenu , .teasermenu ul {padding: 0; margin: 0; list-style: none; line-height: 1;

border-width: 0.5em 0.5em 0.5em 0.5em;}

.custom #teasermenu ul {float: left; list-style: none; margin: 0px 0px 0px 0px; padding: 0px;}

.custom #teasermenu li {float: left; list-style: none; margin: 0px; padding: 0px;}

.custom #teasermenu ul li {list-style: none; margin: 0px; padding: 0px;}

.custom #teasermenu a, .custom #teasermenu li ul {border-color: #111;}

.custom #teasermenu li a, .custom #teasermenu li a:link {color: #1B32C4; background:none;

display: block; font-weight: bold; margin: 16px; margin-top:9px; padding: 5px 5px 5px 5px;

text-decoration: none; font-size: 13px; font-family: Arial, Helvetica, sans-serif; -moz-borderradius-

bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px;

-moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-topright-

radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-rightradius:

4px;}

.custom #teasermenu li a:hover, {color: #1B32C4; background: #7BAAD9; display: block;

margin: 14px 8px 14px 14px; padding: 5px 5px 5px 5px; text-decoration: none; -moz-borderradius-

bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px;

-moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-topwww.

FourBlogger.com Page 43

right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-rightradius:

4px;}

.custom #teaserempty {width: 100%; margin-top: 0.5em; margin-bottom: 0.5em;}

.custom #teasermenu li p,{color: #000000; background: #D0D0D0; display: block; width:

100%}











/* teaser add comment and read more link background image */

.custom #teaser_b{

background: #eeeeee; 

/*url("http://fourblogger.com/wp-content/themes/thesis_16/custom/images/new*/

teaser box.PNG");

height:42px;

width:415px;

margin-left:-11px;

}

















#footer{

 background: #eeeeee;

}

.custom #footer {

 height: 100%;

 width: 100%;

 border-top:2em solid #9c9c9c;

 background: #eeeeee;

padding:0em;

}

.custom #footer a{

 border-bottom: 1px none #cccccc;

}

.custom #footer {

 text-align:center;

}

/* footer widget area setup */

#footer_setup {

 /* widgetized footer background (not footer background) */

 background: #444343;

 /* widget padding */

 padding:1.5em;

 /* margin at bottom of widgets */

 margin-bottom: 25px;

 /* do not change this! */

 overflow: hidden;

}



/* widget item setup */

#footer_setup .footer_items {

 /* contents alignment */

 text-align: left;

 /* widget width */

 width: 33.3%;

 /* space between widgets */

 padding-right: 0px;

 /* text color */

 color: #2361A1;

 /* do not change these! */

 display: inline-block;

 float: left;

 height: 100%;

}



/* widget item headers http://adwordsshop.com/wp-admin/admin.php?page=thesis-file-editor*/

#footer_setup .footer_items h3 {

 /* font size */

 font-size: 1.5em;

 /* bold or not */

 font-weight: bold;

 /* uppercase or not */

 text-transform: uppercase;

 /* space out the letters*/

 letter-spacing: 0px;

 /* font color*/

 color: #ffffff;

 /* padding under header text */

 padding-bottom: 3px;

 /* border under header text */

 border-bottom: 3px none #ffdf00;

 /* distance between border and widget text */

 margin-bottom: 5px;

}



/* do not change these! */

#footer_setup .footer_items ul li { list-style:none;

 font-size:1.4em;

 line-height:1.5em;

}





#footer_setup .footer_items ul { margin: 1em; padding: 0px; }







.custom #comment_list { background: #DE9C62; padding: .2em; }

      .custom #comment_list dd { margin-bottom: .2em; }

      .custom #comment_list .comment { background: #F0F5FF; }



.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div { background: #EBF1FF; }



.custom .comment-reply-link { background: #EEE; padding: 0.4em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }