/*
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/
*/

/* CLEARFIX -------------------------- */

.clearfix { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


/* CONTAINER -------------------------- */

body { background: url('images/bg.gif') repeat scroll 0 0 transparent; }
#container { margin: 2.2em auto 2.2em auto; }
#page { -moz-border-radius: 5px; -webkit-border-radius: 5px; }


/* HEADER -------------------------- */

#header { background: url('images/hs-bg.jpg') no-repeat 0 0; height: 168px; border: none; -moz-border-radius-topleft: 5px; -webkit-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-radius-topright: 5px; }
#logo { float: right; width: 100%; text-align: right; }
#logo a { font-style: italic; font-weight: 700; }
#logo a:hover { color: #fff; }
#tagline { font-weight: 700; float: right; text-align: right; width: 100%; }


/* FORMS -------------------------- */

.format_text input[type="image"] { width: auto; border: none; padding: 0px; background: none; }

/* CATEGORY -------------------------- */

#archive_info { border: none; padding-top: 2.2em; }
#archive_info h1 { font-size: 2.6em; }
#cat_information { border-bottom: 1px solid #DDDDDD; padding-bottom: 2.2em; }
#cat_description { font-size: 1.4em; line-height: 1.571em; float: left; width: 404px; padding: 0 11px 11px 11px; }
#cat_description_alone { font-size: 1.4em; line-height: 1.571em; display: block; padding: 0 11px 0 11px; }
#cat_categories { float: right; width: 203px; padding-right: 23px;  }
#cat_categories span { font-size: 1.8em; color: #374180; }
#cat_categories ul { list-style: none outside none; margin: 1em 0 0 1em; }
#cat_categories ul li { margin-bottom: 0.692em; font-size: 1.6em; }
#cat_categories ul li a:hover { color: #111111; }
#cat_tags { float: left; width: 404px; padding:0 11px 0 11px; }
#cat_tags span { font-size: 1.5em; color: #374180; }
#cat_tags ul { list-style: none outside none; margin-top: 1em; }
#cat_tags ul li { display: inline; padding: .3em .8em .3em 0; font-size: 1.0em; }
#cat_tags ul li a { border-bottom: 1px solid #EEEEEE; }
#cat_tags ul li a:hover { color: #111111; }


/* NAVIGATION -------------------------- */

ul.menu li a:hover { text-decoration: underline; }
ul.menu li.current a { text-decoration: underline; }

#catnav_container { background: url('images/nav-bg.gif') repeat-x 0 0; padding: 0px 10px; height: 35px; -moz-border-radius-bottomleft: 5px; -webkit-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-radius-bottomright: 5px; }
ul#cat_tabs { list-style: none; border: none;  }
ul#cat_tabs li { float: left; }
ul#cat_tabs li a { display: block; line-height: 2.3em; letter-spacing: 2px; color: #fff; text-transform: uppercase; padding: .6em 2em; }	
ul#cat_tabs li a:hover { background: url('images/nav-bg-ovr.gif') repeat-x 0 0; }	
ul#cat_tabs .current-cat { background: url('images/nav-bg-ovr.gif') repeat-x 0 0; font-weight: 700; }
ul#cat_tabs .current-cat-parent { background: url('images/nav-bg-ovr.gif') repeat-x 0 0; }
ul#cat_tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

ul#cat_tabs li ul { position:absolute; margin-top: 0; display:none; list-style:none; clear: both; }
ul#cat_tabs li:hover ul { display:block; }
ul#cat_tabs li ul li { float:none; font-weight: normal; background: url('images/nav-bg.gif') repeat-x 0 0; height: 35px; }
ul#cat_tabs li ul li a { display: block; line-height: 2.3em; letter-spacing: 2px; color: #fff; text-transform: uppercase; padding: .6em 2em; width: 200px; }
ul#cat_tabs li ul li a:hover { margin: 0px; text-indent: 10px; }




/* BREADCRUMB -------------------------- */

#breadcrumbs { float: right; font-size:1em; padding-right: 11px; line-height:1.1em; margin-top:1.1em; letter-spacing:1px; }
#breadcrumbs strong { font-weight: 400; }


/* MEDIA BOX -------------------------- */

#multimedia_box { background: #f0f5f1; }
#multimedia_box h3 { color: #FF0829; font-weight: 700; margin: 1em 0 1em 0; }
#multimedia_box p { font-size: 1em; color: #374180; font-weight: 700; }
#multimedia_box span { background: #e5efe5; }
#multimedia_box span:hover  {border-bottom: 1px solid #006400; }

#mc_embed_signup { margin: 1em 0; }
#mc_embed_signup #mc_embed_close { display: none; }
#mc_embed_signup fieldset { border: none; }
#mc_embed_signup .indicate-required { display: none; }
#mc_embed_signup .note-required { display: none; }
#mc_embed_signup .mc-field-group { margin-bottom: .5em; }
#mc_embed_signup label { display: block; font-size: 1em; color: #374180; font-weight: 700; }
#mc_embed_signup input { border-width:0.071em; padding:0.214em; line-height:1.571em; width: 216px; background: #fbf9d6; }
#mc_embed_signup .mce_inline_error { color: #ff0000; background-color: #ffe5e5; margin-top: 0px !important; margin-bottom: 1em !important; }
#mc_embed_signup #mce-error-response { margin-top: 0px !important; margin-bottom: 1em !important; }
#mc_embed_signup #mce-success-response  { margin-top: 0px !important; margin-bottom: 1em !important; }
#mc_embed_signup input.mce_inline_error { margin-bottom: 1em; }
#mc_embed_signup #mc-embedded-subscribe { background:url("http://www.heartspoken.com/wp-content/themes/thesis_17/lib/images/submit-bg.gif") repeat scroll 0 0 transparent; border-color:#CCCCCC #999999 #999999 #CCCCCC; border-right:3px double #999999; border-style:double; border-width:3px; color:#111111; cursor:pointer; font-weight:bold; overflow:visible; width:auto !important; padding:0.313em 0.25em; float: right; }

#rss-subscribe { margin: 1em 0; }
#rss-subscribe fieldset { border: none; }
#rss-subscribe input { border-width:0.071em; padding:0.214em; line-height:1.571em; width: 216px; margin-bottom:0.5em; background: #fbf9d6; }
#rss-subscribe #rss-subscribe-button { background:url("http://www.heartspoken.com/wp-content/themes/thesis_17/lib/images/submit-bg.gif") repeat scroll 0 0 transparent; border-color:#CCCCCC #999999 #999999 #CCCCCC; border-right:3px double #999999; border-style:double; border-width:3px; color:#111111; cursor:pointer; font-weight:bold; overflow:visible; width:auto !important; padding:0.313em 0.25em; float: right; margin: 0px;  }


/* GOOGLE SEARCH -------------------------- */

#cse-search-box #cse-search-box-keyword { width: 219px; }
#cse-search-box #cse-search-box-button { margin-top: .5em; background:url("http://www.heartspoken.com/wp-content/themes/thesis_17/lib/images/submit-bg.gif") repeat scroll 0 0 transparent; border-color:#CCCCCC #999999 #999999 #CCCCCC; border-right:3px double #999999; border-style:double; border-width:3px; color:#111111; cursor:pointer; font-weight:bold; overflow:visible; width:auto !important; padding:0.313em 0.25em; float: right; }


/* HOMEPAGE TEASERS -------------------------- */

.format_teaser img.alignleft { margin-bottom: 0; margin-right: 0.75em; }