/* ========================================
Copyright 2010 Greg Abbott
www.gregabbott.co.uk
iamgregabbott@gmail.com 
======================================== */

/* Reset */
* {
	outline:0;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: 1;
	border: 0 none;
	padding: 0;
	margin: 0;
	text-rendering:optimizeLegibility;
}

/* General */
body {
	background: #e0e0e0;
	font-family: Helvetica;
	font-size: 11px;
}

img,img a:link,img a:active,img a:hover,img a:visited {
	border: none;
	max-width: 100%;
	max-height: 100%;
}

/* Text */

h1 {
	margin-top: 10px;
	font-size: 18px;
	padding-bottom: 5px;
	font-weight:bold;
}

h2 {
	font-size: 12px;
	padding:0;
	font-weight:bold;
}

h3 {
	font-weight:normal;
	margin-top:0;
	padding:0;
	font-size: 18px;
	margin-bottom: 10px;
	}
	
p {
	margin: 10px 0 10px 0;
	line-height: 16.5px;
}

a, a:link, a:visited {
	color: #777;
	text-decoration: none;
	-webkit-transition: color .3s ease;
}

body, a:hover, a:active, li.active a {
	color: #444;
	-webkit-transition: color .3s ease;
}

/* Layout */
ul {
	list-style-type:none;
}

#container {
	width: 740px;
	margin: 0 auto;
	background: #fff;
}

#header {
	background: #e0e0e0 url(../images/header.png) top left no-repeat;
	height: 200px;
	width: 740px;
	margin: 0 0 0 0;
}

.header {
	position: absolute;
	height: 200px;
	width: 740px;
}

#navigation {
	font-size: 13px;
	font-weight: bold;
	position: relative;
	height: 45px;
	width: 740px;
	background: url(../images/navigation.png) top left no-repeat;
}

.navigation_content {
	text-align: center;
	width: 740px;
	position: absolute;
	top: 16px; /* 45 / 2 = 22.5 (half height) - 6.5 (half font size) = 16px halfway */
}

#navigation li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#main {
	padding: 0px 10px 0px 10px;
	width:720px;
	border-bottom: 1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
}

.content {
	margin-top: 10px;
}

#intro {
	font-size: 14px;
	margin: 10px 0 10px 0;
	padding-bottom:10px;
	line-height: 21px;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
}

.break {
	border-bottom: 1px solid #e0e0e0;
}

#footer {
	font-size: 11px;
	color: #777;
	position: relative;
	height: 31px;
	width: 740px;
	margin-bottom:30px;
	background: #fff url(../images/footer.png) no-repeat center bottom;
}

.footer_content {
	text-align: center;
	width: 740px;
	position: absolute;
	top: 10px; /* 31 / 2 = 15.5 (half height) - 5.5 (half font size) = 10 halfway */
}

/* Form */
form {
	margin: 10px auto;
	width: 400px;
}

form p {
	margin:0px;
}

.field {
	font-size: 11px;
	font-family: Helvetica;
	background: #e0e0e0;
	border: none;
	padding: 10px;
	margin:0 0 10px 0;
	color:#777;
	text-align:left;
}

.sub {
	margin: 10px 0 0px 0;
	background:#fff;
	width:360px;
}

.details {
	position: absolute;
	z-index:1000;
	line-height: 16.5px;
	width:130px;
	margin-left:410px;
	visibility:hidden;
}


form li:hover .details {
	visibility:visible;
}
	
.radiobutton {
	margin:5px 5px 0px 0px;
}

.input {
	width:380px;
}

li.left input, li.right input {
	width:175px;
}

li.right {
	position:absolute;
	margin-top:-43px;
	margin-left:205px;
}

li.right .details {
	margin-left:205px;
}

.send {
	width:400px;
}

.send:hover {
	background:#777;
	color:#fff;
	cursor:pointer;
}

.textarea {
	line-height: 16.5px;
	width:380px;
	margin-bottom:8px;
}

/* Showcase */

#showcase ul {
	display: block;
}

#showcase li {
	display: inline-block;
	margin: 0 7px 10px 7px;
	padding: 0;
	max-width: 160px;
	width: 160px;
	height:80px;
	max-height:80px;
}
	
#showcase img:hover {
	opacity:0.8;
	-webkit-transition: opacity .3s ease;
}

.information {
	width:500px;
	height:auto;
	overflow:auto;
}

/* Tumblr */

.blog {
	min-height: 300px;
}

#sidebar {
	width: 155px;
	position: absolute;
	top: 244px;
	margin-left: 555px;
	margin-top: 15px;
	padding-bottom: 10px;
}

.search {
	margin-top: 10px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	display:none;
}

.submit {
	display: none;
}

.about {
	margin-top: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.meta {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.post, #tumblr {
	padding: 10px 10px 0 0;
	border-right: 1px solid #e0e0e0;
	width: 525px;
}

.post {
	border-bottom: 1px solid #e0e0e0;
}

.link-post {
	margin-bottom:10px;
	}

#tumblr {
	border-bottom: none;
}

/* Blog */
#tumblr li {
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

#tumblr li:last-child {
	border-bottom: none;
}

#tumblr .tumblr_title {
	font-size: 12px;
	font-weight: bold;
}
