/*
Theme Name: Sackmühle
Description: Theme for sackmuehle.de by <a href="http://www.torstenkelsch.de" title="Torsten Kelsch">Torsten Kelsch</a>.
Version: 1.0
Author: Torsten Kelsch
Author URI: http://www.torstenkelsch.de/
Tags: orange, brown, fixed width, two columns, widgets
*/


html{
	background: #400 url(images/tartan_sackmuehle-6.png) repeat;
}
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.94em;
	line-height: 1.63em;
	color: #400;
	margin: 0 0 20px 0;
	padding: 0;
}


/*----WRAPPER----*/

#page {
	background-color: white;
  border: double 10px #faf1eb;
	margin: 10px auto;
	min-height: 760px;
	padding: 0;
	position: relative;
	width: 760px;
}

/*----HEADER----*/

#header {
	background: #400 url('images/sackmuehle.png') no-repeat bottom left;
	height: 90px;
	margin: 10px auto 0 auto;
  position: relative;	
  width: 740px;
}

#header .description {
	color: #f61;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  text-align: center;
}

#header h1 {
  font-size: 3.75em;
  font-weight: normal;
  line-height: 1.13em;
}

/*----NAVIGATION BAR----*/

#top-menu {
	background: #f61;
	clear: both;
	margin: 0 10px;
	width: 740px;
	text-align: left;
	font-size: 0.88em;
	font-weight: bold;
}

#top-menu a {
	text-decoration: none;
	color: #fff;
	padding-left:20px;
}

#top-menu a:hover {
	text-decoration: underline;
}

#top-menu ul {
	margin: 0 auto;
	padding: 6px 0;
	text-align: left;
}

#top-menu ul li {
	display: inline;
}

/*----CONTENT----*/

#content {
	float: left;
  padding: 20px;
  position: relative;
  width: 480px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/*----FOOTER----*/

#footer {
	background: #f61;
  border-top: solid 20px #400;  
	clear: both;
	color: #fff;
	font-size: 0.69em;
	margin: 0 auto;
	padding: 0;
  text-align: center;	
  width: 760px;
}

#footer a {
	color: #ffe4bb;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#footer li {
  list-style: none;
}

/*----TEXT FORMATTING----*/

.big {
 font-size: large;
}

small, .small {
	font-size: smaller;
	line-height: 1.5em;
}

h1, h2, h3 {
  font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
}

.post h2 a{
	color:#f60;
}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

.border {
  border: dashed 1px #400;
  padding: 10px;  
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: dotted 1px #400;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

.mighty {
  font-size: 4em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.88em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #bf4c00;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 0.63em;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
}

.post hr {
	display: block;
}

.postmetadata {
	background-color:#f8efe7;
	border-top:1px dashed #e7e7e7;
	border-bottom:1px dashed #e7e7e7;
	clear: left;
	font-size: 0.88em;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	width: 760px;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	background-color: #f8efe7;
	border-top: 1px dashed #ede0d4;
	font-size: 1.19em;
  margin: 0 6px 10px;
	padding: 7px;
}

#sidebar h3 {
	font-size: 1.06em;
	padding: 7px;  
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry a:visited {
  color: #777;
  text-decoration: underline;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
}

#sidebar ul p {
	margin: 5px 0 8px;
	padding: 10px;
	width: 200px;
}
#sidebar ul select {
  width: 180px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	/*background:#666666 url(images/sidebar-search-bg.gif) repeat-x;*/
}

#searchdiv {
  float: right;
  position: relative;
	width: 180px;
}

#s {
	margin-left: -26px;
  padding: 2px;
	width: 120px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

#commentform input {
	width: 220px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
	width: 180px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	font-size: 0.88em;
	line-height: 1.25em;
  padding: 0 0 10px 0;
	margin-top: 15px;
  margin-left: 528px;
	width: 229px;
}

#sidebar form {
	margin: 0;
}

.sidebarbox {
  background: #FFFCFA;
  border: solid 1px #FAF1EB;
  display: block;
  margin-bottom: 20px;
  padding: 6px 5px 3px 5px;
}

.widgettitle {
  display: none;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */