/* ------- new main page styles ------- */


@font-face {
	font-family:'Chunk';
	src: url('http://www.benvankat.com/HuskerHistory/fonts/Chunkfive.otf') format('opentype');
	}

@font-face {
	font-family: 'LeagueGothic';
	src: url('http://www.benvankat.com/HuskerHistory/fonts/LeagueGothic.otf') format('opentype');
	}

div.text {
	width: 60%;
	max-width: 630px;
	margin: 80px 0 75px 25px;
	}
	
div.text img.profile {
	width: 100%;
	border: 1px solid #666;
	}

h1.title {
	font-family: 'Chunk', Trebuchet MS, serif;
	font-size: 6.5em;
	line-height: 80%;
	border-bottom: 1px dotted #000;
	color: #ffffff;
    opacity: 0.8;
    margin: 50px 0 0 0;
    text-shadow: 0px 1px 2px #555;
    }
    
div.intro {
	margin: 30px 0;
	}    
    
div.intro p {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.5em;
	font-style: italic;
	color: #000;
	line-height: 1.2em;
	}

/* ---------- old styles --------- */



body 	{
	
	background: url(brown.jpg) #c5c5c5;
	padding: 0px;
	margin: 0px;
	width: 100%;
	}

p {
	color: #ffffff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	font-size: 16px;
	line-height: 19px;
	margin: 10px 20px 20px 10px;
	/* text-align: justify;  */
	}

a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a:hover {
	color: #c3c3c3;
	}

#header {
	position: absolute;
	top: 75px;	
	left: 25px;
    opacity: 0.8;
	}

#header h1 {
	font-family: Trebuchet MS, serif;
	font-size: 150px;
	text-align: left;
	color: #ffffff;
    line-height: 120px;
    opacity: 0.8;
    margin-top: 5px;
    text-shadow: 0px 1px 2px #555;

}



#links 	{
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 20px; 
	box-shadow: 0 0 5px #555;
	}

#links ul {
	padding: 0px;
	margin: 0px;
	}


#links li {
	display: block;
	list-style: none;
	float: left;
	line-height: 40px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	text-align: center; 
	text-transform: lowercase;
	color: #ffffff;
}


#links a {
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
	width: 100%;
	padding: 6px 25px 6px 25px;
	}

#links a:hover {
	color: #ffd700;
	}

#links .active {
	color: #000000;
	background-color: #ffd700;
	font-weight: bold;
	}
	
#links .active:hover {
	color: #000;
	}


#main 	{
	position: absolute;
	top: 75px; 
	left: 350px;
	width: 565px;
	}

.iwstyle {
    color: #000000;
	font-size: 10px;
	}

#main h1 {
	color: #ffd700;
	font-family: Trebuchet MS, sans-serif;
	font-size: 15px;
	margin-left: 10px;
	background: #000;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 10px;
}

#main h2 {
	color: #ffffff;
	font-family: Trebuchet MS, sans-serif;
	font-size: 15px;
	margin-left: 10px;
	background: #32556B;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 10px;
}

#about {
	position: absolute;
	top: 475px;
	left: 25px;
	width: 300px;
	height: 227px;
	opacity: 0.8;
	color: #000000;
	}

#about p {
    font-family: Trebuchet MS, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
    margin-bottom: 10px;
	}
	
#sidebar {
	position: absolute;
	background: #000000;
	top: 25px;
	left: 940;
	width: 160px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	padding: 0px 0px 20px 10px;
	}

#sidebar h1 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #ffd700;
}



#sidebar p {
	font-size: 12px;
	}

#sidebar img {
	width: 150px; 
	}

#frame {
	position: absolute;
	top: 150px;
	left: 700px;
	}



#footer	{
	position: relative;
	/*top: 950px;*/
	background-color: #ffffff;
	width: 100%;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70;
	}


#footer p {
	padding-left: 1025px;
	line-height: 11px; 
	font-family: sans-serif;
	font-size: 10px;
	color: #ffffff;
	}

#box {
	float: left;
	width: 195px;
	margin: 5px 5px 5px 7px;
	display: inline;
	}

#box h1 {
	color: #ff9900;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	background: #32556B;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 10px;
}

#box img{
	width: 180px;
	padding-left: 10px;
}


