/* CSS document
** written with the help of the albinoblacksheep.com Live Design tutorial, so may resemble it in parts
** TrickyTank.com Standard
*/


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #EEE;
	text-align: center;
	margin: 0;
	background-color: #000;
}

div#wrapper {
	clear: none;
	float: none;
	width: 750px;
	margin: 10px auto;
}

div#main {
	width: 750px;
	text-align: center;
	margin: 0;
	border-top: solid 2px #FF0;
	border-right: solid 2px #AA0;
	border-bottom: solid 2px #AA0;
	border-left: solid 2px #FF0;
	padding: 8px;
}

/* heads */
div#header {
	clear: both;
	float: none;
	width: 702px;
	margin: 0px auto;
}
div#inheader {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	color: black; /* alt txt */
	background-color: yellow;
}


.tanks {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	margin: 0px auto;
}
.intanks {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	color: black; /* alt txt */
	background-color: #FF0;
}

.trickytanks {
	background-color: yellow;
	width: 100%;
	height: 70px;
}


.subheader {
	clear: both;
	float: none;
	width: 100%;
	background-color: black;
	margin: 0px;
}
.insubheader {
	clear: both;
	float: none;
	width: 100%;
	background: #330033 url(/images/pagetitle.jpg) repeat-x left top;
	border-top: solid 1px #660066;
}


/* layout for main */
div#outnavi {
	clear: both;
	float: none;
	background-color: #000000;
	width: 100%;
	margin: 0px auto;
}
div#navi {
	clear: both;
	float: none;
	width: 100%;
	background: #030 url(/images/navimain.jpg) repeat-y center top;
	text-align: center;
	border-top: 1px solid #060;
}

div#content {
	clear: left;
	float: left;
	width: 78.5%;
}

.things {
	clear: both;
	float: none;
	width: 100%;
	background-color: #330033;
}
.stuff {
	float: none;
	clear: both;
	width: 100%;
	background: #303 url(/images/stuff.jpg) repeat-y left top;
	border-top: 1px solid #606;
}

.bullshit {		
	float: right;
	clear: right;
	width: 20%;
	background-color: #303;
}
.inbull {
	background: #303 url(/images/bull.jpg) repeat-x left top;
	border-top: 1px solid #606;
}


/* bottom */
div#bottom {
	width: 100%;
	height: 60px;
}

div#contact {
	float: left;
	clear: left;
	width: 35%;
}

div#valid {
	float: left;
	width: 26%;
	clear: none;
	margin: auto auto auto 15px;
}

div#datecopy {
	float: right;
	clear: right;
	width: 35%;
}

div#contact, div#valid, div#datecopy {
	background-color: #030;
}

div#incontact, div#invalid, div#indatecopy {
	clear: both;
	float: none;
	width: 100%;
	height: 44px;
	background: #030 url(/images/botbox.jpg) repeat-x top left;
	text-align: center;
	border-top: 1px solid #060;
}



/* ultra bottom */
div#ubottom {
	clear: both;
	float: none;
	width: 100%;
	height: 110px;
}

div#clustrmaps {
	clear: none;
	float: right;
	margin: auto;
	padding: 0px 20px;
}

/* ads */
div#ubotleft {
	clear: none;
	float: left;
	text-align: center;
	margin: auto;
	padding: 10px 30px;
	width: 500px;
}



/* EDITING HERE! */

/* text formats */
p {
	font-size: 16px;
	font-weight: bold;
	padding: 12px 6px;
	line-height: 16px;
	margin: 0px;
}

h1, h2, h3, h4 {
	margin: 0px;
	line-height: 19px;
	text-align: center;
}

h1 {
	font-size: 36px;
	font-weight: bolder;
	padding: 0;
}

h2 {
	font-size: 24px;
	font-weight: bolder;
	padding: 12px 6px;
	color: #FFFF00;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 12px 6px;
	line-height: 18px;
	color: #FFFF00;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 12px 6px;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 4px;
}

h6 {
	font-size: 10px;
	font-weight: lighter;
	margin: 4px;
}

.tankfont {
	font-size: 24px;
	font-weight: bolder;
	padding: 0;
	margin: 0px;
}

.danger {
	color: red;
}

.simple {
	font-size: 14px;
	font-weight: normal;
}

.pretext {
	font-size: 10px;
	font-weight: normal;
	line-height: 1px;
	color: #CCFFFF;
	margin: 0px 1px 1px;
	padding: 0px 1px 3px;
}

/* links menu style */
#menu li a {
	font-weight: bolder;
	font-size: 18px;
	margin: 0px 2px 5px;
	height: 20px;
	line-height: 26px;
	background: #303 url(/images/navilink.jpg) repeat-x top left; 
}

#menu li a:hover {
	background: #003 url(/images/navilinkhover.jpg) repeat-x top left; 
}

#menu li {
	display: inline;
	margin: 1px;
	line-height: 35px;
}

ul {
	/* nothing! */
}

#menu {
	margin: 0;
	padding: 12px;
}

#navi {
	 height: 86px;
}




/* sheer looks */
.shade {
	height: 22px;
	color: #FFF;
	background: #000 url(/images/shade.jpg) repeat-x top left;
}


/* links */
a, a:link, a:hover, a:visited, a:active {
	text-decoration: none;
}

a:link {
	color: #00FFFF;
}

a:visited {
	color: #00FF00;
}

a:hover {
	color: #FF9900;
} 

a:active {
	color: #FFFF00;
} 
