body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
@font-face {
	font-family:Ostrich;
	src:url('ostrich-regular.ttf');
}
body {
	background:transparent url('bg.png');
	font-family:sans-serif;	
}
a:link, a:visited {
	color:#09a4b8;
	text-decoration:none;
}
a:hover, a:active {
	color:#f78539;
}
#container {
	width:700px;
	margin:auto;
}
#header {
	margin:30px 0 0;
	position:relative;
}
h1 {
	font-family:Ostrich;
	font-size:50px;
	color:#fff;
}
h2 {
	color:#fff;
	font-size:1em;
	padding:10px 20px;
	background-color:#09a4b8;
	position:relative;
	left:-40px;
	display:inline;
}
a h2:hover {
	background-color:#f78539;
}
#kevin {
	color:#09a4b8;
}
#email {
	position:absolute;
	bottom:10px;
	right:0px;
	color:#fff;
	font-size:1em;
	float:right;
}
#email:hover, #email:active {
	color:#f78539;
}
#content {
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color:#dedede;
	width:700px;
	box-shadow:0 5px 10px #0b0b0b;
	padding:25px 20px;
	margin:0 0 30px;
}
#menu {
	margin:0 0 35px;
}
#menu ul li {
	color:#09a4b8;
	font-weight:bold;
	font-size:.8em;
	list-style-type:none;
	display:inline;
}
#menu li:before {
	content:" / ";
}
#menu li:first-child:before {
	content:none;
}
.post {
	width:500px;
	margin: 20px auto 50px;
	color:#444;
	font-size:.8em;
}
.tags {
	color:#09a4b8;
	float:left;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.more {
	color:#09a4b8;
	float:right;
}
blockquote {
	background-color:#ececec;
	border-left:4px solid #F78539;
	margin:10px 40px;
	padding:10px;
}
h3 {
	font-size:1.3em;
	font-weight:bold;
	margin:7px 0 0 0;
}
.post ul li:before {
	content: "- ";
}
.post ul li {
	padding-left:20px;
}
