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

*/

/*background and frame*/
	body.custom { background: url(http://jarelcockburn.com/wp-images/banner012410.jpg) top left repeat-x }
	/*.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }*/
	.custom #page { background: none; }
	
	/* header customization*/
	#header { border-bottom: none; margin-top: 0px; margin-bottom: 0px; padding: 0; }
	
	/* image customization */
	.custom img { margin: 0px 0px -3px 0px; }
	
	/*headlinescolor: #FFFFFF;*/
	h1 { font-weight: bold; color: #333333;}
	h2 a {  font-size: 24px; color: #FFFFFF; font-weight: bold; background: #ff5400; }
	h2 a:hover { font-size: 24px; color: #333333; font-weight: bold; font-family: "Arial"; background: #999999}
	/*
	.custom #footer_area {background:#44443f; padding:0.5em 0; border-top:1px solid #bbd;}
	.custom #footer {border-top:0; background:#44443f; }
	*/
	
	/*header navigation

	ul#tabs li.rss { padding-right: 0; border: none; float: right; color: #111; font-family: "Arial"; background: url('images/icon-rss.gif') 100% 50% no-repeat;}
		
	ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; color: #111; font-family: "Arial";}*/
	ul#tabs li a { display: block; line-height: 1em; color: #FFFFFF; text-transform: uppercase; letter-spacing: 0.01em; font-family: "Arial"; }
	ul#tabs li a:hover { color: #FFFFFF; text-decoration: none; font-family: "Arial"; background: #333333;}
	ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; color: #fff; font-family: "Arial"; background: #636565;}
	ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; color: #fff; font-family: "Arial"; background: #636565}
	ul#tabs li { margin-bottom: 0em; background: #636565; border: 0px solid #ddd; border-left: 0; float: left; font-family: "Arial";}
	ul#tabs { border-color:#DDDDDD; border-style:solid; border-width:0 0 0 0; }

	/*multimedia box*/
	#image_box { padding: 1.1em; background: #666666; border-bottom: 1px solid #666666; }
	#image_box img { display: block; padding: 0.1em; background: #666666; border: 0.1em solid #666666; }
	
	/*formatting body text*/
	.format_text .to_comments { color: #999999; clear: both; }
	.format_text .to_comments span { color: #999999; }
	.format_text .to_comments span.bracket { color: #ccc; }
	.format_text a { text-decoration: none; color: #ff5400; background: none; }
	.format_text a:hover { text-decoration: none; color: #FFFFFF; background: #ff5400; }
	
	.teaser .teaser_link { color: #ffffff; background: #ff5400; }	
	.format_teaser .teaser_link:hover { color: #ffffff; background: #999999; }	
	
	/*sidebar links*/
	.sidebar a { color:#333333; }
	.sidebar a:hover { text-decoration: none; color: #FFFFFF; background: #ff5400;}
	li.widget p a:hover { text-decoration: none; color:#333333;}
	.prev_next a { text-decoration: none; color:#333333;}
	
	/*sidebar*/
	.sidebar h3 { font-size: 24px; color: #333333; letter-spacing: 0.01em; font-weight: bold; font-family: "Arial"; font-variant: normal; }
	
	#footer { background: none; color: #fff; border-top: none; text-align: right; clear: both;}
	#footer_area { background: #636565; color: #fff; }
		
	/*comment number*/
	dl#comment_list .comment_num a { font-weight: bold; color: #333333; }
	dl#comment_list .comment_num a:hover { color: #999999; background: #aaa; text-decoration: none; }
	
	/*comments*/
	.format_text .to_comments a { color: #333333; text-decoration: none; background: none; }
	.format_text .to_comments a:hover { color: #999999; text-decoration: none; background: none; }
	
	/*bylines*/
	.headline_meta a { color: #333333; border-bottom: 1px solid #eee; }
	.headline_meta a:hover { color: #999999; }
	
	/*form inputs*/
	input, textarea { font-size: 1em; color: #444; background: #666666; border: 1px solid #aaa; border-right-color: #ccc; border-bottom-color: #ccc; }
	input:focus, textarea:focus { background: #fff; border-color: #ccc; border-right-color: #ccc; border-bottom-color: #ccc; }
	.format_text .text_input, #commentform p .text_input { width: 45%; }
	.sidebar .text_input { width: 95%; } /* Based on inherited font size in sidebar */
	input.form_submit { font-weight: bold; background: #666666; color: #fff; cursor: pointer; border: 1px solid #ccc;}
	input.form_submit:hover { color: #FFFFFF; background: #999999; border: 1px solid #ccc;}
	
	/*comments*/
	.comments_intro a { text-decoration: none; color: #FFFFFF; background: #666666; }
	.comments_intro a:hover { text-decoration: none; color: #FFFFFF; background: #999999; }
	.comment_time a, .edit_comment a { text-decoration: none; color: #FFFFFF; background: #666666; }
	.comment_time a:hover, .edit_comment a:hover { text-decoration: none; color: #FFFFFF; background: #999999;  }
	dl#comment_list .comment_num a { font-weight: bold; text-decoration: none; color: #FFFFFF; background: #666666;  }
	dl#comment_list .comment_num a:hover { text-decoration: none; color: #FFFFFF; background: #999999;  }
	a.comment_link { font-variant: small-caps; border-bottom: 1px solid #bbb; text-decoration: none; color: #FFFFFF; background: #333333;  }
	a.comment_link:hover { color: #111; border-bottom-color: #111; text-decoration: none; color: #FFFFFF; background: #999999;}
	dl#trackback_list dt a { text-decoration: none; color: #FFFFFF; background: #666666; }
	dl#trackback_list dt a:hover { text-decoration: none; color: #FFFFFF; background: #999999; }
	#commentform p a { text-decoration: none; color: #FFFFFF; background: #666666; }
	#commentform p a:hover { text-decoration: none; color: #FFFFFF; background: #999999; }
	
	.author_comment { background: #EDEDED; }
	
	
	
.addthis_toolbox a
{
    background: none;
	color:#666666;
}	

.addthis_toolbox a:hover
{
    background: none;
	color:#666666;
}	

.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 10px 0 6px 10px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}