/*   
Theme Name: Strickmasche
Theme URI: http://strickmasche.de
Description: Schlichtes und aufgeräumtes Design für eine Strickwebseite
Author: Iris Wilde
Author URI: http://strickmasche.de/blog/
.
Dieses Design darf nicht ohne ausdrückliche Genehmigung verwendet werden.
.
*/

body {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:62.5%; /* setzt 1em auf 10px */
	background-color:#fafafa; /* "dunkelweiß" */
} 

a {
	text-decoration:none;
	color:#55a046; /* etwas dunkleres Grün für normalstarke Schrift */
	}
	
h2 {
	font-size:1.2em;
	font-weight:bold;
}

h2 a {
	color:#75a046; /* grün */
}

h3 {
	font-size: 1em;
}

img {
	border:none;
}

p {
	margin-bottom: 1.5em;
}

.divider {
	clear:both;
}
.excerpt {
	width: 40em;
	margin-bottom: 1.5em;
}

.excerpt img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid thin black;
}

.postmetadata {visibility: hidden;}

.tip {
	background:url(img/light_bulb.png) left no-repeat;
	padding-left:1.3em;
	vertical-align: text-bottom;
	}

/* Element mittig ausrichten, mind. 770px, max. 990px breit */
.middle {
	min-width:770px; 
	max-width:990px;
	margin:0px auto; 
	padding:0px;
	position:relative;
	top:0;
	<!--[if IE]>
	width: expression(document.body.clientWidth < 772? "770px" : document.body.clientWidth > 1202? "1200px" : "auto");
	<![endif]-->
}

/*AUSRICHTUNG und ABSTÄNDE*/
.center {
	text-align: center;
}

.alignright {
	text-align: right;
	margin-left: 1em;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
#sidebarRight div {
	margin-bottom: 1.5em;
}

#sidebarRight img {
	margin-bottom: 0.7em;
}
/*
Strickmasche-Schriftzug -----------------*/

#header {
	height: 150px;
	width: 620px;
	background: url(img/header-strickmasche.gif) no-repeat;
	text-indent: -9000px;
	position: relative;
}

/* NAVIGATION */
#navBar {
	height:1.9em;
	border-top:1px dotted #c6d8b2;
	border-bottom:1px dotted #c6d8b2;
}

#nav {
	font-size:1.4em;
}

#nav a {
	text-decoration:none;
	color:#333;
	padding:0 0.4em 0.2em;
}

#nav a:hover {
	background-color:#c6d8b2;
}


#nav, #nav ul {
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
}

/* Suche */
#suche {
	float: right;
	margin: 20px 0 15px 10px;
}

/* Flattr */
#flattr {
        font-size: 1.3em;
	vertical-align: top;
}

/* Breadcrumbs */
#breadcrumbs {
	font-size:0.9em;
	margin:1em 0.5em 0em;
}

/* Seiteninhalt */
#container {
	font-size: 1.4em;
	color: #333;
	margin-top: 2em;
}

#content {
	position: relative;
	top: 2em;
	left: 210px;
	max-width: 780px;
	padding-bottom: 20px;
}

/*
Sidebars ---------------------*/

#sidebarLeft {
	width:160px;
	margin:2em 0 0 0.4em;
	position:absolute;
}

#sidebarRight {
	width: 16em;
	float: right;
	margin-left: 20px;
	margin-bottom: 2em;
}

#sidebarRight h2 {
	font-size:1.1em;
	font-weight:normal;
	color:#333;
	margin-top:0;
	}
	
/*
Footer ---------------------*/

#footer {
	font-size: 0.8em;
	clear: right;
	margin: 2em 0;
}

/*
Wörterbuch -----------------*/
.dic_letter {
	background-color: #75a046;
	color: white;
	font-weight: bold;
	text-align: center;
}

.dic_left {
	padding: 0 0.5em;
	text-align:right;
}

.dic_right {
	padding: 0 0.5em;
}
