/* ------------------------------ *
 *                                *
 *      BAMC 2011 Style File      *
 *                                *
 *    Copyright Matthew Badger    *
 *                                *
 * ------------------------------ */


/* ---- Body and Top Section ---- */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: url(images/bgtop.jpg) repeat-x;
	background-color: #B7CBF4;
	font: 95% "Times New Roman", serif;
	text-rendering: optimizeLegibility;
}

body a{
	color: #3e5a8c;
	text-decoration: none;
}

#maincontainer{
	width: 870px;
	margin: 0 auto;
}

#topsection{
	height: 150px;
	border-color: #333;
	background: url(images/bamc2011.jpg) no-repeat;
}


/* -------- Main Content -------- */

#contentwrapper{
	float: left;	width: 870px;
	background: url(images/bgside.png) repeat-y;
	background-color: #F0F0F0;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #333;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #333;
}

#contentcolumn{
	margin: 0 180px 0 150px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	background-color: #F0F0F0;
}


/* ------------ Menu ------------ */

#leftcolumn{
	float: left;
	width: 150px; /*Width of left column in pixel*/
	height: 100%;
	margin-left: -872px;
	background-color: #333;
}

#menu {
	list-style: none;
	font: 90% "Times New Roman", serif;
	padding: 0;
	margin: 10px 0;
}

#menu li {
	background: #333 url(images/seperator.png) no-repeat 0 30px;
}

#menu a {
	color: #ccc;
	display: block;
	margin: 0 10px 0 0;
	padding: 8px 12px;
	text-decoration: none;
}

.menubottom{
	background: #999;
}

#menu a:hover {
	background: #B7CBF4;
	color: #333;
}


/* -------- Right Column -------- */

#rightcolumn{
	float: left;
	width: 178px; /*Width of right column*/
	margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
}


/* ----------- Footer ----------- */

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
}

#footercontent p{
	margin: 0;
}


/* ------- Styling Classes ------ */

.super {
	position: relative;
	bottom: 0.3em;
	font-size: small;
}

.nobullet {
	list-style-type: none;
}


/* ------- Abstract stuff -------- */

.valid {
	width: 18px;
	height: 18px;
	background: url(images/valid.jpg) no-repeat;
	float: right;
}
