/*
Theme Name: Hairstyle2.5
Theme URI: http://www.hmnh.org
Description: Custom Theme for the Hairy Museum of Natural History
Version: 2.5
Author: Matt Celeskey
Author URI: http://www.hmnh.org
*/

/* -----BEGIN RESET----- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0pt;
}

fieldset, img {
	border: 0pt none;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

/* -----END RESET -----*/



html {
	text-align: center;
	
	background: #e5d490 url(images/backgradient.jpg) 0 0 repeat-x;
}

body {
	position: relative;
	width: 998px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: #e5d490 url(images/contentbkg.jpg) 0 0 repeat-y;

}

a, a:link, a:active {
	color: #913134;
}

a:hover {
	background: #e5d490;
	text-decoration: underline;
}


/* -----1. Header -----*/

div#header {
	width: 100%;
	height: 280px;
	text-align: center;
}

div#header h1 {
	background: transparent url(images/header2.jpg) no-repeat;
	margin: 0 auto;
	height: 346px;
	text-indent: -9999px;
}

div#header a {
	display: inline;
}


/* -----END 1. Header -----*/



/* -----2. Left Sidebar: Page Navigation, Blogroll -----*/

div#sidebar_left {
	float: left;
		min-height: 1500px;
	width: 196px;
}

div#sidebar_left ul, ol {
	margin: 0;
	padding: 0;
}

div#sidebar_left ul#mainpages {
	margin: 0 15px 50px 25px;
	border-bottom: 1px solid white;
}

div#sidebar_left ul#mainpages li {
	border-top: 1px solid white;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.2px;
	line-height: 24px;
	text-transform: uppercase;
}

div#sidebar_left ul#mainpages li ul {
	margin-left: 15px;
}

div#sidebar_left ul#mainpages li ul {
	margin-bottom: 10px;
}

div#sidebar_left ul#mainpages li ul li {
	color: white;
	font-size: 14px;
	letter-spacing: 1.0px;
	line-height: 20px;
	list-style-type: disc;
	padding-top: 3px;
	text-transform: none;

}

div#sidebar_left ul#mainpages li a {
	color: #913134;
	text-decoration: none;
}

div#sidebar_left ul#mainpages li a:hover {
	background: #e5d490;
	text-decoration: underline;
}

div#sidebar_left ul#blogroll {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	margin: 1px 15px 15px 25px;
}

div#sidebar_left ul#blogroll li ul {
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}

div#sidebar_left ul#blogroll li ul li {
	border-top: 1px solid white;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
}

div#sidebar_left ul#blogroll li ul li a {
	color: #913134;
	text-decoration: none;
}

div#sidebar_left ul#blogroll li ul li a:hover {
	background: #e5d490;
	text-decoration: underline;
}

/* -----END 2. Left Sidebar----- */



/* -----3. Main Content----- */

div#content_main {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: -45px 200px 0 200px;
}

#content_main .post {
	background: #FDFCF6;
	border-top: 2px solid #f0e7bc;
	margin: 0 auto;
	padding-bottom: 40px;
	width: 596px;
}

#content_main .entry {
	margin-bottom: 40px;
}

#content_main .post p, ul, ol, h2, h3, h4, h5, h6 {
	margin: 10px 48px;
}


div#content_main img {
        margin: 10px auto;
	background: white;
	border: 1px solid #e5d490;
	padding: 1px;
	text-align: center;
        max-width: 510px;
}

#content_main .post .ddsg-wrapper {
	margin: 10px 48px;
}

#content_main .post .ddsg-wrapper ul, ol {
	margin: 15px 0;
	padding: 0;
	padding-left: 5px;
}

div#content_main div.post div.ddsg-wrapper h2 {
	margin: 10px 0 20px 0;
	padding: 0 0 0 5px;
}
	


div#content_main h4 {
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 1.0px;
	height: 10px;
	margin-right: 25px;
	margin-top: 50px;
	text-align: right;
}

div#content_main h5 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin-top: -10px;
	text-align: right;
}

div#content_main div.post h5 a, a:link, a:active, a:hover, a:visited {
	display: block;
}

div#content_main div.post h5 a, a:link, a:active, a:visited {
	text-decoration: none;
}

div#content_main div.post h5 a:hover {
	text-decoration: underline;
}

div#content_main div.post h2 {
	border-bottom: 1px solid black;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1.0px;
        line-height: 26px;
	padding-top: 50px;
	padding-bottom: 2px;
	text-transform: uppercase;
	width: 500px;
}



div#content_main div.post a, a:link, a:visited, a:hover, a:active {
	display: inline;
	text-decoration: underline;
}

div#content_main div.post a:visited {
	color: #756378;
}

div#content_main em {
	font-style: italic;
}

div#content_main strong {
	font-weight: bold;
}

div#content_main div.post .authorline {
	font-size: 12px;
	font-style: italic;
	text-align: right;
}

div#content_main div.post .postmetadata {
	font-size: 12px;
}

div#content_main ul {
        list-style-type: circle;
}

div#content_main ul li {
        color: black;
        padding: 0 0 5px 5px;
}


div#content_main ul.label {
	background: #F1E7BB;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #E6D48E;
	border-right: 1px solid #E6D48E;
        color: black;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 12px;
        list-style-type: none;
	padding: 3px;
	width: 500px;
}

div#content_main ul.label li {
	background: #F7F1DB;
	line-height: 20px;
	margin: 2px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 10px;
}

div#content_main ul.label li strong {
	background: #F1E7BB;
	color: black;
	display: block;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 10px;
	height: 15px;
	letter-spacing: 1.0px;
	line-height: 11px;
	margin-left: -10px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 5px;
	text-transform: uppercase;
	width: 150px;
	
}

div#content_main ul.label li ul {
	list-style-type: circle;
	margin-left: 10px;
}

div#content_main ul.label li ul li {
	margin-left: 0;
	padding-left: 5px;
	padding-bottom: 5px;
}

div#content_main ul.labelpic {
	float: right;
        list-style-type: none;
	margin: 10px 50px 5px 10px;
	text-align: center;
        background: #F7F1DB;
}

div#content_main ul.labelpic li {
	display: block;
}

div#content_main ul.labelpic li img {
	margin: 0;
	width: 250px;
}

div#content_main ul.tree {
        line-height: 18px;
}

div#content_main ul.tree li {
	border: 0;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

.credit {
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

div#content_main div.navigation {
	margin: 10px -25px;
	text-align: right;
	width: 100%;
}

div#content_main div.navigation a, a:link, a:visited, a:hover, a:active {
	display: inline;
	text-decoration: underline;
}


/* -----END 3. Content----- */




/* -----4. Right Sidebar: Search, Tours, Categories----- */

div#sidebar_right {
	position: absolute;
	left: 800px;
	top: 280px;
	width: 196px;
	z-index: 3;
}

div#sidebar_right a, a:link, a:visited, a:active {
	text-decoration: none;
}

div#sidebar_right ul, ol {
	line-height: 20px;
	margin: 0;
	padding: 0;
}

div#sidebar_right form#searchform {
	margin: 1px 25px 50px 15px;
}

div#sidebar_right h3 {
	border-bottom: 1px solid white;
	color: #805559;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.0px;
	line-height: 20px;
	margin: 1px 25px 10px 15px;
}

div#sidebar_right ul#tour {
	margin: 1px 25px 50px 15px;
}

div#sidebar_right ul#tour li {
	color: black;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	margin-bottom: 5px;
}

div#sidebar_right ul#tour ul.timeline, ul.tree {
	background: #F6F1DC;
	border: 1px solid white;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 1px;
        width: 152px;
}

div#sidebar_right ul#tour ul.timeline li {
	border-bottom: 1px solid #cccccc;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
}

ul.timeline li a {
	display: block;
	padding: 2.5px 5px;
}

ul.timeline li a:hover {
	text-decoration: underline;
}


ul.timeline li#cenozoic a {
	height: 47px;
	margin-bottom: -52px;
}

ul.timeline li#cenozoic a:hover {
	background: #F5EA16;
}

ul.timeline li#neogene a:hover {
	background: #FDD518;
}

ul.timeline li#paleogene a:hover {
	background: #E8905C;
	color: #F6F1DC;
}

ul.timeline li#mesozoic a {
	height: 73px;
	margin-bottom: -78px;
}

ul.timeline li#mesozoic a:hover {
	background: #45B3C7;
	color: #F6F1DC;
}

ul.timeline li#cretaceous a:hover {
	background: #6DB65A;
}

ul.timeline li#jurassic a:hover {
	background: #00A1CD;
}

ul.timeline li#triassic a:hover {
	background: #6B387B;
	color: #F6F1DC;
}

ul.timeline li#paleozoic a {
	height: 151px;
	margin-bottom: -156px;
}

ul.timeline li#paleozoic a:hover {
	background: #85AF8B;
	color: #F6F1DC;
}

ul.timeline li#permian a:hover {
	background: #CA4939;
	color: #F6F1DC;
}

ul.timeline li#carboniferous a:hover {
	background: #559694;
	color: #F6F1DC;
}

ul.timeline li#devonian a:hover {
	background: #B38347;
	color: #F6F1DC;
}

ul.timeline li#silurian a:hover {
	background: #A2D2B4;
	color: #913134;
}

ul.timeline li#ordovician a:hover {
	background: #008E6C;
	color: #F6F1DC;
}

ul.timeline li#cambrian a:hover {
	background: #70935F;
	color: #F6F1DC;
}

ul.timeline li#precambrian a:hover {
	background: #D84866;
	color: #F6F1DC;
}

ul.timeline li.period {
	border-left: 1px solid #cccccc;
	height: 25px;
	margin-left: 40%;
        width: 89px;
}

ul.timeline li#cenozoic ul li.period a {
	height: 20px;
}

ul.timeline li#mesozoic ul li.period a {
	height: 20px;
}

ul.timeline li#paleozoic ul li.period a {
	height: 20px;
}


div#sidebar_right ul#tour ul.tree li {
	border: 0;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
}


ul.tree, ul.tree ul {
	background: #F6F1DC url(images/vline.png) 5px 0 repeat-y;
}

ul.tree ul {
	margin-left: 10px;
}

ul.tree li {
	display: block;
	padding: 0 0 0 15px;
	line-height: 20px;
	background: url(images/node.png) 5px 0 no-repeat;
}

ul.tree li.last {
	background: #F6F1DC url(images/lastnode.png) 5px 0 no-repeat;
}

div#sidebar_right ul.tree a, a:link, a:visited, a:hover, a:active {
	display: block;
}

div#sidebar_right ul.tree a:hover {
	text-decoration: underline;
}

div#sidebar_right ul li h2 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin-left: 15px;
}

div#sidebar_right ul.linkslist {
	border-bottom: 1px solid white;
	margin: 1px 25px 15px 15px;
}

div#sidebar_right ul.linkslist li {
	border-top: 1px solid white;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;

}

div#sidebar_right ul.linkslist li a {
	color: #913134;
	text-decoration: none;
}

div#sidebar_right ul.linkslist li a:hover {
	background: #e5d490;
	text-decoration: underline;
}


/* -----END 4. Right Sidebar----- */




/*----- 5. Footer----- */

div#footer {
	background: #F1E7BB;
	clear: both;
	height: 100px;
	margin-left: 1px;
	padding-top: 25px;
	width: 996px;
}

div#footer p {
	margin: 0 200px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	text-align: right;
	font-style: italic;
}

/* -----END 5. Footer----- */


/* -----Comments----- */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	margin-left: 15px;
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/* -----END Comments----- */
