/*	SITE: KILLBOTCOLLECTIVE.COM
	DATE: JAN 2010
	CODE: BARRY HASSAN
	VERSION: 1.0
*/

/*=========== GLOBAL */

* {
	padding: 0;
	margin: 0;
}

html {
	height:100%;
	min-height:100%;
}

body {
	background: #c7c48f;
	height:100%;
	font-family: "Helvetica", Arial, sans-serif;
}

@font-face {
	font-family: 'eurofurence';
	src: url('eurof35-webfont.eot');
	src: local('☺'), url('eurof35-webfont.woff') format('woff'), url('eurof35-webfont.ttf') format('truetype'), url('eurof35-webfont.svg#webfonthOKGS4ek') format('svg');
	font-weight: light;
	font-style: normal;
}

h1 {
	width: 440px;
	font-size: 60px;
	color: #c7c48f;
	font-family: eurofurence, Arial;
	text-shadow: 2px 2px 4px #502524;
}

h2 {
	font-family: "Helvetica", Arial, Sans-Serif;
	font-size:22px;
	color:#502524;
	letter-spacing:-1px;
}

p {
	font-family: "Georgia", Serif;
	font-size: 12px;
}

span {
	color: green;
}

/* Global Classes */

.container {
	width: 960px;
	margin: auto;
}

.left {
	float:left;
}

.right {
	float: right;
	margin-top: 50px;
}

/*=========== HEADER */


#header {
	height: 120px;
	width: 100%;
	background: #502524;
	border-bottom: #c7c48f 2px solid;
}

#logo {
	width: 300px;
	height: 100px;
	float: left;
	margin-top: 10px;
	background: url(images/logo.png) no-repeat;
}

#tweet {
	float: right;
	margin-top: 25px;
	text-align: right;
	background:#c7c48f;
	padding:20px 0px 20px 0px;
}

#tweet a {
	font-size:22px;
	color:#502524;
	text-decoration:none;
	padding:20px;
}

#tweet a:hover {
	background:#9e3f3d;
	color:#fff;
}

#tweet a:active {
	color:#502524;
}

/* =========== MAST */


#killbot {
	width: 100%;
	background: url(images/mastbot.jpg) #9e3f3d center no-repeat;
	height: 350px;
	line-height:1;
	border-bottom: 2px solid #502524;
}

#killbot a {
	color:#c7c48f;
	text-decoration:none;
}

#killbot a:hover {
	color:#502524;
}

#killbot a:active {
	color:#222;
}

/* =========== WHO WE ARE */

#us {
	margin-top: 70px;
	margin-left: 120px;
	width: 720px;
	height: 350px;
	text-align: center;
}

#us a {
	text-decoration:underline;
	color:#222;
}

#us a:hover {
	color:#502524;
	text-decoration:none;
}

#us a:active {
	color:#222;
}

/* Who We Are Member Classes */

.member {
	width: 150px;
	height: 150px;
	float: left;
	margin: 70px 20px 10px 10px;
}

.member a img {
	border: 5px solid #502524;
}

.member a:hover img {
	border: 5px solid #9e3f3d;
}

/*=========== FOOTER */

#footer {
	clear: both;
	color: #fff;
	width: 100%;
	height: 350px;
	bottom:0px;
	display:block;
	background: #502524;
	border-top: 2px solid #222;
	border-bottom:2px solid #222;
	text-align: center;
}

#footer h1 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 60px;
	width: 500px;
	letter-spacing: -5px;
	color: #c7c48f;
	outline: none;
}

#footer h1 a:hover {
	color: #fff;
}

#footer h1 a:active {
	color: #000;
	outline: none;
}

#footer a {
	text-decoration: none;
	outline: none;
	color: #c7c48f;
}

#footer a:hover {
	color:#9e3f3d;
}

/* Footer Classes */

.footercontainer {
	width: 500px;
	margin: auto;
	margin-top: 80px;
}

/* == STYLE ENDS == */