/*
Theme Name: Studio Distaso theme
Theme URI: http://pyromediastudios.com
Description: Designed by <a href="http://pyromediastudios.com" title="PyromediaStudios Home">PyromediaStudios</a>
Version: 1.0
Author: Eugen Pyvovarov
Author URI: http://pyromediastudios.com
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background-color: #030305;
	font: 12px georgia, times;
	color:#fff;
    padding: 0;
}
#body{
background:url(images/bg.jpg) top left;
}

a {
	color:#003333;
    outline: none;
}
a:hover {
	text-decoration: none;
}


/*#####################*/
/*### Überschriften ###*/
/*#####################*/



h1 {
	color: #fff;
    font-weight: bold;
	font: 25px georgia, times;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight:bold;
}
h1 a {
	color: #000;
	text-decoration: none;
	
}
h2, h2 a {
	color: #000;
        font-weight: 100;
	margin: 0;
	padding: 0;
}

h3, h3 a {
	color: #000;
        font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {    color: #000;
	font: 14px georgia, times;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.7em;
}

.entry {
	font: 15px georgia, times;
	line-height: 1.3em;
}

small {
	font-size: 12px;
}

#page {
    margin: 0 auto;
    background:#61a292;
	padding: 0;
	text-align: left;
	width: 1000px;
	overflow: hidden;
}

.comm{
	float:left;
}
.comm a {
	display:block;
	color:#666666;
	text-decoration:none;
}
/*################*/
/*### Header   ###*/
/*################*/
#menu{
	float:left;
	padding-left: 290px;
	margin-top:293px;
}
ul.topmenu { /* all lists */
	padding:0;
	margin: 0;
	float:left;
	clear: left;
}

	ul.topmenu li { /* all list items */
		list-style:none;
		float: left;
		position: relative;
		background: url(images/menu/delimeter.gif) center right no-repeat;
	}
		ul.topmenu li a {
			font:14px georgia, times;
			float: left;
			display: block;
			padding: 14px 25px 5px 0px;
			color: #747a79;
		}
		
		
		ul.topmenu li ul { /* second-level lists */
			margin:0;
			padding:0;
			display: none;
			position: absolute;
			background: #fff;
			top: 1em;
			left: -15px;
			
		}
	
		ul.topmenu li:hover ul, ul.topmenu li.over ul{
			position: absolute; 
			display: block;
			padding:0;
			margin:20px 0 0 0;
			padding:5px 0 5px 8px;
			
        
		}
		ul.topmenu li ul li {
			/*list-style:disc url(images/li.gif) inside;*/
			background:#fff;
			padding-left:5px;
			float:none;
			display:inherit;
			
		}
		
		ul.topmenu li ul li a {
			float:none;
			padding:5px;
			margin:0;
			width:125px;
		
		}



/*################*/
/*### Content  ###*/
/*################*/
#cupofjo{
	margin:0 0 20px 0;
	padding:10px;
	background:#a6d4b0;
}
#cupofjo p{
	background: #ffffff;margin-left:150px;
	height:25px;
	margin:0;
	margin-left:140px;
	text-align:center;
	color:#999;
	font: 16px georgia, times;
	padding:15px;
}
#content, #content-page {
	background: transparent;
	font:16px georgia, times;
    border: none;
	margin: 20px 0px 30px 0px;
    text-align: left;
}
.entry_data {
	text-align:center;
	font: 14px georgia, times;
	float:left; 
	text-transform:lowercase;
	letter-spacing:1px;
	padding:13px 0 0 26px;
	margin: 0 10px 10px 0;
	color:#999;
}
.entry_data .digit{
	letter-spacing:0;
	margin:2px 0 0 -3px;
	display:block;
}
.post {
	background: url(images/date_bg.jpg) top left no-repeat;
}

.post1 h1{
	text-transform: uppercase;
}

#content img, #content-page img{
	margin: 3px 10px 5px 0;
        _margin: 3px 5px 5px 0;
	/*border: 1px solid #cccccc;*/
        padding: 5px;
        background-color: transparent;
}

#content a:hover img, #content-page a:hover img { 
        /*border: 1px solid #777777;*/ 
        background: transparent;
}
#content h1 {
	padding:15px 0 25px 85px;	
}

.tags_title{
	padding-left:10px;
	color:#fff;
	margin-bottom:2px;
}
.tags_content, .tags_content a{
	color:#003333;
	padding:0 0 0 2px;
	
	
}
.tags_content a{
	text-decoration: underline;}
#content h1 a{
	font:26px georgia,times;
	color:#fff;
}
#content h1 a:hover, #content-page h1 a:hover { 
        text-decoration: underline; 
}

#content h2 a:hover, #content-page h2 a:hover { 
        text-decoration: underline; 
}

#content h3 a, #content-page h3 a { 
        text-decoration: none; 
}

#content h3 a:hover, #content-page h3 a:hover { 
         color: #669933; 
         background: transparent; 
         text-decoration: none; 
}

#content ul, #content-page ul  {
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

#content ul li, #content-page ul li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}

/*############################*/
/*#### KOMMENTARFORMULAR #### */
/*############################*/

#comment {
    background: #fff;
	color: #000;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;

}

.commentbody {
        background: #7cb6a8;
	color: #fff;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	position: relative;
        
}



.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}

#email, #author {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px georgia, times;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px georgia, times;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

