/*
Theme Name: Back on Track
Theme URI: http://www.backontrackmanchester.org.uk/
Description: Zoe's Theme
Version: 1.0
Author: Zoe Pearson
Author URI: http://www.gobangdesign.com
Tags: blue, custom header, fixed width, two columns, widgets


*/

html, body, object, iframe {
	
	margin:0px;
	padding:0px;
	background:#E95E27;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#50004A;
}


/* Divs */


#page {
	width:734px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	padding-left:33px;
	padding-right:33px;
}
#header {
	width:734px;
	height:115px;
	background:url("images/header.gif") no-repeat left top;
}
#searchbox {
	float:right;
	padding-right:10px;
	padding-top:3px;
}
#topnav {
	width:754px;
	height:48px;
}


#sidenav {
	width:137px;
  margin-right: 12px;
	float:left;
	background-color:#ECDBE3;
}
#content {
	width:583px;
	float:left;
}


#bottomnav {
	clear:both;
	width:734px;
	height:38px;
	padding-top:20px;
}
#footer {
	width:734px;
	padding-top:20px;
	font-size:11px;
	color:#999999;
	text-align:center;
}



/* Top Menu */


#topmenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topmenu li {
  float: left;
  margin: 0;
  padding: 0;
  width: 137px;
  height: 38px;
  margin-right: 12px;
  font-size:17px;
  font-weight:bold;
}

#topmenu a {
  display: block;
  width: 137px;
  height: 30px;
  text-decoration: none;
  background:url("images/topmenu.gif") no-repeat left top;
  color: #7F1277;
  padding-left:12px;
  padding-top:8px;
}

#topmenu a:hover, #topmenu li.current_page_item a  {
  background-position:0% -37px;
  color: #ffffff;
}



/* Side Menu */


#sidemenu {
  margin: 0;
  padding: 0;
  padding-top:5px;
  padding-bottom:14px;
  list-style: none;
  background:url("images/sidemenu.gif") no-repeat left bottom;
}
#sidemenu li {
  margin: 0;
  padding: 0;
  padding-top:5px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:5px;
}
#sidemenu a {
	color: #7F1277;
	font-weight:bold;
  font-size:12px;
	text-decoration: none;
}
#sidemenu a:hover, #sidemenu li.current_page_item a  {
  color: #ffffff;
}



/* Bottom Menu */


#bottommenu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 734px;
  height: 38px;
  background:url("images/bottommenu.gif") no-repeat left top;
  padding-left: 70px;
  padding-top: 9px;
}
#bottommenu li {
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 50px;
}

#bottommenu a {
	color: #ffffff;
  font-size:12px;
	text-decoration: none;
	font-weight:normal;
}

#bottommenu a:hover, #bottommenu li.current_page_item a  {
 color: #7F1277;
}



/* Stuff that Wordpress needs to use for accessibility etc*/


.screen-reader-text {
     position: absolute;
     left: -1000em;
}

p {
	margin:0;
	padding:0;
	padding-bottom:15px;
}

h1 {
	margin:0;
	padding:0;
	padding-bottom:15px;
  font-size:28px;
  font-weight:normal;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#E95E27;
}
a:hover {
	text-decoration:underline;
}