/*
Theme Name: Beyond Borders theme
Website URI: http://www.beyondborders.org.nz//
Description: Beyon Borders website theme.
Version: 1.0
Author: Christopher Riding
Author URI: http://www.superduper.co.nz/
Tags: 

	 Beyond Borders theme v1.0
	 http://www.beyondborders.org.nz/

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

*/
@import "reset.css";

body {
	background: #818488 url('images/back.jpg') top center no-repeat;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	height: 768px;
}

.body{
		font-size: 120%;
}

a {
	color: red;
}

#logo {
	position: absolute;
	top:667px;
	left:14px;
}

#logo img {
	border: none;
}

#header nav {
	margin-top:40px;
	width: 488px;
	height: 100px;
	background: url('images/nav.gif') no-repeat;
	float: right;
	margin-right: 45px;
	font-size: 120%;
}

#header nav ul {
	background: url('images/plus.gif') no-repeat;
	padding: 7px 15px 15px 25px;
	margin: 10px;
}

#header nav ul li{
	float: left; 
	margin-bottom: 15px;
}

#header nav ul li a{
	color: white;
	border-right: 1px solid red;
	padding: 0 15px 5px 15px;
	text-decoration: none;
}

#header nav ul li:first-child a{
	display: none;
	
}

#header nav ul li.current a, #header nav ul li a:hover{
	color: red;
	
}

#content{
	padding: 15px 5px 15px 15px;
	width: 525px;
	height: 482px;
	background: url('images/container_h1.gif') no-repeat;
	float: right;
	margin-right: 20px;

}

#content .inner {
	margin-top:45px;
	margin-right: 5px;
	padding: 15px 5px 5px 5px;
	overflow: auto;
	width: 500px;
	height: 380px;
}

#content .inner p {
	padding-bottom: 15px;
	line-height: 18px;
}

#content h1 {
	padding-left:15px;
	margin-top: 20px;
	color: white;
	font-size: 200%;
	text-transform: uppercase;
	font-weight: normal;
}

#content h2 {
	margin-top: 15px;
	font-size: 150%;
	font-weight: normal;
	
	margin-bottom: 20px;
	color: white;
}

#content p {
	color: white;
}

#info { 
	margin-top: 220px;
	margin-left: 20px;
	padding: 10px;
	width: 375px;
	height: 280px;
	float: left;	
	color: white;
	overflow: auto;
	line-height: 18px;
}

form>p { margin: 0; padding: 0; }
form>p>label {margin-left: 5px;}
div.mmf-response-output{
	color: white;
}

img { border: 1px solid red;}

