/*
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 .entry-content a {font-weight:normal;}

.post_box {
padding-top:1em;
}
.post_box, .teasers_box, .full_width #content_box .page {
margin:0 2em 0 0;
}
/********************************Author Profile Box************************/

.postauthor {background: #F0F8FF; border:2px solid #2361A1; overflow: hidden; padding: 1.5em;margin:8px;-moz-border-radius: .8em;
    -webkit-border-radius: .8em;}
.postauthor img {border: 0px solid #e2dede; float: left; margin-right: 1.5em;height:100px;width:100px;}
.postauthor h4 {color: #666; font-size: 1.5em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 11px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}

.clear { clear: both }

.frame {
    background: #EEE;
    border: 1px solid #DDD;
    padding: 0.5em;         /* may need to be adjusted */
}
/********************************Author Profile Over************************/

/*---------------------Misc Styling----------------------- */
.custom #header { padding: 0; height: 81px; border: none;}
.custom #content_box {background:none;}
.menu { border-top-width: 1px; background: #EFEFEF; }
.menu li { margin-top: -0.1em; }
.menu a { padding: 0.4em 0.6em; font-weight:normal;}
.custom #DualLowerSidebar { width: 34.3em; }
/*---------------------Misc Styling End----------------------- */

/********************************Sidebar Widget Styling************************/
li.widget ul li {
border-left:4px solid #316891;
display:block;
margin:2px 0 2px 0;
padding:0 0 0 3px;
}

li.widget ul li:hover {
border-left:4px solid #000000;
display:block;
margin:2px 0 2px 0;
padding:0 0 0 3px;
}
li.widget a { color: #666666; }
li.widget a:hover { color: #000000; text-decoration: underline; }


.sidebar h3 { border-bottom:1px solid #316891; border-top:1px solid #316891; font-weight: bold; }
/********************************Sidebar Widget Styling End************************/

.custom .headline_area h1, .headline_area h2 {border-bottom:1px solid #316891; padding:3px; border-top:1px solid #316891; margin-bottom:5px; margin-top:5px;}
/* ------------------------------------------------------------------
---------- DOMTabs Styling ----------------------------------------------
------------------------------------------------------------------ */
ul.domtabs li.active {background:#316891;}		/* Active tab background color */
ul.domtabs li.active a {color:#ffffff;}		/* Active tab font color */
ul.domtabs li {background:#FFFFFF;}			/* Inactive tabs background color */
ul.domtabs li:hover {background:#C9EFFF;}
ul.domtabs li a {color:#000000;}				/* Inactive tabs font color */
ul.domtabs li {border-color:#CCCCCC;}			/* Tabs border color */
.domtab div {border:1px solid #CCCCCC;}					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#FFFFFF;}						/* Box background color */

ul.domtabs li {margin-right:0.5em;}			/* Space between each tab. Set to 0 for no space. */

div.domtab div {
	display:none;
	}

ul.domtabs {
	list-style:none;
	margin:10px 10px 10px;
	}

ul.domtabs li {
	float:left;
	font-size: 13px;
	padding:0.5em;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	}


ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:0 1px 1px 1x;
	padding:0.5em;
	clear:both;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

div.domtab h2{
	background-color: #C9EFFF;
	border: 1px solid #316891;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
	}
/*---------------------Domtabs Styling End----------------------- */
	
/*---------------------SponsorBox Styling----------------------- */
.sponsorbox {background:#FFFFFF;}
.sponsorbox {
	border-width:0 1px 1px 1x;
	padding:5px;
	clear:both;
	margin-left: 10px;
	}
#Sponsors div.sponsorbox h2{
	font-size: 20px;
	margin-bottom: 5px;
	}
/*---------------------SponsorBox Styling End----------------------- */

/*---------------------Disclaimer Box----------------------- */
	
.disclaimer {border:1px solid #CCCCCC;}
.disclaimer {background:#EDEDED;}
.disclaimer {
	border-width:0 1px 1px 1x;
	padding:5px;
	clear:both;
	margin: 15px;
	font-size: 12px;
	}
#disclaimerCont div.disclaimer h2{
	font-size: 20px;
	margin: 15px;
	}
/*---------------------Disclaimer Box End----------------------- */
	
/*---------------------Glossary CSS WP-SNAP----------------------- */
ol.snap_nav {
 display: block;
 float: left;
 clear: both;
 font-weight: bold;
 list-style: none;
 font-size: 12px;
 letter-spacing: 3px;
}    

ol.snap_nav li {
 display: block;
 float: left;
 padding: 5px 2px 10px 5px;
}    

ol.snap_nav li a {
 font-weight: bold;
}    

ol.snap_nav li.snap_selected a {
 font-weight: normal;
 font-size: 20px;
 text-decoration: none;
 color : #003399;
}

/*---------------------Glossary CSS WP-SNAP End----------------------- */

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #F0F8FF none repeat scroll 0 0; padding-top:20px;}
.custom dl#comment_list dt.comment-author-kyle, .custom dl#comment_list dd.comment-author-kyle>div {background: #F0F8FF none repeat scroll 0 0; padding-top:20px;}

/* Financial Graphs STyling
	Use this template to modify and style your graphs.
	
IMPORTANT:

	We'd appreciate it if you'd leave the link back to our site in tact,
	though you can certainly remove it if you wish. The extra traffic 
	can help us compensate for the time spent providing the theme to 
	you for free  win-win! Thanks. 

	I really do appreciate it. :)

*/
	
#goalgraph .goal {  
	width:100%; 
	height:20px; 
	border:solid 1px #555;
}
#goalgraph .progress {
	padding-left:3px; 
	height:20px; 
}
#goalgraph .goal-info { 
	margin: 0;
	font-weight: bold; 
	text-align: left; 
}
#goalgraph .appreciation, #goalgraph .appreciation a { 
	margin: 0; 
	text-align: right; 
	font-size: 9px;
	color: #666;
}

#content ol {
	margin-left: 42px;
}