body {
	background:#fff url(images/bg.png) repeat-x left top;
	font-family:Arial, sans-serif;
	font-size:80%;
	color:#000;
	text-align:left;
	margin:0;
	padding:0;
}

@font-face {
    font-family: 'BroadwayRegular';
    src: url('fonts/tt0131m-webfont.eot');
    src: url('fonts/tt0131m-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/tt0131m-webfont.woff') format('woff'),
         url('fonts/tt0131m-webfont.ttf') format('truetype'),
         url('fonts/tt0131m-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HeraldSquareNFRegular';
    src: url('fonts/heraldsquarenf-webfont.eot');
    src: url('fonts/heraldsquarenf-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/heraldsquarenf-webfont.woff') format('woff'),
         url('fonts/heraldsquarenf-webfont.ttf') format('truetype'),
         url('fonts/heraldsquarenf-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Header */

#header {
	position:relative;
	float:left;
	background:#000 url(images/header-bg.png) repeat-x left top;
	height:57px;
	width:100%;
	margin:0;
	padding:0;
}
#logo {
	position:relative;
	float:left;
	visibility:visible;
}
.logo {
	background-image:url(images/bsu-logo.png);
	background-repeat:no-repeat;
	height:75px;
	width:150px;
	margin:10px;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-100.0em;
	}
.logo a {
	display:block; 
	line-height:75px;
}

.tagline {
	margin-left:150px;
	margin-top:25px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	width:700px;
	}
	
.follows {
	position:relative;
	float:left;
	margin-left:750px;
	margin-top:-65px;
	width:120px;
}

a.facebook {
	background:url(images/facebook.png);
	width:48px;
	height:48px;
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
}
a.facebook:hover {
	text-decoration:none;
}
a.twitter {
	background:url(images/twitter.png);
	width:48px;
	height:48px;
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
}
a.twitter:hover {
	text-decoration:none;
}

/* Menus */

#head-menu {
	position:relative;
	float:left;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	width:700px;
	margin:0;
	padding:0;
}
#head-menu a {
	color:#fff;
	text-decoration:none;
	}
#menu a:hover {
	text-decoration:none;
	}
#menu a:active {
	color:#CCC;
	text-decoration:none
}

#menu {
	position:relative;
	float:left;
	background:none;
	height:71px;
	margin-left:160px;
	padding:0;
	display:block;
	}

#menu a {
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ccc;
	text-decoration:none;
	outline:none;
	padding:40px 0 0 0;
	margin-left:5px;
	margin-right:5px;
	display:block;
	height:71px;
	width:100px;
	text-align:center;
	background-image:url(images/menu-inactive.png);
	background-repeat:no-repeat;
	}
#menu a:hover {
	color:#fff;
	background-image:url(images/menu-active.png);
	background-repeat:no-repeat;
	}
#menu a:active {
	color:#fff;
	background-image:url(images/menu-active.png);
	background-repeat:no-repeat;
	}

/* content layout */

#window {
	position:relative;
	float:left;
	width:1280px;
	margin:0;
	padding:0;
	text-align:center;
}

#main-container {
	position:relative;
	float:left;
	padding:0 10px;
	margin:0 0 0 150px;
	width:763px;
	height:100%;
	border-left:3px solid #000;
	border-right:3px solid #000;
	border-bottom:3px solid #000;
	background-color:#fff;
	display:block;
	text-align:left;
}

#titlebar {
	position:relative;
	float:left;
    width:875px;
	height:100px;
	display:block;
    margin:-13px 0 0 -55px;
	padding:0;
	background:url(images/banner.png) no-repeat left top;
	text-align:center;
	visibility:visible;
}
#titlebar h1 {
	margin-top:25px;
	font-family:HeraldSquareNFRegular, sans-serif;
	font-size:3em;
	color:#fff;
	padding:0;
}
#titlebar img {
	margin-top:25px;
}

.page-description {
  	font:1em Arial,Verdana,Sans-serif;
  	color:#333;
}

.bugline {
	width:100%;
	height:125px;
	margin:0 auto 10px;
	padding:0;
	text-align:center;
}

.bug {
	position:relative;
	float:left;
	width:125px;
	height:125px;
	margin:0;
	padding:0;
	white-space:nowrap;
}

.bugline a {
	font-family:BroadwayRegular, sans-serif;
	font-size:1em;
	text-align:center;
	text-decoration:none;
	color:#000;
}

.bugline a:link {
	color:#000;
	text-decoration:none;
}

.bugline a:hover, .bugline a:visited:hover {
	color:#00f;
	text-decoration:none;
}

.bugline a:visited {
	color:#000;
	text-decoration:none;
}

.left-column {
	position:relative;
	float:left;
	width:45%;
	padding:0;
	margin:0;
}

.right-column {
	position:relative;
	float:right;
	width:45%;
	padding:0;
	margin-right:20px;
}

