/*
Theme Name: PSL WordPress
Theme URI: http://wordpress.org/
Description: Parasol Island WordPress Theme.
Version: 0
Author: Sebastian Druschel
Author URI: http://www.parasol-island.com
Tags: custom
*/

* {	margin: 0;
	padding: 0;
	border: 0px;
	}
	
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Times New Roman',Times,serif;
	background-image: url(images/psl_bg.png);
	color: #333;
	}

#page {
	}

#header {
	background-image: url(images/psl_header.png);
	height: 200px;
	margin-bottom: -50px;
	overflow: hidden;
	}

#content {
}



/* Text und Elemente */

h1, h2, h3, a {
	font-family: 'Times New Roman',Times,serif;
	color: black;
	text-decoration: none;
	}

hr {
	border-bottom: 1px solid #d8d8d8;
	padding: 0;
}



/* narrowcolumn */

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0px 0 0;
	width: 730px;
	}

.narrowcolumn small, h2, h3 {
	margin-left: 20px;
}

.narrowcolumn small {
	font-size: 8.5pt;
	font-weight: lighter;
	color: #80a7a2;
	margin-bottom: 20px;
}

.narrowcolumn small a {
	color: #d86726;
	font-style: oblique;
}

.narrowcolumn h2 {
	font-size: 36pt;
	color: black;
	font-weight: 600;
	}

.narrowcolumn h3 {
	font-size: 18pt;
	color: #94aca7;
	font-style: italic;
	font-weight: lighter;
	margin-bottom: 5px;
	margin-top: -3px;
	}

.post {
	margin-bottom: 80px;
}

.entry {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 10pt;
	color: #515050;
}

.entry a {
	color: #d86726;
}

.entry p {
	line-height: 20px;
	margin-bottom: 10px;
}

.fresh { 
	background-image: url(images/psl_fresh.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 44px;
	width: 44px;
}

.narrowcolumn img {
	margin: 3px 20px 10px 0;
	float: left;
	border: 0px;
}

.narrowcolumn p {
}

.narrowcolumn .postmetadata {
	margin-top: 10px;
	font-size: 8.5pt;
	font-style: oblique;
	font-weight: lighter;
	color: #80a7a2;

}

.postmetadata a {
	font-size: 8.5pt;
	font-weight: lighter;
	color: #80a7a2;

}

.postmetadata a:hover {
	color: #d86726;
}



/* Sidebar */

#sidebar
{
	padding-top: 110px;
	margin-left: 815px;
	width: 165px;
	font-size: 10pt;
	color: #94aca7;

	line-height: 20px;
	margin-bottom: 10px;
	}

#sidebar a {
	color: #94aca7;
}

#sidebar a:hover {
	color: #d86726;
}
	
#sidebar ul {
	margin-bottom: 15px;
	}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar h2 {
	font-size: 18pt;
	margin-left: 0px;
	margin-bottom: 10px;
	color: black;
	}

.widget {
	margin-bottom: 20px;
}



/* Footer */

#footer {
	height: 290px;
	width: 730px;
	background-color: black;
	color: #94aca7;
	margin-top: 20px;
	padding-left: 20px;
}

#footer a {
	color: #94aca7;
}

#footer p {
	position: relative;
	top: 180px;
	font-size: 8.5pt;
}



/* Search */

#searchform input {
	height: 20px;
	font-family: 'Times New Roman',Times,serif;
	font-size: 10pt;
}



/* Single */

.navigation {
	font-size: 8.5pt;
	font-weight: lighter;
	color: #94aca7;
	
	
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: 20px;
	margin-right: 20px;
	}

.navigation a {
	color: #94aca7;
}

.navigation a:hover {
	color: #d86726;
}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

#commentform input, textarea, submit {
	width: 320px;
	padding: 2px;
	margin: 5px 20px 20px 20px;
	}

.commentlist {
	margin-left: 20px;
	padding: 0;
	text-align: justify;
	list-style-type: none;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.commenthr {
	border-bottom: 1px solid #d8d8d8;
	padding: 0px;
	margin: 9px;
	border-style: dashed;
}	




.comment {
	font-size: 8.5pt;
	font-weight: lighter;
	color: #80a7a2;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.comment .comment-author {
	margin-bottom: 10px;
	color: #d86726;
}

.comment .comment-meta {
	margin-bottom: 10px;
}

.thread-even {
	background-color: #efefef;
}

.thread-odd {
	background-color: white;
}

.comment p {
	color: black;

}

.commentlist {
	width: 340px;
}

.comments {
	float: left;
}

#respond {
	float: left;
	width: 340px;
}




/* Archive */

h2.pagetitle {
	font-size: 8.5pt;
	font-weight: lighter;
	color: #94aca7;
	text-align: left;
}



/* Gallery */

.gallery {

}

.fancybox img {
	padding: 10px;
	margin: 1px;
	background-color: white;
}
