/*  
Theme Name: Jester Studio
Theme URI: http://www.wpdesigner.com
Description: Custom designed theme for the Jester Studio Website
Version: 1.0
Author: Jesse Duley
Author URI: http://www.jesterstudio.co.uk

*/

#leftbar {
	width:175px;
	height:100%;
	background:#d0cdb9;
	position:fixed;
	top:0px;
	left:0px;
	border:0px;
	}

#header {
	position:absolute;
	left:0px;
	top:0px;
	border:0px;
	}
	
.jess {
	position:absolute;
	right:3px;
	top:3px;
	}
	
.point {
	position:absolute;
	right:3px;
	top:205px;
	}
	
.lizzy {
	position:absolute;
	right:3px;
	top:345px;
	}
	
.rob {
	position:absolute;
	right:3px;
	top:491px;
	}
	
.lj {
	position:absolute;
	right:3px;
	top:653px;
	}
	
/* Text styles */

#navigation {
	width: 175px;
	height: 35px;
	position:absolute;
	top:209px;
	vertical-align: middle;
	letter-spacing:0.1em;
	left: 0px;
	}

#navigation a {
	border-bottom: 1px solid #F4FFE4;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #a7a697;
	color:#bf2c37;
	}

#pageTitle {
	position:absolute;
	left: 215px;
	top: 212px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #BF2B37;
	line-height:26px;
	letter-spacing:.21em;
	}
	
#pageTitle a {
	font: 18px Arial, Helvetica, sans-serif;
	color: #BF2B37;
	line-height:26px;
	letter-spacing:.21em;
	text-decoration:none;
	}

#pageContent {
	position:absolute;
	left:230px;
	right:230px;
	top:245px;
	font:11px Arial, Helvetica, sans-serif;
	color:#4F4F4F;
	line-height:20px;
	margin-top:0px;
	letter-spacing:0.5px;
	}
	
#pageContent a {
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	color:#BF2B37;
	line-height:20px;
	margin-top:0px;
	letter-spacing:0.5px;
	}

#pageContent a:hover {
	text-decoration:underline;
	}

#pageContent hr {
	border:1px solid #ccc;
	border-top:none;
	}

.highlight {
	font: 18px Arial, Helvetica, sans-serif;
	color: #BF2B37;
	line-height:26px;
	}
	
.quotes {
	color:#000000;
	font-style: italic;
    }
	
.trackTitle {
	font-size: 18px;
	color: #000000;
	}

.year {
	font-size: 18px
	}

/* Wordpress Comments styles */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}