/*  
Theme Name: Alasdair
Theme URI: http://new.alasdairroberts.com/
Description: Alasdair Roberts theme. Loosely based on the default WordPress theme.
Version: 1.0
Author: Dave Elcock
Author URI: http://www.stufftoread.net/

	The CSS for this theme is originally based on Kubrick v1.5 by
	Michael Heilemann http://binarybonsai.com/kubrick/

	The difference is that the footer sticks to the bottom of the
	page, unless there's too much content, and there's no sidebar.

	The CSS and XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Theme artwork is Copyright 2005, Alasdair Roberts.

	*** REGARDING IMAGES ***

	All CSS that involves the use of images, can be found in the
	'header.php' file.
	This is to ease installation inside subdirectories of a server.
*/

/* Begin Typography & Colors */

html,body {
	height:100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#7b8c52;
	color: #004030;
	text-align: center;
	}

#page {
	text-align: left;
	}

#content {
	padding: 1em 2em 0;
	font-size: 1.2em;
	}

.postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: left;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.news {
	margin-bottom: 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

a, a:visited {
	color: #ffff00;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	}

h2, h3 {
	color: #004030;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote {
	color: #615c28;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
  	width: 650px;
	}

* html #page { 
	/* This is the tan hack. Only IE can see it. Used a lot in this css. */
	height: 100%; /* IE5/Win */
	h\eight: auto; /* IE6 IE5/Mac */
	}

#header h1, #header .description {
	display: none;
	}

#headerimg {
	margin: 0;
	height: 75px;
	width: 650px;
	}

#header, #pagelist, #pagelist ul, #content-and-sidebar, #footer {
	margin: 0;
	border: 0;
	border: 0;
	}

#header {
	background-color:#7b8c52;
	}

#pagelist {
	font-size: 10pt;
	font-weight: bold;
	position: absolute;
	width: 135px;
	left: 16px;
	top: 90px;
	z-index:10;
	}

#pagelist ul, .summary ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#pagelist li {
	display: block;
	margin-right:1em;
	padding-left:19px;
	height: 2em;
	}

#content-and-sidebar {
	clear:both;
	position: relative;
	padding-bottom:50px;
	}

#content {
	padding-left:183px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post {
	margin: 0;
	}

.postmetadata {
	margin: 30px 0;
	}
	
#footer {
	position: absolute;
	width: 650px;
	bottom: -1px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	margin: 0;/* 0 1em;*/
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, div.alignright {
	margin: 0 0 0.5em 0.5em;
	display: inline;
	float: right;
	}

img.alignleft, div.alignleft {
	margin: 0 0.5em 0.5em 0;
	display: inline;
	float: left;
	}

div.alignleft p, div.alignright p {
	margin-bottom: 0;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.news .entry {
	margin-top: 0.5em;
	}

.news img {
	padding-left:1px;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	}

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}

/* End Various Tags & Classes*/

/* Discography */

.disc-cover {
	float:left;
	margin:0.5em 1em 1em 0;
	width:150px;
	height:150px;
}

.discography {
	margin-bottom:1em;
}

.post p {
	margin: 0 0 1.5em;
	padding:0;
}

.specials h2 {
	margin-bottom: 0.5em;
}
.specials .summary {
	padding-left: 85px;
	margin-bottom: 1.5em;
}

.download-info .size-etc,
.download-info .title-etc {
	border:0;
	margin:0;
	font-weight: bold;
}
.download-info .more {
	margin-top:1em;
}
.download-info {
	padding-left:85px;
}
.download-info .img-wrap {
	float:left;
	margin:0 0 0 -85px;
	width:75px;
	height:75px;
}
.img-wrap img { margin:0;padding:0; }
/* IE gets the margin wrong, correct it */
* html .download-info .img-wrap {
	margin:0 0 0 -42px; /* That's half of -85. Stoopid IE! */
}

a.rss-small {
	background: transparent url(feed-icon-10x10.png) no-repeat scroll left center;
	padding-left: 14px;
	font-size: 70%;
	font-weight: normal;
	line-height: 0;
}

/* ------------------------------------------------------------
 * Hack to get IE to do min-height for specials page.
 * See http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/
 * ------------------------------------------------------------ */
/* for Mozilla/Safari/Opera */
*>.specials-minheight-hack {
	padding-top: 90px;
	min-height: 1px;
}
*>.specials-minheight-hack div {
	margin-top: -90px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .specials-minheight-hack {
	height: 90px;
}
/* end filter */
