/*
THEME NAME: Whitewood Recording Studio
THEME URI: http://www.bureaufb.de
DESCRIPTION: Whitewood Recording Studio - based Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.bureaufb.de">Florian Brandel</a>
AUTHOR URI: http://www.bureaufb.de
*/

@import "reset.css";

body#wwbody {
	background: URL(images/bg1.jpg) no-repeat fixed center top #131b1e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.3em;
	color: #757C7F;
}

a {
	color: #BABEBF;
	text-decoration: underline;
}

a:hover {
	color: #757C7F;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #757C7F;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #BABEBF;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 900px;
	background: transparent;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 880px;
	height: 200px;
	border-bottom: 1px solid #757C7F;
	border-top: 1px solid #757C7F;
	margin: 0 auto;
}

#address {
	font-size: 80%;
	text-align: right;
	padding-right: 25px;
	padding-top: 13px;
	color:	#757C7F;
	width: 50%;
	float: right;
}

#logo {
	width: 50%;
	margin: 35px 0 20px 24px;
}

#description {
	font-size: 130%;
	color: #BB0000;
	margin: 5px 0 50px 30px;
}

#menu {
	padding-left: 22px;
	height: 57px;
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
	top: 0px;
	position: relative;
}

#menu ul {
	
}

#menu a {
	text-decoration: none;
}

#menu ul li {
	padding-top: 5px;
	float: left;
	font-size: 100%;

}

#menu ul li a {
	color: #BB0000;
	padding: 5px 8px;
	letter-spacing: 1px;
	margin-right: 1px;
}

#menu ul li a:hover {
	color: #192429;
	background: URL(images/menu_bg_1_1.jpg) repeat-x 0px 0px scroll #47494B;
	padding: 5px 8px;
	letter-spacing: 1px;
	margin-right: 1px;
}

#menu ul li.current_page_item a {
	color: #192429;
	background: URL(images/menu_bg_1_2.jpg) repeat-x 0px 0px scroll #8E0101;
	padding: 5px 8px;
	letter-spacing: 1px;
	margin-right: 1px;
}

#menu ul li.current_page_item a:hover {
	color: #192429;
	background: URL(images/menu_bg_1_2.jpg) repeat-x 0px 0px scroll #8E0101;
	padding: 5px 8px;
	letter-spacing: 1px;
	margin-right: 1px;
}

#menu ul li ul {
	position: absolute;
	margin-top: 0px;
	display: block;
		
}

#menu ul li ul li {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	font-size: 80%;
	padding-top: 7px;
	display: none;
}

#menu ul li:hover ul li {
	display: none;
	position: relative;
	z-index: 20;
}

#menu ul li ul li a {
	color: #192429;
	background: URL(images/menu_bg_2_1.jpg) repeat-x 0px 0px scroll #47494B;
	padding: 5px 8px;
	letter-spacing: 1px;
	border-top: solid 1px #192429;
}

#menu ul li.current_page_item ul {
	position: absolute;
	display: block;
	top: auto;
}

#menu ul li.current_page_item ul li {
	position: relative;
	display: block;
	z-index: 10;
}

#menu ul li.current_page_item ul li a {
	background: none;
	color: #192429;
	background: URL(images/menu_bg_2_1.jpg) repeat-x 0px 0px scroll #47494B;
	padding: 5px 8px;
	letter-spacing: 1px;
}

#menu ul li.current_page_item ul li a:hover, #menu ul li ul li a:hover {
	background: none;
	color: #192429;
	background: URL(images/menu_bg_2_2.jpg) repeat-x 0px 0px scroll #8E0101;
	padding: 5px 8px;
	letter-spacing: 1px;
}

#menu ul li ul li.current_page_item {
	position: relative;
	display: block;
}

#menu ul li ul li.current_page_item a {
	background: none;
	color: #192429;
	background: URL(images/menu_bg_2_2.jpg) repeat-x 0px 0px scroll #8E0101;
	padding: 5px 8px;
	letter-spacing: 1px;
}

#container {
	width: 840px;
	min-height: 350px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: left;
	width: 540px;
	display: none;
}

#content-full-width {
	width: 100%;
	display: none;
}

.post {
	margin-bottom: 50px;
}

.post-title {

	color: #BB0000;
	font-size: 130%;
	line-height: 1.2;
	padding-bottom: 8px;
	font-weight: normal;
}

.post-title a {
	color: #BB0000;
	text-decoration: none;
}

.page-subtitle {
	font-weight: 700;
	color: #BABEBF;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #757C7F;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #757C7F;
	margin-top: 5px;
}

.post-meta a {
	color: #757C7F;
	text-decoration: none;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
	color: #757C7F;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
	text-decoration: none;
}

.post-comments a:hover {
	color: #757C7F;
}

.post-content {
	margin-top: 15px;
}

.post-content h1 {
	color: #FFFFFF;
	font-size: 170%;
	margin-bottom: 10px;
	padding: 20px 0 5px;
}

.post-content h2 {
	color: #BB0000;
	font-size: 170%;
	margin-bottom: 10px;
	padding: 20px 0 5px;
}

.post-content h3 {
	color: #FFFFFF;
	font-size: 130%;
	margin-bottom: 10px;
	padding: 20px 0 5px;
}

