/*
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 Headings ================= */


.custom h1
{
	color: #636d90;	
        font-size: 36px;
        margin-bottom: 1px; 
	margin-top: 10px;
}


.custom h2
{
	font-size: 26px;
	color: #464646;
        margin-bottom: 10px; 
	margin-top: 10px;
        font-weight: normal;
	
}

.custom h3
{
	color: #619e90;
	text-decoration: none;
        font-size: 18px;
        font-weight: none;
        margin-bottom: 13px; 
	margin-top: 13px;

}


/* ==================== Header adjustments ================= */

.custom #header {
        background-color: #f2f2f2;
        width: 945px;
        border: 1px solid #c8c8c8;
	padding: 5px;
}


.custom #header a { 
	font-size: 1.1em;
	margin: 6px 16px 2px 16px;
	text-decoration: underline;
        font-family: Arial, Georgia, "Times New Roman", Times, serif;
	position: relative; top: -4px; left: 0px; }
}

}

.custom #header a:hover { border: 0; }
.custom .custom_box { background: #fff; }



/* ==================== Image Padding ==================== */

.custom .format_text img.alignright
{
padding: 0px;
margin: 0px
opacity: .9;
}





/* ==================== Remove Navbar ================= */

.menu, .menu a, .menu li ul{
display: none;
}



/* custom  sitemap and archives page */

.custom .sitemap h3 {margin-top: 0;}
.custom .sitemap ul {font-size: .85em; }
.custom .sitemapl { float: left; width: 30%;}
.custom .sitemapr { float: right; width: 70%;}


/*  CATEGORY PAGE STYLING   */

.custom #archive_info {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
line-height: 1.308em;
text-transform: none; }



/*  CUSTOM TEASERS   */

.custom .teaser {
   width: 48%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: left;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;}

.custom .teaser h2 {
        color: #619e90;	
        font-size: 24px;
        margin-bottom: 1px; 
	margin-top: 10px;
}

.custom .teaser h2 a:hover {
        color: #636d90;	
        font-size: 24px;
}

.custom .teaser a.teaser_comments {
   margin-left: 1em;
}

.custom .teaser_author {
    margin-left: 1em;
}






/* ==================== Sidebar stuff ================= */


.custom .sidebar h3 
{ 
	color: #666; 
	font-size: 1.7em; 
	font-variant: small-caps;
	margin-bottom: 5px; 
	margin-top: 5px;
}



.custom .adlu a
{ 
	color: #0000ff; 
        padding: 0px;
	text-decoration: underline;
	font-family: "Arial, Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 1px; 
	margin-top: 1px;
}



.custom .sidebar #widget_killer_recent_entries-2,
.custom .sidebar #categories-365303462,
.custom .sidebar #linkcat-277
{
	background-color: #ffffff;
	xbackground-image: url(/images/sidebar_bg.png);
	background-repeat:repeat-y;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
}

.custom .sidebar #widget_killer_recent_entries-2 li,
.custom .sidebar #categories-365303462 li,
.custom .sidebar #linkcat-277 li
{
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

.custom .sidebar #widget_killer_recent_entries-2 li a,
.custom .sidebar #categories-365303462 li a,
.custom .sidebar #linkcat-277 li a
{
	display: block;
	padding: 0px;
	text-decoration: none;
	font-family: "Arial, Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
}

.custom .sidebar #widget_killer_recent_entries-2 li a:hover,
.custom .sidebar #categories-365303462 li a:hover,
.custom .sidebar #linkcat-277 li a:hover,
.custom .sidebar #tag_cloud-1 li a:hover
{
	background-color: #ffffff;
}



/* NEWSLETTER SIGNUP */

.newsletter
{
	background-image: url(/images/newsletter_bg.gif);
	background-repeat: no-repeat;
	height: 50px;
}

.newsletter #newsletter-email
{
	margin-left: 567px;
	margin-top: 15px;
	border: 1px solid #a7def9;	
	padding: 4px;
	font-size: 12px;
	width: 215px;
	float: left;
	color: #999999;	
}

.newsletter #newsletter-submit
{
	margin-top: 15px;
	float: left;
}



/* BOXES  
/*

#similar h3, #rightcol h3 { font-size: 1.8em; letter-spacing: normal; padding-top: 15px; }
#similar { float: left; width: 50%; }
#similar p { margin-bottom: 15px; padding: 10px 2.5em 10px 10px; }
#similar a { font-size: 1.4em; border-bottom: 1px solid #CB3131; line-height: 1.5em; }
#similar a:hover { border: 0; }
#similar h3 { padding-left: 10px; }
#similar span.date { color: #888; letter-spacing: 1px; text-transform: uppercase; }
#rightcol { float: right; width: 50%; }
#rightcol p { font-size: 14px; line-height: 1.5em; padding: 10px 2.5em 10px 0;  }
#rightcol h3 { padding: 0; }
#rightcol ul { list-style-position: inside;  list-style-type: square; margin-left: 1em; }
#rightcol ul a { border-bottom: 1px solid #CB3131; font-size: 14px; }
#rightcol ul a:hover { border: 0; }
#rightcol li { margin-bottom: 10px; }
#subscribe { background: #FFFBCC; border: 1px solid #E6DB55; float: right; margin: 15px 15px 0 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#custom { background: #E4F2FD; border: 1px solid #C6D9E9; float: right; margin: 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

*/ 