	/* *****************************************************************************
		Created by Pixel Envy (http://www.pixelenvy.co.uk) on Sunday; March 9, 2008.
		Contact nick@pixelenvy.co.uk
	**************************************************************************** \*/

	@import url(reset.css);
	@import url(master.css);

	/* *****************************************************************************
		Globals
	**************************************************************************** \*/

		body {
			font: italic normal normal .9em/1.5 Georgia;
			color: #414d6d;
		}
	
	/* *****************************************************************************
		Headings
	**************************************************************************** \*/

		h1 {
			margin: 0 0 162px 0;
			font-size: 100%;
			font-weight: normal;
			text-align: right;
		}
		
		div.archives h1 {
			font-size: 120%;
		}
		
		div#byDate h3,
		div#byCategory h3 {
			margin: .75em 0 0 1em;
		}
	
	/* *****************************************************************************
		Paragraphs
	**************************************************************************** \*/

		p {
			margin: 1em 0;
		}
	
		p#date {
			margin: 0;
			font-size: 120%;
			text-align: right;
		}
		
		div.archives p#date {
			font-size: 100%;
		}
		
		div.comment blockquote p {
			font-size: 90%;
			text-indent: 0;
		}
		
		div.identity p {
			text-indent: 0;
			text-align: right;
		}
		
		p#signOff {
			text-indent: -9999em;
			background: transparent url('../_images/sign_off.png') center top no-repeat;
			height: 66px;
			margin: 2em 0;
		}

		p#openLink,
		p#closeLink {
			text-align: left; text-indent: 0;
		}
	
	/* *****************************************************************************
		Lists
	**************************************************************************** \*/

		ul {
			margin: 1.5em 0;
		}
		
		div#byDate ul,
		div#byCategory ul {
			margin: 0;
		}
		
		li {
			margin-left: 3em;
			list-style: url(../_images/bullet.gif);
		}
		
		ul#mainNav li,
		div.archives li {
			margin: 0 0 0 20px; padding: 0;
			list-style: none;
		}
		
		div.archives li {
			line-height: 2;
		}
		
		div.archives li.categoryName {
			margin-left: 1em;
			list-style: none;
			line-height: 1.5;
		}
	
	/* *****************************************************************************
		Links
	**************************************************************************** \*/

		a {
			margin: 0 -10px -7px -10px; padding: 0 10px 7px 10px;
			text-decoration: none;
			color: #414d6d;
			background: transparent url(../_images/underline.gif) left bottom no-repeat;
		}
		
		div.identity a {
			font-size: 90%;
		}
		
		span.monthtitle a {
			margin: 0; padding: 0;
			background: none;
		}
		
	/* *****************************************************************************
		Forms
	**************************************************************************** \*/

		div#commentForm div#emailWrapper,
		div#commentForm div#urlWrapper {
			font-size: 90%;
		}
		
		div#commentForm div.formPair-textarea textarea,
		div#commentForm div.formPair-text input {
			font: italic normal normal 90%/1.5 Georgia;
			color: #414d6d;
		}
		
	/*
		Blockquote
	--------------------------- \*/

		blockquote {
			margin: 3em;
		}
