body {
	font: 12px/1.5em Lucida Grande, Arial, Tahoma, Verdana;
	background: #D8E7F3  url("images/bg.png") repeat-x;
	color: #333;
	padding: 0;
	margin: 0;
}
img {
	border: none;
	margin: 0 auto;
	display: block;
	text-align:center;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
h2 {
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
blockquote {
	color: #777;
}

#container {
	text-align: center;
	padding-top: 129px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;

}

#head1 {
	color: #39C;
	font-weight:bold;
}

#header {
	top: 40px;
	left: 35%;
	width: 125px;
	height: 100px;
	z-index: 1000;
	text-align: right;
	position: absolute;
}

#header2 {
	top: 90px;
	left: 35%;
	width: 500px;
	height: 10px;
	z-index: 1000;
	text-align: right;
	position: absolute;
}

#personal {
	color: #000066;
	font-weight:bolder;
	font-style:italic;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:45px;
}

#slogan {
	color: #666666;
	font-weight:bolder;
	font-style:italic;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:25px;
}


/*------- Listen-Styles ---------*/

.liste1 {
	border-width: 1px;
	border-color: #000099;
	border-style: solid;
}

.liste1 th {
	border-bottom-width: 1px;
	border-bottom-color: #000099;
	border-bottom-style: solid;
}

.liste1 a td{
	font-weight:normal;
}

.liste1 a:hover td{
	font-weight:normal;
	background-color: #000066;
}

.liste2 {
	border-bottom-width: 1px;
	border-bottom-color: #000099;
	border-bottom-style: dotted;
}






/*------- Tab Menu ---------*/
#nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	width: 80%;
	font: x-small/normal tahoma, verdana, arial, helvetica, sans-serif;
}
#nav li {
	display: inline;
}
#nav a {
	margin: 0;
	float: left;
	padding: 0 0 0 24px;
	font-weight: normal;
	border-bottom: 1px solid #e6e6e6;
	background: url("images/tab.gif") no-repeat left top;
}
#nav a span {
	color: #777;
	float: left;
	padding: 5px 36px 4px 11px;
	background: url("images/tab.gif") no-repeat right top;
}
#nav #current a {
	border-width: 0;
	font-weight: bold;
	background-position: 0 -80px;
}
#nav #current a span {
	color: #555;
	padding-bottom: 4px;
	background-position: 100% -80px;
}
#nav a:hover { background-position:0% -40px; }
#nav a:hover span { background-position:100% -40px; }

/*------- Posts ---------*/
#content {
	margin: 20px 0;
	padding: 0;
}
#content a, .entry a, .commentlist a, #footer a {
	color: #39C;
}
#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
	border-bottom: 1px dashed;
}
.entry {
	padding: 10px 0;
	text-align: justify;
	margin: 0;
}
.entry li {
	list-style: none;
	margin: 10px 0 0;
	list-style-image: url("images/bullet.gif");
}
.pie {
	color: #777;
	font-size: 12px;
	text-align: right;
}
.date {
	padding-left: 15px;
	background: url("images/arrows.png") center left no-repeat;
}
.categories {
	padding-left: 15px;
	background: url("images/post.gif") center left no-repeat;
}
.comments {
	padding-left: 17px;
	background: url("images/comments.gif") center left no-repeat;
}

/*------- Rounded divs ------------*/
.rounded-box {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}
.rounded-box2 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align:left;
}

.top-left-corner, .bottom-left-corner, .top-right-corner, .bottom-right-corner {
	position: absolute;
	overflow: hidden;
	height: 20px;
	width: 20px;
	background: #D8E7F3;
}
.top-left-inside, .bottom-left-inside, .top-right-inside, .bottom-right-inside {
	position: relative;
	color: #FFF;
	font: 150px/40px Arial;
}
.top-left-corner { top:0; left:0; }
.top-right-corner { top:0; right:0; }
.top-left-inside { left:-8px; }
.top-right-inside { left:-25px; }
.bottom-left-corner { bottom:0; left:0; }
.bottom-right-corner { bottom: 0; right:0; }
.bottom-left-inside { left:-8px; top:-17px; }
.bottom-right-inside { left:-25px; top:-17px; }
.box-contents {
	position: relative;
	padding: 20px 30px 15px;
	width:90%;
}
.box-contents2 {
	position: relative;
	padding: 20px 30px 15px;
	width:220px;
}

/* --- Comments template --- */
#comments {
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e6e6e6;
}
#comments li {
	list-style: none;
	list-style-image: none;
	margin: 0 15px 0 -30px;
}
#comments .header { background-color:#EDF3DE; }
#comments .header.alt { background-color:#D8E7F3; }

/* --- Footer ---*/
#footer {
	padding: 0 30px 10px;
	text-align: center;
}



