/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#header p {
        font-family: Trebuchet MS, sans-serif;
	font-size: 225px;
        font-weight: bold;
	text-align: left;
	color: #ffffff;
	line-height: 180px;
        opacity: 0.8;
        text-shadow: 0px 1px 2px #555;
}

body 	{
	background: url(http://www.benvankat.com/bvk/brown.jpg) #c5c5c5;
	padding: 0px;
	margin: 0px;
	width: 100%;
	}

#header {
	position: absolute;
	top: 280px;	
	left: 25px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	}



#header h1 {
	font-family: Trebuchet MS, serif;
	font-size: 225px;
	text-align: left;
	color: #ffffff;
	line-height: 150px;
}

#links 	{
	position: absolute;
	background-color: #000000;
	top: 25px;
	left: 25px;
	width: 150;
	padding: 0px;
	}

#links ul {
	padding: 0px;
	margin: 0px;
	}


#links li {
	display: block;
	list-style: none;
	line-height: 40px;
	font-family: 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: 10px 55px 10px 55px;
	}

#links li:hover {
	background-color: #aaaaaa;
	color: #000000;
	}

#links a:hover {
	background-color: #aaaaaa;
	color: #000000;
	}

#links li.active {
	color: #000000;
	background-color: #ffd700;
	}

#about {
	background: #ffffff;
	position: absolute;
	top: 25px;
	left: 200px;
	width: 225px;
	height: 227px;
	opacity: 0.8;
        padding: 12px 12px 0px 12px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px;
	color: #000000;
	}

#about p {
        font-family: Trebuchet MS, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
        margin-bottom: 10px;
	}

p {
	font-size: 16px;
	line-height: 20px;
	}

.col-right select {
        margin-top: 10px;
        }

#sidebar {
        color: #000000;
        font-family: Trebuchet MS, Arial, sans-serif;
        }

#sidebar ul.widget  {
        list-style-type: none;
}

#sidebar li a.rsswidget {
       line-height: 18px;
       border-bottom: 1px solid #000;
       padding: 10px 0 10px 0;
       color: #000;
}


#sidebar li a.rsswidget:hover {
       font-weight: normal;
       border-bottom: 2px solid #ffd700;

}

@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');
	}

#main h2.title {
      font-family: "Chunk", Trebuchet MS, Geneva, Arial, sans-serif;
      font-weight: normal;
      line-height: 95%;
}

#rss.widget ul {
       list-style-type: none;
}