/* -----------------------------------------------------------------------

		mntwins.info Stylesheet
		by Luke Petterson

----------------------------------------------------------------------- */

/* Include the blueprint.css as a layout base */
@import url("blueprint.css");


/* --------------------------------------------------------------------- */
/* General Styles */

body {
	font-family:georgia;
	background:#042462; 
}
.container {
	background: #fff; 
	border-left:10px solid #fff; 
	border-right:10px solid #fff; 
	border-top:10px solid #fff; 
}

/* --------------------------------------------------------------------- */
/* Body */

ul { list-style:disc; margin-left:15px; margin-right:8px; }
li { line-height:1.1em; margin-bottom:5px; padding:1px 4px 1px -3px; }
a { text-decoration:none; }

/* --------------------------------------------------------------------- */
/* Header */

.header {
	margin-bottom:20px;
	margin-top:15px;
	background-color:#fff;
	border-bottom:0px solid #e8e8e8;
}

.header_content {
	padding:20px 20px 15px 120px;
	background-image:url("../images/mntwins.info.logo.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	color:white;
	border:1px solid #ccc;
	margin:0px 0 5px 0;
}

h1.headline { font-size:2.2em; color:#ac3c28; margin-bottom:5px }
h2.sub_headline { font-size:1.2em; color:#ac3c28; margin-top:5px }

.ad_banner {
	padding:0 18px 12px 18px;
	margin-bottom:0px;
	text-align:center;
	border-bottom:0px solid #e8e8e8;
}

.ad_banner_bottom {
	padding:18px 18px 18px 18px;
	margin-bottom:0px;
	text-align:center;
	border-bottom:0px solid #e8e8e8;
}

.ad_banner_body {
	margin:8px 0 8px 0;
	padding:8px;
	text-align:center;
	border-bottom:2px solid #e8e8e8;
	border-top:2px solid #e8e8e8;
}

.date_box {
	padding-bottom:5px;
	text-align:center;
	font-size:1.2em;
	border-bottom:1px solid #ccc;
}


/* --------------------------------------------------------------------- */
/* Columns */

.column { margin-top:15px; }

.column h3 { font-size:1.2em; }

/* --------------------------------------------------------------------- */
/* News */

.news_container { margin:0 0 8px 0; border:0px solid #ccc; }
.news_content { padding:8px; color:#666; }
.news_content h3 { font-weight:bold; }
.news_content h3 a:hover { color:blue; }
.news_content li a { font-size:1em; font-weight:normal; margin:2px 0px 4px 0px; }
.news_content li a:hover { color:blue; }

/* --------------------------------------------------------------------- */
/* Sections */

.section_container { margin:0 0 8px 0; background:#fff; border:0px solid #ccc; }
.section_content { padding:8px; }
.section_content h3 { font-weight:bold; }
.section_content h3 a:hover { color:blue; }
li a { font-size:1em; font-weight:normal; margin:2px 0px 4px 0px;  }
li a:hover { color:blue; }

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

.main_menu {
	padding:5px 0 5px 0;
	margin:0px;
	text-align:center;
	background-color:#ccc;
	font-size:.9em;
}

.main_menu a {
	color:#fff;
}

.main_menu a:hover {
	color:yellow;
}

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

.footer { margin-top: 10px; border-top:2px solid #ac3c28;  }

