/*  
Theme Name: Sophie Broadbridge Blog
Author: John Deaville
Author URI: http://www.nxmd.co.uk/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 20;
	padding: 0;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

body{
	margin: 0;
	font-family: Helvetica, Arial, "Trebuchet MS", Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666666;
	vertical-align: top;
	background: #ebeff0;
	background-image: url(images/background.gif);
	background-attachment:fixed;
	background-position: 50% 50%; 
	background-repeat: repeat-y;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 780px;
	text-align: left;
}

#header{
	float: left;
	width: 780px;
	height:204px;
	background: #ffffff;
	background-image: url(images/banner.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position:relative;
}

#page{
	margin-top:20px;
	float: left;
	width: 780px;

}

#container{
	text-align: left;
	margin-left:10px;
	margin-right:10px;
	float: right;
	width: 520px;
}

/* POST STYLING*/

.post{

	float: left;
}

.post h2{
font-family: Helvetica, Arial, "Trebuchet MS", Georgia, Sans-serif;
font-weight:100;
font-size: 18px;}

.entry{
line-height: 18px;
}

.post img {



/* This adds the border */
padding:8px;
border:solid;
border-color: #cdd3d3;
border-width: 1px 1px 1px 1px;
background-color:white;
}


p.postmetadata{
border-top: 1px dotted #666666;
margin: 20px 20 20 20;
}

/* END POST STYLING*/


#footer{
	clear: both;
	float: left;
	width: 780px;
}
/* SIDEBAR STYLING*/

.sidebar{
	clear: both;
	float: left;
	width: 220px;
	background-color: #ffffff;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 0px;
}

.sidebar ul li h2{
font-family: Helvetica, Arial, "Trebuchet MS", Georgia, Sans-serif;
font-weight:100;
font-size: 16px;
background-color:#ebeff0;
padding:10px;
}

.sidebar ul li{
padding: 0px 0 0px 0;
}

.sidebar ul ul li{
padding: 0;
line-height: 22px;
}

/* END SIDEBAR STYLING*/

/* SEARCH STYLING*/

.searchbox{
	
	float: left;
	width: 200px;
	background-color:#ebeff0;
	padding:10px;
	margin-top:10px;
}
.searchtext{
	font-family: Helvetica, Arial, "Trebuchet MS", Georgia, Sans-serif;
	font-weight:100;
	font-size: 16px;
	margin-bottom:10px;
	

}

/* END SEARCH STYLING*/



/* LINKS STYLING*/

a:link, a:visited{
	text-decoration: underline;
	color: #333333;
}



p{
padding: 0px 0 0 0;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color: #666666;
}

.postmetadata a:link, a:visited{
	text-decoration: none;
	color: #666666;
}

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




a:hover{
	text-decoration: underline;
	color: #ff0000;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #ff0000;
}

.postmetadata a:hover{
	text-decoration: underline;
	color: #ff0000;
}



