/* colours /*

blue: #0099aa;
light tan: #8F8A81;
dark grey: #554C49

*/




* {
	margin: 0 0;
	padding: 0 0;
	font-size: 100%;
	border: 0px solid;
}

body {
	margin: 0;
	padding: 0px;
	padding-bottom: 185px;
	font: 11px/1.6em Georgia, "Times New Roman", Times, serif;
	color: #554C49;
	background: #D9D8D5 url(/images_site/footer_large.gif) bottom center no-repeat;
	opacity: 1;
}

body.about,
body.blog {
	background: #D9D8D5 url(/images_site/footer_small.gif) bottom center no-repeat;
	padding-bottom: 120px;
}

a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}


/* basic site typography */

a {
	color: #8F8A81;
	outline: none;
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #554C49;
}

p {
	margin: 0 0 1em 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.weak {
  color: #ccc;

}

li {
	list-style: none;
}

h1 a {
	display: block;
	width: 197px;
	height: 244px;
	text-indent: -1000em;
	overflow: hidden;
	background: #FFF url(/images_site/amillionkeys.gif) top left no-repeat;
	margin-bottom: 10px;
}

.about h1 a,
.blog h1 a {
	width: 189px;
	height: 36px;
	background: transparent;
	position: absolute;
	top: 48px;
	left: 224px;
}

.about h1 a:hover,
.blog h1 a:hover {
	background: transparent url(/images_site/header_large_rolly.gif) top left no-repeat;
}


h3 {
	font: 18px/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	color: black;
	padding-bottom: 5px;
	background: #FFF url(/images_site/greydashed.gif) bottom left repeat-x;
}

h3 a {
	color: black;
	text-decoration: none;
	color: #000;
}

h3 a:hover {
	color: #8F8A81;
}

h3 em {
	color: #8F8A81;
}

h4 {
	height: 8px;
	width: 100%;
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

h5 {
	font-weight: normal;
	color: #000;
	font-size: 13px;
	margin: 1.5em 0 .5em 0;
}

h5 a {
	color: #000;
	text-decoration: none;
}

h5 a:hover {
	color: #8F8A81;
}

h6 {
    font: normal 9px/1em Arial, Helvetica, Geneva, sans-serif;
    color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 1em;
	margin-bottom: .3em;
}

.more {
	color: red;
	display: block;
	font-weight: bold;
    font: 9px/1em Arial, Helvetica, Geneva, sans-serif;
    margin-top: 10px;
}

.more a {
	text-transform: uppercase;
	font-size: 8px;
	color: #8F8A81 !important;
	letter-spacing: 1px;
	font-weight: bold;
}

.more a:hover {
	color: #554C49 !important;
}

.number {
	font-family: arial, sans-serif;
	color: red;
	font-weight: bold;
	font-size: 9px;
	margin-right: 3px;
}

.amp {
	font-style: italic;
	font-family: Baskerville, "Caslon 540", Palatino, "Book Antiqua", serif;
	font-size: 110%;
	
}

/* forms */

label {
	display: block;
	margin-bottom: 1.5em;
	font: normal 9px/1.2em arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}

label em {
	font: normal 9px/1.2em arial, sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	color: #8F8A81;
}

.checkbox {
	text-transform: none;
	letter-spacing: 0px;
	font-size: 10px;
}

input,
textarea {
	display: block;
	width: 200px;
	margin-top: 3px;
	font: 11px/1.6em Georgia, "Times New Roman", Times, serif;
	color: #554C49;
	border: 1px solid #8F8A81;
	padding: 2px 2px;
}

input:focus,
textarea:focus {
	border-color: #000;
}

input.button {
	width: auto;
	font: normal 9px/1.2em arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}


input[type=hidden] {
	display: none;
}

.checkbox input {
	width: 15px;
	display: inline;
	border: none;
}

textarea {
	width: 415px;
	height: 100px;
}

select {
	border: 1px solid #8F8A81;
	color: #554C49;
}


/* layout */

#container {
	margin: 0 auto 0 auto;
	padding: 155px 60px 0 60px;
	width: 770px;
	position: relative;
	overflow: hidden;
	background: #FFF url(/images_site/header_small.gif) top left no-repeat;
}

.about #container,
.blog #container {
	padding-top: 230px;
	background: #FFF url(/images_site/header_large.gif) top left no-repeat;
}

