/*
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: #fff; }

.custom #header_area.full_width { border-bottom: 2px solid #ddd;}

.custom a { color: #06c; }

.custom #header { margin: -2.5em 0 0 0; }
.custom #header #logo a { color: #4C5CC5; text-decoration:none; letter-spacing:-1px; }
.custom #header #logo a:hover { color: #09f; }

.custom #header h1#tagline, .custom #header p#tagline { font-size:2em; line-height:1.429em; letter-spacing:-1px; }

.custom #container { padding: 0; }

.custom #page { background: #fff; }

.custom #header { border-bottom: none; clear: both; padding-top: 0; padding-left:0;}

.custom #footer_area.full_width { border-top: 2px solid #ddd;}


.custom #footer { color: #888; border-top: 2px solid #ddd; text-align: right; clear: both; margin-top: -2px;}
.custom #footer a.footerlink, .custom #footer a.footerlink:hover { color: #888; text-decoration: none; border: none; cursor: default; }

.custom ul#tabs { list-style: none; border: 2px solid #ddd; border-width: 0 0 2px 2px; margin-bottom:-2px; }
.custom ul#tabs li { margin-bottom: -0.2em; background: #efefef; border: 2px solid #ddd; border-left: 0; float: left; }
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0.2em; background: #fff; border-bottom: 0; }
.custom ul#tabs li a { color: #06c; font-weight: bold; font-size:1.6em; display: block; line-height: 1em; text-transform: none; letter-spacing: -1px; }
.custom ul#tabs li a:hover { color: #09f; text-decoration: none; }
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a { color: #111; cursor: default; }
.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { color: #111; text-decoration: none; }
.custom ul#tabs li.rss { font-size:0.9em; padding-right: 0; background: none; border: none; float: right; }
.custom ul#tabs li.rss a { padding-right: 16px; }

.custom div#rss {
background:transparent url(images/icon-rss.png) no-repeat scroll 100% 50%;
margin-top:5px;
display: block;
color:#06c;
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
text-transform:none;
}
.custom div#rss a:hover {
color: #09f;
text-decoration:none;
}

.custom div#rss2email {
background:transparent url(images/icon-email.png) no-repeat scroll 100% 50%;
margin-top:5px;
display: block;
color:#06c;
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
text-transform:none;
}
.custom div#rss2email a:hover {
color: #09f;
text-decoration:none;
}

.custom div#twitter a {
background:transparent url(images/icon-twitter.png) no-repeat scroll 100% 50%;
margin-top:5px;
display: block;
color:#06c;
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
text-transform:none;
}
.custom div#twitter a:hover {
color: #09f;
text-decoration:none;
}

.custom div#facebook a {
background:transparent url(images/icon-facebook.png) no-repeat scroll 100% 50%;
margin-top:5px;
display: block;
color:#06c;
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
text-transform:none;
}
.custom div#facebook a:hover {
color: #09f;
text-decoration:none;
}

.custom div#youtube a {
background:transparent url(images/icon-youtube.png) no-repeat scroll 100% 50%;
margin-top:5px;
display: block;
color:#06c;
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
text-transform:none;
}
.custom div#youtube a:hover {
color: #09f;
text-decoration:none;
}

.custom h1, h2 { color: #4C5CC5; }
.custom h1, h2, h3, h6 { font-weight: bold; letter-spacing: -1px; }
.custom h1 a, h2 a { color: #06c; text-decoration: none;}
.custom h1 a:hover, h2 a:hover { color: #09f; text-decoration: none; }

.custom .sidebar h3 { font-size:1.1em; font-variant: normal; letter-spacing:-1px; color: #4C5CC5; }

.custom .format_text .to_comments a span { color: #4C5CC5; }
.custom .format_text .to_comments a:hover, .custom .format_text .to_comments a:hover span { color: #06c; }
.custom .comments_intro span { color: #4C5CC5; }
.custom .comments_intro span.bracket { color:#ccc; }

.custom .headline_meta a { border-bottom: 0; }
.custom .headline_meta a:hover { color: #06c; text-decoration: underline; }

.custom .format_text p.highlight { padding: 0.571em 0.786em; background: #e3f0f2; border: 1px solid #addde6; }

.custom .format_text p.erroralert { background: #ffa0a0; border: 1px solid #e59797; padding: 0.571em 0.786em; }

.custom form.wpcf7-form p input  {
width:auto !important;
}
.custom form.wpcf7-form p select {
font-size:1.1em;
height:1.571em;
}
.custom form.wpcf7-form p input[type="submit"]  {
border-width:2px;
font-size:1.143em;
padding:0.313em 0.50em;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/submit-bg.gif) repeat scroll 0 0;
border-color:#CCCCCC #999999 #999999 #CCCCCC;
color:#06c;
cursor:pointer;
font-weight:bold;
overflow:visible;
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
line-height:1.571em;
}
.custom form.wpcf7-form p input[type="submit"]:hover  {
color: #09f;
}
.custom .red { color:#f00; }

.custom div#post-6 .wp-caption-text { font-style: normal; font-size: 1em; }

.custom img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

/* Thesis Comment Form Border Fix by SEOmofo: http://www.seomofo.com/wordpress/thesis/comment-form-border-fix.html */
#commentform textarea{width:97.3%; padding:0;}
