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


body.custom { background: #1D2F47; }

.custom #page { background: #fff; }

.custom #container { margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; } 

.custom #breadcrumbs { padding: 0.3em; font-family:Helvetica,Arial,sans-serif; }

/*LOGO HEADER*/
/* This line sets up our clickable background image based on the site title's link */
.custom #header #logo a { display: block; height: 72px; width: 866px; background: url('images/modernomics.gif') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; border-bottom:none; }

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}


/*SIDEBAR*/
.custom .sidebar ul.sidebar_list{padding-top:2.5em}
.custom .sidebar h3{border-bottom:1px dotted #ddd;border-top:3px double #ddd;color:#111;font-size:.846em;font-family:Helvetica,Arial,sans-serif;font-variant:normal;font-weight:bold;letter-spacing:0;padding:.6em 0 .5em;text-transform:uppercase}
.custom .sidebar h2{border-bottom:1px dotted #ddd;border-top:3px double #ddd;color:#111;font-size:.846em;font-family:Helvetica,Arial,sans-serif;font-variant:normal;font-weight:bold;letter-spacing:0;padding:.6em 0 .5em;text-transform:uppercase}
.custom ul#twitter_update_list {list-style-type:none; padding:10px;margin-left:0px}
.custom li.widget ul li,.custom li.widget p{color:#333;font-family:}
.custom li.widget{margin-bottom:2.5em}
.custom li.widget_sideblog h4,.custom .widget ul.reacties h4,.custom li.widget_get_recent_comments h4{font-family:Georgia,"Times New Roman",Times,serif;font-variant:small-caps;font-weight:normal}
.custom li.widget_siderblog .entry-content{text-align:justify}
.custom li.widget_categories{text-transform:capitalize}
.custom li.widget_topcomm ol{margin-left:2em}

/*NAVTABS*/
.custom ul#tabs{font-family:Helvetica,Arial,sans-serif}
.custom ul#tabs li a{font-size:1.3em;letter-spacing:1px;padding:.408em}
.custom ul#tabs li{background:#efefef url(images/tab.png) repeat-x top}
.custom ul#tabs li.current_page_item,.custom ul#tabs li.rss,.custom ul#tabs li.current-cat{background:#fff}
.custom ul#tabs li.rss a,.custom ul#tabs li.rss a:visited{padding-right:16px}

.custom div.nav_container form.search_form {
	float:right;
	margin-top:-2.6em;
}
.custom div.nav_container #s {
	font-size:1.3em;
	padding:0.308em;
	width:15.385em;
}


/*CONTENT*/
.custom #content{background:transparent url(images/content_bg.gif) repeat-y right}
.custom #content{height: 100%}
.custom #content #archive_info h1{text-transform:capitalize}
.custom #content h1,.custom #content h2{font-size:3em}
.custom #archive_info{border-bottom:3px double #ddd}
.custom .prev_next{border-top:3px double #ddd}

/*ENTRY*/
.custom h2.entry-title{font-size:2.8em;/*text-shadow:#eee 2px 2px 2px*/}
.custom h1.entry-title{text-shadow:#ddd 1px 1px 1px}
.custom h2 a,.custom h2 a:visited{display:block}
.custom .format_text{word-wrap:break-word}
.custom .format_text h4{font-weight:bold}
.custom .format_text p,.custom .format_teaser p,.custom .format_text li{font-family:;text-align:justify}
.custom .format_text em,.custom .widget_sideblog em{font-family:Garamond,"Goudy Old Style","Hoefler Text","Palatino,Palatino Linotype","Times New Roman",Times,serif;font-size:110%}
.custom .format_text ul{list-style-image:url(images/roundblack.gif);padding-left:.5em}
.custom .format_text h3{font-family:Garamond,"Goudy Old Style","Hoefler Text","Palatino,Palatino Linotype","Times New Roman",Times,serif;font-size:1.6em}
.custom h3.similar{font-weight:bold;font-size:1.6em}

/*WELCOME BOX HEADER*/
.custom div.welcome_box {
width: 90%;
padding: 0.571em 0.786em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-bottom: 0em;
padding-bottom: 0em;
}

/*FOOTER*/
.custom #footer{background:#fff;text-align:center;color:#000;}

/*FRONT PAGE*/
.frontpage .comments_closed { display: none; }

/*ABOUT PAGE*/
.about .comments_closed { display: none; }

/* FEATURE BOX */
.custom #feature_box {
border: none;
background: #FFF;
margin-right: 20px;
padding-left: 0;
padding-right: 0;
font-size: 1.4em;
}

#feature_box p {
margin-top: 0.5em;
}

img.floatRight { 
    float: right;   
    margin-top: 44px;
}
img.floatLeft { 
    float: left;    
}

.custom #content_box {background:none;}

#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; }