/*
Company:	Teaching American History
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	background: url(../images/hd.jpg) no-repeat 0 0 #070906;
	height: 214px;
	overflow: hidden;
}

/* Body */
div#bd {
	background: url(../images/page-fade.gif) repeat-x 0 0;
	overflow: hidden;
}

/* Footer */
div#ft {
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ft-bkg.gif) repeat-x 0 0;
	overflow: hidden;
	padding-top: 7px;
}
div#ft p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	line-height: 150%;
	margin: 0 0 10px 0;
}

div#ft a:link, div#ft a:visited {
	color: #000;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}

div#ft div.ft-content {
	padding:  30px 20px;
	margin: 0 5px;
	background: url(../images/hr-dotted-black.gif) repeat-x 0 0;
}

div.ft-row {
	margin: 0 5px;
	padding: 7px 0;
	background: url(../images/hr-dotted-black.gif) repeat-x 0 0;
}
div#ft div.ft-row p {
	margin: 0;
}
div.ft-row div.title {
	width: 340px;
	margin: 0 10px 0 20px;
	font-weight: bold;
	float: left;
	display: inline;
}
div.ft-row div.links {
	width: 460px;
	float: left;
	display: inline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 390px;
	height: 36px;
	background: url(../images/tah-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 25px 0 0 0;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Head Wrap */
div.hd-wrap {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}

/* Grant Button */
#grant-button { 
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
}

/* Body Top */
body.home div.body-top {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	border: 1px solid #d8d8d8;
	border-top: none;
	margin-top: 5px;
}
body.home div.body-top-wrap {
	background: url(../images/bd-top-bkg.gif) repeat-y 1px 0 #fff;
}

/* Doc Library */
div.body-top div.doclib {
	width: 560px;
	margin: 0 0 0 2px;
	float: left;
	display: inline;
}
div.body-top div.doclib h2 {
	background: url(../images/blue-hd-fade-doclib.gif) no-repeat 0 0;
	line-height: 30px;
	padding: 0 10px 0 15px;
	margin: 10px 0 10px 0;
	font-size: 100%;
}
div.body-top div.doclib h2 span {
	display: block;
	line-height: 30px;
	background: url(../images/scroll-icon-big.gif) no-repeat 0 50%;
	padding: 0 0 0 40px;
	width: 350px;
	font-size: 138.5%;
	font-family: "Hoefler Text", Garamond, Times, serif;
	font-weight: normal;
	color: #000;
	float: left;
	display: inline;
}
div.body-top div.doclib h2 a.choose {
	display: block;
	font-size: 108%;
	font-family: "Adobe Caslon Pro", Garamond, Times, serif;
	font-style: italic;
	background: url(../images/arrow-black-down.gif) no-repeat 100% 50%;
	padding: 0 13px 0 0;
	margin: 0 15px 0 0;
	float: right;
	display: inline;
}
div.body-top div.doclib h2 a:link, div.body-top div.doclib h2 a:visited {
	color: #b0131a;
	text-decoration: none;
}
div.body-top div.doclib h2 a:hover {
	text-decoration: underline;
}

div.body-top div.doclib p {
	width: 200px;
	margin: 5px 0 10px 25px;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
	float: left;
	display: inline;
}

div.body-top div.doclib div.era-box {
	background: url(../images/era-box-top.gif) no-repeat 0 0 #fff;
	width: 298px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	float: right;
	display: inline;
}
div.body-top div.doclib div.era-box-wrap {
	background: url(../images/era-box-btm.gif) no-repeat 0 100%;
	overflow: hidden;
	width: 298px;
}
div.body-top div.doclib div.era-box-wrap2 {
	background: url(../images/hr-div-gray-vert.gif) repeat-y 138px 0;
	overflow: hidden;
	margin: 2px 0;
	width: 298px;
}
div.body-top div.doclib div.era-box ul li {
	list-style: none;
	padding: 5px;
	background: url(../images/hr-dashed-gray.gif) repeat-x 0 100%;
	font-size: 100%;
	font-family: Garamond, Times, serif;
	font-weight: bold;
}
div.body-top div.doclib div.era-box ul li.last {
	background: none;
}
div.body-top div.doclib div.era-box ul li a {
	background: url(../images/arrow-orange-single.gif) no-repeat 4px 50%;
	padding: 0 0 0 10px;
}
div.body-top div.doclib div.era-box ul li a:link, div.body-top div.doclib div.era-box ul li a:visited {
	color: #083366;
	text-decoration: underline;
}
div.body-top div.doclib div.era-box ul li a:hover {
	text-decoration: none;
}
div.body-top div.doclib div.era-box ul.left {
	margin: 0 0 0 2px;
	padding: 0;
	width: 134px;
	float: left;
	display: inline;
}
div.body-top div.doclib div.era-box ul.right {
	margin: 0 2px 0 0;
	padding: 0;
	width: 155px;
	float: right;
	display: inline;
}

/* Search */
div.body-top div.search {
	width: 303px;
	padding-bottom: 20px;
	float: right;
	display: inline;
}
div.body-top div.search h2 {
	background: url(../images/blue-hd-fade.gif) no-repeat 0 0;
	line-height: 30px;
	padding: 0 10px 0 15px;
	font-size: 138.5%;
	font-family: "Hoefler Text", Garamond, Times, serif;
	font-weight: normal;
	color: #000;
	margin: 10px 0 15px 0;
}
div.body-top div.search form {
	padding: 15px 15px 0 15px;
}
div.body-top div.search input.txt {
	width: 258px;
	border: 1px solid #6a6a6a;
	padding: 2px;
}
div.body-top div.search input.btn {
	margin: 25px 19px 0 0;
	float: right;
	display: inline;
}

/* Home Content */
div.content {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
body.home div.content {
	background: url(../images/content-div-vert.gif) repeat-y 564px 0;
	padding-bottom: 50px;
}
body.home div.content div.main {
	width: 544px;
	margin: 0 0 0 10px;
	padding: 15px 0 0 0;
	float: left;
	display: inline;
}
body.home div.content div.sidebar {
	width: 258px;
	margin: 0 35px 0 0;
	padding: 15px 0 0 0;
	float: right;
	display: inline;
}
body.home div.content div.sidebar p.more {
	padding: 10px 0 30px 0;
}

/* Inside Content Head */
body.inside div.content-head {
	background: url(../images/content-hd-bkg.gif) repeat-x 0 100% #fff;
	padding: 20px 20px 10px 20px;
}
body.inside div.content-head-wrap {
	margin: 0 1px;
}
body.inside div.content-head p.bc {
	margin: 0 0 5px 0;
	font-size: 77%;
	font-family: Verdana, Arial, sans-serif;
	color: #0a2e63;
}
body.inside div.content-head p.bc a:link, body.inside div.content-head p.bc a:visited {
	color: #0a2e63;
	text-decoration: none;
}
body.inside div.content-head p.bc a:hover {
	text-decoration: underline;
}

/* Inside Main */
body.inside div.main {
	padding: 15px 20px;
}

/* Print Link */
body.inside div.main p.print a {
	display: block;
	border: 1px solid #c5c5c5;
	background: url(../images/print-bkg.gif) repeat-x 0 0;
	padding: 3px 10px;
	font-size: 85%;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	float: left;
}
body.inside div.main p.print a:link, body.inside div.main p.print a:visited {
	color: #b71117;
	text-decoration: none;
}

/* Categories Link */
body.inside div.main p.categories {
	font-size: 77%;
	color: #b71117;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	background: url(../images/scroll-icon-small.gif) no-repeat 0 50%;
	padding: 10px 0 10px 25px;
}
body.inside div.main p.categories a:link, body.inside div.main p.categories a:visited {
	color: #b71117;
	text-decoration: none;
}
body.inside div.main p.categories a:hover {
	text-decoration: underline;
}
/* @end */

/* Institutes Scroller */
div.institutes-scroller {
	height: 410px;
	overflow: auto;
}

/* @end */

/* @group Nav */
div#nav {
	background: url(../images/nav-bkg.gif) repeat-x 0 0;
	height: 29px;
	overflow: hidden;
}
div#nav ul {
	margin: 0 auto;
	padding: 0;
	width: 870px;
}
div#nav ul li {
	background: url(../images/nav-div.gif) no-repeat 0 0;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 29px;
	padding: 0 6px;
	margin: 0 0 0 2px;
	font-family: "Adobe Garamond Pro", Garamond, Times, serif;
	font-size: 85%;
	font-weight: bold;
	/*letter-spacing: -1px;*/
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.active {
	background: url(../images/nav-hover.gif) repeat-x 0 0;
}
/* @end */

