/* @override 
	http://localhost:8080/Theme.css
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

a {
	color: #11007a;
}

img {
	border: 0px;
}

h1, h2, h3, h4 {
	margin-bottom: 10px;
}

h5, h6 {
	margin: 0px;
}

.notice {
	padding: 5px;
	text-align: center;
	background-color: #ffe9b9;
	border-bottom: thin dotted #000;
	font-size: 0.8em
}

.header {
	width: 74%;
	height: 75px;
	padding: 10px;
	float: left;
	background-color: white;
background-image: url(http://blog.benhall.me.uk/HeaderBackground.png);
background-repeat: repeat-x;
}

.sidebar {
	width: 24%;
	float:  right;
	border-left: thin dashed #626262;
}

.section {
	margin-left: 15px;
	margin-bottom: 24px;
	clear: both;
}

.section .title {
	font-size: 1em;
	margin: 0px;
	padding: 1px;
	margin-left: -10px;
	background-color: #dedede;
	border-bottom: thin solid #000;
	margin-bottom: 4px;
}

#author .photo {
	float: right;
}

#author .photo img {
	width: 130px;
	height: 164px;
}

#author .text {
	font-size: small;
	overflow: hidden;
	float: none;
}

.content {
	margin-top: 10px;
	margin-left: 10px;
}

.item {
	margin-bottom: 30px;
	width: 70%;
}

.item .title {
	margin: 0px;
	font-size: 1.2em;
}

.item .date {
	font-size: small;
}

.item .body {
	margin-top: 5px;
	margin-right: 5px;
	width: 100%;
}

.item .body img {
	margin: 5px;
}

.item .postmetadata {
	font-size: small;
}

.item .navigate {
	padding: 10px;
	text-align: center;
}

.retweet {
	float: right;
}

.comment_header {
	font-size: small;
}

.comments-create {
	margin-bottom: 5px;
}

.comment_body {
	padding-left: 10px;
	padding-bottom: 5px;
}

.blogger-labels {
	font-size: small;
}

div#adzerk.section {
	width: 95%;
}

#adzerk_ad_div img {
	float:  left;
	padding-right: 3px;
}

.syntaxhighlighter {
	width: 74%;
}


