/*
Company:	Teaching American History
File:		print.css - This contains all the print 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;
	padding: 0;
	margin: 0;
}
body {
	padding: 15px 5%;
	margin: 0;
	font-family: Georgia, Times, serif;
	font-size: 13px/1.231;
	color: #000;
}
/* @end */

/* @Display None for Print */
div#hd, 
div#nav, 
div#ft, 
div.content-search {
	display: none;
}

/* @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%;
}

/* Breadcrumbs */
body.inside div.content-head p.bc {
	color: #0A2E63;
	font-family: Verdana, Arial, sans-serif;
	font-size: 77%;
	margin: 0 0 5px 0;
}

body.inside div.content-head p.bc .bold {
	font-weight: bold;
}

body.inside div.content-head p.bc a:link, body.inside div.content-head p.bc a:visited {
	text-decoration: none;
}

/* @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 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;
}


.clearfix {display: inline-block;}

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