/*  
Theme Name: Bluesky
Theme URI: http://www.tomeverett.co.uk
Description: Blue Sky custom wordpress theme
Version: 1.0
Author: Tom Everett
Author URI: http://www.tomeverett.co.uk/

*/

body{
	background: #874E42 url('images/bg.gif') repeat-y center;
	font-size:62.5%; 
	font-family: Georgia, Arial, sans-serif; 
	font-weight: lighter; 
	margin-top:0; 
	margin-bottom:0; 
	padding-bottom:0px;
}

a{
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	color:#874E42;
}

hr{
	color:#87220D;
	background-color: #87220D;
	height: 3px;
	border: 0px;
	
}

ul{
	list-style:none;
}

h1{
	font-size: 2.3em;
	font-weight: normal;
	letter-spacing: 0.2em;
}


/* DIVS */
#wrapper{
	width:800px;
	margin:0px auto;
	padding:0px;

}

#logo{
	height:180px;
	width:800px;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position:left;
}

#nav{
	width:800px;
	height:30px;
	letter-spacing: 0.5em;
	line-height:30px;
	background-color: #87220D;
}

#pictures{
	width:800px;
	overflow:hidden;
	height:170px;
	border-bottom: solid #87220D 3px;
}

#container{
	padding:20px;
	width:560px;
	font-size:1.3em;
	float:right;
	overflow:hidden;
	background-image: url('images/bgbottom.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#pagecontainer{
	padding:20px;
	width:760px;
	font-size:1.3em;
	background-image: url('images/bgbottom.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	
}

.sidebar{
	width:160px;
	float:left;
}

.sidebar h2{
padding-left:20px;
}

#footer{
	width:800px;
	text-align:center;
	margin:0px auto;
	clear:both;
}
/* END DIVS */

/* Menu list */
#nav a {
	text-decoration:none;
	color: #ffffff;
	font-size: 1.7em;
}

#nav a:hover{
	color:#617884;
}

#nav ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}

#nav ul li {
 display: inline;
 padding: 0px 20px;
 margin: 0px;
 list-style: none;
}
/* End Menu List */

#pagecontainer img{
	padding:20px;
}

/*Fading Pictures*/
#gallery { position: relative; width:500px; height:340px; margin:0; padding:0; }
#gallery li { display: block; }
/*End Fading Pictures*/

.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: 1.8em;
	padding: 0 0 10px;
	border-bottom: 3px solid #87220D;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 1.6em;
}

.commentmetadata{
	font-size: 1.2em;
}

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

.comments-template textarea{
	font-family: Georgia, Sans-serif;
	font-size: 1.2em;
}

