/*
Theme Name: Flowpad
Theme URI: n/a
Description: A flowpad theme.
Version: 1 
Author: Zeb Frye
Author URI: http://fryedesign.com
Tags: flowpad
*/


// Main body formatting...

body {
	background-color: #000;
	width: 100%;
	height: 100%;
	font-family: Cambria, serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.37em;
	font-style: normal;
	color: #232323;

}


a {
	color: #630;
}

#register {
	margin: 0;
}

#prereg {
	display: none;
}

.mainbg{ 
	background-image: url(images/index3.jpg);
        background-color: #000000;
	background-position: top;
	background-repeat: no-repeat;
	min-width: 850px;
        min-height: 1000px;
	margin: 0px auto;

}

#registration_floater {
	position:fixed;
	top:100px;
	right:0px;
	color:white;
}

#webmaster {
	
	position:absolute;
	top: 1000px;
	text-align: center;
	margin-left:5%;
	width:95%;
	color:gray;

}

.container {
	width: 800px;
	position: relative;
	margin: 0px auto;
        height: 100%;
}

.maincontent {
	margin: 170px 150px auto;
	position: absolute;
	padding-right: 50px;
	width: 532px;
	left: 78px;
}

.post {
	font-family: Cambria, serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.37em;
	font-style: normal;
	color: #232323;
}

.tbcell:hover {
	font-size: 120%;
	font-decoration: underline;
	background-color: #E2B454;
	cursor: pointer;
}

.post img {padding: 0px 10px 0px 10px; border: 0px;}

.navagation {
	margin: 150px auto;
	position: absolute;
	padding-left: 20px;
	padding-right: 0px;
	width: 80px;
}

.link1 {
	position: absolute;
	left: -11px;
	top: -22px;
	width: 116px;
	height: 58px;
	clear: left;
}

.link2 {
	position: absolute;
	left: -11px;
	top: 58px;
	width: 116px;
	height: 58px;
	clear: left;
}

.link3 {
	position: absolute;
	left: -12px;
	top: 128px;
	width: 116px;
	height: 58px;
	clear: left;
}

.link4 {
	position: absolute;
	left: -12px;
	top: 204px;
	width: 116px;
	height: 58px;
}

.link5 {
	position: absolute;
	top: 277px;
	width: 116px;
	height: 58px;
	left: -12px;
}

.link6 {
	position: absolute;
	left: -12px;
	top: 338px;
	width: 116px;
	height: 58px;
}

.link1 a {
	margin: 0px 0px 0px 0px; 
	display: block;
	height: 100%;
}

.link2 a {
	margin: 0px 0px 0px 0px; 
	display: block;
	height: 100%;
}

.link3 a {
	margin: 0px 0px 0px 0px; 
	display: block;
	height: 100%;
}

.link4 a {
	margin: 0px 0px 0px 0px; 
	display: block;
	height: 100%;
}

.link5 a {
	margin: 0px 0px 0px 0px; 
	display: block;
	height: 100%;
}

.link6 a {
	margin: 0px 0px 0px 0px; 
	display: block;
	height: 100%;
}

