/*
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
*/

/*----COLORS----*/
/* 
 * #440000 rgb(68,0,0)
 * #ff6600 rgb(255,102,0)
 * #bf4c00 rgb(191,76,0)
 * #faf1eb rgb(250,241,235)
 * #fffcfa rgb(255,252,250)
 * #dddddd rgb(221,221,221)
 * #f8f8f8 rgb(248,248,248)
 * #ffffff rgb(255,255,255)
*/

/* @license
 * MyFonts Webfont Build ID 1345234, 2011-10-09T09:47:01-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Knuckle Down by Larabie
 * URL: http://www.myfonts.com/fonts/larabie/knuckle-down/knuckle-down/
 * Copyright: (c) 1999 Ray Larabie. See attached license agreement for more information. If EULA is missing, visit www.larabiefonts.com for an updated version of this font.
 * Licensed pageviews: unlimited
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1345234
 *
 * © 2011 Bitstream Inc
*/

/* @license
 * MyFonts Webfont Build ID 1361278, 2011-10-13T19:38:18-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Impara Light by Hoftype
 * URL: http://www.myfonts.com/fonts/hoftype/impara/light/
 * Copyright: Copyright (c) 2011 by Dieter Hofrichter. All rights reserved.
 * Licensed pageviews: unlimited
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1361278
 *
 * © 2011 Bitstream Inc
*/

@font-face {
  font-family: 'KnuckleDown-Regular';
  src: url('webfonts/1486D2_0.eot');src: url('webfonts/1486D2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1486D2_0.woff') format('woff'),url('webfonts/1486D2_0.ttf') format('truetype'),url('webfonts/1486D2_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'Impara-Light';
  src: url('webfonts/14C57E_0.eot');src: url('webfonts/14C57E_0.eot?#iefix') format('embedded-opentype'),url('webfonts/14C57E_0.woff') format('woff'),url('webfonts/14C57E_0.ttf') format('truetype'),url('webfonts/14C57E_0.svg#wf') format('svg');
}

html{
/* 	background: #400 url(images/stripe_couch.png) top center repeat; */
  background: #400 url(images/dotted_bg.png) top repeat-x;
}
body {
	font-family: Impara-Light, 'Lucida Grande', Arial, Sans-Serif;
	font-size: 16px;
	line-height: 165%;
	color: #400;
	margin: 0 0 20px 0;
	padding: 0;
}


/*----HYPERLINKS----*/
/* Best order:
a:link
a:visited
a:hover
a:focus
a:active
*/

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

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

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

/*----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;
  text-align: center;
}

#header h1 {
	font-family: KnuckleDown-Regular;  
	font-style: normal; 
  font-size: 60px;
  font-weight: normal;
  line-height: 85%;
  padding-top: 15px;
}


/*----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 {
	background-color: white;
	float: left;
  padding: 20px;
  position: relative;
  width: 480px;
}

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

div.fb-like {
  max-height: 30px;
}

div.hoehefuellen {
  height: 100px;
  width: auto;
}


/*----SIDEBAR----*/

#sidebar {
  font-size: 14px;
  line-height: 135%;
  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;
}

#fb-like {
  width: 200px;
}

div.addthis {
  height: 16px;
  line-height: 32px;
  margin: 16px 0;
  padding: 0;
  position: relative;
  width: 140px;
}
.addthis_default_style {
  height: 16px;
  margin: 0;
  overflow: visible;
  position: relative;
  width: 140px;
}

/*----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;
}


/*----TABLES----*/

td {
  vertical-align: top;
}


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

.big {
 font-size: large;
}

small, .small {
	font-size: 12px;
	line-height: 120%;
}

.laufweite {
  color: #919191;
  letter-spacing: 2px;
}

.rot {
  color: #f00;
}

h1 {
	font-family: KnuckleDown-Regular; 
	font-size: 32px;
	text-align: center;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

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 Impara-Light, 'Lucida Grande', 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: Impara-Light, 'Lucida Grande', Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

.mighty {
  font-size: 4em;
}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 10px;
}

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

#wp-calendar caption {
	font: bold 21px Impara-Light, 'Lucida Grande', 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-bottom: 1px dashed #bf4c00;
	clear: left;
	font-size: 12px;
	margin-bottom: 35px;
	padding: 5px;
}

/* 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: 18px;
  margin: 0 6px 10px;
	padding: 7px;
}

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

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

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



/* Begin Images */
ul.favicons li ul li a img {
  height: 16px;
  width: 16px;
}

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. */

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

.entry li {
	margin-left: 10px;
}

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

.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;
}
#gasp_p {
  font-size: smaller;
}	
/* 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 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;
}
hr.abstand {
  background-color: #f8efe7;
  border: 0;
  color: #bf4c00;	
	display: block;
	height: 1px;
	margin-bottom: 20px;
}

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 */
