/*
	Connecticut School of Mixed Martial Arts

	Website:		ctmma.com
	Filename:		global.css
	Description:	Global stylesheet
	Last Updated:	2009.12.05
*/

body {
	background-color: #222;
	color: #ccc;
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 {
	color: #fff;
	line-height: 110%;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h2 .light {
	font-weight: normal;
	color: #555;
}
a, a:visited {
	color: #f50;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a img { border: 0px; }
a.button { color: #999; }
.button {
	background: url("../images/button.png") top left no-repeat;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	overflow: hidden;
	padding-top: 2px;
	text-align: center;
	width: 175px;
}
.button:hover {
	background-position: 0px -25px;
	color: #fff;
}
hr {
	border-bottom: 1px solid #333;
	border-top: 1px solid #111;
	border-left: 0px;
	border-right: 0px;
	clear: both;
	height: 0px;
	margin: 20px 0px;
	padding: 0px;
}
#container {
	margin: auto;
	text-align: left;
	width: 900px;
}


/* Header */
#header {
	color: #fff;
	font-size: 12px;
	height: 45px;
	line-height: 120%;
	margin: 30px 0px;
	overflow: hidden;
}
#header-left {
	float: left;
	width: 300px;
}
.header-right {
	float: right;
	margin-left: 40px;
	width: 160px;
}
#header-nav {
	background: url("../images/nav/nav-bg.png") left top repeat-x;
	height: 42px;
	margin-bottom: 30px;
	overflow: hidden;
}
#header-nav a {
	color: #999;
	display: block;
	font-weight: bold;
	float: left;
	padding: 10px 0px 14px 0px;
	text-align: center;
	width: 108px;
}
#header-nav a:hover,
#header-nav .here {
	color: #fff;
}
#header-nav .here {
	background: url("../images/nav/nav-here.png") top left no-repeat;
}


/* Content */
#content {
	overflow: auto;
	width: 900px;
}
.column_left,
.column_right {
	float: left;
	overflow: hidden;
	width: 440px;
}
.column_left { margin-right: 10px; }
.column_right { margin-left: 10px; }
.icon {
	height: 16px;
	position: relative;
	top: 2px;
	width: 16px;
}
.footnote {
	color: #555;
	font-size: 12px;
}


/* Footer */
#footer {
	color: #555;
	font-size: 12px;
	height: 50px;
	overflow: auto;
}
#footer-legal {
	float: left;
	width: 300px;
}
#footer-nav {
	float: right;
	width: 600px;
}
.footer-button {
	background-position: 0px 0px;
	float: right;
	margin-left: 20px;
	height: 30px;
}
.footer-button:hover {
	background-position: 0px 30px;
}
.footer-text {
	margin-top: 6px;
}