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


/* GLOBAL STYLES */

.custom .full_width > .page {
   background:transparent none repeat scroll 0 0;
   }

.custom #header_area .page {
   padding-top:0;
   }

.custom .full_width .page {
   margin:0 auto;
   padding-left:0;
   padding-right:0;
   }


/* HEADER STYLES */

.custom #header {
   padding-bottom:1.4em;
   padding-top:1.1em;
   }

.custom #header, #footer {
   padding-left:0;
   padding-right:0;
   }

.custom #header {
   text-align:center;
   border-width:0 0 0.1em;
   border-color:#cccccc;
   border-style:solid;
   clear:both;
   }

.custom #header #tagline {
   font-size:1.8em;
   line-height:1.8em;
   }

.custom #header #logo {
   border-color:#CCCCCC;
   border-style:solid;
   border-width:0.01em 0 0;
   padding-top:0.5em;
   }

.custom #header #logo {
   font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size:3.6em;
   line-height:1.167em;
   }

.custom #header #tagline {
   font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size:1.8em;
   line-height:1.8em;
   }

.custom #header #logo a, #logo a:hover {
   color:#111111;
   text-decoration:none;
   }

.custom #header_img {
   border-top:3px solid #000000;
   border-bottom:1px solid #000000;
   margin-top:.1em;
   }



/* MENU */

.custom .menu, .menu a {
   border:none;
   }

.custom .menu a {
   font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size:1.4em;
   font-weight:700;
   letter-spacing:0.5px;
   }

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
   background:#111111;
   color:#FFFFFF;
   }

.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {
   background:#111111;
   color:#FFFFFF;
   }

.custom .menu a, .menu .current ul a, .menu .current-cat ul a {
   background:#FFFFFF;
   color:#111111;
   }

.custom .menu .rss a, .menu .rss a:hover {
   background:transparent url("../lib/images/icon-rss.gif") no-repeat scroll 90% 50%;
   border:medium none;
   padding-right:30px;
   position:relative;
   z-index:100;
   }

.custom .menu .rss a:hover {
   background:#111111 url("../lib/images/icon-rss.gif") no-repeat scroll 90% 50%;
   color:#FFFFFF;
   text-decoration:none;
   position:relative;
   z-index:100;
   }

.custom .menu li ul a {
   background:#111111;
   color:#FFFFFF;
   }

.custom .menu li ul .item a {
   background:#111111;
   color:#FFFFFF;
   }


/* ELIMINATING VERTICAL BORDERS */

.custom #column_wrap {
   background:none;
   }

.custom #content_box {
   background:none;
   margin-top:1em;
   }


/* CONTENT COLUMN STYLING */

.custom .headline_area h1, .headline_area h2 {
   font-size:2em;
   line-height:1.2em;
   font-family:Helvetica,Arial,sans-serif;
   font-weight:700;
   }

.custom .format_text {
   font-size:1.4em;
   line-height:1.65em;
   }

.custom .headline_meta {
   font-size:1.2em;
   line-height:1.8em;
   }

.custom .headline_meta span, .headline_meta abbr {
   font-style:italic;
   letter-spacing:none;
   text-transform:none;
   }

.custom .headline_meta .pad_left {
   font-style:normal;
   }

.custom .post_box, .teasers_box {
   border:medium none;
   }

.custom .format_text .to_comments {
   display:none;
   }

.custom .format_text .post_tags {
   font-style:italic;
   }


/* SIDEBAR CONTENT STYLING */

.custom .sidebar h3 {
   border-top:0.25em solid #000000;
   border-bottom:0.1em solid #cccccc;
   font-size:1.077em;
   font-weight:bold;
   letter-spacing:normal;
   margin:0 0 0.8em;
   padding:0.4em 2px;
   text-transform:uppercase;
   color:#000000;
   font-family:Helvetica,Arial,sans-serif;
   font-variant:normal;
   }


.custom li.widget .widget_box {
   background:none;
   border:medium none;
   }

.custom li.widget {
   float:left;
   font-size:1.3em;
   line-height:1.4em;
   margin:0 0 2.5em;
   width:100%
   }

.custom .format_text ul {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   }


/*COMMENT STYLES */

.custom #commentform {
   border-top:none;
   }

.custom #respond_intro p {
   color:#111111;
   font-family:Helvetica,Arial,sans-serif;
   font-size:1.4em;
   font-weight:700;
   line-height:1.294em;
   text-transform:uppercase;
   }

.custom .comments_intro {
   color:#111111;
   font-weight:700;
   font-family:Helvetica,Arial,sans-serif;
   text-transform:uppercase;
   }

.custom dl#comment_list dt .comment_author {
   font-family:Helvetica,Arial,sans-serif;
   font-size:1.5em;
   line-height:1.375em;
   padding-right:0.688em;
   }

.custom .comment_time {
   font-style:italic;
   padding-right:0.917em;
   }

.custom #commentform p, .login_alert p {
   font-style:italic;
   }


/* TEASER STYLES */

.custom .teaser h2 {
   font-size:1.6em;
   line-height:1.375em;
   font-family:Helvetica,Arial,sans-serif;
   font-weight:700;
   }

.custom .teaser .teaser_date {
   font-size:1.1em;
   font-style:italic;
   letter-spacing:none;
   text-transform:none;
   }

.custom .teaser .format_teaser {
   line-height:1.571em;
   margin-top:1em;
   }


/* FOOTER STYLES */

.custom #footer {
   border: solid #CCCCCC;
   border-width:0.2em 0 0;
   }

.custom .prev_next p {
   font-size:1.2em;
   font-style:italic;
   }

.custom .post_nav a {
   font-size:1.2em;
   line-height:1.571em;
   }

.custom .prev_next {
   letter-spacing:1px;
   text-transform:none;
   }


/* ARCHIVES STYLES */

.custom #archive_info h1 {
   font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size:1.8em;
   line-height:1em;
   }

.custom #archive_info p {
   font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
   letter-spacing:2px;
   text-transform:none;
   }

.custom #archive_info p {
   font-size:1.2em;
   line-height:1em;
   margin-bottom:1.1em;
   }