/*
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 #nav { 
background: #eee; 
border-bottom: 0.55em solid #3e3e3a; 
border-top:0.55em solid #3e3e3a 
} 

/* nav menu color change*/ 
.custom .menu   { background-color: #00bb8b8; 
border-bottom: 0.3em solid #3e3e3a; 
} 

/* code for Author's profile box below the post */ 
.postauthor {background: #F5F5F5; 
&nbsp;border-top: 1px solid #e1e1e0; 
&nbsp;border-bottom: 1px solid #e1e1e0; 
overflow: hidden; padding: 1.5em; 
} 
.postauthor img {border: 1px solid #e2dede; 
float: left; 
&nbsp;margin-right: 1.5em;} 
.postauthor h4 {color: #666; 
font-size: 2em; margin-bottom: 5px;} 
.postauthor p {color: #515151; font-size: 13px; 
margin-bottom: 12px;}.postauthor p.hlight {font-size: 11px; 
text-transform: uppercase;}.postauthor p.hlight span {color: #CB3131; 
font-size: 1.5em; font-style: italic; 
font-weight: bold; letter-spacing: 0.8px;} 
.custom .postauthor p { 
fontsize:15px;} 
.custom .postauthor p.hlight{ 
fontsize:13px; 
fontweight:bold } 

/* paste in custom.css file */ 
 
.custom #categories ul.sidebar_list li.widget ul li { width:45%; ; float:left;} 


/* code for Author's profile box below the post */ 
.postauthor {background: #F5F5F5; 
&nbsp;border-top: 1px solid #e1e1e0; 
&nbsp;border-bottom: 1px solid #e1e1e0; 
overflow: hidden; padding: 1.5em; 
} 
.postauthor img {border: 1px solid #e2dede; 
float: left; 
&nbsp;margin-right: 1.5em;} 
.postauthor h4 {color: #666; 
font-size: 2em; margin-bottom: 5px;} 
.postauthor p {color: #515151; font-size: 13px; 
margin-bottom: 12px;}.postauthor p.hlight {font-size: 11px; 
text-transform: uppercase;}.postauthor p.hlight span {color: #CB3131; 
font-size: 1.5em; font-style: italic; 
font-weight: bold; letter-spacing: 0.8px;} 
.custom .postauthor p { 
fontsize:15px;} 
.custom .postauthor p.hlight{ 
fontsize:13px; 
fontweight:bold } 


.custom .format_text p.note {background: #E3F0F2 url(images/note.png) center no-repeat; border: 1px solid #66CCCC; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-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-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}

.custom .format_text p.alert {background: #ffffa0 url(images/alert.png) center no-repeat; border: 1px solid #E6DB55; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-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-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}






/* 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-border-
radius-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-top-
right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-
radius: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-border-
radius-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-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-
radius: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%} 


/*post sub-tittle color*/ 
.custom .format_text h2{background-color: #9c9c9c; 
padding: 0.2em 0.2em 0.2em 0.5em; color:#ffffff; 
-moz-border-radius: 4px; } 



.custom .sidebar h3{background-color: #00B8B8; 
 
-moz-border-radius:  4px;&nbsp;padding:  0.1em  0.1em  0.1em  0.5em;  font-weight:bold;  font-
size:1em; color:#ffffff;}


#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; } 


/* paste in custom.css  */ 
 
.custom #cats{ 
float:left; 
background:none repeat scroll 0 0 #444343; 
text-align:left; 
margin-top:13px; 
overflow:hidden; 
padding:10px 0 7px 20px; 
} 
.custom #cats li { 
float:left; 
font-size:1.8em; 
line-height:1.8em; 
margin:0 2px 5px 0; 
width:190px; 
} 
.custom #cats li a { 
border-bottom:1px dashed #DBEDF9; 
color:#DBEDF9; text-decoration:none; 
} 
.custom #cats .children li { 
float:left; font-size:1em; 
line-height:1.8em; margin:0 2px 5px 0; 
width:100%; 
} 
.custom #cats h5{ 
font-size:2.5em;  font_weight:bold;
}

.custom #sidebar_1 {background:#F5F5F5 none repeat scroll 0 0;}



.custom #logo {background-image: url('/images/logo.JPG'); background-repeat: no-repeat; width: 443px; height: 188px; text-indent: -9999px; }
.custom #logo a {width: 443px; height: 188px; display: block; outline: none;}


/* paste the code in  custom.css   */
.custom #header #header_ad {
float:right;
margin-top:-9em;
width:500px;
}

/**paste it in custom.css**/ 
 
.custom #google_translator { 
 
float: right; 
margin-top: -3em; 
margin-right: 19em; }