/* ---------------------
title: MMC stylesheet
author: simon tweedale
created: 03/03/10
version: 1.0
--------------------- */
	
/* -----------------------------------------------------------------------------
   generic style */
      
* {
	margin: 0;
	padding: 0;
}
	
body {
   	font-family: "Helveitca Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 62.5%;
	color: #e9e9e9;
	background: #000;
}

p,ul	{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.8em;
	}
		
img { 
	border: 0 
	}
	
a	{
	color: #82a8b1;
	text-decoration: none;
	border-bottom: 1px dotted #82a8b1;
	}
	
a:hover	{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}
	
/* -----------------------------------------------------------------------------
    stop horrible click box in firefox */

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
}
	
/* -----------------------------------------------------------------------------
   misc style */
   
.spacer	{
	clear: both;
	}
	
.failure	{
	color:  white;
	background: red;
	padding: 7px;
	border: 1px solid white;
	}

.success	{
	background: url(../img/ok.png) 14px no-repeat white;
	padding: 10px 10px 10px 40px;
	border: 2px solid #d3a3eb;
	color: #666;
	font-weight: bold;
	}

/* -----------------------------------------------------------------------------
   layout style */
   
#header-wrapper	{
	background: url(../images/header-bg.jpg) center top no-repeat #000;
	width: 100%;
	min-width: 84em;
	}

#header	{
	width: 84em;
	height: 139px;
	text-align: center;
	margin: 0 auto;
	}

#main-wrapper	{
	width: 100%;
	background: #1a1818;
	}
	
#main	{
	background: #2a2a2a;
	border-top: 2px solid #383b3b;
	width: 84em;
	margin: 0 auto;
	}

#content {
	padding: 72px 55px 20px;
	}

#submain-wrapper	{
	width: 100%;
	background: #000;
	}
	
#submain	{
	background: #151717;
	width: 84em;
	margin: 0 auto;
	}
	
#subcontent {
	padding: 20px 55px;
	}

#footer	{
	width: 84em;
	margin: 0 auto;
	clear: both;
	padding-top: 2em;
	text-align: center;
	}
	
/* -----------------------------------------------------------------------------
   header style */
   
#logo	{
	z-index: 1000;
	margin-top: 40px;
	position:relative;
	}
	
/* -----------------------------------------------------------------------------
   content style */
   
#content ul	{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.8em;
	padding-left: 2.4em;
	}

#content ul li	{
	margin-bottom: 0.4em;
	}
	
#content img	{
	float: right;
	margin: 0 0 1.5em 1.5em;
	}
	
/* -----------------------------------------------------------------------------
   subcontent style */	

#subcontent h2	{
	margin-top: .4em;
	}

#subcontent ul	{
	list-style: none;
	}
	
#subcontent ul li	{
	display: inline;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #fff;
	}
	
#subcontent ul li.last	{
	border-right: none;
	}

/* -----------------------------------------------------------------------------
   footer style */	

#footer p	{
	color: #666666;
	font-size: 1.1em;
	margin-bottom: 2em;
	}

#footer p a	{
	color: #ccc;
	text-decoration: none;
	border: 0;
	}

#footer p a:hover	{
	color: #fff;
	}
		
/* -----------------------------------------------------------------------------
   text style */	
	
h1	{
	color: #82a8b1;
	font-size: 2.2em;
	line-height: 1.3em;
	margin-bottom: .6em
	}
   
h2	{
	color: #82a8b1;
	font-size: 2.1em;
	margin: 1em 0 .4em;
	text-transform: uppercase;
	}
		
/* -----------------------------------------------------------------------------
   form style */	

form	{
	width: 440px;
	margin: 20px 0;
	overflow: auto;
	}

label	{
	display:block;
	text-align:right;
	width:120px;
	padding-top: 8px;
	font-size: 1.2em;
	float:left;
	}

input{
	float:left;
	width:290px;
	margin:2px 0 20px 10px;
	padding: 5px;
	font-size: 1.6em;
	color: #666;
	border: 2px solid #ccc;
	}
	
textarea {
	float:left;
	width:290px;
	margin:2px 0 20px 10px;
	padding: 5px;
	font-size: 1.6em;
	border: 2px solid #ccc;
	font-size: 1.6em;
	color: #666;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	}
	
button{ 
	clear:both;
	margin: 20px 0 0 130px;
	background:#675c6f;
	color:#fff;
	font-size: 1.5em;
	border:solid 1px #fff;
	font-weight:bold;
	padding:4px 6px;
	}