.post-content h4 {
	color: #BB0000;
	font-size: 130%;
	margin-bottom: 5px;
	padding: 20px 0 5px;
}

.post-content h5 {
	color: #FFFFFF;
	font-size: 80%;
	margin-bottom: 5px;
	padding: 10px 0 5px;
}

.post-content h6 {
	color: #BB0000;
	font-size: 80%;
	margin-bottom: 5px;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	border: none;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: none
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: none;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

img.attachment-thumbnail {
	border: none ! important;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 100%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #757C7F;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	border: 1px solid #757C7F;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #757C7F;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 280px;
}

#sidebar1 {
	float: right;
	width: 200px;
}

#sidebar2 {
	float: right;
	width: 200px;
	top: 45px;
	position: relative;
}

#sidebar2 h3 {
	display: none;
}

#sidebar3 {
	float: right;
	width: 200px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	margin-bottom: 19px;
	color: #BB0000;
	font-size: 130%;
	line-height: 1.2;
	padding-bottom: 8px;
	font-weight: normal;
	text-decoration: none;
}

.sidepanel h3 a {
	color: #BB0000;
	line-height: 1.2;
	padding-bottom: 8px;
	font-weight: normal;
	text-decoration: none;
}

.sidepanel ul li {
	border-bottom: 1px solid #757C7F;
	font-size: 80%;
	padding: 3px 0 13px 0;
	margin-bottom: 11px;
	line-height: 1.2;
}

.sidepanel ul li a {

}

.sidepanel p {
	margin-top: 0px;
	line-height: 1.4em;
}

ul.twitter {
	background-color: #202E34;
	padding: 15px;
}

ul.twitter li.twitter-item {
	font-size: 85%;
	color: #BABEBF;
	line-height: 1.4em;
}

ul.twitter li.twitter-item a {
	color: #757C7F;
}

ul.twitter li.twitter-item a:hover {
	color: #BABEBF;
}

.twitter-timestamp {
	color: #BB0000;
}

#footer {
	margin: 0 auto;
	width: 840px;
	height: 20px;
	border-top: 1px solid #757C7F;
	padding: 20px;
}

#footer-links {
	font-size: 80%;
	list-style: none;
	color: #757C7F;
}

#footer-links a {
	list-style: none;
	color: #BB0000;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #757C7F;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.gallery {
	position: relative;
	top: -6px;
	left: -6px;
}


.wpa_dl {
	display: none;
}


/* wp-crossfade start */
#wp-crossfade {
	text-align: left;
	position: relative;
	margin: auto;
	border: 0px solid #222;
}
#wp-crossfade,
.wp-crossfade-class-container {
	width: 840px;
	height: 190px;
	overflow: hidden;
	padding-top: 9px;
}
#wp-crossfade-loading {
	padding: 80px 0;
	border: 0px solid #ccc;
	background-color: transparent;;
	text-align: center;
	display: none;
}
.wp-crossfade-class-text-container {
	position: absolute;
	top: 10px;
	background-color: #fff; 
	overflow: hidden;
	width: 413px;
	height: 78px;
	z-index: 2000;
	opacity: .9;
}
.wp-crossfade-class-text-container div {
	margin: 6px 0;
	padding: 0 6px;
}
.wp-crossfade-class-dot-container {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 1px;
	height: 1px;
	display: none;
}
.wp-crossfade-class-dot {
	width: 15px;
	height: 15px;
	background-color: #000;
	border: 0px solid #eee;
}
.wp-crossfade-class-dot-selected {
	opacity: 0;
	width: 16px;
	height: 16px;
	background-color: #eee;
	margin: -1px;
}
.wp-crossfade-class-image-container {
	overflow: hidden;
	text-align: right;
	width: 840px;
	height: 190px;
}

.wp-crossfade-class-image-container img {
	margin-top: auto;
	margin-bottom: auto;
}

/* wp-crossfade end */



.galleryid-6 {
	width: 290px;
	float: right;
	padding-left: 30px;
	padding-top: 15px;
}

.galleryid-6 .gallery-item img {
	width: 80px;
	height: 80px;
}

.gallery-caption {
	display: none;
}


.random-image {
	padding: 15px 15px 15px 15px;
	top: -285px;
	left: 0px;
	position: relative;
}

.random-image-album {
	display: none;
}

.random-image-caption {
	font-weight: normal;
	color: #BB0000;
	font-size: 75%;
	padding-top: 7px;
	width: 170px;
	position: relative;
	z-index: 3;
	text-align: center;
}

.random-image-img img {
	width: 170px;
	height: 170px;
	position: relative;
	z-index: 1;
}

#polaroid {
	display: block;
	width: 264px;
	height: 282px;
	top: -20px;
	left: 5px;
	position: relative;
	z-index: 2;
}



table.references {
	border: none;
	width: 750px;
}

table.references td {
	text-align: left;
	font-size: 85%;
	padding: 3px 6px 3px 0;
}

table.references td.artist {
	color: #BB0000;
	width: 200px;
}

table.references td.title {
	width: 300px;
}

table.references td.label {
	color: #BABEBF;
	width: 125px;
}

table.references td.part {
	text-align: left;
	width: 125px;
}

