/*  
Theme Name: WMC - The Birches
Theme URI: http://wmc.ac.uk/the-birches
Description: The Birches - Minisite
Version: 1.0
Author: Kevin Broughton
Author URI: http://www.kevinthing.info/

This theme was designed and built by Kevin Broughton, whose swag you will find at http://www.kevinthing.info */


/* layout
---------------------------------------------------------------------------------------------------- */

body {
	color: #505121;
	text-align: center;
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d6d6ad url(images/bg-stretch.png) no-repeat center 20px;
	margin: 0 0 20px 0;
	padding: 0;
	}

#back {
	font: 12px "Trebuchet MS";
	color: #fff;
	background: #0094e0 url(http://wmc.ac.uk/wp-content/themes/global/images/back-header.jpg) no-repeat center top;
	height: 20px;
	width: 100%;
	text-indent: -300px;
	border-bottom: 1px solid #333333;
}


#page {
	margin: 0px auto;
	padding: 0;
	width: 760px;
	text-align: left;
	}
	
#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 215px;
	width: 758px;
	}

#menu {
	height: 27px;
	width: 485px;
	margin-left: 275px;
	}

#content {
	font-size: 1.2em;
	width: 760px;
	}
	
#footer {
	padding: 0px;
	width: 100%;
	border-top: 1px dashed #898b37;
	margin: 30px 0px 0px;
	}
	
/* formatting
---------------------------------------------------------------------------------------------------- */

#back a {
	color: #fff;
	text-decoration: underline;
}

#back a:hover {
	color: #333;
	text-decoration: none;	
}

.narrowcolumn {
	margin: 0px 0 0;
	width: 760px;
	}

.narrowcolumn .entry p {
	font-size: 1.05em;
	padding: 0px 0px 10px 44px;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 10px 0 0 45px;
	color: #fff;
	}
	
h1 {
	font-size: 4em;
	padding-left: 5px;
	}
	
h2 {
	font-size: 1.8em;
	color: #505121;
	border-bottom: 1px solid #cecea6;
	padding: 20px 0px 0px;
	}
	
h3 {
	font-size: 1.3em;
	padding: 0px;
	line-height: normal;
	}

a {
	color: #666;
	text-decoration: underline;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}
	

.edit {
	margin-left: 46px;
	}
	
.alignright {
	margin: 5px 0px 20px 30px;
	float: right;
	border: 1px solid #898b37;
	padding: 2px;
}

.alignleft {
	margin: 0px 30px 30px 0px;
	float: left;
	border: 1px solid #898b37;
	padding: 2px;
}

ul li{
	list-style: square inside;
	line-height: 1em;
}

/* navigate
---------------------------------------------------------------------------------------------------- */

#menu ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	background: #999933;
	}

#menu ul li {
	display: inline;
	}

#menu ul li a {
	padding: 0.7em 2em 0.8em;
	background-color: #999933;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #cdcd99;
	font-weight: bold;
	}

#menu ul li a:hover {
	background-color: #bf5001;
	color: #ccc;
	}