/* @group Default Headings */
body.inside div.content h1 {
	font-size: 231%;
	font-family: Georgia, Times, serif;
	color: #000;
	font-weight: normal;
	margin: 20px 0 5px 0;
}
body.inside div.content h2 {
	font-size: 93%;
	font-family: Georgia, Times, serif;
	color: #000;
	font-weight: bold;
	margin: 0;
}

body.home div.content h3 {
	background: url(../images/hr-doubledashed-gray.gif) repeat-x 0 100%;
	margin: 0 0 15px 0;
	padding: 0 0 8px 5px;
	color: #d1320c;
	font-size: 116%;
	font-family: "Adobe Garamond Pro", Garamond, Times, serif;
}
body.home div.sidebar h4 {
	font-family: "Adobe Garamond Pro", Garamond, Times, serif;
	font-size: 108%;
	color: #000;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 5px 5px;
	background: url(../images/hr-dashed-gray.gif) repeat-x 0 100%;
}
body.home div.sidebar h5 {
	font-family: "Adobe Garamond Pro", Garamond, Times, serif;
	font-size: 123.1%;
}
body.home div.sidebar h5 a:link, body.home div.sidebar h5 a:visited {
	color: #d13206;
	text-decoration: underline;
}
body.home div.sidebar h5 a:hover {
	text-decoration: none;
}
body.inside div.content h6 {
	font-size: 130%;
	font-family: Georgia, Times, serif;
	color: #000;
	font-weight: bold;
	margin: 0;
}
/* @end */

