@charset "utf-8";
/* CSS Document */

/*
Theme Name: Skeleton
Theme URI: http://wordpress.org/
Author: Tracey & Mike Gannaway
Author URI: http://www.zigannydesign.co.nz/
*/



body {
	background: url(images/canvas.jpg) repeat;
}

#Page {
	background-color:#2F78A2;
	color:#FFFFFF;
	display:table;
	font-family:Trebuchet MS, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-left:20px;
	margin-right:20px;
	width:958px;
	font-weight: normal;
	font-style: normal;
}



#page-background{
			background-color:#2F78A2;
						width: 1060px;
}


#page-shadow{
			margin: 0px auto;
			width: 1100px;
			background: url(images/Skeleton-background-gradient.png) repeat-y;

}

	div {
			position:relative;
			
}

#Header {
}
#HeadLeft {
background-image:url(images/Jamieindex-skelt-top.png);
display:table;
float:left;
height:223px;
width:204px;
}
#HeadMiddle {
background-image:url(images/Jamieindex-headertext.png);
float:right;
height:222px;
width:737px;

}
#HeadRight {
}
#Body {
clear:both;
}
#BodyLeft {
background:transparent url(images/Jamieindex-skelt-bot.png) no-repeat scroll 0 0;
float:left;
height:800px;
width:209px;
Margin-left: 0px;
}

div {
position:relative;

}

#BodyMiddle {
float:left;
margin-left:20px;
margin-right:20px;
width:520px;


}
#BodyRight {
	background:transparent url(images/Jamieindex-curls.png) no-repeat scroll 0 0;
	height:400px;
	position:relative;
	top:0;
	width:193px;
	clear:both
	padding: 10 px;
	float: right;
}
#Footer {
	background: url("images/Jamieindex-footer.png") no-repeat ;
	background-position:center;
	clear:both;
	height:20px;
	width:958px;
	padding: 50px;
	text-align: center;
}

a {
	font-size:12px;
	text-decoration: none;
	font-weight: lighter;
	color: #FFFFFF;	
	
}

ul {
	list-style: none;
	margin-left: 5px;


}

div {

position: relative;

}


/*added in from original start*/

h1, h2, h3 {
	font-family: Trebuchet MS, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.3em;
	text-align: center;
	}

h2 {
	font-size: 1.3em;
	}

h2.pagetitle {
	font-size: 1.3em;
	}

#sidebar h2 {
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 1.3em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ababab;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h4 {
	text-decoration: bold;
	color: black;
	}

.entry p a:visited {
	color: #ababab;
	}
	
/*added in from original finish with alts*/


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

