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


/* FEEDBURNER */
.custom .feedburnerFlareBlock { font-size:.7em; line-height:1.2em; }

/* PAGE BACKGROUND (content box) */
.custom #content_box  { background: url('images/miv_back.gif') center repeat-y; }


/* FOOTER */
.custom #footer  { background: url('images/miv_footer.gif') top no-repeat; border-top: 0px; padding-bottom: 4.5em; padding-top: 0em; padding-right: 2.5em;}

.custom #footer p { padding-top: .25em;}

/* CONVERT PAGE WIDTHS TO PIXELS */
#page{width:834px;}
#content{width:539px; padding-bottom: 5em; padding-right: 2em;}
#sidebars{width:265px;}
#container{width:834px; padding: 0 2em 0 2em;}

/* NO SIDEBARS BACKGROUND */
.custom .no_sidebars { background: transparent url(images/miv_back.gif) repeat-y scroll 0 0 !important; }
.custom .no_sidebars #content { width: 700px; padding-right:60px;}

/* CUSTOM HEADER - CLICKABLE */
.custom #header #logo a { display: block; height: 186px; width: 834px; background: url('images/miv_header.png') no-repeat; outline: none; }
.custom #header #logo { text-indent: -9999px; }
.custom #header #tagline { text-indent: -9999px; font-color: #ffffff;}
.custom #header { padding: 0; border:0; }

/* (kludge) This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
.custom #header #tagline { height: 0; }

/* NAV BAR ADJUSTMENT */

ul.menu li a {
	text-transform: none;
	letter-spacing: 0px;}

.menu li {
	margin-top: 1em;
	float: right; }



