/* standard elements */
* {
	font: normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	margin: 0; padding: 0;
}
a {
	color:#FB3CC2;
	font-weight:bold;
	text-decoration:none;
	z-index:101;
}
a:hover, .footer a:hover {
	border:1px solid #D433A3;
	border-right:none;
	border-left:none;
}
body {	
	background:#fff;
	padding:0 0 20px 0;
}


p, cite, code, ul {
	margin:19px 0 15px 17px;
	letter-spacing:0.03em;
	text-align:justify;
}
h1 {
normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
}
ul {
	margin-bottom:8px;
}
li {
	margin-bottom:8px; list-style-image:url('img/blt_spe.gif')
}
code {
	background: url('img/bgcode.gif');
	border: 1px dotted #AD6F86;
	color: #444;
	display: block;
	margin-bottom: 12px;
	white-space: pre; font-style:normal; font-variant:normal; font-weight:normal; font-size:1em; font-family:Lucida Sans Unicode, serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}

cite {
	display: block;
	background: url('img/quote.gif') no-repeat;
	color: #663;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif
}

blockquote {
	display: block;
	background: url('img/quote.gif') no-repeat;
	color: #663;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif
}


/* structure */
.container {
	position:relative;
	width:781px;
	left:50%;
	margin-left:-390px;
	background:#fff url(img/bg.gif) repeat-y center;
	overflow:visible;
	z-index:100;
}

/* header */
.header {
	position:relative;
	width:781px;
	height:194px;
	margin:0 auto;
	background: url(img/header.gif) no-repeat right;
}
.header h1 a, .header h1 a:hover{
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
	text-decoration:none;
}

/* navigation */
#navigation {
    	float:left;
    	width:100%;
	background:#fff url(img/bg.gif) repeat-y center;
   	}

#navigation ul {
        margin:0;
        padding:10px 10px 0px 42px;
        list-style-type:none;
 	}

#navigation li {
    	display:inline;
    	margin:0;
    	padding:0;
    	}

#navigation a{
	font: normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	float:left;
        margin:0;
        padding:0 0 0 4px;
        text-decoration:none;
	border: none;
        }

#navigation a span {
    	float:left;
    	display:block;
	background:url("img/tabright8.gif") no-repeat right top;
 	padding:5px 15px 4px 6px;
	color:#EBC7D4;
	border: none;
  	}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
    /* End IE5-Mac hack */

#navigation a:hover span {
     	color:#AD2A86;
      	}


#navigation a:hover span {
	background-position:100% -26px;
      	}


#navigation #current a span {
        background-position:100% -26px;
	}
}

/* content */
.content {
	margin:16px 0;
}
.content {
	width:430px;
	font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color:#AD2A86;
	margin:55px 0 0 59px;
	padding-bottom:26px !important;
	padding-bottom:0;
	text-align:justify;
}




/* footer */
.footer {
	position:relative;
	left:50%;
	margin-left:-390px;
	background: url(img/footer.gif);
	width:781px;
	height:100px;
}

/* extra Div*/
#extraDiv2 {
	width:49%;
	position:absolute;
	top:350px;
	left:0;
	height:136px;
	background:url(img/topleft_bg.gif) repeat-x;
	z-index:10;
	}

#extraDiv3 {
	width:49%;
	position:absolute;
	top:350px;
	right:0;
	height:131px;
	background:url(img/topright_bg.gif) repeat-x;
	z-index:10;
	}

/*post stylng*/
.post{margin:0 0 25px 0;
	width:430px;
	font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color:#AD2A86;
	padding-bottom:26px !important;
	padding-bottom:0;
	text-align:justify;}

.post .info{
padding:2px 3px 3px 8px;
font-size:0.9em;
color:#505050;
}

.post h1 a 
{	width:430px;
	font:16px;
	color:#AD2A86;
	padding-bottom:0;
	text-align:justify;
	}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #f3eaef;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #f3eaef;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f3eaef;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f3eaef;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f3eaef;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

/*Linkliste*/

#linkList {
	width:196px;
	position:absolute;
	top:284px;
	right:59px;
	}

#linkList h3 {
	font:bold italic 12px/18px Georgia,"Times New Roman",Times, serif;
	width:196px;
	height:34px;
	}

#linkList ul {
	list-style-image:url(blt_norm.gif);
	margin:5px 0 20px 23px;
	font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color:#AD2A86;
	}

#linkList ul li {
	margin-bottom:8px;
	}

#linkList ul a {
	color:#EBC7D4;
	font-weight:normal;
	font-familie: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-transform:lowercase;
	}

#linkList ul a:hover {
	color:#AD2A86;
	border:none;
	}

#linkList #lfirst ul {
	list-style-image:url(blt_spe.gif);
	margin:5px 0 20px 23px;
	font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color:#EBC7D4;
	}

#linkList #lfirst ul a {
	display:block;
	color:#EBC7D4;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	text-transform:none;
	line-height:14px;
	}

#linkList #lfirst ul a.c {
	display:inline;
	font-style:normal;
	font-size:11px;
	color:#EBC7D4;
	letter-spacing:0;
	text-transform:lowercase;
	}

#linkList #lfirst ul a:hover {
	color:#AD2A86;
	border:none;
	}

#linkList #lsecond ul,
#linkList #lthird ul {
	margin:10px 0 20px 24px;
	}
 