@charset "UTF-8";
/* CSS Document */

@import url(normal.css); 


html { height: 100%; }

body {
	height: 100%;
	background: #000000 url(img/bg.gif) center;
	font: 12px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #400041;	
}
#wrap {
	min-height: 100%;
	width: 900px;
	position: relative;
	margin: 0 auto;
	background: url(img/back.gif) no-repeat;
}
* html #wrap { height: 100%; }

#header {
	position: relative;
	width: 600px;
	height: 190px;
	background: url(img/headerbg.gif) no-repeat;
}
#contentBorder {
	background: url(img/border.gif) no-repeat;
	width: 600px;
	height: 55px;
	float: left;
}

#contentWrap {
	position: relative;
	width: 600px;
	float: left;
}


#right {
	position: absolute;
	top: 0;
	left: 550px;
	width: 350px;
	z-index: 0;
}

#branding {
	left: 0;
	top: 0;
	height: 380px;
	width: 350px;
	z-index: 98;
}
#branding a {
	display: block;
	background: url(img/branding.gif) no-repeat;
	height: 475px;
	width: 350px;
	text-indent: -999em;	
	}
#goback {
	padding: 0 0 15px 50px;
}

#footer {
	width: 350px;
	height: 100px;
width: 0; height: 0; visibility: hidden;

}


/* ****************************** 
NAVUGATION 
******************************* */


/* MAIN NAVIGATION */


#mainNavi {
	float: left;
width: 0; height: 0; visibility: hidden;
}
#mainNavi ul {
	font: 24px/30px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
	width: 400px;
	margin: 80px 0 0 80px;
	z-index: 99;

}
#mainNavi ul li  {
	float: left;
}
#mainNavi ul li a {
	color: #8C0B71;
	padding: 0 0 0 30px;
	text-decoration: none;
	width: 130px;
	display: block;
	
}
#mainNavi ul li a:hover {
	color: #FE8400;
}
#mainNavi ul li.active a  {
	background: url(img/stern.gif) no-repeat;
	color: #FE8400;
}

/* FOOTER NAVIGATION */
#footer p {
	padding: 0 0 0 110px;
}
#footer a {
	font: 14px/26px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E30047;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
}

/* ****************************** 
COTENT 
******************************* */

#content {
	padding: 15px 25px 90px 110px;
	float: left;
	position: relative;
	background-image: url(img/contentbg.gif);
	width: 465px;

}
.entry {
	padding: 0 0 20px 0;
	}
	
.entry img {
	padding: 25px 0 0 0;
	}
img.alignleft {
	float:left;
	padding: 3px 8px 8px 0;
}
img.ngg-singlepic  {
	float:left;
	padding: 3px 8px 8px 0;
	width: 20%;
	height: 20%;
}


/* ****************************** 
TYPO 
******************************* */
h1, h2, h3 {
	font: bold 24px/26px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	padding: 0 0 10px 0;
}
h2 {
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color: #8C0B71;	
	padding: 0;
clear: left;
}
h3 {
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color: #CC0066;
	padding: 0 0 10px 0;

}
p {
	padding:  0 0 10px 0;
}
strong, b {
	font-size: 14px;
	font-weight: bold;
}
a {
	outline: none;
}
#content a {
	color: #8C0B71;
	text-decoration: none;
	font-size: 14px;
}
#content a:hover {
	color: #FE8400;
}
.date {
	font-size: 9px;
}
img.thumb {
	float:left;
	padding: 0 5px 5px 0;
}
