/*
Theme Name: WordPress Winzerhof
Theme URI: http://www.rosecco.net
Description: New WordPress theme for rosecco.net
Author: Franz Steinmetz

*/

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
}

a:visited {
	color: #342;
}

a:hover {
	color: #9a8;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback, td, th, p.credit a, #fancy_notification_content, #shoppingcartcontents {
	font-size:15px;
	/*font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;*/
	font-family:Corbel,
             "Lucida Grande",
             "Lucida Sans Unicode",
             "Lucida Sans",
             "DejaVu Sans",
             "Bitstream Vera Sans",
             "Liberation Sans",
             Verdana,
             sans-serif;

	line-height:145%;
	letter-spacing: 0px;
}

p.credit a, p.credit a:visited {
	color:white;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	font-size: 14px;
	color:white;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
	color:#666600;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width:530px;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

div.alignleft {
	margin-right:10px;
}

div.alignright {
	margin-left:10px;
}

.wp-caption {
	border: 1px solid #000;
	text-align: center;
	background-color: #666600;
	padding-top: 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	color:#FFFFCC;
}
/* End captions & aligment */

html, body, div , ul, li , h1, h2, h3, h4, p {
	margin:0;
	padding:0;
	font-weight:normal;
}

body {
	background-color:#330033;
}

p {
	margin-bottom:10px;
}

a {
	color:inherit;
	text-decoration:none;
}

#page {
	margin:0 auto 0 auto;
	width:943px;
	background-image:url('images/page_background.png');
}

#left, #right  {
	width:196px;
	color:#ffffcc;
	background-color:#666600;
}

#center {
	float:left;
	width:551px;
	background-color:#ffffcc;
}

#left {
	float:left;
}

#right {
	float:right;
}

div .top {
	height:120px;
}

#left .top {
	background-image:url('images/header-left.jpg');
}

#right .top {
	background-image:url('images/header-right.jpg');
}

#center .top {
	background-color:#656600;
	height:110px;
	padding-top:10px;
}

#center .top  h2, #center .top  h3 {
	width:300px;
	color:white;
	font-family:'Times New Roman';
	font-style:italic;
	float:left;
}

#center .top  h2 {
	font-size:22px;
	margin-top:6px;
}

#center .top  h3 {
	font-size:50px;
}

#center .top  img {
	float:left;
	margin:0 20px;
	width:112px;
	height:89px;
	display:block;
}

#left ul ul {
	margin:30px 0 60px 0;
	list-style-type:none;
}

#left li li a , #left li li a:visited{
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#FFFFCC;
	padding:9px 8px 9px 0;
	text-align:right;
}

#left li li a:hover {
	color:#666600;
}

#left li li:hover, #left li li.current_page_item, #left li li.current_page_parent, #left li li.current_page_item a, #left li li.current_page_parent a {
	color:#666600;
	background-color:#ffffcc;
	background-repeat:no-repeat;
	background-position:0 41px;
	background-image:url('images/submenu.jpg');
}

#left ul  {
	list-style-type:none;
}

#left ul ul ul {
	display:none;
	background-color:transparent!important;
	/*background-image:url('images/submenu.jpg');*/
	margin:0;
}

#left ul ul li.current_page_item ul, #left ul ul li:hover ul, #left ul ul li.current_page_parent ul {
	display:block;
}

#left li li li a, #left li li li a:visited {
	font-size:17px;
	padding:7px 8px 7px 0;
	text-align:right;
	color:#656600;
	background-color:transparent!important;
}

#left li li li {
	background-color:transparent!important;
}

#left li li li a:hover, #left li li li a:active, #left li li li.current_page_item a {
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR4nGP4///MTAAJLwNkMrCfSgAAAABJRU5ErkJggg==') repeat!important;
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffcc, endColorstr=#99ffffcc) /* won't validate, CSS hack, a method for alpha color backgrounds, http://tinyurl.com/ly6rj2 */;
}

#right #warenkorb_small {
	padding:30px 8px 60px 8px;
}

#right h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	display:block;
	margin-bottom:10px;
}

#content {
	padding:30px 8px 60px 8px;
	color:black;
}

#content h3, #content h4, h2#comments, h2#postcomment {
	font-family:'Times New Roman';
	font-size:32px;
	margin-bottom:20px;
	color:#666600;
}

h2#comments, h2#postcomment {
	font-size:26px;
}

#content h4.storytitle {
	font-size:26px;
	margin-bottom:10px;
}

#content h4.date {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:black;
	width:150px;
	float:right;
	text-align:right;
	margin:0;
	padding-top:7px;
}

.storycontent ul {
	margin-left:20px;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */