/*  
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.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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
	

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

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 70%;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #718798;
	color: #fff;
	text-align: center;
	}

#page {
	background-color: #eea947;
	color: #600;
	text-align: left;
	}

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

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

a, a:link {
	color: #600;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #600;
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}

h1, h2, h3 {
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

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

h2 {
	font-size: 1.6em;
	background-color: transparent;
	color: #600;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:link, h2 a:visited, h3, h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #600;
	font-weight: normal;
	}

h2 a:hover, h3 a:hover {
	color: #c38830;
	text-decoration: none;
	font-weight: normal;
	}

h1 {
	margin: 0;
	padding: 0;
	}

h2 {
	padding: 3px 12px 4px 12px;
	margin: 10px 0 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px auto;
	}

h2.homelink, h2.homelink a, h2.homelink a:link, h2.homelink a:visited, h2.homelink a:hover {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	background-color: transparent;
	color: #600;
	}
h2.homelink a:hover {
	color: #fff;
	}
/* End Typography & Colors */



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

#page {
	margin: 0 auto 20px auto;
	padding: 0 0 0 1px;
	width: 760px;
	}
	
#header {
	padding: 0 0 0 1px;
	margin: 0;
	height: 154px;
	width: 100%;
	}

#navbar {
   margin: 0;
   padding: 0 20px 0 0;
   height: 20px;
   overflow: hidden;
}

#content {
	float: right;
	margin: 0;
	padding: 0 18px 0 1px;
	width: 515px;
}

#sidebar {
	width: 183px;
	float: left;
	margin: 0;
	padding: 86px 0 0 20px;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0;
	width: 100%;
	clear: both;
	}
	
/* End Structure */



/* begin content */
.thecontent {
	margin: 0;
	padding: 0;
	border: 1px solid #660000;
/*	border-top: none;*/
	}
h2.homelink, h2.homelink a, h2.homelink a:link, h2.homelink a:visited, h2.homelink a:hover {
	margin: 0 0 1em 2em;
	padding: 0;
	min-height: 13px;
	}
.post {
	margin: 0 0 2em 0;
	}
#content .entry {
	margin: 1em;
	}
p.date {
	font-weight: bold;
	margin-bottom: 0;
	}
p.comments {
	margin-left: 4em;
	}
/* end content */



/* begin sidebar */
#sidebar {
	font: 1em Helvetica, Arial, Sans-Serif;
	}

#sidebar h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	background-color: #600;
	color: white;
	font-weight: bold;
	padding: 4px 4px 4px 12px;
	}

#gigs {
	border: 1px solid #600;
	margin: 0;
	padding: 0;
	}
ul.event_list {
	margin: 1em 1em 2em 1em;
	padding: 0;
}
ul.event_list li, ul.event_list li ul, ul.event_list li ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}
ul.event_list li {
	margin: 0 0 1em 0;
	}
/* end sidebar */



/* Navbar style */
#navbar ul {
   list-style: none;
   float: right;
   height: 20px;
   margin: 0 10px 0 0;
   padding: 0;
}
#navbar li {
   display: inline;
   height: 20px;
   margin: 0;
   padding: 0;
}
#navbar ul li a {
   display: block;
   float: left;
   height: 20px;
   padding: 0 12px;
   margin: 0;
   font-weight: bold;
   font-family: helvetica, verdana, sans-serif;
   font-size: 1em;
   line-height: 2em;
   text-align: center;
   border: none;
   border-left: 1px solid #eea947;
}
#navbar ul li a:link, #navbar ul li a:visited, #navbar ul li a:active {
   background-color: #600;
   color: white;
}
#navbar ul li a:hover {
   color: #eea947;
   background-color: #530e0f;
   text-decoration: none;
}

/* footer style */
#footer p {
	font: 1em Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	}

/* 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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
/* End Images */

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

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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: 10px;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	margin: 10px;
	}

#commentform #submit {
	margin: 4px;
	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;
	}

.commentmetadata a:hover {
	color: #c38830;
	}
/* End Comments */



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

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

div.alignright {
	float: right;
	width: 180px;
	margin: 0 0 1em 1em;
	padding: 0;
	}
	
blockquote.alignleft {
	float: left;
	width: 240px;
	}
blockquote {
	margin: 0;
	padding: 0 28px;
	background: transparent url(images/kev_openquote.gif) no-repeat top left;
	}

blockquote cite {
	margin: -25px 0 0 0;
	padding: 25px 28px 0 0;
	display: block;
	text-align: right;
	font-style: italics;
	background: transparent url(images/kev_closequote.gif) no-repeat bottom right;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.clear {
	clear: both;
	height: 1px;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/