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

}

a {
   outline: none;
}

.custom #header-bg {
     background: #ffffff url('images/header-background.jpg') top center no-repeat;
}

.custom #container {
background-image: url('images/footer-background.jpg');
background-position: bottom center;
background-repeat: no-repeat;
width:100%;
margin:0 0 20px 0;
}

.custom #page {
width: 960px;
margin:0 auto;
}

.custom #page {
padding:0;
}

.custom #content_box {
background: none;
width: 100%;
margin-bottom: 20px;
}

.custom ul#tabs {
display: none;
}

.custom #header {
height: 298px;
padding-top:0;
margin-top: 0px;
border-bottom:0px;
padding-left:0;
padding-right:0;
padding-bottom:0;
}

.custom #header #logo {
display: none;
}

.custom #header #tagline {
display: none;
}

.custom #content {
   border: 19px solid #315c87;
   width: 550px;
}

.custom  .sidebar {
	background-color: #e6e6f1;
	border: 19px solid #5c5ab5;
	width: 315px;
}

.custom  #sidebars {
float:right;
width:352px;
}

.custom  #image_box img.three_by_two {
height:210px;
margin:0 auto;
width:315px;
}

.custom #image_box img.sixteen_by_nine {
height:177px;
margin:0 auto;
width:315px;
}

.custom #image_box img.four_by_three {
height:226px;
margin:0 auto;
width:315px;
}

.custom #footer {
border-top:0px;
clear:both;
color:#000000;
text-align:center;
}

.custom #footer {
padding-top:0px;
padding-bottom: 0px;
height: 430px;
}

.custom #footer p {
display: none;
}

.custom #footer a {
border-bottom:0px;
color:#000000;
}

.custom #footer a:hover {
color:#000000;
border-bottom:0px;
text-decoration: underline;
}

.custom .aligncenter,
.custom div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.custom .alignleft {
   float: left;
}

.custom .alignright {
   float: right;
}

.custom .wp-caption {
   text-align: center;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.custom .wp-caption img {
   margin: 0;
   padding: 0;
   border: 9px solid #1e1969;
}

.custom .wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   font-style: italic;
}


	
.custom #image_box {
background:#339a99 none repeat scroll 0 0;
border-bottom: 0px;
padding:19px;
}

.custom #image_box img {
background: none;
border:0;
display:block;
padding:0;
}

.custom .headline_area h1, .custom .headline_area h2 {
font-size:2.2em;
line-height:1.364em;
text-align: center;
}

.custom .post_box, .custom .teasers_box {
margin:0 2em 0 2em;
}

.custom .post_box, .custom .teasers_box {
border-top:5px solid #ab3e75;
clear:both;
}

.custom .format_text {
font-size:1.7em;
line-height:1.571em;
}

.custom #mammal-logo {
float: right;
padding-right: 5px;
}

.custom a#button-subscribe {
	display:block; height:61px; width:218px; overflow:hidden; float: left;
}

.custom a:hover#button-subscribe  {
	display:block; text-indent:-218px;
}
.custom a#button-home {
	display:block; height:61px; width:108px; overflow:hidden; float: left;
}

.custom a:hover#button-home  {
	display:block; text-indent:-108px;
}
.custom a#button-about {
	display:block; height:61px; width:112px; overflow:hidden; float: left;
}

.custom a:hover#button-about  {
	display:block; text-indent:-112px;
}
.custom a#button-store {
	display:block; height:61px; width:96px; overflow:hidden; float: left;
}

.custom a:hover#button-store  {
	display:block; text-indent:-96px;
}
.custom a#button-downloads {
	display:block; height:61px; width:180px; overflow:hidden; float: left;
}

.custom a:hover#button-downloads  {
	display:block; text-indent:-180px;
}
.custom a#button-contact {
	display:block; height:61px; width:134px; overflow:hidden; float: left;
}

.custom a:hover#button-contact  {
	display:block; text-indent:-134px;
}

.custom #top-nav  {
	float: right;
	width: 855px;
	height: 61px;
	margin: 35px 0px 0px 0px;
}

.custom #bottom-nav  {
	float: left;
	width: 385px;
	margin: 0px 0px 0px 0px;
	padding-top: 57px;
}

.custom #footer-copy  {
	padding-top: 120px;
	font-size: 1.2em;
}

.custom .clear {
	clear: both;
}

.custom h6 {
	background-image: url(images/h6-number-background.jpg);
	background-repeat: no-repeat;
	font-size:.75em;
	height: 68px;
	width: 52px;
	padding: 35px 0px 0px 69px;
	display: inline;
	float: right;
}

.custom a#foot-button-subscribe {
	display:block; height:187px; width:58px; overflow:hidden; float: left;
}

.custom a:hover#foot-button-subscribe  {
	display:block; text-indent:-58px;
}
.custom a#foot-button-home {
	display:block; height:187px; width:59px; overflow:hidden; float: left;
}

.custom a:hover#foot-button-home  {
	display:block; text-indent:-59px;
}
.custom a#foot-button-about {
	display:block; height:187px; width:65px; overflow:hidden; float: left;
}

.custom a:hover#foot-button-about  {
	display:block; text-indent:-65px;
}
.custom a#foot-button-store {
	display:block; height:187px; width:66px; overflow:hidden; float: left;
}

.custom a:hover#foot-button-store  {
	display:block; text-indent:-66px;
}
.custom a#foot-button-downloads {
	display:block; height:187px; width:67px; overflow:hidden; float: left;
}

.custom a:hover#foot-button-downloads  {
	display:block; text-indent:-67px;
}
.custom a#foot-button-contact {
	display:block; height:187px; width:67px; overflow:hidden; float: left;
}

.custom a:hover#foot-button-contact  {
	display:block; text-indent:-67px;
}

.sidebar ul.sidebar_list {
padding-top:1.1em;
padding-left:1.1em;
padding-right:1.1em;
}