body {
	background: #fff url(http://media.mgnetwork.com/jbf/hosted/mv/bg.jpg) 50% 0 repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size:16px; font-weight:400;
	color: #333;
}

h2 {
	position: relative;
	color: #21262a;
	font: normal 2.5em/1em Georgia, "Times New Roman", Times, serif;
/*	font-weight: bold; */
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
}
	
h2 a { color: #000; }
h2 span { color: #888; }
h2 a:hover { color: #b40; }
h2 a:hover span { color: #666; }

h3 { font-size: 24px; font-family: Georgia, "Times New Roman", Times, serif; font-weight:400; margin: 0.5em 0; }

h3 a { color: #900; }
h3 a:hover { color: #bb2800; }

.entry_school h3 { font-size: 16px; font-weight: 600; }
.entry_school p { font-size: 88%; }


h4 {
font-size: 16px;
font-weight: 400;
color: #8B4726;
font-family: "Lucida Grande",Geneva,Helvetica,sans-serif;
}

.right300 h4 {
margin-bottom: 5px;
color: #8B4726;
}

a, a:link, a:visited, a:active {
	color: #900;
	background-color: inherit;
	text-decoration: none;
	}
a:hover {
	background-color: inherit;
	color: #BB2800;
	text-decoration: underline;
	}

#content p { margin: 0 0 1.5em 0; line-height: 1.3em; }
dd, dt, li { margin: 0; padding: 0.25em 0; line-height: 1.3em; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
img	{ display: inline; padding: 0; border: 0; border:none; }

/*
--------------------------------------------------
Header & Navigation
--------------------------------------------------
*/

#header a { border: none; }
	#header { 
		position: relative;
		height: 110px;
		background: #430000 url(http://media.mgnetwork.com/jbf/hosted/mv/bg_top.jpg) 0 0 no-repeat;
	}
	#header span.logo 	{
		position: absolute;
		top: 20px;
		text-indent: -10000px;
		margin: 0;
		padding: 0 0 0 15px;
	}
	#header span.logo a {
		display: block;
		width: 250px;
		height: 90px;
		background-image: url(http://media.mgnetwork.com/jbf/hosted/mv/logo.gif);
		background-repeat: no-repeat;
		background-position: -250px;
	}
	#header span.logo a:hover { background-position: 0px; }
	#header h1 { display: none; }

#nav	{
	position: relative;
	z-index: 1;
	text-align: center;	
	line-height: 0;
	margin: 0;
	background: url(http://media.mgnetwork.com/jbf/hosted/mv/bg_nav.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;	
	border-top: 1px solid #F7DEA5;
	height: 30px;
	}
	#nav li {
		display: inline;
		margin: 0;
		padding: 0 5px;
		list-style: none;
		background-image: none;
	}
		#nav a	{
			text-decoration: none;
			border: none;
		}
		#nav a:hover img	{
			background-color: #B82024;
		}
	.active	{
		background-color: #B82024;
		background-image: url(http://media.mgnetwork.com/jbf/hosted/mv/section.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		}

/*
--------------------------------------------------
Formatting
--------------------------------------------------
*/

#wrap
	{
	text-align: left;
	width: 820px;
	margin: 0 auto;
	}
#content { margin: 0 20px; }

#wall, 
#wall_vote, 
#wall_free_tee, 
#wall_sponsors {
	width: 820px;
	height: 263px;
	margin:0; padding:0; border:0;
	overflow: hidden;
}
	#wall { background: #810102 url(http://media.mgnetwork.com/jbf/hosted/mv/wall_home.jpg) top left no-repeat; }
	#wall_vote { background: #810102 url(http://media.mgnetwork.com/jbf/hosted/mv/wall_feat_vote_01.jpg) top left no-repeat; }
	#wall_free_tee { background: #810102 url(http://media.mgnetwork.com/jbf/hosted/mv/wall_feat_free_tees.jpg) top left no-repeat; }
	#wall_sponsors { background: #810102 url(http://media.mgnetwork.com/jbf/hosted/mv/wall_sponsors.jpg) top left no-repeat; }

	#wall p, 
	#wall_vote p,
	#wall_free_tee p,
	#wall_sponsors p { padding: 0 0 0 1.0em; line-height: 1.2em; color: #fff; font-size: 90%; }

/*
--------------------------------------------------
SlideGallery
--------------------------------------------------
*/

#featured {
	max-width: 820px;
	height: 263px;
	z-index:5;
	overflow: hidden;
	margin: 0;
	border: 0;
}

	#featured img {
		width: 820px;
		height: 263px;
	}

.jdGallery {
	overflow: hidden;
	position: relative;
}

	.jdGallery img {
		border: 0;
		margin: 0;
	}
	
	.jdGallery .slideElement
		{
		width: 100%;
		height: 100%;
		background-color: #000;
		background-repeat: no-repeat;
	}
	
	.jdGallery .loadingElement {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #000;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(http://media.mgnetwork.com/jbf/hosted/mv/loading-bar-black.gif);
	}
	
	.jdGallery .slideInfoZone {
		position: absolute;
		z-index: 10;
		width: 100%;
		margin: 0px;
		left: 0;
		bottom: 0;
		height: 43px;
		background: url(http://media.mgnetwork.com/jbf/hosted/mv/bg_gallery.gif) no-repeat 0 100%;
		color: #fff;
		text-indent: 0;
		overflow: hidden;
	}
	
	* html .jdGallery .slideInfoZone { bottom: -1px; }
	
	.jdGallery .slideInfoZone h2 {
		padding: 0 10px;
		font-size: 1.2em;
		font-weight: bold;
		color: inherit;
		margin: 5px 5px 0;
		border: 0;
	}
	
	.jdGallery .slideInfoZone p {
		padding: 0 10px;
		font-size: 1em;
		margin: 0 5px;
		color: #fff;
		line-height: 1;
	}
	
	.jdGallery div.carouselContainer {
		position: absolute;
		height: 135px;
		width: 100%;
		z-index: 10;
		margin: 0px;
		left: 0;
		top: 0;
	}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.no { display: none; }
.spacer {margin: 15px 0; padding: 15px 0; display: block; }

.left460 { width: 460px; float: left; }
.left380 { width: 380px; float: left; }
.left300 { width: 300px; float: left; }
.left220 { width: 220px; float: left; }
.right460 { width: 460px; float: right; }
.right380 { width: 380px; float: right; }
.right300 { width: 300px; float: right; }
.right220 { width: 220px; float: right; }

img.framed { border: 1px solid #E5E5E5; padding: 6px; margin: 0 5px; }
.sans-serif { font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 12px; text-transform: lowercase; }
.red { color: #922; }
.grey { color: #7D7D7D; }
.crumb { font-size: 12px; color: #A1A1A1; }

.tip { color: #000; 
	font-weight: normal; 
	background:#ffffcc url(http://media.mgnetwork.com/jbf/hosted/mv/check.gif) no-repeat left center;
	border:1px solid #dddb54;
	padding: .8em 3px .8em 22px;
	margin-bottom:7px;
}

.entry {
	float:left;
	margin: 5px 0 2.0em 0;
        background: transparent url(http://media.mgnetwork.com/jbf/hosted/mv/bg_entry.png) no-repeat left bottom;
        border-bottom: 1px solid #e5e5e5;
}

.entry_school {
clear: both;
margin: 3px 0;
padding: 0.8em 0 0 0;
/*  background: transparent url(http://media.mgnetwork.com/jbf/hosted/mv/bg_entry.png) no-repeat left bottom;	*/
border-top: 1px solid #DCDCDC;
}

.entry_comment {
clear: both;
font-size: 88%;
margin: 7px 0;
padding: 0.8em;
/*  background: transparent url(http://media.mgnetwork.com/jbf/hosted/mv/bg_entry.png) no-repeat left bottom;	*/
background-color: #FFF8DC;
  border: 1px solid #DCDCDC;
}

.paginate { 
margin: 7px 0;
padding: .8em 5px;
font-size: 88%;
}

ul.entry_links { list-style:none; margin: 4px 0 4px 0; padding-left: 0; }
ul.entry_links li {
	color: #7F7F7F;
	line-height: 1.2em;
	border-bottom: 1px dotted #dedede;
	padding: 4px 0;
}

.entry_links { font-size:11px; }
.entry_links a { display:block; color: #7F7F7F; font-family: "Lucida Grande",Geneva,Helvetica,sans-serif; !important;font-weight:lighter; }

.byline {
	font-family: "Lucida Grande",Geneva,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #636363;
	letter-spacing: 0.3em;
	display: block;
	width: 100%;
	height: 20px;
	border-bottom: 1px dotted #dedede;
	margin: 9px 0 18px 0;
}

.oas_box {
margin: 0 0 40px 0;
padding: 0;
border: 0;
}

#sidebar {
   float: right;
   width: 311px;
   background: transparent;
   margin: 0; padding: 0; border: 0;
}

#sidebar a img { border:0; }
#sidebar dl.top_links a {text-decoration: none;}
#sidebar dl.top_links dt {
	text-indent: -10000px;
	display: block;
	width: 311px;
	height: 300px;
	margin: 0;	
}

#sidebar dl.top_links dt a#ad1 {
	display: block;
	width: 311px;
	height: 300px;
}

#sidebar dl.top_links dt a#ad1 {background: url(http://media.mgnetwork.com/jbf/hosted/mv/win_this_tshirt.png) 0px 0px no-repeat;}
#sidebar dl.top_links dt a#ad1:hover { background-position: -311px 0px; }
#sidebar dl.top_links dd { display: none; }

.callout {
	background: url(http://media.mgnetwork.com/jbf/hosted/mv/bullhorn_callout.gif) 0px 0px no-repeat;
	padding-top: 250px;
}

#footer {
	clear: both;
	margin-top: 2em;
	padding: 0;
	bottom: 0;
	height:119px;
	background-color: #fff;
	background-image: url(http://media.mgnetwork.com/jbf/hosted/mv/bg_footer.jpg);
	background-repeat: no-repeat;
	bacground-position: center top;
}
	
	#footer p	{
		position: relative;
		text-align: center;
		padding: 10px 0 0 0;
		font-size: 10px;
	}
	

#bio .cap, #bio2 .cap { height:12px; margin:0; font-size:1px; clear:both; }
#bio .cap.top, #bio2 .cap.top { background:url(http://media.mgnetwork.com/jbf/hosted/mv/cap_top.gif) no-repeat top left; }
#bio .cap.bottom, #bio2 .cap.bottom { background:url(http://media.mgnetwork.com/jbf/hosted/mv/cap_bottom.gif) no-repeat bottom left; }
#bio .mascotimage, #bio2 .mascotimage { width: 378px; border-left:1px solid #d8d8d8; border-right:1px solid #d8d8d8; }

ul.biofacts { margin: 25px 0 0 0; padding: 0; list-style: none; }
ul.biofacts li { padding: 0 0 9px 0; }

.stathead {background:#B82024; color: #FFF; font-weight: bold;}
.colhead { background:#d8d8d8; color: #000; font-weight: bold; font-size: .9em; }
.oddrow { background-color: #FFF; }
.evenrow { background-color: #ececec; }

#mailinglist_form input { border: 1px solid #8B4513; background-color: #EEE8AA; }
#mailinglist_form input { width: 200px; }
#mailinglist_form .btn { margin: -20px 0 30px 0; !important;width:60px; border: 0;  }

/* The following hack is to correct text size in IE/WIN */

/* \*/

* html body p { font-size: 80%; }
* html body h2 span.ex-nav { padding-top: 0.5em; }
* html body li { font-size: 80%; }
* html body dd p { font-size: 95%; }

#gallery img {
border: 5px solid #e1e1e1;
border-width: 5px 5px 15px;
margin: 6px 0;
}

#gallery a:hover img {
border: 5px solid #C9C9C9;
border-width: 5px 5px 15px;
color: #3e3e3e;
}

#gallery a:hover { color: #B82024; }
