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

/* Remove the Header */
.custom #header_area #header {
  display:none;
}

/*  customize author comments   */

.avatar img {
float:left;
margin-left:-0.5em;
padding-right:10px;
}

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

			dl#comment_list dt .comment_author { font-weight: bold; }
dl#comment_list dd { border-bottom: 2px solid #000000 }


.author_comment { background:#808000; }
	
dl#comment_list dt, dl#comment_list dd { background:#333333; color:#ffffff }
dl#comment_list dt a { color:#CCCCCC} 
dl#comment_list dd a { color:#CC0000;}
dl#comment_list dd a hover { color:#CCCCCC;}
	dl#comment_list .alt { background: #fff !important; color:#000000 }


.prev_next a { text-decoration: none; color:#000000; font-size:15px; font-weight:200 }
	
	.prev_next a:hover { text-decoration: underline; color:#000 }
	
			.post_tags { color:#000; font-size:16px; font-weight:400 }
		
			.post_tags a { text-decoration: none; font-size:18px; color:#360; }
			
			.post_tags a:hover { text-decoration: underline; font-size:18px; color:#906}


/*customizing Teaser*/
.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:#2A2A2A; text-decoration:underline; 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:#000000; text-decoration:underline}
.custom #teaserempty {width: 100%; margin-top: 0.2em; margin-bottom: 0.5em;}
.custom #teasermenu li p,{color: #000000; background: #D0D0D0; display: block; width: 100%}

.custom .teaser_box{
width: 28em;  padding: 0; border-width: 0;
}
.custom .teaser{
width: 28em;  height:100%; margin-top:1em; margin-bottom:.5em; 

}
.custom .teaser .format_teaser { 
font-size:1.4em;
}
.custom .teaser h2{
font-size: 1.8em;
text-align:left; font-style:italic;
}
.teaser .teaser_author { font-style: italic; color:#000; }
.teaser a.teaser_category{ text-transform: uppercase; letter-spacing: 1px; color:#666666; border-bottom: 1px solid #000000;}



.custom #footer 
{
	border-top:20px solid #993366;
}

.custom a { color:#2A2A2A;
			font-family:"Century Schoolbook";
			size:13px;}
.custom a:hover { color:#000000;}


/* to add background image or color to the webpage */

body.custom {background: url(http://www.threza.com/wp-content/themes/thesis/custom/images/shadow.png) repeat-y scroll 50% 0 ; background-color:#FFFFFF;}

/* to assign changes to margins of the page and border of page */
.custom #container 
{
    margin-top: 2em;
    margin-bottom: 2em;
	width:630px;
    padding: 0.3em;
	color:#000000; 
	font-family:"Century Schoolbook";}  /* text color of the body */
.post {
padding: 10px 0 0;
clear: both;
margin-bottom: 3px;
border-bottom: 2px solid #35302a;
}



/* to add colour to frontpage*/
.custom #page
 {
    background: #fff;
}

/* for header image height and image inserting, logo*/
.custom #header { 
	height:260px;
	width:612px;
	padding-top:0;
	padding-bottom:0;
	background-position:left;

	}
	/* Remove padding around the Navigation Bar */
.custom #header_area .page {
  padding:0em;
}

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }
			 
			 
/* for content list in the sidebar */

.custom .sidebar{ color:#000000;font-size:11px; font-weight:500; font-family: Georgia, "Times New Roman", Times, serif}

	.custom .sidebar a {color:#2A2A2A;text-decoration:underline;font-size:15px; font-weight:520; font-family: Georgia, "Times New Roman", Times, serif}
	.custom .sidebar a:hover { color:#000000; font-size:15px; text-decoration:none;font-weight:520;  }
	
	.custom .sidebar h3{
			background:url("http://www.threza.com/wp-content/themes/thesis/custom/images/sidebar1.png");
			background-repeat:no-repeat;
			margin-left:-0.1em;
			width:350px;
			height:42px;
			font-size:0.8em;
			padding-left: 15px;
			line-height:2em;
			color:#fff;
			padding-top:0.8em
			}

/* for upper nav bar background image */
.custom ul#tabs 
{ background-color:#000000;
	border-width:0;
	padding:0 2.3em;
	width:95.7%;
	position: relative;
	height: 32px;
}


/* Change the color of top nav tab content when the cursor hovers over it */
	.custom ul#tabs li { background:#000000; border: 1px solid #CCCCCC; border-left: 0; float: left; font-style:normal }

	.custom ul#tabs li a { color:#FFFFFF; font-weight: bold; font-style:normal}
	.custom ul#tabs li a:hover {color:#999999}
	.custom ul#tabs li a:active { color:#CCCCCC; font-weight: bold; font-style:normal }
	ul#tabs li { margin-bottom: -0.1em; background: #efefef; border-left: 0; float:none; }

ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #000000; border-bottom: 0; }



/* To change the text for leave a comment after post boz */
.custom #respond_intro p {display: none;} /* actually added to remove the leave a comment tag which did not work*/

.custom .comment-heading {font-size:2.1em; padding:1em; margin-bottom:-1em;}

/* HEADER ZONE */

.custom #header_area { background:#000000; }

.custom #header_area .page { background: #000000; }

.custom #header { background: #cfe2ff; border-bottom: 0; 	background:url(http://www.threza.com/wp-content/themes/thesis/custom/images/jeni-logo1.png) no-repeat; }

/* NAVBAR ZONE */

.custom #nav_area { background: #000000; }

.custom #nav_area .page { background: #7fc874; }

.custom .menu { background: #c4e9be; border: 0; }

.custom .menu li.tab a, li.tab { border: 0; }

/* CONTENT ZONE */
.custom #content {background-color:#F3F3F3; color:#121212; font-family:"Century Schoolbook";}

.custom #content_area { background:#E4E4E4;}

.custom #content_area .page { background:#F3F3F3;}

.custom #content_box { background:#D7D7D7; }

/* FOOTER ZONE */

.custom #footer_area { background:#000000; }

.custom #footer_area .page { background:#CCCCCC; }

.custom #footer { border: 0; background:#ffffff; }

/* BEHIND EVERYTHING */

body.custom { background:#000000 }