/*
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/
*/
/* DoubleMule Clickable Header v. 1.0 */

.custom #header 
{
width:930px;
height:190px;
background: #ffffff;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
display:block;
width:930px;
height:170px;
background:url(http://www.roychapmanandrewssociety.org/wp-content/themes/thesis_16/custom/Images/Roy-Chapman-Andrews-mast-head.jpg) center no-repeat;
outline:none;
color: #000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #tagline 
{
color:#000000;
text-indent: -9999px;
}
/* HEADER ZONE */

.custom #header_area {
	background: #ffffee;
}

.custom #header_area .page {
	background:#ffffee;
	margin-top: 0px;
}

.custom #header {
	background: #ffffee;
	border-bottom: 0;
	margin-top: 0px;
}

/* NAVBAR ZONE */

.custom #nav_area {
	background:  #bdb585;
}

.custom #nav_area .page {
	background:  #bdb585;
}

.custom .menu {
	background:   #bdb585;
	border: 0;
}

.custom .menu li.tab a, li.tab {
	border: 0;
}

/* CONTENT ZONE */

.custom #content_area {
	background:  #ffffee;
}

.custom #content_area .page {
	background:  #ffffee;
}

.custom #content_box {
	background: #ffffee;
}

/* FOOTER ZONE */

.custom #footer_area {
	background: #dbd196;
}

.custom #footer_area .page {
	background: #dbd196;
}

.custom #footer {
	border: 0;
	background:#dbd196;
}

/* BEHIND EVERYTHING */

body.custom {
	background: #dbd196;
}
/*messing up images*/
div.format_text p img.aligncenter {padding: 0.5em 0 0.5em 0; margin-bottom:0;}
div.format_text p img.alignleft {padding: 1em 0 1em 0; margin-bottom:0;}
div.format_text p img.alignright {padding: 1em 0 1em 0; margin-bottom:0;}

/* pullquotes with double bar above and below */
.custom blockquote.left {
   width: 200px;
   margin: 5px 20px 10px 0px;
   padding: 5px 20px;
   border: 3px double #AAAAAA;
   border-width: 3px 0;
   font-size: 1.4em;
   text-align: center;
   background: #ffffee;
}

.custom blockquote.right {
   width: 180px;
   margin: 5px 20px 10px 0px;
   padding: 5px 20px;
   border: 3px double #AAAAAA;
   border-width: 3px 0;
   font-size: 1.4em;
   text-align: center;
   background: #ffffee;
}


.custom blockquote { color: #686868; padding-top: 10px; padding-bottom: 1px; padding-right: 5px;
padding-left: 5px;
font: normal 1.1em Georgia, "Times New Roman", Times, serif; -moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

.custom blockquote { background: #ffffff; }
.custom blockquote.left { float: left; }
.custom blockquote.right { float: right; }

.custom .format_text .drop_cap {
  font-family: Georgia;
  font-weight: bold;
  font-size: 50px;
  color: #575757;
}
.custom #sidebar_1 {background:#9c956d;}
.custom #sidebar_2 {background:#BDB484;}

/*text in feature box*/

div#feature_box {background:none; border:none; padding:0;}

div.textbox {
border: 1px solid;
background: #ffffee;
font-size: 16px;
width: 95%;
text-align: left;
padding: .5em 0 .5em 0;
}

/* HIGHLIGHT BOX - white */
.format_text .highlight_box_white {
	/* distance from borders to content*/
	padding: 0 1em 0 1em;
	/* spacing outside of box*/
	margin: 0 0 0 0;
	/* background color */
	background: #FFFFFF;
	/* border size style color */
	border: 1px solid #B28F00;
	}

/* HIGHLIGHT BOX - WHITE WITH FONTS */
.format_text .highlight_box_white_fonts {
	/* font size */
	font-size: 14px;
	/* font family */
	font-family: arial;
	/* font style: normal, italic etc */
	font-style: normal;
	
	/* font weight: bold etc */
	font-weight: normal;
	/* distance from borders to content*/
	padding: 5px 1em 0 1em;
	/* spacing outside of box*/
	margin: 20px 20px 20px 20px;
	/* background color */
	background: #bdb585;
	/* border size style color */
	border: 1px solid #9c956d;

}
div.format_text h1 {font-size:22pt; margin-top:-20px; margin-bottom:5px; line-height: 1.2em;}


/*=================================================*/
/* EASY BREADCRUMBS                                */
/* Version 1.0                                     */
/* Written by Mike Nichols December 23, 2009       */
/* Website: http://thesisthemetools.com/           */
/* Copyright (c) 2009 by Michael L Nichols         */
/* License: Creative Commons Share-Alike 3.0       */
/* http://creativecommons.org/licenses/by-sa/3.0/  */
/* THIS NOTICE MUST STAY WITH ANY COPY DISTRIBUTED */
/*=================================================*/

#breadcrumbs {
	/* heignt and width of the container box */
	height: 12px;
	width: 900px;
	/* border for testing */
	/*border: 1px solid #000000;*/
	/* moving text within the container box */
	/*padding: 5px 0px 5px 0px;*/
	/* moving the container box around*/
	/*position: relative;*/
	/*top: 0px;*/
	/*left: 0px:*/
	/* to keep the breadcrumbs from showing under another object */
	/*z-index: 0;*/

	/* font properties */
	color: black;
	font-size: 1em;
	/*font-family: Verdana, Arial, sans-serif;*/
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
	/*text-transform: uppercase;*/
	/*font-style: italic;*/
	/*font-variant: small-caps;*/
	text-align: left;
}

/* link and visited properties of fonts */
#breadcrumbs a:link, 
#breadcrumbs a:visited {
	color: #aa0000;
	font-size: 1em;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
	/*font-style: italic;*/
	/*font-variant: small-caps;*/
}

/* hover properties of fonts */
#breadcrumbs a:hover { 
	color: red;
	font-size: 1em;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-weight: bold;
	text-decoration: underline;
	/*text-transform: uppercase;*/
	/*font-style: italic;*/
	/*font-variant: small-caps;*/
}

.format_text form input {width:auto; background:none; border:none;}

#s {
	font-family: Verdana, Arial, sans-serif;
	padding: 0px 0px;
	border: 1px solid #bdb585;
	background: #fff url(images/search_bg.gif) repeat-x;
	font-size: 12px;
	width: 245px;
	color: #5b5b5b;
        z-index: 1;

}

