/* COPYRIGHT INFO 
CSS by Matt Garcia Design Studio / mattgarcia.com
*/

/* COLOUR PALETTE

red ed1f24

*/

/* STARTS HERE */

body { 
	width: 100%;
	font: .7em/165% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #000000;
	background-color: #000000;
	}
		
/* FRAMEWORK */
	
#container {
	background-color: #ffffff;
	width: 1000px;
	margin: 25px auto;
	text-align: center;
	}
	
#spark {
	background-color: #ffffff;
	width: 240px;
	float: left;
	margin: 0 0 50px 0;
	}

#nav {
	background-color: #ffffff;
	float: left;
	width: 50px;
	margin: 90px 20px 0 0;
	text-align: left;
	}	
	
#logo {
	background-color: #ffffff;
	float: right;
	width: 222px;         
	margin: 50px 20px 0 0;  
	}

#content {
	background-color: #ffffff;
	text-align: justify;
	padding: 50px 0 275px 0;
	width: 400px;
	margin: 0 242px 0 330px;
	}
	
/* NAVIGATION STYLE */
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
	
#nav ul a {
	text-align: right;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	
#nav ul a:hover, #nav ul a.live, #nav ul a.live:hover {
	color: #ed1f24;
	}

/* TITLES */

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	}

/* FORM STYLE */

form {
	margin: 3em auto;
	width: 100%;
	}

label {
	display: block;
	font-weight: bold;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
	width: 200px;
	}
	
/* CLASS STYLES */

.footer	{
	color: #c1c1c1; 
	font-size: .8em;
	}

.figures {
	background-color: #ffffff;
	margin-top: 200px;
	}

/* LINKS */

a:link, a:visited, a:active	{
	color: #ed1f24; 
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.footer a:link, .footer a:visited, .footer a:active	{
	color: #c1c1c1; 
	font-weight: normal; 
	text-decoration: none;
	}

.footer a:hover {
	color: #333333;
	}

/* MISC */

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	
.left {
	text-align: left;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}
	
p {
	background-color: #ffffff;
	}

img {
	border:0;
	}

.listindent {
	text-indent: 5px;
	list-style-position: outside; 
	list-style-type: square; 
	padding: 6px; 
	margin-left: 100px;
}

.image_floatright {
	float: right;
	margin: 10px 30px 20px 30px;
	}

.quote {
	font-style: italic;
	}

