/*
Theme Name: Woahbot
Theme URI: 
Description: 
Version: 
Author: Scott Coello
Author URI: http://cribble.net
Tags: awesome

*/

html {font-size: 100%;}
body {font-size: 75%;}
table {font-size: 100%;}
html>body {font-size: 14px;}

html {background: url('images/bg.jpg') no-repeat left top #000;}

body {
	font-family: Arial, Helvetica, sans-serif;
	width: 940px;
	margin: 30px auto;
	padding: 0 10px;
	color: #ddd;
	line-height: 1em;
}

h1, h2, h3, br, ul, ol, li {padding: 0; margin: 0; line-height: 120%;}
h1 {display: none;}
h2 {
	font-size: 6.8em;
	font-weight: bold;
	letter-spacing: -0.05em;
	clear: both;
	color: #6f0;
	position: relative;
	margin: 30px 0;
}


a {color: #6f0; text-decoration: none;}
a:hover {border-bottom: 1px dashed #ff0; color: #ff0;}

a img {border: 0 none;}

p {
	line-height: 150%;
	margin-bottom: 18px;
}

.small {font-size: 80%;}


/* HEADER */

#head {
	background: url('images/headbg.png') no-repeat top center;
	height: 400px;
	position: relative;
}

.video, #head img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.headimgr {
	position: absolute;
	left: 85%;
	z-index: 2;
}

.headimgl {
	position: absolute;
	top: 85%;
	left: 0;
}


/* FOOTER */

#footer {
	border-top: 1px solid #6f0;
	font-size: 80%;
	padding: 10px 0;
	margin: 30px 0 0;
	clear: both;
}

#footer ul, #footer li {
	list-style: none;
}


#footer li {
	font-size: 150%;
	float: left;
	margin: 0 10px 10px 0;
}

#footer p{clear: left;}
.social {float: right;}
.social a:hover {border: 0 none;}