.paperbox {
	position:relative;
	float:left;
	width:334px;
	border:1px solid #ccc;
	margin:0 1px;
	padding:1em;
	-webkit-box-shadow:0 0 2px #ccc;
	-moz-box-shadow:0 0 2px #ccc;
	box-shadow:0 0 2px #ccc;
}
.bottomshadow {
	position:relative;
	float:left;
	background:#fff url(images/base-shadow.png) no-repeat left bottom;
	display:block;
	width:360px;
	height:10px;
	padding:0;
	margin:0;
	clear:both;
}

.paperbox h2, .widebox h2 {
	font-family:BroadwayRegular, sans-serif;
	font-size:1.3em;
	font-weight:normal;
}

.paperbox li, .widebox li {
	margin-bottom:.5em;
}

.widebox {
	position:relative;
	float:left;
	width:734px;
	border:1px solid #ccc;
	margin:0;
	padding:1em;
	-webkit-box-shadow:0 0 2px #ccc;
	-moz-box-shadow:0 0 2px #ccc;
	box-shadow:0 0 2px #ccc;
}
.wideshadow {
	position:relative;
	float:left;
	background:#fff url(images/wide-shadow.png) no-repeat left bottom;
	display:block;
	width:760px;
	height:10px;
	padding:0;
	margin:0;
	clear:both;
}

#right {
	position:relative;
	float:right;
	width:300px;
	padding:0;
	margin:0;
	text-align:center;
	}

/* Footer */

#footer {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:20px;
}
#footer p {
	text-align:right;
	font-size:8px;
	color:#ccc;
	margin-right:10px;
	}

/* Text Styles */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:normal;
	font-weight:bold;
	color:#000;
		}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height:normal;
	font-weight:bold;
	color:#000;
		}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:normal;
	font-weight:bold;
	color:#000;
		}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:normal;
	font-weight:bold;
	color:#000;
		}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:normal;
	color:#000;
		}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:normal;
	color:#000;
	margin-bottom:.5em;
		}

a:link {
	text-decoration:none;
	color:#0000cc;
		}
a:visited {
	text-decoration:none;
	color:#000066;
		}
a:hover {
	text-decoration:underline;
	color:#0000cc;
		}
a:active {
	text-decoration:none;
	color:#000066;
		}

a.highlight {
	background-color:#ff9900;
	padding:2px 4px;
	border:1px solid #3d3d3d;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-icab-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

input.surname {
			visibility: hidden;
			display:none;
			}

p.textlink {
	background-color:#ffff99;
	border:1px double black;
	padding:10px;
	margin:0;
	width:500px;
	}

/* link button */

a.button {
	font-size:1.16em;
	font-weight:bold;
	color:#fff;
	height:22px;
	padding:2px 10px;
	margin:5px;
	outline:none;
	overflow:hidden;
	border-radius: 5px;
	background:#f60;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff6600'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0), to(#f60)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fc0,  #f60); /* for firefox 3.6+ */
	box-shadow:0px 0px 2px #000;    
	}

a.button:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#ffcc00'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f60), to(#fc0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f60,  #fc0); /* for firefox 3.6+ */
	box-shadow:-1px -1px 2px #000;    
	}

a.button:hover {
	color:#f00;
	text-decoration:none;
	}

a.button:disabled {
	background:#ccc;
	color:#999;
	border:0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */
 	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;    
	}

/* ad bar styles */

.adtitle {
	width:250px;
	height:35px;
	text-align:center;
	background:url(images/ad-banner.png) no-repeat;
	display:block;
	font-family:HeraldSquareNFRegular, sans-serif;
	font-size:1.5em;
	color:#fff;
	margin:10px auto -10px;
	padding:5px 0 0 0;
	overflow:hidden;
}

.rotator {
	width:200px;
	height:300px;
	margin:0 auto;
}
.rotator img {
	height:100%;
	width:100%;
}

/* begin styles for RSS Feed */
#reviews {
	list-style:none;
	margin:0;
	padding:5px;
}
#reviews a {
	font-size:1.3em;
	font-weight:bold;
}
#reviews img {
	float:left;
	margin-right:10px;
	margin-top:10px;
}

.rss-box { 
	margin: 0; 
	padding:0; 
	}

.rss-title, rss-title a { 
	font-size: 120%; 
	font-family:Arial, Helvetica, sans-serif;
	color:#FF6600;
	font-weight: bold; 
	letter-spacing: 1px; 
	margin:0; 
	padding: 0; 
	}
	
.rss-items {
	list-style-type:none;
	margin-left:-20px;
	}

.rss-item { 
	color: black; 
	font-size: 75%; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin:0;
	padding-bottom:5px;
}

.rss-item a:link, .rss-item a:visited { 
	color:#00F; 
	font-size: 120%; 
	text-decoration: none 
	}

.rss-item a:hover { 
	color:#0000FF; 
	text-decoration: underline 
	}

.rss-date { 
	color: gray; 
	font-weight: normal 
	}
	 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }