/*  
Theme Name: Quiet Please
Theme URI: http://wordpress.org/
Description: For Erics Weblog
Version: 0.1
Author: Marco Stahl
*/

/* --------------------------------------

   --------------------------------------*/
   
/* --------------------------------------
	very global
	
	font-sizebase: 12px = 75%
	->
		23px	=   1.92em
		22px 	=   1.83em;
		17px 	= 	1.416em;
		11.5px	= 	0.96em;
   --------------------------------------*/   

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #37220b;
	text-align: center;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 130%;
	color: #4D3215;
}

a {
	color: #A75B00;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration:underline;
}

a img {
	border: none;
}

/* this is for selected tags*/
a.selected {
	text-decoration:underline;
}
.clear {
	clear: both;
}

ul, ol {
	list-style: none
}

h1,h2,h3 {
	font-family: "Minion Pro",Minion,Optima,"Trebuchet MS",sans-serif;
	font-size: 1.83em;
	line-height: 130%;
	font-style: italic;
	font-weight: bold; 
}

h1 .brackets,h2 .brackets {
	font-style: normal;
	font-weight: normal;
}

h2 a {
	color:#4D3215;
}
h2 a:hover {
	text-decoration:none;
	border-bottom:2px solid #4D3215;
}

input.text {
	font-size: 1em;
}

p.right {
	text-align: right;
}

/* --------------------------------------
	jump to navi link
   --------------------------------------*/

a#aux {
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: -999em;
	width: 1px;
}


a#aux:focus,a#aux:active {
	background: white;
	border-bottom: 5px solid;
	display: block;
	height: auto;
	padding: 1em 0;
	text-align: center;
	top: 0;
	width: 980px;
}

/* --------------------------------------
	decoFrame + Header +page
   --------------------------------------*/   

#decoFrame {
	width: 980px;
	background: #f6f3ea url(images/bg/body.jpg) 0px 36px;;
	text-align: left;
	margin: 0px auto;	
	position: relative;
}

#decoFrame #decoHead {
	height: 36px;
	background: url(images/bg/head.jpg);
}

#page {
	margin-left: 48px;
	width: 865px;
	background: #f7f2e7;
	padding: 10px; 	
}

#page #banner {
	display: block;
	margin: -15px 0px 10px 0px;
}

/* --------------------------------------
	content
   --------------------------------------*/

#content {
	width: 560px;
	float: left;
	background: #e6e3da;
	padding: 10px;
} 

#content h3 {
	margin: 0.5em 0;
}  

/* --------------------------------------
	article
   --------------------------------------*/

.article {
	margin-bottom: 3em;
}   


.article .articleHeader,
.article .articleContent {
	padding-left: 1em;
	/*border:1px solid red;*/
}

.article h1,
.article h2{
	margin: 0.5em 0;
}   
   
.article .creationInfo,
.article .tags {
	font-size: 0.96em;
	font-weight: bold;
	margin-bottom: 0.1em;
}   


.article .articleContent {
	border-top: 1px solid #CDC8BA;
	padding-top: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}   

.article .articleContent img{
	margin: 0px 0px 10px 10px;
	border: 4px solid #cfc0aa; 
} 

.pageArticle p,
.article .articleContent p{
	margin-bottom: 0.5em; 
} 

.article .articleFooter {
	font-size: 0.96em;
	font-weight: bold;
	background: #DED6C6;
	padding: 0.5em 0px 0.5em 2em;
	word-spacing: 0.3em;
}

.article .articleFooter .stars {
	word-spacing: 0em;
}

/* --------------------------------------
	comments
   --------------------------------------*/

.commentList li {
	background: #f6f3ef;
	padding: 1em;
	padding-left: 2em;
	margin-bottom: 5px;	
}

.commentList li p{
	margin-bottom: 1em;	
}


.commentList li .commentMetaData {
	font-weight: bold;
}

.commentList li cite {
	font-style: normal;
}

/* --------------------------------------
	sidebar
   --------------------------------------*/   
   
#sidebar {
	width: 255px;
	background: white;
	float: right;
	padding: 10px;
}   

#sidebar h2 {
	font-size: 1.416em;
	margin-bottom: 0.2em;
}

#sidebar a{
	font-weight: bold;
}


#sidebar ul li{
	margin-bottom: 10px;
}

#sidebar ul li.box{
	padding: 10px;
	background: #f6f3ef;
}

#sidebar ul.categories li {
	margin: 0px;
}

#sidebar ul.categories li ul.children {
	margin-left: 1em;
}


#sidebar ul.recentPosts li,
#sidebar ul.highlights li
 {
	border-top: 1px solid #cdc8ba;
	padding-top: 0.4em;
	margin: 0.4em 0 0;
}

#sidebar ul.recentPosts li:first-child,
#sidebar ul.highlights li:first-child
 {
	border-top: none;
}

#sidebar .tags a{
	color: #6E7A0A;
}

#searchForm {
	overflow: hidden;
}

#searchForm label{
	display: none;
}

#searchForm input.text {
	width: 160px;
	float: left;
}

#searchForm #searchButton {
	float: right;
	vertical-align: bottom;
}


/* --------------------------------------
	icons,buttons,...
   --------------------------------------*/   
   
.rssIcon {
	background: url(images/icons/rss.gif) no-repeat;
	padding: 2px 0px 5px 20px;
}   

/* --------------------------------------
	commentForm
   --------------------------------------*/   

#commentForm {
	margin: 1em;
}

#commentForm textarea{
	width: 100%;
}

#commentForm label{
	font-family: "Minion Pro",Minion,fantasy;
	font-size: 1.1em;
	line-height: 130%;
	font-style: italic;
	font-weight: bold; 
}

#commentForm label .brackets {
	color: #888;
}

#commentForm p{
	margin: 1em 0px;
}