/*  
Theme Name: Pretzels and Cake
Theme URI: http://www.pretzelsandcake.com
Description: Personal Theme from pretzelsandcake.com
Version: 1.0
Author: Florian Fuchs
Author URI: http://www.pretzelsandcake.com

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	margin: 0;
	font-family: Georgia, serif;
	font-size: 15px;
	background: #fff;
	color: #333;
}

.clear {
	clear: both;
}

#wrapper{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	border: none;
	background: #fff;
}

h1{
	font-family: Georgia, serif;
	font-size: 42px;
	font-weight: normal;
	font-style: italic;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a:link{
	text-decoration: none;
	color:#901414;
}

a:hover{
	text-decoration: underline;
	color: #333;
}

a:visited{
	text-decoration: none;
	color:#901414;
}

a img {
	border: none;
}

blockquote { 
	font-style: italic; 
	color: #333; 
	margin: 15px 30px 15px 30px; 
}

code { 
	display: block;
	background-color: #f8f8f8;
	padding: 10px 30px 10px 30px; 
	font-family: Courier, monospace; 
	font-size: 12px;
	overflow: auto;
}

#header {
	padding-bottom: 20px;
	border-bottom: 1px solid #888;
}

#header .title h1 {
	text-align: center;
	width: 630px;
	margin: 20px 0 10px 0;
}
#header .title h4 {
	text-align: center;
	width: 630px;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#content {
	margin-top: 35px;
	float: left;
	display: inline;
	width: 630px;
}

#content h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
}

.post {
/*	border-bottom: 1px dotted #888;*/
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.postinfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.postmetadata {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.entry p {
	line-height: 24px;
	margin: 10px 0;
}

#sidebar {
	background-color: #f8f8f8;
	padding: 35px 0 5px 0;
	width: 310px;
	margin-left: 650px;
}

* html #sidebar {
	margin-left: 647px;
}
#sidebar ul {
	margin: 0 10px;
}

#sidebar ul li ul {
	margin: 0;
}

#sidebar ul li ul li {
	margin: 5px 0 0 0;
}
#sidebar li {
	margin-bottom: 25px;
}
#sidebar, #footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#sidebar h2, #footer h2 {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	border-bottom: 1px dotted #888;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.navigation {
	margin-bottom: 25px;
}
#footer {
	clear: both;
	margin-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #888;
}

#footer h2 {
	margin-top: 10px;
}

#footer ul li {
	width: 230px;
	float: left;
	display: inline;
	margin-right: 10px;
}

* html #footer ul li {
	margin-right: 7px;
}

#footer ul li ul li {
	display: block;
}

#searchform {
	margin-top: 25px;
}
#searchform input {
	margin-bottom: 2px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 2px;
	color: #333;
}

#searchform input#s {
	width: 284px;
}

.comments-template {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.comments-template .entry p {
	line-height: 18px;
}

.comments-template h3 {
	font-weight: normal;
}

.comments-template input, .comments-template textarea {
	margin-bottom: 2px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 2px;
	color: #333;
}