#content {
	width: 425px;
	float: left;
	overflow: hidden;
	padding-left: 69px;
}

#sidebar,
#image {
	float: left;
	width: 275px;
	font: 10px/1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #8F8A81;
	margin-bottom: 120px;
}

#footer {
	margin: -40px auto 0 auto;
	position: relative;
	padding: 0px 60px 130px 60px;
	width: 770px;
	color: #8F8A81;
	font: 10px/1.3em Arial, Helvetica, Geneva, sans-serif;
	background: #FFF
}


/* sidebar */

#sidebar p.about-blurb {
	padding-bottom: 10px;
	background: #FFF url(/images_site/greydashed.gif) bottom left repeat-x;
}

#sidebar select {
	display: block;
	width: 90%;
}

#sidebar select optgroup {
	margin-top: 10px;
	padding: 0 0;
}

#sidebar p {
	line-height: 1.3em;
}

#sidebar ul {
	float: left;
	width: 125px;
	margin-top: 40px;
	padding-right: 25px;
}

#sidebar ul.col2 {
	padding-right: 0;
}

#sidebar ul li {
	margin-bottom: 30px;
}

#sidebar ul li.news-second {
	margin-top: -10px;
}


#sidebar li li {
	margin-bottom: 5px;
}

#sidebar a {
	color: #0099aa;
}

#sidebar a:hover {
	color: #554C49;
}

#sidebar img {
	margin-top: 6px;
}

#sidebar .xml-feed strong {
	font-weight: normal;
}


/* footer */

#copyright {
	width: 275px;
	float: left;
}

#copyright a {
	font-weight: bold;
	color: #ccc
}

#copyright a:hover {
	color: #554C49;
}

.page-nav {
	width: 425px;
	margin-top: 6.2em;
	margin-left: 69px;
	float: right;
	overflow: hidden;
	display: block;
	background: transparent url(/images_site/greydashed.gif) top left repeat-x;
}

.page-nav li {
	width: 50%;
	float: left;
}


/* content */

#content p a {
	color: #8F8A81;
	text-decoration: underline;
}

#content p a:hover {
	color: #554C49;
}

#content img {
	margin: 1em 0;
}


/* blog articles */

.article {
	position: relative;
}

.front h3,
.blog h3 {
	width: 75%;
	padding-right: 25%;
}

.article-details {
	font: 10px/1.2em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 2em;
	margin-bottom: 5em;
	overflow: hidden;
	color: #8F8A81;
}

.article-details a {
	color: #8F8A81;
	font-weight: bold;
	text-decoration: none;
}

.article-details a:hover {
	color: #554C49;
}

.article-details li {
	float: left;
	width: auto;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #8F8A81;
}

.article-details li.posted {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.article-details li.article-tags {
	position: absolute;
	top: 8px;
	right: 0;
	color: #0099aa;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.article-details li.article-tags:before {
	content: "> ";
	color: #0099aa;
}

.article-details li.article-tags a {
	color: inherit;
	text-decoration: none;
	font-weight: normal;
}

.article-details li.article-tags a:hover {
	color: #000;
}


/* listen to links, etc. */

.listen-to { 
   color: #000;
   font: 11px/1.5em Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   display: block;
   margin-top: -.5em;
}

.about .listen-to {
	display: inline;
}

#content .listen-to a { 
   color: red;
   font: bold 10px/1em Arial, Helvetica, Geneva, sans-serif;
   margin-top: -1em;
   margin-left: 2px;
   text-decoration: none;
}

#content .listen-to a:hover {
	color: #554C49;
}

.listen-to strong { 
   text-transform: uppercase;
}

.playlist { 
   font: 10px/1em Arial, Helvetica, Geneva, sans-serif;
   color: #8F8A81;
}

/* comments */

#comments {
	margin-bottom: 20px;
	  padding-bottom: 20px;
}

#comments h4 {
	padding-top: 3em;
	margin-bottom: 2.5em;
	background-position: bottom left;
}

