body
{
	background-color: rgb(163,68,18);
	background-image: url('images/background.jpg');
	padding: 0px;
	margin: 0px;
	position: relative;
	font-family: Georgia, serif;
	font-size: 10pt;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
}

a
{
	color: rgb(163,68,18);
	text-decoration: none;
}

img
{
	border-width: 0px;
}

ul
{
	margin: 0px 0px 0px 18px;
	padding: 0px;
	list-style-type: circle;
}

div.clear
{
	clear: both;
}

div#backgroundGradient
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('images/background-gradient.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 756px;
}


#container
{
	width: 1000px;
	position: relative;
	background-image: url('images/background-globe.png');
	background-repeat: no-repeat;
	background-position: -10px 0px;
	margin: 0px auto 0px auto;
}


#postNotes
{
	position: relative;
	z-index: 100;
	float: right;
	left: -22px;
	width: 200px;
	margin: 350px 0px 0px 0px;
}

div.postIt
{
	position: relative;
	width: 185px;
	height: 205px;
	overflow: hidden;
	padding: 5px 15px 10px 15px;
	background-image: url('images/post-it.png');
	background-repeat: no-repeat;
}



div.postIt > h3
{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}


div.notepad
{
	width: 200px;
	height: 275px;
	padding: 30px 15px 15px 30px;
	overflow: hidden;
	position: relative;
	left: -40px;
	background-image: url('images/notepad.png');
	background-repeat: no-repeat;
}


div.notepad > h3
{
	text-align: center;
}


div.notepad ul
{
	list-style-type: circle;
	height: 180px;
	overflow: hidden;
	width: 160px;
	padding: 0px 0px 0px 20px;
	position: relative;
	left: -20px;
}


div.notepad ul li
{
	line-height: 1.1em;
	margin-top: 0.5em;
}

#friendlist > ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content
{
	float: left;
	position: relative;
	width: 700px;
	margin: 0px auto 0px 100px;
	top: 215px;
}

div#parchmentTop
{
	position: relative;
	z-index: 10;
	background-image: url('images/parchment-top.jpg');
	background-repeat: no-repeat;
	height: 125px;
	padding: 50px 0px 0px 50px;
}

div#parchmentTop img
{
    margin-top: -20px;
}
div#parchmentBottom
{
	position: relative;
	background-image: url('images/parchment-bottom.jpg');
	background-repeat: no-repeat;
	height: 178px;
	z-index: 40;
	padding: 0px 0px 100px 0px;
}

div#parchmentMiddle
{
	position: relative;
	z-index: 35;
	background-image: url('images/parchment-middle.jpg');
	background-repeat: repeat-y;
	padding: 0px 50px 80px 30px;
	margin: 0px;
}


div#reiseroute
{
	position: absolute;
	top: 0px;
	left: 160px;
	z-index: 30;
	background-image: url('images/reiseroute.png');
	background-repeat: no-repeat;
	width: 597px;
	height: 437px;
}


div#sandi
{
	position: absolute;
	top: 1px;
	left: 396px;
	z-index: 30;
	background-image: url('images/schild.png');
	background-repeat: no-repeat;
	width: 618px;
	height: 354px;
}

div#sandi > a
{
	display: block;
	width: 100%;
	height: 100%;
}

div#sandi > a > img
{
	border-width: 0px;
}

div#sunnyDownUnder
{
	width: 290px;
	height: 195px;
	position: absolute;
	top: 80px;
	left: 230px;
	z-index: 40;
	background-image: url('images/bernd-in-australien.png');
	background-repeat: no-repeat;
}


div#sunnyDownUnder > a
{
	display: block;
	width: 290px;
	height: 50px;
}


div#launeSelector
{
	width: 160px;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 680px;
	z-index: 40;
	background-image: url('images/laune-header.png');
	background-repeat: no-repeat;
	padding: 35px 0px 0px 75px;
}

div#launeSelector > a
{
	font-family: "Helvetica Neue";
	display: block;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 1.1em;
	color: rgb(75,47,18);
}

div#launeSelector > a.active
{
	font-weight: bold;
	color: white;
}


div#launeFrame
{
	position: absolute;
	width: 214px;
	height: 167px;
	top: -5px;
	left: 530px;
	z-index: 35;
	display: none;
}


div.launeFrame
{
	background-repeat: no-repeat;
	background-image: url('images/launen/laune-frame.png');
	position: absolute;
	width: 214px;
	height: 167px;
	top: 0px;
	left: 0px;
	z-index: 35;

}

div.launeOverlay
{	
	display: none;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	width: 183px;
	height: 133px;
	top: 12px;
	left: 13px;
}

div#laune-lieb
{
	background-image: url('images/launen/lieb.jpg');
}

div#laune-traurig
{
	background-image: url('images/launen/traurig.jpg');
}

div#laune-schraeg
{
	background-image: url('images/launen/schraeg.jpg');
}

div#laune-eyooo
{
	background-image: url('images/launen/eyooo.jpg');
}


#fueller
{
	position: relative; top: -58px; margin-bottom: -58px;
}

div.entry
{
    clear: both;
	position: relative;
	width: auto;
	padding: 0px 20px 0px 75px;
	margin-top: 4em;
	text-align: justify;
}

div.entry:first-child,
div.singleEntry
{
	margin-top: 0em;
}
div.entry div.date
{
	position: relative;
	left: -75px;
	width: 50px;
	text-align: center;
}

div.entry div.date div.dayDate
{
    position: relative;
	color: rgb(162,67,17);
	font-size: 32pt;
}

div.entry div.date div.monthName
{
    position: relative;
	color: black;
	margin-bottom: 8px;
	font-size: 12pt;
	text-transform: uppercase;
}

div.entry h2
{
	font-weight: normal;
	font-size: 18pt;
	margin: -35px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(245,240,219);
	text-align: left;
}

div.page h2
{
	margin-top: 0px;
}

div.entry p
{
	margin: 0px;
}


div.entry img.alignleft,
div.entry img.alignright,
div.entry img.aligncenter,
div.entry img.alignnone
{
	border-width: 8px;
	border-style: solid;
	border-color: rgb(245,240,219);
	float: right;
	margin: 10px 0px 10px 20px;
}


div.entry img.alignleft
{
	float: left;
	margin: 10px 20px 10px 0px;
}


div.comments-link
{
	background-image: url('images/comment-icon.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
}



div.navigation
{
	margin: 0px 0px 1.5em 0px;
	padding: 0.5em 0px 0.5em 0px;
	border-style: dotted;
	border-width: 1px 0px 1px 0px;
	border-color: rgb(202,182,136);	
}

#nav-below
{
	margin-top: 1.5em;
}

div.nav-previous
{
	float: left;
	margin-left: 15px;
}

div.nav-next
{
	float: right;
	margin-right: 15px;
}


div.entry-utility
{
    clear: both;
	margin-top: 1em;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(245,240,219);
	font-size: 9pt;
	line-height: 1.2em;
}

div.entryLoop div.entry-utility
{
	border-width: 0px;
	padding: 0px;
	font-size: 100%;
}



#comments
{
	background-image: url('images/comment-icon-big.png');
	background-repeat: no-repeat;
}


#comments h3
{
	font-size: 16pt;
}
#comments > h3:first-child
{
	padding-left: 75px;
}


ol.commentlist
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ol.commentlist > li
{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(245,240,219);
	margin: 0px 0px 2em 0px;
	padding: 0px 0px 2em 75px;
	position: relative;
}

div.comment-author
{
}


ol.commentlist > li.comment-author-sandi
{
	padding-left: 0px;
	background-image: url('images/sandi-avatar.jpg');
	background-repeat: no-repeat;
}

ol.commentlist > li.comment-author-sandi > div
{
	padding-left: 90px;
}



div.comment-author > cite
{
	font-style: normal;
}

div.comment-author > img
{
	display: none;
}


#respond
{
	padding-left: 75px;
}

input,
#respond input,
#respond textarea
{
	border-width: 2px;
	border-style: solid;
	border-color: rgb(251,248,237);
	background-color: rgb(245,240,219);
	padding: 5px;
}

input:focus
{
	background-color: rgb(251,248,237);
}


#respond input,
#respond textarea
{	
	float: right;
	display: block;
	width: 300px;
	margin: 0px 100px 0px 0px;
}


p.form-allowed-tags
{
	clear: both;
	margin: 0px 0px 0px 135px;
	padding-top: 10px;
	font-size: 8pt;
}



p.form-allowed-tags > code
{
	display: block;
}


ul.footer
{
	list-style-type: none;
	
}

li#subscribe2
{
	padding-left: 30px;
}
li#subscribe2 h3
{
	margin: 0px;
	padding: 0px;
}
li#subscribe2 p
{
	display: inline;
}

li#subscribe2 input
{
	margin-right: 10px;
}


/* Parchment Screenshots

div#postNotes,
div#reiseroute,
div#sandi
{
	display: none;
}
 */
 

#page-about-me
{
}


#page-about-me p
{
	clear: left;
	text-align: center;
	margin: 1em 0px 1em 0px;
}
#page-about-me p img
{
	display: inline;
	text-align: center;
	vertical-align: middle;
	float: none;
	border-width: 0px;
	margin-bottom: 10px;
}
 
 

#quick-flickr {
    list-style-type: none;    
}
#quick-flickr h3.widget-title {
    text-align: center;
}

#quick-flickr img.flickr_photo {
    margin: 0px 0px 10px 10px;
}