/* 
Title: Coachella Boxing Club
Author: Darren Wissler | darren.wissler@gmail.com
*/

/* Basic HTML Tags */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	text-align: justify;
	background: #000000;
 }
 
img {
	border: 0px;
 }
 
h1 {
	margin: 0px;
	font-size: 14px;
 }
 
h2 {
	margin: 0px;
	font-size: 12px;
	font-style: italic;
 }
 
a {
	color: #660000;
 }
 
a:hover {
	color: #330000;
 }

/* End Basic HTML Tags */

#container {
	margin: 0 auto;
	width: 760px;
	background-color: #E4D5C0;
	border: 1px solid #000000;
	background-image: url(images/content_bg.jpg);
} 
 
#head {
	height: 209px;
	background-color: #000000;
 }
 
/* Being Nav */
 
/* containing nav */
#mainnav {
	padding: 0px;
	margin: auto;
	height: 16px;
	width: 744px;
	background-color: #330000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1.2em;
 }
 
#mainnav a {
	color: #FFFFFF;
	text-decoration: none;
 }
 
/* all lists */
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
 }
 
/* all list items */
li {
	float: left;
	position: relative;
	width:9em;
	height: 1.3em;
	padding-left: 25px;
	margin-right: -42px;
 }

/* padding-right for boxing results */
.padding-right {
	padding-right: 30px;
 }
 
/* second-level lists */
li ul {
	display: none;
	position: absolute; 
	top: 1.3em;
	left: 55px;
	width: 100px;
	background-color: #000000;
	border-top: 1px solid #FFFFFF;	
	margin-top: 0px;
 }
 
/*IE 7 hack*/
*:first-child+html li ul  {
	margin-left: -60px;
	margin-top: 16px;
	left: 105px;
 }
 
/*IE 6 hack*/
*html body li ul  {
	margin-left: -10px;
 }
 
/* all second-level LI only */
li ul li {
	margin: 0px;
	padding: 1px;
	left: 0px;
 }
 
li ul li a:hover {
	background-color: #330000;
	display: block;
 }
 
/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
li > ul {
	top: auto;
	left: auto;
 }
 
/* lists nested under hovered list items */
li:hover ul, li.over ul { 
	display: block; 
 }
 
/* reduces right marign on gym */
.marginright {
	margin-right: -40px;
 }
 
/* reduces right marign on contact */
.marginright2 {
	margin-right: -32px;
 }
 
/* End Nav */

#leftcolumn {
	float: left;
	width: 200px;
	padding-left: 37px;
	margin-top: 50px
 }
 
#rightcolumn {
	position: relative;
	margin-left: 300px;
	margin-top: 46px;
	width: 420px;
	min-height: 500px; 
 }
 
/*IE6 hack for min-height*/
*html body #rightcolumn {
	position: relative;
	margin-left: 300px;
	margin-top: 46px;
	width: 420px;
	height: 500px;
 }
 
#footer {
	height: 16px;
	width: 744px;
	background-color: #330000;
	border-top: 1px solid #FFFFFF;
	margin: auto;
	color: #FFFFFF;
	font-size: .9em;
	text-align: center;
 }
 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
 }
 
 /* Classes */
 
.input {
	margin-bottom: 5em;
 }
 
.video{
	margin-bottom: 5em;
	margin-left: 10px;
 }
 
.input img {
	padding-top: 15px;
	padding-right: 15px;
 }
 
.bold {
	font-weight: bold;
 }
 
.italic {
	font-style: italic;
 }
 
.subnav ul {
	margin-left: 45px;
	width: 175px;
	text-align: left;
 }
 
*html body .subnav ul {
	margin-left: 46px;
	width: 175px;
	text-align: left;
	margin-top: -17px;
 }
 
.subnav li {
	width: 174px;
 }
 
.left {
	text-align: left;
	float: left;
 }
 
/*IE 7 hack*/
*:first-child+html .subnav ul  {
	margin-left: -5px;
	margin-top: -17px;
 }
 
/* End Classes */

/* Start Forms */

input, textarea {
	border: 1px solid #000000;
	background-color: #FFFFFF;
 }
 
form td {
	color: #000000;
	font-weight: bold;
 }
 
.submit {
	position: relative;
	left: 79px;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #FFFFFF;
 }

.reset {
	position: relative;
	left: 84px;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #FFFFFF;
 }
 
/* End Forms */