/* Base Styles */

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/*
@font-face {
    font-family: 'EksjaExtremesThin';
    src: url('http://oregonstate.edu/osuhomepage/css/fonts/Eksja/Eksja-thin-webfont.eot');
    src: local('â˜º'), url('http://oregonstate.edu/osuhomepage/css/fonts/Eksja/Eksja-thin-webfont.woff') format('woff'), url('http://oregonstate.edu/osuhomepage/css/fonts/Eksja/Eksja-thin-webfont.ttf') format('truetype'), url('http://oregonstate.edu/osuhomepage/css/fonts/Eksja/Eksja-thin-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EksjaExtremesRegular';
    src: url('http://oregonstate.edu/osuhomepage/css/fonts/Eksja/Eksja-regular-webfont.eot');
    src: local('â˜º'), url('http://oregonstate.edu/osuhomepage/css/fonts/Eksja/Eksja-regular-webfont.woff') format('woff'), url('http://oregonstate.edu/osuhomepage/css/fonts/Eksja/Eksja-regular-webfont.ttf') format('truetype'), url('http://oregonstate.edu/osuhomepage/css/fonts/Eksja/Eksja-regular-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/* Base Style */
body {
    font:14px/1.6 'Open Sans', sans-serif;
    font-weight: 400;
    color:#222;;
    -webkit-font-smoothing: antialiased;
}

h1	{
	font-family: 'Stratum2Web', sans-serif;
	text-transform: uppercase;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.1em;
}

h1.title.switcher {
    font-size: .7em;
    line-height: 1em;
    margin-top: 5px;
}

h1 span	{
	font-family: 'Stratum2Web', sans-serif;
	letter-spacing: 3px;
}

#home h1 {
	margin: 10px auto;
	line-height: 1.2em;
}

p {
	min-height:1px;
    font-size: 20px;
    line-height: 1.2em;
    color: white;
}

hr {
	background: #fff;
	border: 0;
	height: 2px;
	margin: 12px auto 8px auto;
	width: 80%;
}

a {
	color:#fff;
	text-decoration:none;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

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


.container-banner {
	line-height: 1em;
	padding: 0 !important;
	background-color: #f5f2ed !important;
}
