* {
	margin: 0;
	padding: 0;
}

html {
	background: #65A1DD;
}

body {
	background: url(images/top-bar.gif) repeat-x 0 0;
	font: normal .95em/1em Georgia, Times, "Times New Roman", serif;
}

	/*	Header everythings */

#header {
	position: relative;
	margin: 0 auto;
	padding: .5em 0 3em;
	width: 94%;
	height: 205px;
	max-width: 64em;
}

h1 {
	position: absolute;
	top: 0;
	z-index: 4;
	width: 685px;
	height: 235px;
}

#recently {
	position: absolute;
	bottom: 0;
	top: 11em;
	right: 2%;
	z-index: 5;
	width: 33em;
}

#recently h2 {
	float: left;
	color: #fff;
	font-size: 1.4em;
	line-height: .9em;
}

#recently ul {
	float: right;
	margin: .1em 0 0 1.6em;
	width: 25em;
	list-style: none;
}

#recently ul li {
	font-weight: bold;
	line-height: 1.45em;
}

#recently ul li a {
	position: relative;
	padding: 1px 4px;
	background: #DCE9F5;
	color: #172D42;
	border-right: 1px solid #65A1DD;
	border-bottom: 1px solid #65A1DD;
	text-decoration: none;
}

#recently ul li a:hover {
	right: 1px;
	bottom: 1px;
	background: #E6EFF8;
	color: #F86F7B;
	border-right: 1px solid #4380BB;
	border-bottom: 1px solid #4380BB;
	text-shadow: 2px 2px 0px #ccc;
}

/* Navigation */

#nav {
	position: absolute;
	top: 0;
	z-index: 6;
	padding-left: 130px;
	height: 45px;
	background: url(images/nav-left.gif) no-repeat 0 0;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	margin: 0 5px 0 0;
	padding: .3em .6em;
	color: #fff;
	font: 1.3em/40px "Cooper Black", Georgia, Times, "Times Roman", "Times New Roman", serif;
	letter-spacing: 1.2px;
}

#nav li#n-searchbox {
	float: right;
	margin-left: 2.5em;
	line-height: 42px;
}

#nav li input {
	font-size: 1.1em;
}


	/*	Content area */

#wrapper {
	padding-top: 25px;
	background: #fff url(images/content-top.gif) repeat-x 0 0;
}

#content {
	margin: 0 auto;
	padding: .5em 0;
	width: 94%;
	max-width: 64em;
}

#main {
	float: right;
	width: 70%;
}

.postpage #main {
	float: right;
	margin: 0 9%;
	width: 82%;
}

#external {
	float: left;
	width: 28%;
}

#more-items {
	clear: both;
	padding-top: 1.3em;
}

#comments {
	clear: both;
	background: url(images/comments-heading.gif) no-repeat 100% -2px;
}

#comments h2 {
	float: right;
	margin-bottom: .4em;
	width: 70%;
}

#footer {
	clear: both;
	padding: 25px 0;
	background: #65A1DD url(images/content-bottom.gif) repeat-x 0 0;
}

#footer p {
	margin: 0 3%;
}


/* Externals */

#external h2 {
	clear: both;
	width: 99%;
}

#ex-flickr ul {
	float: left;
	width: 175px;
	list-style: none;
}

#ex-flickr ul li {
	float: left;
	margin: 0 5px 3px 0;
}

#ex-delicious ul {
	list-style: none;
}

#ex-delicious ul li {
    margin-left: 0;
	line-height: 1.4em;
/*	padding-left: 20px;
	text-indent: -20px;*/
}

#ex-delicious a {
	padding: .15em 0 .15em 14px;
	background: url(images/anchor-arrow.gif) no-repeat 0 50%;
}


/* More items! */

#more-items .item {
	float: left;
	padding: .6em 0 2em;
	width: 33%;
}


#more-items .item h3 {
	font-size: 1.4em;
	color: #F86F7B;
	text-align: center;
}


#more-items ul {
	margin: .6em 1em 0;
	list-style: none;
}


#more-items ul li {
	padding: .1em 0 0;
	border-bottom: 1px solid #ccc;
}


#more-items ul a {
	display: block;
	width: 100%;
	line-height: 1.1em;
}


#more-items .item ul#tag-list li {
	display: inline;
	margin: 0 .2em .4em 0;
}


#more-items .item ul#tag-list li a {
	
/*	padding: 0 .3em;
	line-height: 1.3em;*/
}



	/* Comments */

