/*
Theme Name: stereotype recorders
Theme URI:
Description: Theme für stereotype recorders
Version: 1.1
Author: Andreas Schosser
Author URI: http://www.state-of-mind.de/
Tags: 
*/

/**
 * file:	http://www.stereotyperecorders.de/layout/site.css
 * media:	all
 */

body {
	margin:             0px 0px 2em 58px;
	background-color:   black;
	color:              white;
	font-family:        Verdana, sans-serif;
	background-image:   url(images/bg.jpg);
	background-repeat:  repeat-x;
}
body.gigs,
body.sounds {
	background-image:   url(images/bg_gigs.jpg);
}
body.gigs img.left {
	margin-bottom: 2em;
}

a {
	text-decoration: none;
	color:           white;
}

h1 {
	font-size: 1.05em;
	margin:    0em 0em 0.5em 0em;
}

h2 {
	clear:      both;
	font-size: 1.05em;
	margin:    0em 0em 0.5em 0em;
	padding-top: 1.5em;
}

h3 {
	font-size: 1em;
	margin:    0em 0em 0.5em 0em;
	clear:     both;
}
object + h3 {
	margin-top: 2em;
}
p + h1 {
	margin-top: 2em;
}
p + h3 {
	margin-top: 2em;
}

h4 {
	font-size: 1em;
	margin:    0em;
}

img {
	border: none;
}
img.alignleft {
	float:        left;
	margin-right: 1em;
}
img.alignright {
    float:        right;
    margin-left: 1em;
}

img.size-thumbnail {
	margin-right: 10px;
	margin-bottom: 10px;
}

div.dummyImgLeft {
	width:        152px;
    height:       100px;
	float:        left;
	margin-right: 1em;
}

p {
	margin: 0em 0em 0.5em 0em;
}

span.initial {
	font-size: 2em;
	color: #9B291F;
}

span.bandname {
	font-family:    Neuropol, Verdana, sans-serif;
	text-transform: lowercase;
}

div.printOnly {
	display: none;
}
div.printOnly h2 {
	padding-top: 2em;
}

span.neuropol {
	font-family:    Neuropol, Verdana, sans-serif;
}

p.credits {
	font-style: italic;
	font-size: 0.8em;
} 


/****************************************************************************
 * content
 ****************************************************************************/
div.content {
	width: 760px;
}
div.content a {
	text-decoration: underline;
}

/****************************************************************************
 * banderole
 ****************************************************************************/
h1.banderole {
	width:             730px;
	height:            160px;
	margin:            10px 0px 0px -2px;
	font-family:       Neuropol, Verdana, sans-serif;
	background-image:  url(images/stereotyperecorders.png);
	background-repeat: no-repeat;

}
h1.banderole a {
	display: block;
	width:   100%;
	height:  100%;
}
h1.banderole span {
	display: none;
}


/****************************************************************************
 * sidebar
 ****************************************************************************/
div#sidebar {
	position: absolute;
	top:      155px;
	left:     850px;
}
div#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



/****************************************************************************
 * widget_navt
 ****************************************************************************/
li.widget_navt ul li ul li {
	margin-left: 20px;
	font-size: 0.8em;
}

/**
 *  zweite Ebene wird zunächst versteckt ...
 */
li.widget_navt li ul {
	display: none;
}
/**
 *  ... und nach Bedarf eingeblendent
 */
li.widget_navt li.current_page_item ul,
li.widget_navt li.current_item_parent ul {
	display: block;
}

li.widget_navt a  {
	font-family: Neuropol, Verdana, sans-serif;
	font-size:   1.2em;
}	

li.widget_navt a.current_item  {
	color: #9B291F;
}


/****************************************************************************
 * recent-posts
 ****************************************************************************/
li#recent-posts-2, 
li#recent-posts { 
	font-family: Neuropol, Verdana, sans-serif;
	font-size:   1.2em;
	margin-top: 20px;
}
li#recent-posts-2 ul li, 
li#recent-posts ul li { 
	font-family: Verdana, sans-serif;
	margin-left: 10px;
}
li#recent-posts-2 ul li, 
li#recent-posts ul li { 
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

ul.comments {
	list-style-type: none;
}

dl.audiolist dt {
	font-weight: bold;
	width: 12em;
	float: left;

}

/* @group Audioplayer */
p.audioplayer_container,
p.audioplayer_container a {
		color: black;
}
/* @end */