/* HEADLINES CUSTOM */
.custom .headline_area h1, .headline_area h2 { color: #f4a22d; font-size: 2.2em; font-weight: bold;}
.custom .format_text h2 { color: #f4a22d; font-size: 1.35em; margin: 1.7em 0 .9em 0; font-weight: bold; }
.custom .format_text h3 { color: #99cc00; font-size: 1.15em; margin: 0 0 .9em 0; line-height: 1.5em; }
.custom .format_text h4 { color: #f4a22d; font-size: 1em; margin-bottom: .75em; }

.custom .format_text p { color: #666666; margin-bottom: 1em; }

.custom .entry-content h2 { color: #99cc00; font-size: 1.15em; margin: .5em 0 .9em 0; line-height: 1.5em; font-weight: normal; }
.custom .entry-content h3 { color: #f4a22d; font-size: 1em; margin: .2em 0 .5em 0; line-height: 1.2em; font-weight: bold; }
.custom .entry-content h4 { color: #666666; font-size: 1em; margin: .2em 0 .5em 0; line-height: 1.2em; font-weight: bold; }

.custom blockquote { color: #f4a22d; font-style: italic; }

.custom a { color: #f4a22d; }
.custom a:hover { color: #99cc00; }

/* LIST FORMAT CUSTOM */
.custom .format_text ul { color: #666666; margin: 1em 0 1em 1em; }
.custom .format_text li { margin: 0 0 0 0; padding: 0 0 .5em 1em; list-style: none; background: url(images/miv_bullet.gif) no-repeat 0px 7px; }

/* QUOTES CUSTOM */
.quote { color: #f4a22d; font-family: Georgia, serif; font-style: italic; font-size: 1em; padding-top: 0em; padding-right: 36px; padding-left: 24px; line-height: 2em; }
.attribution { color: #666666; font-size: .8em; padding-right: 36px; padding-left: 25px; line-height: 1.5em; }

.drop_quote { color: #f4a22d; font-family: Georgia, serif; font-style: italic; font-size: 1em; padding-top: 100px; padding-right: 36px; padding-left: 24px; line-height: 2em; }

.quote_page { color: #f4a22d; font-family: Georgia, serif; font-style: italic; font-size: 1.6em; line-height: 2em; }
.attribution_page { text-align: center; margin-top:0px; margin-bottom:55px; color: #666666; font-size: .9em; line-height: 1.3em; }
.h3quote { color: #99cc00; font-family: Georgia, serif; font-style: italic; font-size: 1.2em; margin: 0 0 .5em 0; line-height: 1.5em; }

/* IMAGES CUSTOM */
.sidebar_alignright { float: right; margin: .5em 0 3em 0;}
.sidebar_alignleft { float: left; margin: 0 0 0 -1.25em;}
.affiliate { float: left; margin: 5px 0 10px 18px;}
.margin_cross { float: left; margin: 0 20px 15px -50px; display:inline; position: relative;}
.custom .full_width { float: left; margin: 1em 0 2em -263px; width: 770px; display:inline; position: relative;}
.spacer { clear:both; display:block; margin-top: 0px; margin-bottom: 0px; margin-left: auto; margin-right: auto;}

/* IMAGES BLOG AUTO-LOAD CUSTOM */
.custom img.alignright {float:right; margin:0 0 1em 1em;}
.custom img.alignleft {float:left; margin:0 1em 1em 0;}
.custom img.aligncenter {display: block; margin-left: auto; margin-right: auto; margin-top: 2.5em; margin-bottom: 2.5em;}
.custom a img.alignright {float:right; margin:0 0 1em 1em;}
.custom a img.alignleft {float:left; margin:0 1em 1em 0;}
.custom a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}



/* IMAGE CAPTION */

.captionbox_right { margin: 0px; padding: 5px 0px 15px 10px; float: right; display:inline; position: relative;}

img.captionbox_right  { margin: 0px; padding: 0px; }

.captionbox_left { margin: 0px; padding: 5px 20px 15px 0px; float: left; display:inline; position: relative;}

img.captionbox_left  { margin: 0px; padding: 0px; }

.whitebox { margin: 0px; padding: 10px 10px 0px 20px; font-family: Arial, Helvetica, sans-serif; font-size: .85em; font-weight: bold; line-height: 1.6em; color: #99cc00; }


/* WIDGET CUSTOM */
.custom li.widget p { margin: 0 0 .55em 0;}
.custom li.widget { margin-left: 1em; margin-bottom:1.75em;}
.custom li.widget ul li { margin-left:18px; margin-right:18px; color: #666666; font-size: .9em; }

/* SIDEBAR CUSTOM */
.custom .sidebar h3 { color:#99cc00; font-variant:normal; font-weight:bold; letter-spacing:0px; margin-left:0px;}

.custom .widget_twitter h3 a { color:#99cc00; }

.custom .list { color:#666666; font-variant:normal; font-weight:normal; font-size: .9em; margin-left:18px; }

.custom .sidebar {}

.clear {clear: both;}

/* PORTFOLIO CUSTOM */

.custom img.frame { margin: 0px 0px 0px 0px; padding: 0px 0px 2px 0px; background: #ffffff; border: #dbdbdb 0px solid; float: left; display: inline; }

.thumb { margin: 5px 0px 10px 0px; padding: 9px; border-left: #dbdbdb 1px solid; }
.thumb2 { margin: 5px 0px 10px 0px; padding: 9px; border-right: #dbdbdb 1px solid; border-left: #dbdbdb 1px solid;}


/* PHOTO CREDIT */

.photocredit { margin: 0px 0px 0px 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: .7em; color: #f4a22d; font-style:italic; clear: both; }

.photocredit a { text-decoration:underline; }



/* MISC */

div.centered { margin:0 auto; padding:10px; text-align:center;}

div.tableleft { margin:0; padding:10px; line-height:1.3em;}

div.tablesmall { margin:0; padding:10px; font-size:.8em; line-height:1.2em;}

div.tablecenter { margin:0 auto; padding:10px; text-align:center;}


.custom small { color: #999999; }

.custom dl#comment_list .bypostauthor { padding-top:10px; background:#ecffca none repeat scroll 0 0; }

.custom dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text {
border-color:#ecffca;

.timesince { font-size:.75em; font-style:italic; }

.dotline { border-top: 1px dotted; color:#dbdbdb; margin: 25px 0px 5px 0px; }
