/* @override http://localhost:8888/wp-content/themes/Acoustic/style.css */

/*
Theme Name: Joel Schaan Acoustic
Theme URI: http://www.joelschaan.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Kevin Adams
Author URI: http://www.kevinpadams.com/
Tags: no header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin-left: 20px;
	background: url(images/bgtile.gif) repeat right top;
}

#page {
	
	text-align: left;
	margin: 0 auto 20px auto;
	width: 900px;
	height: auto;
	background-image: none;
}

#header {
	width: 900px;
	margin: 0;
	height: 220px;
	background: #cbdce3 url(images/title.gif) no-repeat left top;
}

#content {
	font-size: 1.2em;
	width: 900px;
	min-height: 300px;
	height: auto;
	margin: 0;
	background: #b9ac99 url(images/content.jpg) repeat-x 0 top;
}

.pictureframe {
	position: relative;
	top: -215px;
	left: 20px;
	display: block;
	width: 250px;
	height: 0;
	
}

#topmenu {
	width: 600px;
	display: block;
	position: relative;
	float: right;
	font: 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .4px;
	top: 115px;
	height: 22px;
}

#topmenu ul {
	display: inline;
	list-style-image: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 0;
	height: 22px;
}

#topmenu ul li {
	display: inline;
	list-style-type: none;
	height: 22px;
	text-align: right;
	float: right;
}

#topmenu a, #topmenu a:visited {
	color: #0f0643;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}

#topmenu ul li.current_page_item a:visited, #topmenu ul li.current_page_item a {
	color: #fff;
}

#topmenu ul li a:hover {
	background: url(images/bargrad.gif) repeat-x;
	width: auto;
	height: auto;
	padding-right: 25px;
	padding-left: 25px;
}

.clear {
	clear: both;
}

#spacer {
	width: 900px;
	height: 16px;
	background: url(images/spacer.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

/* Begin Sidebar */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 900px;
	background: #dec398 url(images/sidebar.jpg) no-repeat;
	height: 263px;
	margin: 0;
	padding-top: 20px;
	border-top: 1px dotted #a17846;
}

#sidebar ul {
	padding: 0 20px 10px 20px !important;
	margin: 0;
	width: 800px;
}

.widgettitle {
	margin: 0;
	padding: 0;
}

.widget {
	float: left;
	width: 230px;
}

#sidebar ul li {
	display: block;
}

#sidebar ul li ul {
	padding: 5px 0 0 5px !important;
	width: 230px;
	margin: 0;
}

#sidebar ul p, #sidebar ul select {
	margin: 0;
}

#sidebar ul ul {
	margin: 5px 0 0 0px;
}

#sidebar ul ul ul {
	margin: 0 0 0 1px;
}

#sidebar ul ul li {
	margin: 5px 0 0;
	padding: 0;
}

/* End Sidebar */

#footer {
	padding: 0;
	margin: 0;
	width: 900px;
	clear: both;
	height: 101px;
	background: url(images/footer.png) no-repeat;
}

.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;
	}
	
p {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 1em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry {
padding: 0 50px 10px 50px;
}

.album {
	width: 450px;
	height: 280px;
	position: relative;
	left: 105px;
	padding-top: 150px;
	padding-left: 200px;
	background: url(images/albumbkg.jpg) no-repeat;
	color: #fff;
}

.entry p a:visited {
	color: #b85b5a;
	}

small, #sidebar ul ul li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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 {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next 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;
	}

.post {
	padding: 0 20px 20px 20px !important;
	text-align: justify;
	}
	
.post h2 {
	padding-top: 10px;
	margin: 0;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */


/* 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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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;
	}

/* End Entry Lists */



/* Begin Form Elements */

.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 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	background-color: #dec398;
	padding: 20px 0 20px 350px;
}

#swfobj_0 {
	width: 375px;
	height: 95px;
	background-color: #fff;
}

.jukebox {
	width: 500px;
	height: 150px;
	background-color: #fff;
}
	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.audioplayer_container {
	margin: 0;
	padding: 0;
}

.musictable1 {
	width: 210px;
	float: left;
}

.musictable1 tr {
	height: 30px;
}

.musictable2 {
	width: 240px;
}

.musictable2 tr {
	height: 30px;
}

.col1 {
	width: 130px;
	text-align: right;
}

.col2 {
	width: 100px;
}