/*
Theme Name: Hannah Stothard
Theme URI: http://www.hannahstothard.co.uk
Description: My Blog
Version: 1.0
Author: Hannah Stothard
Author URI: http://www.hannahstothard.co.uk
Tags: 
*/

html,body{
	margin:0;
	padding:0;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg.gif) top left repeat;
	color:#000;
}

*{
	margin:0;
	padding:0;
}

a{
	color:#ff1170;	
}

img{
	border:solid 1px #bfbfbf;
}

a img{
	border:solid 3px #fff;
}

h1, h2, h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

h2{
	font-size:3.0em;
	color:#000;
	padding:10px 0 10px 0;
}

h2 a{
	text-decoration:none;
	color:#000;
}

h2 a:hover{
	color:#ff1170;
}	

h4{
	/*background:#5e5e5e;
	color:#fff;*/
	color:#000;
	font-weight:bold;
	display:inline;
	font-size:1.4em
}

p{
	padding:10px 0 10px 0;
}

#container{
	width:900px;
	margin:0 auto 0 auto;
}
#header{
	width:900px;
}

#header h1{
	font-size:3.6em;
	padding:30px 0 30px 0;
}

#header h1 a{
	color:#000;
	text-decoration:none;
}

#header h2{
	border-top:dotted 1px #737373;
	border-bottom:dotted 1px #737373;
	font-size:3.6em;
	color:#ff1170;
	padding:30px 0 30px 0;
}

#content{
	width:599px;
	float:left;
	border-right:dotted 1px #737373;
	padding-bottom:20px;
}

.post{
	padding:10px 0 10px 0;
	width:550px;

}

.post p{
	line-height:1.6em;
	font-size:1.4em;
}

.post ul{
	margin-left:20px;
}

.post li{
	font-size:1.4em;
	line-height:1.6em;
}

#sidebar{
	width:270px;
	float:right;
	padding:10px 0 0 30px;

}

#sidebar h2{
	color:#5e5e5e;
	font-size:2.0em;
	padding:20px 0 10px 0;
}

#sidebar ul{
	list-style:none;
}

#sidebar li{
	line-height:1.6em;
	font-size:1.15em;
}

#sidebar li a{
	color:#5e5e5e;
	text-decoration:none;
}

#sidebar li a:hover{
	color:#000;
}



#footer{
	clear:both;
	border-top:dotted 1px #737373;
	padding:10px 0 10px 0;
}