/* @group Common Text Styles */
body.home div.sidebar p {
	font-family: "Adobe Garamond Pro", Garamond, Times, serif;
	color: #000;
	font-size: 93%;
}
.italic {
	font-style: italic!important;
}
.bold {
	font-weight: bold!important;
}
body.home div.main {
	font-family: "Adobe Garamond Pro", Garamond, Times, serif;
	color: #246698;
}
body.home div.main p, body.home div.main ul {
	font-size: 108%;
}

body.inside div.main p {
	font-size: 93%;
	font-family: Georgia, Times, serif;
	line-height: 150%;
}
/* @end */

/* @group Default Lists */
body.home div.main ul.exhibits-list {
	margin-left: 0;
}
body.home div.main ul.exhibits-list li {
	padding: 7px 0 7px 15px;
	font-weight: bold;
	list-style: none;
	background: url(../images/arrow-orange-double.gif) no-repeat 0 12px;
}
body.home div.main ul.exhibits-list li.podcast a {
	background: url(../images/podcast-icon.gif) no-repeat 0 50%;
	padding: 0 0 0 30px;
}
body.home div.main ul.exhibits-list li .indent {
	padding-left: 10px;
}

body.inside div.main li {
	font-size: 93%;
	font-family: Georgia, Times, serif;
}
/* @end */

/* @group Forms */
/* Newsletter */
div#newsletter {
	margin: 28px 0 0 55px;
	padding: 5px 7px;
	background: url(../images/search-bkg.png) repeat 0 0;
	float: left;
	display: inline;
}
div#newsletter label {
	font-family: "Adobe Garamond Pro", Garamond, Times, serif;
	font-size: 85%;
	color: #e9f3fd;
	font-weight: bold;
}
div#newsletter input.txt {
	border: none;
	padding: 1px 3px;
	font-size: 77%;
	width: 150px;
	vertical-align: middle;
}
div#newsletter input.btn {
	vertical-align: middle;
}

/* Content search */
div.content-search {
	background: url(../images/content-search-bkg.gif) no-repeat 0 0;
	height: 104px;
	overflow: hidden;
	margin: 0 1px;
}
div.content-search label {
	display: block;
	font-size: 93%;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin: 0 0 8px 0;
}
div.content-search input.txt {
	vertical-align: middle;
	border: 1px solid #c8c8c8;
	padding: 2px;
	width: 220px;
	margin: 0 10px 0 0;
}
div.content-search input.btn {
	vertical-align: middle;
}
div.content-search div.site {
	width: 330px;
	margin: 25px 0 0 40px;
	float: left;
	display: inline;
}
div.content-search div.historical {
	width: 330px;
	margin: 25px 100px 0 0;
	float: right;
	display: inline;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #246698;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Printer Friendly */
div.current-page-url {display: none;}


/* Columns */
div.left-content-col {
	width: 400px;
	float: left;
	display: inline;
}
div.left-content-col-wide {
	width: 500px;
	float: left;
	display: inline;
}
div.right-content-col-wide {
	width: 500px;
	float: right;
	display: inline;
}
div.right-content-col {
	width: 400px;
	float: right;
	display: inline;
}
div.left-content-col-narrow {
	width: 300px;
	float: left;
	display: inline;
}
div.right-content-col-narrow {
	width: 300px;
	float: right;
	display: inline;
}/* @end */

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */