/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}


 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
	font: 13px Helmet, Freesans, sans-serif;
	background-color: #f1f1f1;
}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #892116;}
a:hover {text-decoration:none;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

#masthead {
	background: transparent url(../img/mark-bg.png);
	height: 35px;
	position: relative;	
	z-index: 10;
}

/* humboldt state university wordmark*/
#logowrapper {
	width: 802px;
	margin: 0 auto;
}
#logo {
	background:#29140c url(../img/hsu-mark.gif) no-repeat 0 6px;
	width: 346px;
	height: 17px;
	padding: 5px 0;
	display: block;
	color:#fff;
}
#banner {
	background: #4d2513 url(../img/texture-bg.jpg) no-repeat center top;
	margin-top: -5px;
	padding: 25px 0;
}
.not-front #banner {
	height: 400px;
}
#banner-wrap {
	width: 802px;
	margin: 0 auto;
	padding: 0 0px;
}
a#dept-logo {
    background: url("../img/ere-mark6.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 89px;
    width: 226px;
		margin-bottom:30px;
		color:#fff;
}
a#grad-logo {
background: url("../img/eregrad-mark.png") no-repeat scroll left top transparent;
display: block;
float: left;
height: 147px;
width: 226px;
position:relative;
top:-30px;
}
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.wrapper {
	width: 802px;
	margin: 0 auto;
	background: transparent url(../img/content-bg.png) repeat-y center top;
}
.not-front .wrapper {
	padding-bottom: 50px;
}
.overlap {
	margin-top: -300px;
}
/*navigation*/
nav#global {
	width: 549px;
	padding-top:15px;
	background: transparent url(../img/nav-bg.png) repeat-x left top;
	height: 52px;
	float:left;
	margin:16px 0 0 20px;

}
nav#global ul {
	list-style-type: none;
}
nav#global ul li {
	float: left;
	padding: 0 12px;
	display: block;
}
nav#global li a:link, nav li a:visited {
	color: #252525;
	text-decoration: none;
	padding: 3px 0 0 0;
	font-size: 14px;
	display: block;
}
nav#global li a:hover {
	color: #892116;
	border-bottom: solid 3px #892116;
}
nav#global li a:active {
	color: #333;
	border-bottom: solid 3px #333;	
}
nav#global li a.active {
	color: #892116;
	border-bottom: solid 3px #892116;
}
nav.secondary {
	margin-left: 1px;
}
nav.secondary a:link, nav.secondary a:visited {
	display: block;
	height: 27px;
	padding-top: 14px;
	font-size: 14px;
	text-decoration: none;
	color: #29140c;
}
nav.secondary a:hover {
	background: #f1f1f1 url(../img/subnav-bg.gif) no-repeat left top;	
}
nav.secondary a.active {
	background: #f1f1f1 url(../img/subnav-bg.gif) no-repeat left top;	
}
nav.secondary li.expanded a {
	background: #f1f1f1 url(../img/subnav-bg.gif) no-repeat left top;	
}
nav.secondary li.expanded li a {
	background: none;	
}
#main {
	padding: 18px 0 0 20px;
}
#main article, footer article {
	float: left;
	width: 240px;
	margin-left: 20px;
}
#main article.first, .tools article.first {
	margin-left: 0;
}
.not-front .left-side #main{
	width: 502px;
	float: right;
	padding: 18px 0 0 20px;
}
.not-front #main {
	width:auto;
	float:none;
	margin: 0px 20px 0 0;
	padding: 18px 100px 0 20px;
}
.ie6 .not-front #main{
	margin:0;
	padding-right:20px;
	width:482px;
	}
.not-front #sidebar {
	float: left;
	width: 240px;
	padding-top: 20px;
	margin: 0 0 0 20px;
	background: transparent url(../img/divider.gif) no-repeat right 150px;
/*	padding-right: 1px;*/

}
/** feature area **/
/*
#block-views-feature-block_1{
	width:800px;
	height:300px;
	position:relative;
}
.views-field-field-feature-photo-fid{
position:absolute;
top:0;
left:0;
}
#block-views-feature-block_1 .views-field-title{position:relative;z-index:20;font:20px/20px Helmet, Freesans, sans-serif;color:#333;}
#block-views-feature-block_1 .views-field-field-caption-value{position:relative;z-index:20;font:12px/14px Helmet, Freesans, sans-serif;color:#333}
*/
.secondary ul {
	margin: 10px 0 15px 0;
}
nav.secondary ul.links li{
	margin:0;
	padding: 0 0 5px 0;
	display:block;
}
/*tools*/
section.tools {
	clear: both;
	background:#29140c url(../img/footer-bg.gif) repeat-x left top;
	color: #fff;
	padding: 18px 0;
	min-height: 250px;
}
section.tools div.wrapper {
	background: transparent url(../img/tools-bg.gif) repeat-y left top;
	width: 762px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: auto;
}
.tools article {
	width: 229px;
	float: left;
	margin-left: 20px;
	padding-right: 11px;
}
.tools article.last {
	border-right: none;
}
.tools a {
	color: #d3ccab;
}
.page-intro {
	background-color: #29140c;
	color: #fff;
	width: 774px;
	margin-left: 4px;
	padding:  20px 0 20px 20px;
}
/*typography*/
header h1 {
	margin:0;
}
h1,h2,h3,h4,h4,h6 {
	line-height: 20px;
	margin: 18px 0 18px 0;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
.page-intro h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;	
}
h6 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 -15px 0;
}
.front #main h2 {
	font-size: 18px;
	color: #3c2016;
	background: transparent url(../img/heading-bull.gif) no-repeat 0 1px;
	padding-left: 18px;
}
.tools h1 {
	font-size: 18px;
}
p {
	line-height: 14px;
	font-size: 12px;
	margin:18px 0 9px 0;
}
p.caption{
	margin-bottom:25px;
	font-style:italic;
}
p.caption img{border:1px solid #acaeae;}
ul {
	margin: 18px 0 9px 0;
}
li {
	margin: 3px 0;
}
ol{
	margin-left:20px;
}
.not-front #main .content ul li{
	list-style-type:disc;
	margin:0 0 5px 20px;
}
.not-front #main .content ul{
	margin-bottom:25px;
}
.content table{
	margin:20px 0;
	font-size:12px;
	width:auto;
}
.content th{
	border-bottom:2px solid #573c30;
	background-color:#836c61;
	padding:5px;
	vertical-align:middle;
	color:#fff;
}
.content td{
	border-bottom:1px solid #938782;
	padding:5px;
}


/*special link styles
---------------------------------------------------------------------------------*/
a.more-link {
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
	width: 110px;
	text-align: center;
	display: block;
	background: #68534a; /* Old browsers */
	background: -moz-linear-gradient(top, #68534a 0%, #29140c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68534a), color-stop(100%,#29140c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #68534a 0%,#29140c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #68534a 0%,#29140c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #68534a 0%,#29140c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68534a', endColorstr='#29140c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #68534a 0%,#29140c 100%); /* W3C */
}
a.more-link:hover {
	background: #8c5641; /* Old browsers */
	background: -moz-linear-gradient(top, #8c5641 0%, #29140c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c5641), color-stop(100%,#29140c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8c5641 0%,#29140c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8c5641 0%,#29140c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #8c5641 0%,#29140c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c5641', endColorstr='#29140c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #8c5641 0%,#29140c 100%); /* W3C */
}
/* brown #68534a #29140c*/
/*image styles
---------------------------------------------------------------------------------*/
#sidebar img {
	border: solid 1px #acaeae;
}



/* skip links for accessibility */
.skip a, 
.skip a:hover, 
.skip a:visited { 
    position:absolute; 
    left:0px; 
    top:-500px; 
    width:1px; 
    height:1px; 
    overflow:hidden;
    text-align: right;
    color:#fff;
    background-color:#4d2513;
    } 
.skip a:active, 
.skip a:focus { 
    top: -15px; 
    right: 0px;
    width:auto; 
    height:auto; 
    }
/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

@media screen and (max-width: 640px) {
       #banner, #banner-wrap, .not-front .left-side #main, #sidebar, article, .wrapper,
article, .page-intro, #masthead, .tools, nav#global, nav#global ol li,
a#dept-logo,section.tools div.wrapper, #logowrapper, #logo,
#feature-story   {
               float: none;
               width: auto;
               margin-left: 0;
               margin-right: 0;
       }
			.not-front .left-side #main{padding:5px;}
       #banner-wrap header {
               margin: 0 auto;
               text-align: center;
       }
			#block-views-feature-block_1{display:none;}
       .overlap {
               margin-top: 0;
       }
       #home #banner, .not-front #banner {
               height: auto;
               background: #4d2513;
       }
       nav#global {
       background: none;
       height: auto;
       text-align: center;
       }
       nav#global ul li {
               display: inline-block;
               margin: 0 auto;
               padding: 5px;
       }
       nav#global li a:link, nav li a:visited, nav#global li a.active {
               color: #fff;
               display: inline;
       }
			nav#global li a.active{
				border-bottom:3px solid #fff;
			}
       #feature-story .blurb {
               background-color: #fff;
               padding:0 10px;
       }
       section.tools div.wrapper {
               background-image: none;
               background-color: #29140C;
       }
       #main article, footer article {
               margin: 0;
       }
       .tools {
               background: none;
       }
       .tools article {
               margin: 0;
               padding: 0;
       }
}


/*@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}*/


/* slideshow */
#block-views-feature-block_1{
width:798px;
height:300px;
overflow:hidden;
margin-left:2px;
box-shadow: 0 0 15px #252525;
clear: both;
background-color:#fff;
position:relative;
}
#block-views-feature-block_1 div.blurb h2{
margin:0;
padding:0;
font:20px/20px Helmet, Freesans, sans-serif;
}
div.blurb{
font:12px/14px Helmet, Freesans, sans-serif;
position:absolute;
bottom:0;
right:0;
height:137px;
width:218px;
color:#333;
padding:12px 20px 30px 20px;
}

/* content styles */
.views-row{
margin:12px 0;	
}
.view-dom-id-2 .views-row{
margin:0;
}
p.caption img{
margin:0 8px 0 0;
}
.grad-side{
	margin:10px 0;
	font-size:14px/18px;
}


span.adobe-reader{
	display:block;
	background: url(../img/page_white_acrobat.png) no-repeat 0 2px;
	padding-left:23px;
	height:24px;
}
span.word-viewer{
	display:block;
	background: url(../img/page_white_word.png) no-repeat 0 2px;	
	padding-left:23px;
	height:24px;
}

/** overrides **/
.block ul{padding:0;}
#global .menu li{margin:0;}
.secondary .menu li{padding:0;list-style-type:none;list-style-image:none;margin:3px 0;}
.secondary .menu li li{padding:0;margin:0;}
.secondary .menu li ul{
	margin:0 0 0 0;
	padding:0 0 9px 12px;
	background:url(../img/subnav-bg-bot.gif) no-repeat bottom left #f1f1f1;
	margin-top:-5px;
}
nav.secondary li li a:link, nav.secondary a:visited {
	font-size: 12px;
	line-height:18px;
	text-decoration: none;
	color: #29140c;
	margin:0;
	padding:0;
	height:20px;
}
nav.secondary li li a:hover {
	background: none;	
}
nav.secondary li li a.active {
	background: none;	
}
#block-block-1 p{
	margin:0;
}