@charset "UTF-8";
/* This CSS file was brought to you by the letter S, the number 22, and large quantities of booze */

/* Page Setup */
body { 
	margin:0;
	padding:0;
	font-size: 62.5%;
	background: #121926 url("/images/bg_page.gif") top center no-repeat fixed;
}
#main {
	width:960px;
}
#logo {
	width:230px;
	height: 180px;
	background: url("/images/logo_mnrg.png") no-repeat top left;
	position: absolute;
	margin: 26px 20px 20px 10px;
	z-index:6;
}
#nav {
	height: 130px;
	background: url("/images/bg_topnav.gif") no-repeat;
	padding-top: 15px;
}
#feature {
	height: 320px !important;
	background: url("/images/bg_feature.gif") top left repeat;
	padding: 20px;
	margin: 0;
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.7);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,.7);
	box-shadow: inset 0 0 20px rgba(0,0,0,.7);
}
#content-area {
	clear:both;
	background-color:#f2f2f2;
}

/************* NAV ***************/
#news1 {
	float:left;
	width:180px;
	margin-left: 310px;
	border-left: 3px solid #f6d14a;
	color: #f6d14a;
}
#news1 a, #news2 a {
	color: #f6d14a;
	text-decoration: none;
}
#news1 a:hover, #news2 a:hover {
	color: #fff;
}
#news2 {
	float:left;
	width:180px;
	margin-right: 40px;
	border-left: 3px solid #f6d14a;
	color: #f6d14a;
}
.news .next {
	font: 2.0em 'Yanone Kaffeesatz', 'Trebuchet MS', 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	margin-left: 10px;
	line-height: 20px;
}
.news .date {
	font: bold 4.5em 'Droid Sans', 'Trebuchet MS', 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	margin-left: 10px;
	line-height: 50px;
}
.news .tix {
	font: 3.4em 'Yanone Kaffeesatz', 'Trebuchet MS', 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	line-height: 35px;
	letter-spacing:1px;
}
#links-subscribe {
	float:left;
	margin-right: 40px;
}
#links .icon {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 40px;
	height:40px;
	border: 0;
}
#subscribe {
	clear:both;
}
#subscribe input {
	background-color: #abb8c4;
	border: 1px solid #7d7e83;
	font: 10px 'Cantarell', Verdana, sans-serif;
	color: #fff;
	padding: 5px 6px 4px 6px;
	width: 120px;
	line-height:0;
	margin: 0;
}
#subscribe input.btn {
	padding: 2px;
	border-left:none;
	font: bold 12px 'Cantarell', Verdana, sans-serif;
	width: 50px;
}
#menu {
	float: left;
	position: relative;
	margin-top: 25px;
	margin-left: 260px;
	padding: 0;
}
#menu ul {
	list-style-type: none;
	margin:0;
}
#menu li {
	float: left;
	margin: 0;
	list-style-type:none;
	display:inline;
	font: 1.0em 'Cantarell', Verdana, sans-serif;
	color: #69aeef;
	text-transform:uppercase;
	padding-right: 25px;
}
#menu li a {
	color: #69aeef;
	text-decoration:none;
}
#menu li a:hover, #menu li a:focus {
	color: #f6d14a;
	text-decoration: none;
}
#menu li a.active {
	color: #f6d14a;
	text-decoration: none;
}


/************* FOOTER1 SPACE ***************/
#footer1 {
	clear:both;
	background: url("/images/bg_footer.gif") top left repeat-x;
	height: 175px;
}
#footer1 .col {
	float: left;
	position: relative;
	width: 105px;
	padding: 20px 0px 20px 20px;
	color: #69aeef;
}
#footer1 .col a {
	color: #69aeef;
	text-decoration:none;
}
#footer1 .col a:hover, #footer1 .col a:focus {
	color: #b0b0b7;
	text-decoration:none;
}
#footer1 .col h5 {
	font: bold 1.0em 'Droid Sans', 'Trebuchet MS', 'Arial Narrow', sans-serif;
	margin:0;
}
#footer1 .col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer1 .col li {
	font: 1.0em 'Cantarell', Verdana, sans-serif;
}
#footer1 #sponsor-logos {
	float: right;
	position:relative;
	padding: 20px 20px 20px 0px;
}
#sponsor-logos img {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}


/************* FOOTER2 SPACE ***************/
#footer2 {
	width: 960px;
	clear:both;
	padding: 20px 20px 20px 20px;
	background:none;
}
#footer2 .left {
	float: left;
	position: relative;
}
#footer2 .left p {
	margin: 0 0 20px 20px;
	font: 1.0em 'Cantarell', Verdana, sans-serif;
	color: #69aeef;
}
#footer2 .right {
	float: right;
	position:relative;
}
#footer2 .right img {
	float: left;
	margin-right: 10px;
}
#footer2 .right img:hover {
	-webkit-transform: rotate(-5deg); 
	-moz-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.8); 
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.8);
	box-shadow: 3px 3px 5px rgba(0,0,0,.8);
}


/************* MISCELLANEOUS ***************/
.float-left {
	float: left;
}
#links .icon:hover, #sponsor-logos img:hover {
	-webkit-transform: rotate(-5deg); 
	-moz-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.postdate {
	color: #707175;
	font: 1.0em 'Cantarell', Verdana, sans-serif;
}