@charset "utf-8";

/* 
CSS for 2010 Beloit College (wide) Site Design
Author: Matthew J. Rose
Last Modified: June 22, 2010
This is a work in progress as it will be used in the Athletics site but no other site initially.
*/

/* ---- MAIN CSS ---- */
@import url("beloit_banner_wide.css");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
img {border:0;}
ol, ul {list-style:none;}
address {font-style:normal;}
body {
	background: #00386B url(../images/bg.gif) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	min-width:960px;
}
div#seal_bg {
	height: 551px;
	width: 562px;
	background-image: url(../images/seal.gif);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}
div#wrapper {
	background:transparent url(../images/rounded_bg/rounded_white_main_wide.gif) no-repeat scroll left bottom;
	margin:10px auto !important;
	padding:0 0 14px 0 !important;
	width: 960px;
	text-align: left;
	overflow: hidden;
}
/* banner and meat */
div#bannerAndMeat { padding: 0 10px; background: #fff; }
div#bannerAndMeat:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}
* html div#bannerAndMeat { display:inline-block; }
div#bannerAndMeat { min-height:1px; }
div#bannerAndMeat { display:block; }
div#navigation { width: 160px; overflow: hidden; }
.navList { padding:0 0 0 1.5em }
div.side_nav_box {
	background: #707070 url(../images/rounded_bg/rounded_grey_sidenav_top.gif) no-repeat scroll left top;
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
}
div.side_nav_box_content {
	background: transparent url(../images/rounded_bg/rounded_grey_sidenav_bottom.gif) no-repeat scroll left bottom;
	padding: 10px;
	font-weight:bold;
}
div.side_image_link_box { 
	margin: 10px 0 0 0 !important;
}
div#content { overflow:hidden; }
div#content ol, div#pageContent ul { padding:0 0 0 40px; margin: .5em 0; }
div#content ul { list-style: disc }
div#content ol { list-style: decimal }
div#content ul ul { list-style: circle; margin: 0; }
div#content ol ol { list-style:lower-roman; margin: 0; }
div#content ol ul { margin: 0; }
div#content ul ol { margin: 0; }
div#content img { margin: 10px; }
div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 { margin-bottom: 1em; }
div#content td { padding: 1px; }
div#pageContent ol li img { display: block; max-width: 100%; }
div#pageContent ul li img { display: block; max-width: 100%; }
div.relatedItems ul { list-style:none outside none !important }
p.textOnlyLink { display:none }
div#blog div.persistent { display:none }
li.item:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:20px;
}

.left {
	float:left;
	display:inline;
	padding-right:10px;
}

.right {
	float:right;
	display:inline;
	padding-left:10px;
}

/* footer */
div#footer {
	color:#fff;
	padding-top: 10px;
	text-align: center;
}

.clear {
	clear:both;
}

div#miniCal { 
	border: none;
	background-color: transparent;
}

div#miniCal div#events h4 {
	border-top: none;
}

