/* Sunrise by Payal Dhar (payal@writeside.net) */
/* minor changes by Sabon.org & Lichtnahrung.org */


*{
padding: 0;
margin: 0;
}

body {
background: #fffbef;
color: #A69379;
font: 1.0em "Palatino Linotype", "Book Antiqua", Palatino, "URW Palladio L", Palladio, "Zapf Calligraphic 801", Palazzo, "Palatino Nova", serif;
}

a{
color:#b39b80;
text-decoration: underline;
}

a:hover, a:active{
color:#9C8B6D;
text-decoration:none;
}

#wrapper{
margin: 0 auto;
width: 750px;
}

#header{
margin: 0;
text-align:right;
height:300px;
background: url(images/header.jpg) top left no-repeat;
}

#header-h1{
color:#efc79b;
font: 2.0em "Palatino Linotype", "Book Antiqua", Palatino, "URW Palladio L", Palladio, "Zapf Calligraphic 801", Palazzo, "Palatino Nova", serif;
}

#text {
margin-top:-25px;
float:right;
width:550px;
line-height:1.5em;
border-bottom: 1px solid;
background:transparent;
}

#text p {
padding: 7px;
line-height: 1.4em;
}

h1, h2, h3{
color:#bda68a;
padding: 5px 5px 10px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, "URW Palladio L", Palladio, "Zapf Calligraphic 801", Palazzo, "Palatino Nova", serif;
}

#header h1{
font-size: 2.0em;
}

#text h1{ font-size: 1.5em; font-style: italic; line-height: 1.1em; }

#text h2{
font-size: 1.3em ;
}

#text h3{
font-size:1.2em;
}

#text ol, ul{
padding:0 15px;
margin:0 15px;
}

.meta{
text-align:right;
font-size:0.8em;
background:#f9f0da;
padding:2px;
margin:5px 7px;
}

blockquote{
background:url(images/block.jpg) top right no-repeat;
margin:5px 25px;
padding:7px 50px 7px 7px;
border-left:1px solid #D3BCA1;
}

#footer{
clear:both;
width: 750px;
text-align: right;
margin-top: 5px;
font-size: 0.8em;
height:30px;
line-height:30px;
}