/*  
Theme Name: Derek Harvey - Guitar Tutor Northampton
Description: Custom theme
Version: 1.1
Author: Derek Harvey
Author URI: http://www.lotsofcode.com/
*/

/* Imports
 ************************************/

@import url('errors.css');
@import url('forms.css');

/* General Styles
 ************************************/
body {
	background: #434343 url('./images/background.jpg') repeat-x;
  margin: 10px 0;
}
body, table, td {
  font-family: Verdana, Tahoma, Helvetica, Sans-serif;
  color: #333333;
  font-size: 14px;
}
dl, dt, dd {
  font-size: 11px;
}
a {
	color: #000000;
	text-decoration: underline
}
a:hover {
	color: #000000;
	text-decoration: none
}
h1 a, h2 a, h3 a {
  text-decoration: none;
}
.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}
/* Lists
 ************************************/
ul {
  margin: 0 15px;
  padding: 0;
  list-style: none;
}
ul li a {
  font-size: 11px;
  text-decoration: none;
}
ul li a:hover {
  text-decoration: underline;
}
/* Master Container
 ************************************/
#masterContainer {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
/* Main Container
 ************************************/
#mainContainer {
	background: #fff8d0;
	text-align: left;
	border: 4px solid #F4F4EE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

  -webkit-box-shadow: 2px 2px 2px #333;
  -moz-box-shadow: 2px 2px 2px #333;
}
/* Header Container
 ************************************/
#headerContainer {
	height: 140px;
	background: #7A3E26 url('./images/header.jpg') top right no-repeat;

-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
#headerContainer h2 {
	font-family: Tahoma, Verdana, sanf-serif;
	padding-top: 30px;
	padding-left: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #FCF8E3;
	letter-spacing: 2px;
	margin: 0px;
}
#headerContainer h1 {
	padding-top: 0px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #E2D179;
	margin: 0px;
}
#headerContainer h3 {
	padding-top: 0px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin: 0px;
}
/* Menu Container
 ************************************/
#menuContainer {
	height: 30px;
	background: #8E8976 url('./images/menu_bg.jpg');
}
/* Navigation Container
 ************************************/
#navigationContainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 5px;
	color: #F3E7A9;
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
#navigationContainer ul li {
	display: inline;
}
#navigationContainer ul li a {
	padding: 0.2em 1em;
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px dotted #999;
}
#navigationContainer li.current_page_item a,
#navigationContainer li a:hover {
	text-decoration: underline;
}
#navigationContainer ul li a.last {
	border: 0;
}
#navigationContainer ul li a:hover {
	color: #eee;
}
/* Content Container
 ************************************/
#contentContainer {
  background: url('./images/content_bg.jpg') repeat-x;
}
#contentPadding {
  width: 99%;
  margin: auto;
}
/* Left Column
 ************************************/
#content {
	float: left;
	width: 80%;
}
#content b a, #content b {
	font-weight: normal;
}
#content h2, #content h3 {
	margin: 10px;
	margin-right: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #A0410D;
	border-bottom: 1px solid #A0410D;
  text-shadow: 2px 2px 2px #ccc;
}
#content h2 a, #content h3 a {
	color: #A0410D;
  text-decoration: none;
}
#content p {
	margin: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
/* Right Column
 ************************************/
#sidebar {
	/* background: #FFF; */
	float: left;
	width: 20%;
}
#sidebar ul, #sidebar li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar > li {
  -webkit-box-shadow: 2px 2px 2px #888;
  -moz-box-shadow: 2px 2px 2px #888;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#sidebar li {
  	background: #7A3E26;
}

#sidebar li ul  {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#sidebar h3,
#sidebar h2 {
  margin: 0;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #FCF8E3;
	padding: 4px;
}

#sidebar h3 a {
  color: #fff;
}

/*
#sidebar p, #sidebar ul {
	margin: 5px;
	margin-bottom: 15px;
	padding-right: 10px;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background: #FFF;
}
*/

#sidebar ul {
  padding: 6px;
  background: #FFF;
  margin-bottom: 10px;
}

#sidebar ul li {
	padding-right: 10px;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background: #FFF;
}

/* Footer
 ************************************/
#footerContainer {
	height: 50px;
	/* background: #515230 url('./images/footer.jpg') top left no-repeat; */
	background: #7A3E26;
	
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#footerContainer a:link, #footerContainer a:visited, #footerContainer A:active  {
	color: #f2c968;
	text-decoration: none;
}
#footerContainer a:hover {
	text-decoration: underline;
}
#footerContainer p {
	text-align: center;
	padding-top: 10px;
	
	font-size: 11px;
	line-height: 16px;
	color: #FCF8E3;
}
#secondFooter {
  line-height: 40px;
  text-align: center;
}
#secondFooter, #secondFooter a {
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
}
