/*
Theme Name: WTMF
Theme URI: 
Description: 
Version: 1.0
Author: Christopher Riding
Author URI: http://www.superduper.co.nz/
Tags: 

	WTMF v1.0
	
	This theme was designed and built by Christopher Riding,
	whose website you will find at http://www.superduper.co.nz/

*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Georgia', Georgia, Times, Times New Roman, serif;
	background: #efefef;
	color: #666;
	height:100%;
	}
	
img { border: none; }

a { color:#666; }

h1 {
	font-size: 2.3em;
	font-weight:normal;
	margin-bottom: 16px;
	}

.bar-back {
	margin: 10px 16px 0 35px;
	float: left;
	padding: 0 27px 0 25px;
	background: url('images/dotline.gif') repeat-x 0;
	font-style: italic;
	font-size: 13px;
	color: #999;
}

.bar-back span {
	background: white;
	float:left;
	padding: 0 10px;
}

.bar-line {
	margin: 14px 25px 0 25px;
	border: 3px solid #666;
	width: 443px;
	float: left;
}

.bar-dot {
	margin-left: 32px;
	margin-top: 16px;
	width: 210px;
	float: left;
	background: url('images/dotline.gif') no-repeat;
	height: 3px;
	border: none;
}

#rightcol ul {
	list-style-type: none;
}

#apply {
	margin-bottom: 25px;
}

#apply a {
	font-weight: normal;
	font-size: 1.8em;
	color: white;
	text-decoration: none;
	display: block;
	width: 189px;
	height: 187px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 2.8em;
	background: url('images/bluebox.gif');
	
}

#apply a:hover {
	background: url('images/ova.gif');
}

#news a {
	font-weight: normal;
	font-size: 1.8em;
	color: white;
	text-decoration: none;
	display: block;
	width: 189px;
	height: 187px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 2.8em;
	background: url('images/yellowbox.gif');
	
}

#news a:hover {
	background: url('images/ova.gif');
}

#page {
	background-color: white;
	margin: 30px auto;
	width: 1000px;
	padding: 0;
}

#content {
	padding: 29px 0;
	margin-bottom: 25px;
	
}

#logo {
	padding: 27px 25px 13px 26px;
	float: left;
}

#tag {
	padding-left: 18px;
	padding-top: 23px;
	float: left;
	color:#29abe2;
	font-weight: normal;
	font-style: italic;
	font-size: 21px;
}

.post h1 {
	line-height: 1em;
	font-size: 2.1em;
} 

h2 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	color:#666;
	padding-bottom: 8px;
	padding-top: 10px;
}

h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.3em;
	color:#666;
	padding-bottom: 5px;
	padding-top: 5px;
}

h4 {
	font-family: arial;
	font-size:.9em;
}

.tagblue {
	font-weight: normal;
	font-style: italic;
	font-size: 1.8em;
	color:#29abe2;
}

#imageContainer { float:right; }

#leftcol {
	float: left;
	width: 215px;
	padding-left: 25px;
}

.post {	padding-bottom: 25px;
}

#funders { 
	margin-top: 130px; 
	margin-left: 8px;
}

#funders ul {
	list-style-type: none;
}

#funders ul li a {
	color:#666;
	font-size: 1.4em;
	line-height: 1.4em;
}

#funders .tagblue { padding-bottom: 5px; }

#midcol p { padding-bottom: 10px; }

#midcol {
	float: left;
	width: 435px;
	padding: 4px 40px 0 25px;	
	font-size: 1.4em;
	line-height: 1.4em;
}
#midcol ul { padding:10px 15px 20px 15px; }

#rightcol {
	padding-left:25px;
	float: left;
	width: 235px;
}

#rightcol img {	padding:0 25px 25px 25px; }

/* navigation */
#pages_nav ul { 
	margin-left: 8px; 
	list-style-type: none; 
	}

#pages_nav ul li{
	color: white;
	display: block;
	width: 177px;
	height: 27px;
	margin-bottom: 3px;
	padding-left: 14px;
	padding-top: 7px;
	background: url('images/navback.gif');
}

#pages_nav ul li:hover, #pages_nav ul li.current {
	background: url('images/navbackova.gif');
}

#pages_nav ul li a {
	font-weight: normal;
	font-size: 1.8em;
	color: white;
	text-decoration: none;
	display:block;
}

/* form styles */
#formWrap {	width: 400px; }

#formWrap p {
	padding: 5px 0px;
	margin: 5px 0px 10px 0;
	width:400px;
	font-family: arial;
	font-size:.9em;
}

#formWrap ul li {
	font-family: arial;
	font-size:.9em;
}

#formWrap input { 
	width: 395px; 
	margin-right: 70px; 
}

#formWrap #submit {	width: 80px; }

#formWrap textarea {
	width: 400px;
	height: 50px;
	margin-right:70px;
}

.emp { font-size: .8em; }

#formWrap hr {
	margin: 10px 0;

	width: 400px !important;
	
}


#details1 {
	color: #7fcdee;
	
}

#details2 {
	color: #783f8c;
}

#details3 {
	color: #f14f96;
}