#comments h5 {
	font: normal 9px arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #FFF url(/images_site/greydashed.gif) bottom left repeat-x;
	margin-bottom: 1.5em;
	padding-bottom: 5px;
	position: relative;
	color: #8F8A81;
}

#comments h5 em,
#comments h5 a {
	color: #000;
	font-style: normal;
}

.comment-details {
	font: 10px/1em Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 3em;
	margin-top: -.5em;
	color: #8F8A81;
	display: block;
}

.comments-wrapper .button {
  display: inline;
  margin-right: 10px;
}


/* blog archives */

.archives h3 {
	margin-bottom: 2em;
}

.archives h5 {
	font: normal 10px arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #FFF url(/images_site/greydashed.gif) bottom left repeat-x;
	margin-bottom: 1.5em;
	padding-bottom: 5px;
	position: relative;
	color: #8F8A81;
}

.archives h5 em,
.archives h5 a {
	color: #000;
	font-style: normal;
}

.archives h5 a:hover {
	color: #8F8A81;
}


/* single blog entry */

.blog h4.about {
	display: block;
}

.blog #sidebar {
	margin-top: 57px;
}

.blog #sidebar p.about-blurb {
	padding-bottom: 10px;
	background: #FFF;
	width: 125px;
	margin-bottom: -18px;
}

.blog #sidebar ul.col2 {
	float: right;
	margin-top: -121px;
}



/* links */

.links .tags {
	font: 10px/1.3em Arial, Helvetica, Geneva, sans-serif;
	color: #8F8A81;
	width: 150px;
	float: left;
	margin-top: 13px;
}

.links .tags li {
	margin-bottom: 10px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}

.links .tags ol li {
	display: inline;
	font-size: 10px;
	text-transform: none;
	letter-spacing: 0;
}

.links .tags ol li a {
	color: #8F8A81;
}

.links .tags ol li a:hover {
	color: #554C49;
}

.links #content .link-results {
	width: 250px;
	float: right;
	margin-left: 25px;
}

.link-results li {
	margin-bottom: 30px;
}

.link-results h5 {
	font: normal 10px arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #FFF url(/images_site/greydashed.gif) bottom left repeat-x;
	margin-bottom: 1.5em;
	padding-bottom: 5px;
	position: relative;
	color: #8F8A81;
}

.link-results h5 em,
.link-results h5 a {
	color: #000;
	font-style: normal;
}

.links .link-results .tags {
	font: 10px/1.3em Arial, Helvetica, Geneva, sans-serif;
	color: #8F8A81;
	width: auto;
	float: none;
	display: block;
	margin-top: 8px;
	line-height: 1.2em;
}


/* about & projects */

.about #sidebar {
	float: left;
	width: 770px;
	font: 10px/1.3em Arial, Helvetica, Geneva, sans-serif;
	color: #8F8A81;
	margin: 60px 0 50px 0;
	background: #FFF url(/images_site/greydashed.gif) top left repeat-x;
}

.about #sidebar div {
	width: 125px;
	margin-top: 40px;
	padding-right: 47px;
	float: left;
}

.about #sidebar div#copyright {
	width: 254px;
	padding-right: 0;
}

.about #sidebar select {
	margin-bottom: 30px;
}

.about #comments {
  display: none;
}


/* text replacement */

h4.about {
	background-image: url(/images_site/txt_about.gif);
	display: none;
}

h4.archives {
	background-image: url(/images_site/txt_archives.gif);
}

h4.articles {
	background-image: url(/images_site/txt_articles.gif);
}

h4.rss-feeds {
	background-image: url(/images_site/txt_rssfeeds.gif);
}

h4.news {
	background-image: url(/images_site/txt_news.gif);
}

h4.lastfm {
	background-image: url(/images_site/txt_lastfm.gif);
}

h4.projects {
	background-image: url(/images_site/txt_projects.gif);
}

h4.recent-links {
	background-image: url(/images_site/txt_recentlinks.gif);
}

h4.comments {
	background-image: url(/images_site/txt_comments.gif);
}

#copyright h4 {
	background-image: url(/images_site/txt_copyright.gif);
}

h4.leave-a-comment {
	background-image: url(/images_site/txt_leaveacomment.gif);
}