.submit {
	background: #A6D4B0 ;
	color: #fff;
    font: 12px  georgia, times;
	margin: 0;
	padding: 3px 7px;
	font-weight: bold;
	border:1px solid #fff;
	margin-top:10px;

}

textarea {
        overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer {
        background: #b7d6d0;
     	color: #363636;
        margin: 0 auto;
		padding: 10px 0 0 0;
		width:1001px;
}

#footer a {
        color: #363636;
        text-decoration: none;
}

#footer a:hover {
        color: #aa0000;
        text-decoration: none;
}
#stats {
	border-bottom:2px solid #e8e8e8;
	float:left;
	width:100%;
	padding-bottom:15px; 
}
	#stats ul{
		width:240px;
		float:left;
	margin-left:40px;
	
	}
		#stats ul span{
			font-size:14px;
			font-weight: bold;
			text-transform: uppercase;
			display:block;
			margin-bottom:5px;
			
		}
	#stats li{
		background: url(images/li.gif) center left no-repeat;
		/*list-style:disc url(images/li.gif) inside;*/
		padding-left:10px;
		display:inherit;
		color:#600;
		font-size:11px;
		
	}
		#stats li span{
			float:right;
		}
		#stats li a{
			font-size:11px;
			text-transform: lowercase;
	}
/*################*/
/*### Suchfeld ###*/
/*################*/

.s {
	font: 12px arial, verdana, tahoma;
	height: 15px;
	padding-left: 3px;
	width: 150px;
	
}
.s1 {
	font: 12px georgia, arial, 'Helvetica', sans-serif;
	height: 15px;
	margin-left: 3px;
	margin-right:10px;
	width: 150px;
}

/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
        text-align: left;
        margin: 20px 0px 30px 0px;
        padding: 0;
        line-height: 1.6em;
        color: #aaa;
        font: 12px georgia, times;
        }

.sidelist {
        background: transparent;
        margin: 0 0 20px 0;
        padding: 0;
        }

#sidebar ul {
	margin: 0;
	padding-left: 10px;
	*padding-left: 20px;
	border: none;
}

#sidebar li{
		padding: 5px;
		list-style: none;
	}
#sidebar li ul li {
		list-style:disc url(images/li2.gif) inside;
		*list-style:disc url(images/li.gif) inside;
        border-bottom: 1px dotted #39584e;
        padding-left: 0px;
        
	}

#sidebar li a {
		font: 12px Verana, sans-serif;
        background-color: transparent;
        color: #e6e3d7;
		text-decoration: none;
        border-bottom: 0;
        
	}

#sidebar li a:hover {
        color: #73d2b9;
	    text-decoration: none;
	}

#sidebar h2{
        color: #73d2b9;
        font: 23px 'Century Gothic', Verana, sans-serif;
        font-weight:100;
        padding: 5px 0px 7px 0px;
        margin: 0;
}

#wrapper {
	padding:50px 80px 0 80px;
	*padding:20px 80px 0 80px;
	margin-top:0px;
}


.date {
	background: transparent;
	color: #363636;
	font: 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.postmetadata {
        background: url("images/post_bottom.jpg") bottom center no-repeat;
        font-style: italic;
        color: #555;
        line-height: 1.5em;
	padding:3px 3px 30px 3px;
	text-align: right;
        clear:both;
}

.postmetadata a {background: transparent; color: #555; text-decoration: underline;}

.postmetadata2 {
        background: #eeeeee;
        color: #282828;
        border: 1px solid #cccccc;
        font-size: 11px;
        line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
        clear:both;
        -moz-border-radius: 5px;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #282828 ;
        
}

.commentheader {
        background: inherit;
        font-size: 19px;
        font-weight: lighter;
        text-align: left;
        color: #000;
        padding: 0;
        line-height: 1.5em;
}




#bottom {
	background: url("images/bottom.jpg");
	height:191px;
	padding-top:65px;
}

.bookimg{
	float:left;
	padding:5px 10px 5px 5px;
}
.book {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.book h3{
	font: 13px Georgia, arial;
	font-weight:bold;
	margin:0;
	color:#50a094;
}
.book p{
	margin:5px 0;
	line-height: 1.2;
	text-align:left;
	}
.flickr-photos{
}
.flickr-photos a{
	height:79px;
	display:block;
	float:left;
	border:3px solid #dbd5c5;
	margin:5px;
}
.flickr-photos img{
	border:2px solid #fff;
}
.alignleft{
	float:left;
}

.alignright{
	float:right;
}
.tags{
	float:left;
	font-family: 'helvetica', georgia, times;
}
.cmmnt{
	margin-top:-3px;
	float:right;

}
.cmmnt a{
	padding-left:25px;
	font:19px 'Helvetica', arial, tahoma;
	background: url("images/link_addcomment.jpg") top left no-repeat;
	text-decoration: underline;
	margin-right:10px;
}
.afterpost {
	margin:25px 0;
	
	font:12px 'Helvetica', arial, tahoma;
	line-height:2em;
	text-align:center;
}
.afterpost a{
	text-decoration: underline;
}
span.author{
	background: url("images/user_ico.gif") top left no-repeat;
	padding-left:18px;
}
.passions{
	margin-left:555px;
	
}
.passions a {
	margin-right:10px;
	
	
}
.passions a img{
	border:3px solid #e2f2e5;
}
