/* 
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.

*/

body 	{
	background: url(http://www.benvankat.com/bvk/brown.jpg) #c5c5c5;
	padding: 0px;
	margin: 0px;
	width: 100%;
	}

#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, 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: 13px 25px 13px 25px;
	}

#links a:hover {
	color: #ffd700;
	}

#links li.active a {
	color: #000000;
	font-weight: bold;
	background-color: #ffd700;
	}
	
#links .active:hover {
	color: #000;
	}

p {
	font-size: 14px;
	line-height: 20px;
	}

#content {
	position: relative;
	left: 0px;
	top: 75px;
	margin-left: 80px;
	clear: both;
	}

.col-full {
	margin-top: 0px;
	}


.col-right select {
        margin-top: 10px;
        }

#sidebar {
        color: #000000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
        }

#sidebar ul li {
        list-style: none;
}

#sidebar li a.rsswidget {
	font-size: 90%;
       line-height: 18px;
       border-bottom: 1px solid #555;
       padding: 10px 0 10px 0;
       color: #000;
	background: none;
}


#sidebar li a.rsswidget:hover {
       font-weight: normal;
       border-bottom: 1px solid #ffd700;
}

#sidebar div.instagram-image {
	padding: 0;
	margin-top: 10px;
	border: 1px solid #555;
}

#sidebar div.instagram-image:hover {
	border: 1px 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', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: normal;
	font-size: 240%;
      line-height: 95%;
}

.widget h3 {
	border-bottom: 0;
      font-family: 'LeagueGothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 200%;
}

div.more-entries {
	margin-bottom: 30px;
}

#footer {
	position: relative;
	margin-top: 50px;
	}
