/*
Theme Name: Sarsfield 2
Theme uses ideas from URI: http://www.sporadicnonsense.com/fallingleaves/
Description: Header, main column and sidebar, footer
Author: S. Rutschmann
Author URI: http://www.sarsfieldestate.com.au
*/

/* The Basics */
* {
	margin: 0;
	padding:0;
}
/* fields*/
body {
	font: 0.8em/2em Tahoma, Arial, sans-serif;
	color:#FFFFFF;
	background-color:#333333;
	text-align:center;
	/*zentrier-hack 1.teil*/ 
}
#container {/*nur fuer boxlayout*/
	padding: 0;
	border: 1px solid #fff;
}
#container  {
	position: relative;
	background-color: #666666;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom:20px;
	margin-left: auto; /* opera does not like 'margin:20px auto' */
	text-align:left;
	width:756px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
		}
	html>body #container{
	width: 755px; /* ie5win fudge ends */
	}
#content {
	width: 655px;
	margin: 0px 50px;
}
#header  {
	position: relative;
	margin: 50px;
}
#head  { 
	height: 190px;
	background: url(../bilder/taste/head2.jpg) no-repeat 0 0;
	text-align:center; 
	}
#head2  { 
	height: 190px;
	background: url(../bilder/mouv/head1.jpg) no-repeat 0 0;
	text-align:center; 
	}
#head3  { 
	height: 190px;
	background:url(../bilder/sarsf/sars.jpg) no-repeat 0 0;
	text-align:center; 
	}
.description {
	margin-left: 320px;
	font-size: 14px;
}






/*Sidebar*/
#sidebar {
	float: right;
	width: 200px;
	margin: 0px 0px 100px 55px;
}
#print  {
	text-align:right;
}
#links  {
	float:right;
	text-align:right;
	width: 195px;
	margin: 47px 0px 30px;
}
#sidebar p {
	font-size: 1em;
	line-height: 1.8em;
	padding-top:17px;
}
#sidebar a {
	border: none;
}

#sidebar a:hover {
	clear: left;
	text-align: right;
}
/*Hauptteil*/
#main {
position:relative;
	float:left;
	margin-top:40px;
	width:400px;
}
#storytitle  {
line-height:30px;
}

#story {
	float:left;
	width:655px;
}
.date {
	font-size: 10px;
	text-align: left;
	margin-bottom: 20px;
}
/*Footer*/
#footer {
	clear: both;
	border-top: 1px solid #ddd;
	font-size: 10px;
	padding: 10px;
}
#footer a  {
	float: right;
	font-size:12px;
	}
/*Allgemeines*/
a {
	text-decoration: none;
	color:#FFF;
}
a:hover {
text-decoration:underline;
}
p {
	padding: 15px 0 10px 0;
}
small {
	font-size: 85%;
}
.styleblue {
color: #B6C4D3;
}
/*.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
}*/
ul {
margin-top:20px;
}
.medals li {
	list-style:disc inside;
}
/* Headings */
h1 {
	font: small-caps normal 28px Arial, Helvetica, sans-serif;
	margin-left: 330px;
	padding-top: 40px;
	color: #FFFFFF;
}
h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	font: normal 19px Tahoma, Arial, sans-serif;
	padding-top: 5px;
	letter-spacing: 0.15em;
}
/*h2 a:hover { text-decoration: none; border: none; color:#CCFF00 
}
.sidebar h2 { font-size: 13px; font-weight: normal;  
}*/
h3 {
	border-bottom: 1px solid #ddd;
	font: normal 14px Tahoma, Arial, sans-serif;
	margin-bottom: 0px;
	padding: 5px 0px 4px;
}
h4 { font: 12px Arial, Helvetica, sans-serif; 
}
blockquote  {
	font-style:italic;
	font-size:13px;
	font-weight: normal;
	letter-spacing: 0.165em;

}


/*tastingnotes*/
.notes {
	width: 390px;
}
.points {
	padding-left:80px;
	text-align:justify;
	display: block;
	}
/* Images */
img.centered {
	display: inline;
	clear:none;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	margin-top: 25px;
	margin-bottom: 25px;
}
img.alignright {
	float:right;
	padding: 4px;
	margin: 30px 20px 20px 20px;
	display: inline;
	border: 1px solid #ddd;
}
img.alignleft {
	float: left;
	padding: 4px;
	margin: 20px 30px 20px 0;
	display: inline;
	border: 1px solid #ddd;
}

.style1 {color: #CBCB63}
