/*
Theme Name: Mind The Gap Band Theme
Theme URI: http://mindthegapband.co.uk
Description: Custom theme for Mind The Gap Band
Version: 2.0
Author: Alistair Wooldrige
Author URI: http://fly2blue.com
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: #000;
	color: #FFF;
	text-align: center;
	}

.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: left;
	}

#header {
	background: #000 url('images/logo.gif') no-repeat top left;
	text-align: right;
	}
#header-menu {
	background: #000 url('images/top-images.jpg') no-repeat top right;
	float: right;
	width: 480px;
	height: 190px; 
	/*background: #456;*/
	}

#header-menu-text {
	margin-top: 150px;
	text-align: center;
	font-size: 1.4em;
}
.no-link-highlight  a:link, .no-link-highlight  a:active, .no-link-highlight  a:visited {
	color: #FFF;
	text-decoration: none;
}
.no-link-highlight  a:hover {
	color: #EEE;
}
hr {
	margin-top: 0px;
	}
.hs {
	width: 700px;
	height: 10px;
	display: block;
}
.news_date {
	font-size: 0.7em;
	margin-bottom: 15px;
}
.news_header {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
}
#content {
	font-size: 1.5em
	}
#content p {
	margin-bottom: 20px;
}
.centered {
	text-align: center;
}