/*
Theme Name: Whale Speak
Theme URI: http://tamewhale.com/whalespeak
Description: A bespoke design for my own blog
Author: Gavin Logan
Author URI: http://tamewhale.com/
Tags: custom header, fixed width

	Whale Speak v1.0
	 http://tamewhale.com/whalespeak

	This theme was designed and built by Gavin Logan,
	whose blog you will find at http://tamewhale.com/whalespeak

*/

/*	RESET
	""""""""	*/
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	LAYOUT
	""""""""""
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	background-color: #ffffff;
	color: #333;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #556b2f;
	padding: 0 4px 2px 4px;
	margin-left: -4px;
}

a:hover, a:focus{
	color: white;
	background-color: #556b2f;
}

a:active{}

h1, h2, h3 {
	font-weight: normal;
	line-height: 1.3em;
}

p {
	line-height: 1.2em;
	padding-bottom: 1em;
}

.clear {
	clear: both;
}

#page {
	text-align: left;
	font-size: 200%;
}

#header {
	height: 50px;
	border-bottom: 1px solid black;
	margin-bottom: 40px;
	width: 100%;
}

#header h1 a {
	font-size: 200%;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 5px 0 0 48px;
	display: block;
	float: left;
	width: 229px;
	height: 63px;
	background: white url(images/blogTitle.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#header .tagline {
	font-variant: small-caps;
	letter-spacing: 2px;
	display: block;
	float: left;
	margin: 30px 0 0 56px;
}

/* ENTRIES */

#content {
	clear: both;
	background-color: #eee;
	padding-top: 50px;
}

#content h2 {
	font-size: 250%;
	font-weight: normal;
	letter-spacing: -2px;
	margin-top: 0.3em;
}

#content .datestamp, .postmetadata {
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #aaa;
}

.post {
	padding-top: 20px;
	margin-left: 170px;
	width: 660px;
}

.post + .post {
	border-top: 1px solid silver;
}

.entry {
	width: 100%;
	margin: 2em 0;
	padding-right: 2em;
}

.entry p {
	line-height: 1.2em;
	color: #111;
}

.entry p + p {color:#555;}


/* Navigation Styling */

.navigation {
	background-color: #eee;
	padding: 1em;
}

/* Comments Styling */

#comments {
	background-color: #eee;
	padding: 3em 0 4em 0;
}

#commenttotal {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-left: 170px;
}

.commentlist {
	border-top: 1px solid silver;
	width: 830px;
	margin-bottom: 2em;
}

.commentlist li {
	float: left;
	border-bottom: 1px solid silver;
	padding: 30px 20px;
	clear: both;
}

.commentlist .alt {
	background-color: #e5e5e5;
}

.comment {
	float: left;
	width: 640px;
}

.author {
	float: left;
	width: 150px;
	font-size: 80%;
}

.commentlist .datestamp {
	line-height: 1.3em;
}

#commentForm {
	padding: 30px 0 30px 170px;
}

#commentForm textarea {
	width: 656px;
}

/* SIDEBAR */

#sidebar, #footer {
	clear: both;
	background-color: #ddd;
	padding: 1em;
}

#sidebar {
	padding-top: 3em;
	padding-bottom: 100px;
}

#sidebar h2 {
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: 0.5em;
}

#sidebar ul {
	position: relative;
	width: 320px;
	padding: 1em 0 1em 150px;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	width: auto;
}

#sidebar ul ul li {
	margin-bottom: 0.2em;
}

#sidebar form {
	margin-bottom: 1em;
}

.linkcat {
	display: block;
	width: 170px;
	position: absolute;
	top: 20px;
	left: 490px;
}

.categories {
	display: block;
	width: 170px;
	position: absolute;
	top: 20px;
	left: 830px;
}

#footer p {
	margin-left: 151px;
	font-size: 80%;
}

/* archive styling */

.archiveHeader {
	color: #555;
	padding: 20px 0 0 170px;
	font-size: 100%;
	font-weight: normal;
}

.archive {
	font-size: 150% !important;
	letter-spacing: -1px !important;
	line-height: 1.3em;
}

/* Post 80 styling */

.post#post-80 {
	background: #2370d8 url(images/traintracks.png) no-repeat bottom left;
	color: white;
	padding: 50px 170px 495px 170px;
	margin-left: 0;
}

#post-80 .entry p {color:#ddd;}
#post-80 .entry p + p {color:#ccc;}
#post-80 .entry p:first-letter {float: left; font-size: 3em; color: #ccc; padding: 5px 8px 0 0;}
#post-80 .entry p + p:first-letter {float: none; font-size: 100%; color: #ccc; padding: 0;}

#post-80 h2 {color:#ffc;}