/* 20 9 */

html {
	height: 100%;
	margin-bottom: 1px;
}

form {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #333;
}

div#totalbody {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #7cc2ed;
	background-image: -moz-linear-gradient(top, #59b5ec, #94cff3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4394ec), to(#63b9ed));
}

div#static {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/static3.png') repeat scroll 0 0;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #336699;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #cc8617;
	border-bottom: 1px dotted #cc8617;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#headerwrapper {
	width: 100%;
	clear: both;
}

#mainwrapper {
	width: 100%;
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#footerwrapper {
	position: relative;
	width: 100%;
	clear: both;
	margin-top: 25px;
	color: #eee;
	background-color: #323232;
	background-image: -moz-linear-gradient(top, #323232, #626262);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#626262));
}

#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 60px;
	line-height: 60px;
	color: #eee;
	text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.6);
	-moz-text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.6);
	-webkit-text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.6);
	padding: 18px 0px 60px 0px;
	position: relative;
}


#header a, #header a:visited, #header a:hover {
	color: #eee;
	text-decoration: none;
}

#header span#e1 {
	color: #00C322;
	padding-left: 0px;
}

#header span#e2 {
	color: #ff9200;
	padding-left: 0px;
}

#header span#e3 {
	color: #0B61A4;
	padding-left: 0px;
}

#creativecube {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}

#header span {
	padding-left: 30px;
}

#header div#title {
	padding-left: 15px;
	z-index: 35;
	position: relative;
}

#topadvert {
	position: absolute;
	top: 85px;
	right: 0px;
	z-index: 35;
}

#slogan {
	position: absolute;
	top: 28px;
	right: 3px;
	z-index: 35;
	font-size: 28px;
	color: #efefef;
	font-style: italic;
}

#topmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 50;
	line-height: 14px;
	font-size: 14px;
	padding: 3px;
}

#twitter {
	vertical-align: middle;
}

#topmenu a {
	margin: 0px;
	padding: 0px;
}

#topmenu a:hover {
	margin: 0px;
	padding: 0px;
	border: none;
}

#topmenu .menu {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
}

#topmenu .menu li {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	line-height: 14px;
	vertical-align: middle;
}

#topmenu .menu a, #topmenu .menu a:visited {
	font-size: 14px;
	color: #ddd;
	font-weight: bold;
	line-height: 14px;
	text-shadow: none;
}

#topmenu .menu a:hover {
	color: #fff;
}

#topmenu span {
	padding-left: 10px;
}

#topmenu a.joincreativity {
	color: #FFAD40;
	font-weight: bold;
	padding-right: 20px;
	text-shadow: none;
	font-size: 16px;
	
}

#topbar2 {
	position: absolute;
	width: 100%;
	top: 0px;
	height: 34px;
	z-index: 3;
	box-shadow: 1px 4px 5px 2px rgba(150, 226, 234, 0.4);
	-moz-box-shadow:  4px 4px 10px 6px rgba(150, 226, 234, 0.4);
	-webkit-box-shadow:  4px 4px 10px 6px rgba(150, 226, 234, 0.4);
	border-bottom: 1px solid #9DE3EA;
	background-image: -moz-linear-gradient(top, rgba(98, 98, 98, 0.6), rgba(50, 50, 50, 0.9));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 98, 0.6)), to(rgba(50, 50, 50, 0.9)));
}

#square {
	position: absolute;
	top: -5px;
	left: -51px;
	z-index: 2;
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f6f6f6;
	box-shadow: 4px 4px 10px 6px rgba(90, 90, 90, 0.6);
	-moz-box-shadow:  4px 4px 10px 6px rgba(90, 90, 90, 0.6);
	-webkit-box-shadow:  4px 4px 10px 6px rgba(90, 90, 90, 0.6);
	z-index: 10;
	position: relative;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#topbar {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}

#bottombar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 47px;
	z-index: 5;
}

#bottomcontent {
	text-align: center;
}

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 15px 0px;
	position: relative;
}

#footer h4 {
	font-size: 16px;
	font-weight: bold;
	color: #eee;
	padding-left: 15px;
}

#footer #doodads {
	width: 38%;
	float: right;
}

#doodads a {
	display: block;
	color: #ccc;
	padding-left: 15px;
}

#doodads a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

#footer #mission {
	width: 62%;
	float: left;
}

#mission p {
	width: 300px;
	padding-left: 15px;
}

#footer img {
	vertical-align: middle;
}

#grass {
	position: absolute;
	width: 100%;
	height: 80px;
	top: -80px;
	z-index: 30;
	background: url('../images/grass.png');
}

#maincontent {
	width: 62%;
	float: left;
}

#mainmenu {
	width: 38%;
	float: right;
}

#menubackground {
	width: 38%;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	z-index: -1;
	border-left: 1px solid #cecece;
}

#menubackground div {
	width: 100%;
	height: 100%;
	-moz-top-right-border-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-top-right-border-radius: 3px;
	-moz-bottom-right-border-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-bottom-right-border-radius: 3px;
	border-left: 1px solid #fff;
	background-image: -moz-linear-gradient(left, #ededed, #f6f6f6);
	background-image: -webkit-gradient(linear, left top, right top, from(#ededed), to(#f6f6f6));
}

#contentpadding {
	margin: 0px;
	padding: 15px 15px 15px 15px;
}

#contentpadding div {
	position: relative;
}

#menupadding {
	margin: 0px;
	padding: 15px 15px 15px 40px;
}

#mainmenu p {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.clearer {
	clear: both;
}

#contentpadding textarea {
	width: 98%;
	height: 150px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#encode_controls {
	padding: 35px 0px;
	text-align: center;
}

#encode_key {
	width: 110px;
}

#encode_button, #decode_button {
	font-size: 16px;
}

#encode_button {
	float: left;
}

#decode_button {
	float: right;
}