/*  
Theme Name: SoulPictures
Theme URI:
Description: SoulPictures Theme 
Author: Ontje Helmich
Author URI: 

*/

body {
	font-size: 14px;
	font-family: Verdana;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #161616;
	text-align: center;
}

a {
	color: #078dd4;
	text-decoration: none;
}

a:hover {
	color: #73b9de;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}

/* Navigation */
#navcontainer {
	height: 125px;
	background: #545454 url(./img/header/1.jpg) no-repeat top right;
}

#navcontainer.gre {
	background: #545454 url(./img/header/3.jpg) no-repeat top right;
}

#navcontainer.ora {
	background: #545454 url(./img/header/2.jpg) no-repeat top right;
}

#navi {
	height: 125px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: bottom;
}

#navi li {
	position: relative;
	height: 125px;
	margin: 0;
	padding: 0 20px 0 20px;
	float: left;
	vertical-align: bottom;
}

#navi li {
	background: #548dab url(img/navlink-blu.gif) 0 85px repeat-x;
}
#navi li.page-item-2 {
	background: #a4b24e url(img/navlink-gre.gif) 0 85px repeat-x;
}
#navi li.page-item-10 {
	background: #b2994e url(img/navlink-ora.gif) 0 85px repeat-x;
}

#navi li a {
	color: #ccc;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	top: 85px;
	vertical-align: bottom;
	line-height: 35px;
	height: 35px;
	display: block;
}

#navi li a:hover, #navi li.current_page_item a, #navi li.current_page_parent a {
	color:#fff;
}


#subnavcontainer {
	line-height: 30px;
	height: 30px;
	background: #548dab url(img/shadow-blu.gif) top repeat-x;
}

#subnavcontainer.gre {
	background: #a4b24e url(img/shadow-gre.gif) top repeat-x;
}

#subnavcontainer.ora {
	background: #b2994e url(img/shadow-ora.gif) top repeat-x;
}



#subnavcontainer #subnavi {
	background: #545454;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: bottom;
}

#subnavcontainer #subnavi li {
	margin: 0;
	padding: 0;
	float: left;
}

#subnavcontainer ul li a {
	color: #ccc;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 5px;
}

#subnavcontainer ul li a:hover, #subnavcontainer ul li.current_page_item a {
	color: #fff;
}

/* Content */

#content {
	background: #232323;
	height: 100%;
	width: 550px;
	float: left;
	padding: 0;
	margin: 0;
}

/* Post */
.post, .gal {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;

}

.post-l {
	width: 85px;
	text-align: center;
	float: left;
}

div.cal {
	width: 41px;
	height: 46px;
	margin-left: 28px;
	margin-top: 15px;
}

.gal div.cal {
	margin-top: 0px;
}


div.cal div.cal-t {
	line-height: 13px;
	height: 13px;
	background: #000 url(img/calbg-t-blu.png) no-repeat top;
	color: #fff;
	font-size: 9px;
	}
	
.gal div.cal div.cal-t {
	background: #000 url(img/calbg-t-ora.png) no-repeat top;
}

div.cal div.cal-b {
	line-height: 28px;
	height: 33px;
	background: #fff url(img/calbg-b.png) no-repeat bottom;
	color: #000;
}

.post-r {
	line-height: 1.5em;
	font-size: 12px;
	margin-left: 85px;
	margin-right: 15px;
	padding: 15px;

}

.post-r h1 {
	padding: 0;
	margin: 0;
	font-size: 17px;
}

.post-r p {
	margin-right: 14px;
}


.gal .post-r {
	background: #000 url(img/imgpost-br.gif) no-repeat bottom right;
	text-align: center;
}

.gal .post-r .imgcontainer {
	margin-top: 12px;
	width: 100%;
	text-align: center;
	border: 1px black solid;
}

.gal .post-r .imgcontainer img {
	margin: 13px;
	text-align: center;
	border: 5px #fff solid;
}

.postinfo {
	width: 100%;
	text-align: right;
}

.postinfo a {
	line-height: 16px;
}

.postinfo a img {
	border: 0;
	vertical-align: bottom;
}


/* Comment */

#comments {
	line-height: 1.5em;
	font-size: 12px;
	margin-right: 15px;
}

#comments h3 {
	line-height: 1.5em;
	font-size: 14px;
	margin-left: 99px;
	margin-right: 15px;
}

#comments ol {
	padding:0;
	list-style: none;
	margin-left: 99px;
}

/* Sidebar */

#sidebar {
	width: 200px;
	float: left;
	text-align: center;
        background: #161616;
}

#sidebar div.sidebar-section {
	width: 150px;
	margin: auto;
	text-align: left;
}

#sidebar div.sidebar-section h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar div.sidebar-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar div.sidebar-section ul li a {
	line-height: 16px;
	margin-right: 14px;
}

#sidebar div.sidebar-section ul li a img {
	border: 0;
	vertical-align: bottom;
}

#respond {
	line-height: 1.5em;
	font-size: 12px;
	margin-left: 99px;
	margin-right: 15px;
}

#respond textarea {
	padding: 3px;
	border: 1px solid #434343;
	background: #434343;
	width: 410px;
}

#content.page div {
	padding: 15px;
}

h2.pagetitle {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}