/*
Theme Name: picoCMS
Theme URI: http://stereophone.de/
Description: Klassisches CMS Template mit Page/Subpage Navigation
Author: stereophone
Author URI: http://stereophone.de/
*/

body {
background: #130f0b url(pics/bg.jpg) no-repeat;
margin: 0px;
padding: 0 0 0 0;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
text-align:center;
font-size: 12px;
}

a {
text-decoration: underline;
color: #7f6e52;
}
a:hover{
color: #fffbdb;
text-decoration: none;
}

h1 {margin:0px;}
h2 {margin: 0; font-size: 18px; text-transform: uppercase; font-weight: normal;}

#interface {
width: 841px;
background: url(pics/gradient.png);
margin: 0 auto;
text-align:left;
padding:0 0 0 36px;
}

#head {
width: 805px;
height: 229px;
background: #000 url(pics/header.jpg);
margin: 0px;
padding: 0px;
}

#head h1 {
color: #5A7800;
padding-top: 20px;
text-align: center;
text-indent: -5000px;
} .description {text-align: center; text-indent: -5000px;}

#menu {
width: 805px;
height: 70px;
background: #000 url(pics/navi.jpg);
}

#menu a{
color: #eadbc0;
font-size: 18px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: -1px;
text-decoration: none;
} #menu a:hover {color:#fffbdb;}

#menu ul{margin: 0 0 0 10px; padding: 0;
}

#menu li{
float: left;
list-style: none;
padding: 0;
margin: 4px 0 0 40px;
}
div#menu ul li.current_page_item a, div#menu ul li.current_page_parent a
{
color:#ffffff;
}
li#news{
margin-left: 5px;
}



#container {
width: 805px;
padding-top: 0;
background: #000 url(pics/content.jpg);
}

#navi {
float:right;
width: 270px;
}

#navibox {
width: 270px;
clear: both;
display: none;
}

#navibox ul{margin: 0; padding: 0; float: left;
}

#navibox li {
width: 270px;
height: 22px;
margin-bottom: 5px;
list-style: none;
text-transform: uppercase;
}

#navibox li a{
padding: 0 0 0 45px;
color: #7f6e52;
background: url(pics/bullet1.gif) left no-repeat;
text-decoration: none;
}

#navibox li a:hover{
color: #fffbdb;
background: url(pics/bullet.gif) left no-repeat;
}
div#navibox ul li.current_page_item a
{
color:#ffffff;
background: url(pics/bullet.gif) left no-repeat;
}
div#navibox ul li.current_page_item
{
color:#ffffff;
}
#player {
width: 235px;
height: 246px;
margin-top: 5px;
position: absolute;
z-index: 0;
}
#content {
float:left;
width: 500px;
color: #FFFFFF;
}
.storycontent {
margin-bottom: 35px;
}

#contentbox {
width: 470px;
margin-left: 30px;
margin-bottom: 10px;
}
#contentbox img {
border: none;
}
#contentbox small {
padding: 0;
margin-bottom: 5px;
color: #7f6e52;
}


#footer {
clear:both;
width: 805px;
height: 39px;
background: #000 url(pics/footer.jpg);
}

a#footerlink {
float:right;
color: #eadbc0;
background-color: rgba(0,0,0,0.4);
margin: 16px 35px 0 10px;
padding: 2px 4px 3px 4px;
text-decoration: none;
}

#btm {
clear:both;
width: 877px;
height: 69px;
background: url(pics/btm.png);
margin: 0 auto;
}

.wp-caption-text{
margin-top: 3px;
}

#attachment_149 img, #attachment_148 img{
border: 1px solid white;
}
#attachment_148{
margin-right: 20px;
}

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
	}