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

a
{
	outline: none;
/*	color: #FF6600;*/
}
.clear {
	clear:both;
}

#header_area {
	background: #004D99;
	border-bottom: 1px solid #333;
}
#header {
	border: none;
	padding-top: 2em;
	padding-bottom: 2em;
}

#header #logo a {
	display:block;
	text-indent: -99999px;
	width: 779px;
	height: 100px;
	background: url('/wp-content/themes/thesis/custom/images/logo.gif');
	outline: none;
	
	font-weight: normal;
	color: #fff;
}
#header #logo a:hover {
	color: #ddd;
}
#header #tagline {
	color: #ddd;
	display: none;
}

#header_area .page {
	padding: 0;
}

#content_area {
	border-top: 4px solid #222;
}

h1, h2 {
	color: #FF6600;
}

h1 a, h2 a {
	color: #FF6600;
}
h1 a:hover, h2 a:hover {
	color: #AA4400;
}

#nav_area {
	border:none;
	background: #003366;
	padding: 5px 0;
	border-bottom: 1px solid #369;
/*	border-top: 5px solid #EA8541;*/
}
/*#tabs .current_page_item, #tabs .home_item {
	background:none;
	border:none;
	color: #fff;
}
*/
.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {
			color:#859DB5; 
/*			border: 1px solid #111;*/
			margin-right: 5px;
			outline: none;
			}
		.custom ul#tabs li a:hover {
			color: #fff;
			text-decoration:none; 
/*			border: 1px solid #555;*/
			}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a { 
			color: #fff;
/*			border: 1px solid #777; */
/*			background: #333; */
			}
			#tabs .rss a {
				background:transparent url('/wp-content/themes/thesis/custom/images/feed.png') no-repeat scroll 100% 50%;
				padding-right:22px;
			}

#content_area {
	border-bottom: 4px solid #003366;
}
#footer_area {
	background: #004D99;
	border-top: 1px solid #369;
}
#footer {
	border: none;
	text-align:center;
	color: #ddd;
}
#footer-info {
	width: 500px;
	float:left;
}
#footer-info p {
	text-align:left;font-size: 1.5em;line-height:1.8;
}
#footer-followus {
	width: 415px;
	float:right;
}

#footer h3 a {
	display:block;
	width: 489px;
	height: 50px;
	background: url('/wp-content/themes/thesis/custom/images/logo-footer.gif') no-repeat;
	text-indent: -99999px;
	border:none;
	outline: none;
	
}

#footer-connect h3 {
	text-indent: -99999px;
	width: 400px;
	height: 45px;
	background: url('/wp-content/themes/thesis/custom/images/footconnect-header.png') no-repeat;
}

#footer-social {
	float:left;
	width: 173px;
}
#footer-social a {
	display:block;
	text-indent: -99999px;
	outline: none;
	width: 173px;
	border: none;
}
#footer-twitter {
	background: url('/wp-content/themes/thesis/custom/images/footconnect-twitter.png') no-repeat;
	height: 65px;
}
#footer-facebook {
	background: url('/wp-content/themes/thesis/custom/images/footconnect-facebook.png') no-repeat;
	height: 60px;
}
#footer-rss {
	background: url('/wp-content/themes/thesis/custom/images/footconnect-rss.png') no-repeat;
	height: 66px;
}
#footer-email {
	background: url('/wp-content/themes/thesis/custom/images/footconnect-email.png') no-repeat;
	width: 227px;
	float:left;
	padding-top: 80px;
	height: 121px;
}
#footer-email input {
	padding: 3px;
	margin-bottom: 2px;
}

#custom_box img.sixteen_by_nine {
height:23em;
margin:0 auto;
width:40.9em;
}
#custom_box img {
border-width:0.1em;
padding:0.1em;
}

#custom_box img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-color:#BBBBBB;
border-style:solid;
display:block;
}


/*SHARE ICONS*/
#share {
	
}
#share h3 {
/*	display:block;
	text-indent:-99999px;
	background: url('/wp-content/themes/thesis/custom/images/share.gif') no-repeat;
*/
}

#share a.share {
	display:block;
	float: left;
	width: 80px;
	height: 80px;
	text-indent: -99999px;
	
}
#share a.share:hover {
	background-position: 0 -80px;
}


#share a.twitter {
	background: url('/wp-content/themes/thesis/custom/images/share_twitter.gif') no-repeat;
}

#share a.facebook {
	background: url('/wp-content/themes/thesis/custom/images/share_facebook.gif') no-repeat;
}

#share a.digg {
	background: url('/wp-content/themes/thesis/custom/images/share_digg.gif') no-repeat;
}

#share a.delicious {
	background: url('/wp-content/themes/thesis/custom/images/share_delicious.gif') no-repeat;
}

#share a.stumble {
	background: url('/wp-content/themes/thesis/custom/images/share_stumble.gif') no-repeat;
}

#share a.rss {
	background: url('/wp-content/themes/thesis/custom/images/share_rss.gif') no-repeat;
}
code, pre {
  background:#FFFFCC;
  border:1px solid #FF6868;
  display:block;
  overflow:auto;
  padding:10px;
  margin:10px;
  white-space: pre;
}

.entry-content h2 {
	font-size: 1.6em;
}

.credit {
	background: #eee;
	padding: 10px;
	border: 1px solid #bbb;
	margin: 10px 0;
}