/*
Theme Name: Rooted in the Earth
Theme URI: http://wordpress.org/
Description: Custom theme for the Rooted in the Earth competition
Version: 0.5
Author: Do Tank Studios
Author URI: http://www.dotankstudios.com
Tags: 
*/


/* Main CSS file for ROOTED IN THE EARTH */

body {
	font-family:Georgia, Cambrian, Times, 'Times New Roman', serif;
	font-size:14px;
	line-height:1.4em;
	color:#333333;
}

p {
	margin:0.3em 0 0.7em 0;
}

h1 {
	font-size:2em;
	line-height:1.2em;
	margin:0 0 0.5em 0;
}

h2 {
	font-size:1.4em;
	line-height:1em;
	margin:0.7em 0 0.5em 0;
}

h3 {
	font-size:1em;
	margin:0.5em 0 0.5em 0;
	font-style:italic;
	color:#999999;
}

h4 {
	font-size:1em;
	line-height:1.4em;
	margin:0;
	font-style:italic;
	color:#666666;
}

h5 {
	font-size:1.4em;
	line-height:1em;
	margin:0;
}

h6 {
	font-size:1em;
	line-height:1.4em;
	margin:1.5em 0 0 0;
}

em {
	font-style:italic;
}

strong, b {
	font-weight:bold;
}

#holder {
	width:780px;
	position:relative;
	margin: 30px auto 0 auto;
}

#content {
	width:390px;
	left:390px;
	position:absolute;
	margin:0;
	padding:0;
	padding:0 0 200px 0;
}

#navholder {
	background-image:url('images/bg-middle.png');
	background-repeat:repeat-x;
	background-position:center;
	width:100%;
	height:114px;
	position:fixed;
	bottom:0px;
	color:#FFFFFF;
}

#navpositioner {
	width:780px;
	position:relative;
	height:114px;
	margin:0 auto;
	text-align:center;
}

#navholder #sub {
	width:780px;
	left:0;
	font-size:13px;
	text-align:center;
	position:absolute;
	bottom:10px;
}

img#logo {
	position:absolute;
	top:-10px;
	left:-20px;
}

img#logos {
	margin:10px 0 10px 0;
}

#formpage {
	position:relative;
	width:750px;
	margin:30px auto 0 auto;
}

#forminfo {
	width:350px;
	position:absolute;
	top:50px;
}

#form {
	width:350px;
	left:400px;
	position:absolute;
	top:54px;
	padding:0 0 50px 0;
}

a {
	color:#119911;
	border-bottom:none;
}

a:hover {
	color:#119911;
	border-bottom:1px solid #119911;
}

a.subnavlink {
	color:#FFFFFF;
	border:none;
}

a.subnavlink:hover {
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#enter {
	background-image:url('images/entercompetition.gif');
	background-repeat:no-repeat;
	display:block;
	width:288px;
	height:88px;
	position:absolute;
	top:260px;
	left:20px;
	border:none;
}

#enter:hover {
	background-position:0 -88px;
	border:none;
}

/* competition close text */

#competitionclosed {
	position:absolute;
	top:250px;
	left:10px;
	width:320px;
	font-size:13px;
	color:#333333;
}

/* competition close text */

#navholder #main a {
	background-image:url('images/nav_stage2.gif');
	background-repeat:no-repeat;
	display:block;
	height:33px;
	position:absolute;
	bottom:50px;
	border:none;
}

#navholder #main a:hover {
	border:none;
}

#what-link {
	background-position:0 0;
	width:110px;
	left:0px;
}

#what-link:hover {
	background-position:0 -33px;
}

#who-link {
	background-position:-126px 0;
	width:85px;
	left:126px;
}

#who-link:hover {
	background-position:-126px -33px;
}

#why-link {
	background-position:-225px 0;
	width:90px;
	left:225px;
}

#why-link:hover {
	background-position:-225px -33px;
}

#when-link {
	background-position:-325px 0;
	width:110px;
	left:325px;
}

#when-link:hover {
	background-position:-325px -33px;
}

#where-link {
	background-position:-450px 0;
	width:122px;
	left:450px;
}

#where-link:hover {
	background-position:-450px -33px;
}

#workshops-link {
	background-position:-585px 0;
	width:200px;
	left:585px;
}

#workshops-link:hover {
	background-position:-585px -33px;
}

#what {
	background-image:url('images/what.png');
	position:absolute;
	left:-47px;
	top:-86px;
	width:192px;
	height:200px;
}

#who {
	background-image:url('images/who.png');
	position:absolute;
	left:89px;
	top:-86px;
	width:172px;
	height:200px;
}

#why {
	background-image:url('images/why.png');
	position:absolute;
	left:178px;
	top:-86px;
	width:170px;
	height:200px;
}

#when {
	background-image:url('images/when.png');
	position:absolute;
	left:283px;
	top:-86px;
	width:182px;
	height:200px;
}

#where {
	background-image:url('images/where.png');
	position:absolute;
	left:402px;
	top:-86px;
	width:214px;
	height:200px;
}

#workshops {
	background-image:url('images/workshops.png');
	position:absolute;
	left:524px;
	top:-86px;
	width:292px;
	height:200px;
}

#installations {
	background-image:url('images/installations.png');
	position:absolute;
	left:519px;
	top:-86px;
	width:292px;
	height:200px;
}

/* Form Styling */

#form li {
	padding:0 0 20px 0;
}

#form label {
	padding:0 0 5px 0;
}

.textonly {
	color:#999999;
}

li#li--2,
li#li--4,
li#li--6,
li#li--9,
li#li--11 {
	padding:0 0 0 0;
}

li#li--11 {
	color:#333333;
	font-size:1.4em;
	line-height:1em;
	
}

input,
textarea,
label,
select {
	clear:both;
	display:block;
}	

input#cf_field_6,
input#cf_field_18 {
	clear:none;
	display:inline;
}

label.cf-after {
	padding:0 0 0 5px;
	clear:none;
	display:inline;
}

select {
	width:200px;
}

input.single, textarea.area {
	width:348px;
	w\idth:340px;
	margin:0 0 0 0;
	padding:6px 4px 6px 4px;
	border:1px solid #999999;
	font-size:inherit;
	font-family:inherit;
}

input.submit {
	width:100px;
	height:80px;
	display:block;
}

.exceeded-word-limit {
	color:#FF0000;
}

.cf_li_err label, .failure {
	color:#FF0000;
}

.success {
	color:#119911;
}

.failure, .success {
	padding:0 0 20px 0;
}

.cf_li_err label:before {
	content:"*";
}

/*
input.cf_error,
textarea.cf_error {
	background-color:#FFDDDD;
}
*/

.reqtxt,
.emailreqtxt {
	display:none;
}

p.linklove {
	display:none;
}

.image-link:hover {
	border:none;
	border:0;
	text-decoration:none;
}



/* IE 6 */

@media screen {

	* html, 
	* html body { 
	overflow-y: hidden!important; 
	overflow-x: hidden;
	height: 100%;
	margin: 0;
	padding: 0; 
	}
	* html #iefix { 
	height: 100%;
	overflow-y: scroll;
	position: relative;
	}
	
	* html body #navholder {
		position:absolute;
	}

}