/*
Theme Name: The Reid Duo
Theme URI: http://www.serenestudios.co.uk
Description: Ali and Charlotte Reid
Version: 0.1
Author: Dan Hill
Author URI: http://www.serenestudios.co.uk


*/




*, html {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
body {
	font-size: 14px;
	font-family:Calibri, "Trebuchet MS", Helvetica,Arial,sans-serif;
	background: #fff url(images/bg.jpg) top center repeat-y fixed;
	color: #333;
	}
	
img, a img {
	border: 0;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.2em;
	text-align: justify;
}

h1 {
	font-size: 2.6em;
	margin-bottom: 12px;
}

h2 {
	font-size: 1.9em;
	margin-bottom: 8px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 6px;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #d4571d;
}

a:hover {
	color: #ed6221;
}
	
#wrapper {
	width: 735px;
	margin: 0 auto;
	
	
}

#header {
	position: fixed;
	display: block;
	background: url(images/headerbg.png) bottom left repeat-x;
	width: 735px;
	height: 115px;
	padding-top: 10px;
	z-index: 1000;
	float: left;
}

#content {
	margin-top: 120px;
	padding: 15px;
	width: 560px;
	float: left;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	z-index: 900;
	background: #fff;
}

#sidebarcontainer {
	background: #fff;
}

#sidebar {
	float: right;
	width: 140px;
	margin-top: 120px;
	background: #fff;
	/*width: 735px;*/
}
#sidebar p {

	text-align:left !important;
}
#sidebar h3 {
	margin-top: 8px;
	border-top: 1px dotted #ccc;
	padding-top: 4px;
}
#nav {
	list-style: none;
}

#nav li a {
	/*background: #d4d4d4;*/
	padding-left: 20px;
	font-size: 1.1em;
	display: block;
	line-height: 1.3em;
	margin-bottom: 4px;
	background: #fbe9d3;
}

.current_page_item a {
	background: #333 !important;
	color: #fff !important;
	font-size: 1.3em !important;
	line-height: 1.5em !important;
}

.concertentry {
	margin-left: 2em;
	margin-bottom: 3.5em;
}