/*  
Theme Name: gwilym
Theme URI: http://www.gwilym.com/
Description: 
Version: 1.0
Author: Gwilym
Author URI: http://gwilym.com/blog/

*/


body {
	font-family:"interface typo", helvetica, sans-serif;
	background:#fff url('images/man.png') no-repeat top right;
	padding:0;
	margin:0;
	font-size:90%;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
}

h2 {
	font-size:1.5em;
	/*	border:1px solid #f0f; */
}



h3 {
	margin:0;
	padding:0;
	color:#999;
}

p {
	line-height:1.6em;
	margin:1em 0 1em 0;
	padding:0;
}

a:link {
	color:#69c;
	text-decoration:none;
}

a:visited {
	color:#639;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h2 a:link {
	color:#444;
}

h2 a:visited {
	color:#666;
}
div#page {
	margin:3em auto 0 auto;
	width: 960px;
	/*
	max-width:48em;
	min-width:48em;
	*/
}
div#header {
	/* 	border:1px solid #ff0; */
	
}

div#content {
	/* i know this doesn't validate but hey i'd rather jack than fleetwood mac */
	/*-webkit-border-radius: 1em;
	-moz-border-radius:1em;
	border-radius:1em;
	background:#f0f0f0;*/

	padding:1em;
	margin:0 0 1em 0;
	/*	border:1px solid #f0f; */
}

div.post {
	border-bottom:1px solid #fff;
	margin-bottom:1em;
	text-align: center;
}

div.post h2 {
	margin-top:0;
	margin-bottom:0.1em;
	padding-bottom:0;
}

div.post img {
border:1px solid #ccc;
}

div.post a:visited img {
border:1px solid #ccc;
}

p.postmetadata {
	font-size:0.8em;
}

div#extras {
	-webkit-border-radius: 1em;
	-moz-border-radius:1em;
	border-radius:1em;
	background:#e0e0e0;
	float:left;
	width:100%;
/*	border:1px solid #0f0; */
	padding:1em 0 1em 0;
}

div#extras div {
	margin:0 1em 0 1em;
	float:left;
	width:auto;
	max-width:13em;
/*	border:1px solid #0f0; */
}


div#extras div  ul {
	margin:0;
	padding:0;
	list-style:none;
/*	border:1px solid #ff0; */
}
div#extras div p, div#extras div li {
	font-size:0.8em;
}

div#extras div p {
	margin:0;
}

div#extras div#author {
	width:8em;
}

div#headerimg a {
	display:block;
	background: url('images/logo_final3.png') no-repeat 0 0;
	/* border:1px solid #00f; */
	width:500px;
	height:180px;
	margin:0 auto !important;
}

div#headerimg a, span.description {
	text-indent: -2000em;
	margin:0;
	padding:0;
/*	border:1px solid #f00; */
}

input#s {
	width:8em;
}

#footer {
	font-size:0.8em;
	color:#666;
	float:left;
	width:100%;
}

small {
	font-size:small;
	color:#666;
}
