/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/

/* NEW THEME SETUP */

#container {
	height: 1000px;
	width: 900px;
	margin-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
}

#header {
	height: 280px;
	width: 900px;
	background-image: url(images/photocopy.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 15px;
	margin-top: 0px;
}

#header-trail {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 3px;
	clear: both;
	float: right;
	text-decoration: underline;
}

#info-trail {
	position: absolute;
	bottom: 4px;
	left: 1%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 2px;
	color: #660000;
	text-decoration: underline;
}

#blog-trail {
	position: absolute;
	bottom: 4px;
	left: 35%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 2px;
	color: #006600;
	text-decoration: underline;
}



#leftcol {
	width: 31%;
	margin-top: 20px;
	float: left;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
}

#rightcol {
	width: 66%;
	float: right;
	margin-top: 20px;
	padding-left: 0px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footer {
	height: 100px;
	width: 900px;
	border: thin dotted #333333;
	background-color: #CCCCCC;
}

#titlebar {
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	margin-right: 5px;
	margin-left: 5px;
}

#content-item {
	margin-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	padding-bottom: 15px;
	text-align: left;
	text-decoration: none;
}



#blog-title, #blog-title a, #blog-title a:link, #blog-title a:active, #blog-title a:visited {
	font-family: Helvetica, Arial;
	font-size: 23px;
	color: #000000;
	margin-top: 4px;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#blog-title a:hover {
	color: #CC0000;
}

#blog-title-meta {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #000000;
	margin-top: -4px;
	text-decoration: underline;
	float: right;
}

#permalink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#side-link, #side-link a, #side-link a:link, #side-link a:active, #side-link a:visited, #side-link a:active {
	color: #000000;
	text-decoration: none;
}

#side-link a:hover {
	color: #FF0000;
}

#stockist-left {
	float: left;
	width: 50%;
}

#stockist-right {
	float: left;
	width: 50%;
}

#stockist-centre {
	width: 30px;
	margin-right: 10px;
	float: left;
}

/* Back Issues Archive */

#first-issue {
	background-color: #FFFF00;
	width: 100%;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-bottom: 10px;
}

#issue-title {
	font-size: 12px;
	color: #000000;
	margin: 6px;
}

#issue-content {
	margin: 6px;
}

#first-issue-excerpt {
	float: right;
	padding-right: 35px;
	padding-left: 10px;
	width: 40%;
}

#first-issue-stuff {
	width: 100%;
}

#old-issues {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: Helvetica, Arial;
}

#single-old-issue {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;

}

#old-issue-image {
	background-color: #E8E8E8;
	height: 190px;
	width: 100%;
	margin-bottom: 6px;
	font-size: 9px;
		overflow: hidden;
}

#old-issue-excerpt {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	left: 6px;
}

/* COPIED CODE */
/* 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 {
	padding: 0px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 7px;
	}

img.alignleft {
	padding: 0px;
	display: inline;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#respond {
}