/*
Theme Name: Meteor Inc
Description: The Meteor Inc Website
Author: Andrew Gerrand
Author URI: http://design.p3r.net/
Version: 1.0
*/

body {
	background: url(img/bg.jpg) no-repeat top center black;
	text-align: center;
	color: white;
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #bbd;
}

.container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

img.title {
	display: block;
	width: 600px;
}


.menu {
	width: 126px;
	float: left;
	margin-left: 20px;
	margin-top: 27px;
}

.menu .top, .menu .bottom, .menu a {
	display: block;
	background: url(img/menu.png);
}
.menu a { height: 22px; }
.menu a:hover { background: url(img/menu-hl.png); } 
.menu .top { background-position: 0 0; height: 10px; }
.menu a.about { background-position: 0px -10px; }
.menu a.who { background-position: 0px -33px; }
.menu a.vision { background-position: 0px -57px; }
.menu a.policy { background-position: 0px -81px; }
.menu a.contact { background-position: 0px -106px; }
.menu a.contribute { background-position: 0px -130px; }
.menu a.frontpage { background-position: 0px -154px; }
.menu .bottom { background-position: 0 12px; height: 12px; }

.content {
	float: right;
	width: 425px;
	margin-right: 20px;
	font-size: 14px;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
}

h1, p {
	margin: 0;
	margin-bottom: 10px;
}

.footer {
	border-top: 1px solid #ccc;
	font-size: 10px;
	text-align: center;
	clear: both;
	margin-top: 5px;
	margin-left: 23px;
	margin-right: 23px;
	padding-bottom: 10px;
}

/* front page */

body.front { background-image: none; }
.front .title {
	background: url(img/front-title.jpg) no-repeat top left;
	height: 130px;
}
.frontmenu {
	font-size: 14px;
	top: 110px;
	position: relative;
	text-align: center;
	color: #aaa;
}
.frontmenu a { color: #ddd; text-decoration: none; margin-left: 5px; margin-right: 5px; }
.frontmenu a:hover { color: white; }
.front .footer { border: none; } 