#comment-list {
	margin: 0 auto;
	list-style: none;
}


#comment-list li {
	clear: both;
	padding-top: 1em;
}


#comment-list p {
	float: right;
	width: 71%;
}


#comment-list p.comment-author {
	float: left;
	padding: 5px 0 15px;
	width: 27%;
	background: url(images/commenter-bubble.gif) no-repeat 96% 68%;
	border-right: 3px solid #efefef;
	border-bottom: 3px solid #efefef;
}

#comment-list li.even p.comment-author {
	background-image: url(images/commenter-bubble-even.gif);
	border-color: #eaeaea;
}

#comment-list p.comment-author a:hover {
	background: none;
}


#comment-list p.comment-author .comment-timestamp {
	display: block;
	color: #666;
}


#comment-list .comment-number {
	float: left;
	margin-right: 5px;
	font-size: 2.9em;
	line-height: .65em;
}


#comment-list .comment-number a {
	padding: 0 .2em 0 .05em;
	letter-spacing: -4px;
}


#comment-form {
	clear: both;
	padding-top: 1.6em;
}


#comment-form h3 {
	float: left;
	width: 27%;
	font-size: 1.4em;
}


#comment-form fieldset {
	float: right;
	width: 71%;
	border: none;
}


#comment-form label {
	position: relative;
	display: block;
	padding: .3em 0;
	font-weight: bold;
	color: #11508C;
}


#comment-form label input {
	position: absolute;
	left: 10em;
	width: 25em;
	font-weight: normal;
	color: #000;
}


#comment-form label textarea {
	display: block;
	margin: .4em 0 0;
	width: 35em;
	height: 6em;
	font-weight: normal;
	color: #000;
}


#comment-form #form-submission {
	height: 2em;
}


	/*	Image replacement */

h1 {
	background: url(images/h1.gif) no-repeat 0 0;
	text-indent: -999em;
}


	/*	Typography and more of that */

h2 {
	color: #22609D;
	font-size: 1.9em;
	line-height: 1.6em;
	letter-spacing: -.05em;
	text-shadow: .1em .1em 1px #4380BB;
}


#content h2 {
	text-shadow: none;
}


h3 {
	color: #22609D;
	font-size: 1.4em;
	line-height: 1.1em;
}


#external h2 {
	font-size: 1.9em;
}

#external h2 span { color: #F58E97; }


#main p,#main ol,#main ul {
	color: #061C31;
	margin-bottom: 1em;
	font-size: .97em;
	line-height: 1.2em;
}


em {
	padding: 0 2px;
	color: #000;
	word-spacing: 1px;
}


p.postfooter {
	padding-top: .6em;
	border-top: 5px solid #ececec;
	text-align: right;
}


p.postfooter a.comm-link {
	padding-right: 18px;
	background: url(images/anchor-bubble.gif) no-repeat 100% 50%;
}


#content p.postfooter a.comm-link:hover { background: url(images/anchor-bubble.gif) no-repeat 100% 50%; }


p.postfooter a.permalink {
	padding-left: 15px;
}


/* Some elements that need styling, 'cause otherwise they'll look silly */

blockquote {
	margin: 1.3em 4% 1.3em 2%;
	padding-left: 1em;
	border-left: 5px solid #ececec;
}

cite {
	padding-left: 2em;
	color: #666;
	font-size: .9em;
}


#main ul, #main ol,
#comments ul, #comments ol,
#main dl, #comments dl,
table {
	margin: 1em 0;
}

#main ul ul, #main ol ol,
#main ol ul, #main ul ol {
	margin-left: 2em;
}


#footer p {
	color: #fff;
	font-size: .95em;
	text-shadow: 2px 2px 0 #4380BB;
}

#footer p a {
    color: #fff;
    text-decoration: underline;
}

.clear {clear: left;}

/* Close on the heels: anchors! */

a {
	padding: 0 0 3px;
	color: #22609D;
	text-decoration: none;
}


#content a:hover {
	color: #F86F7B;
}


#content h2 a {
	color: #F58E97;
	text-decoration: none;
	text-shadow: none;
}

#content h2 a:hover {
	color: #F86F7B;
}


#content #main a,
{
	text-decoration: underline;
}

#content #main a:hover,
{
	text-decoration: none;
}

#content h2 a:hover {text-decoration: underline;}
#content h2 a {color: #F86F7B;}

/*	This is the end. For optimal performance, turn up your speakers,
	put on some good music and read this again from the top down. */