/*--------GENERAL--------*/
body {
	margin: 0 auto 0 auto;
	background: #0d0d0d url(pix/bgcb.jpg) repeat-x;
	text-align: center;
	font-family: Verdana, sans-serif;
	color: #999999;
	width: 800px;
}

a, a:link, a:visited, a:active {
color: #369DA9;
text-decoration: none;
}

a:hover {
background-color: #FFFFFF;
}

h1, h2, h3, h4, span {
margin: 0px;
padding: 0px;
}

hr {
	width: 100%;
	background: url(pix/line.jpg);
	height: 3px;
}

/*--------LAYOUT--------*/
#container {
	display: block;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background: url(pix/bg_container_middle.gif) repeat-y left top;
	background-color: #FFFFFF;
	text-align: left;
	height: auto;
}

#container_top {
display: block;
width: 800px;
height: 4px;
background: url(pix/bg_container_top.gif) no-repeat left top;
}

#container_bottom {
display: block;
width: 800px;
height: 6px;
background: url(pix/bg_container_bottom.gif) no-repeat left top;
margin: 0px;
padding-bottom: 25px;
background-color: #0D0D0D;
clear: left;
}

#left{
	display: block;
	width: 200px;
	float: left;
	color: #666666;
	height: auto;
}

#center {
	width: 398px;
	float: left;
	height: auto;
	border: 1px solid #EEEEEE;
	display: block;
}

#right {
	display: block;
	width: 180px;
	float: left;
	color: #666666;
	height: auto;
}


/*--------SIDE NAVI = LEFT--------*/
#calendar {
font-size: x-small;
line-height: 150%;
margin: 15px 9px 30px 10px;
}

#calendar table {
width: 182px;
padding: 2px;
border-collapse: collapse;
border: 0px;
margin-left: -1px;
}

#calendar caption {
color: #666666;
font-size: x-small;
text-transform: uppercase;
text-align: left;
margin-bottom: 2px;
}

#calendar th {
width: 26px;
text-align: center;
border: 1px solid #EEEEEE;
}

#calendar td {
text-align: center;
border: 1px solid #EEEEEE;
}

#calendar a {
display: block;
width: 100%;
height: 100%;
color: #FFFFFF;
background-color: #AFB7AE;
text-decoration: none;
}

#calendar a:hover {
color: #FFFFFF;
background-color: #369DA9;
text-decoration: none;
}

.nav_header {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: 0.1em;
	display: block;
	font-size: 10px;
	height: 1.33em;
	color: white;
	text-decoration: none;
	margin: 0px 0px;
	padding: 1px 9px;
	background: black url("pix/nav_title.gif");
	width: auto;
	}

#playlist {
font-size: x-small;
line-height: 150%;
margin: 0px 0px 5px 5px;
}

#playlist table {
width: 186px;
margin-left: -1px;
}

#playlist a:hover {text-decoration: none; background-color: transparent;}

#association {
	font-size: x-small;
	line-height: 150%;
	margin: 0px 10px 15px 10px;
}

#myfriends {
font-size: x-small;
line-height: 150%;
margin: 0px 10px 30px 10px;
}

#bookmarks {
font-size: x-small;
line-height: 150%;
margin: 0px 10px 30px 10px;
}

#bookmarks h2.deco {
letter-spacing: -0.75px;
}

#special {
font-size: x-small;
line-height: 150%;
margin: 0px 10px 30px 10px;
}

#special img {
margin: 0px 3px 3px 0px;
}

#special a:hover {
background-color: transparent;
}

#needtoknow {
font-size: x-small;
line-height: 150%;
margin: 0px 10px 30px 10px;
}

#needtoknow img {
margin: 0px 3px 6px 0px;
}

#needtoknow a:hover {
background-color: transparent;
}

#syndicate {
font-size: x-small;
line-height: 150%;
margin: 0px 10px 30px 10px;
}

#thanksto {
font-size: x-small;
line-height: 150%;
margin: 0px 10px 30px 10px;
}

/*--------SIDE NAVI = RIGHT--------*/
#about {
font-size: x-small;
line-height: 150%;
margin: 15px 10px 20px 10px;
}

#about a:hover {
background-color: transparent;
}

#recent_entries {
font-size: x-small;
line-height: 150%;
margin: 0px 0px 5px 5px;
}

#monthly_archives {
font-size: x-small;
line-height: 150%;
margin: 0px 0px 5px 5px;
}

#categories {
font-size: x-small;
line-height: 150%;
margin: 0px 10px 30px 10px;
}

#search {
font-size: x-small;
line-height: 150%;
margin: 0px 10px 30px 10px;
}

/*--------SIDE NAVI = LIST DECO--------*/
#left h2 {
color: #666666;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 4px;
}

#right h2 {
color: #666666;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 4px;
}

#left ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#left li {
	margin-bottom: 2px;
	padding-left: 18px;
	background: url(pix/bullet.gif) no-repeat 0em 0.2em;
}

#right ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#right li {
	margin-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	background: url(pix/bullet.gif) no-repeat 0em 0.2em;
}

#right ul ul{
margin-left: 0px;
margin-bottom: 0px;
}


/*--------MAIN--------*/
#content {
	margin: 10px;
}

#entry_body {
	color: #707070;
	font-size: 65%;
	line-height: 150%;
	margin-bottom: 20px;
}

#content h2 {
	color: #AFB7AE;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
	;
}

#content h3 {
color: #666666;
font-size: 13px;
font-weight: bold;
text-align: left;
margin-bottom: 0px;
}

#content blockquote {
font-size: x-small;
text-align: left;
padding: 3px 3px 3px 9px;
border-left: 1px solid #369DA9;
}

#content ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#content li {
	background: url(pix/bullet.gif) no-repeat 0em 0.2em;
	list-style-type: none;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-left: 10px;
}

#content .posted {
color: #999999;
font-size: x-small;
border-top: 3px double #AFB7AE;
text-align: left;
margin-bottom: 25px;
padding: 3px;
line-height: 150%;
}

#content .sheading {
color: #666666;
font-size: x-small;
text-align: right;
padding-top: 1px;
margin-bottom: 12px;
}

/*--------COMMENT FORM--------*/
input {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
color: #929292;
font-size: x-small;
border: 3px double #CCCCCC;
padding: 2px;
margin: 3px 0px;
background-color: #FFFFFF;
}

button {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
color: #929292;
font-size: x-small;
border: 3px double #141521;
padding: 2px;
margin: 3px 0px;
background-color: #FFFFFF;
}

textarea {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
color: #929292;
font-size: x-small;
border: 3px double #CCCCCC;
padding: 2px;
margin: 3px 0px;
background-color: #FFFFFF;
}

form {
border-top: 1px dotted #CCCCCC;
background-image: url(pix/bg_comment.gif);
margin: 0px;
padding: 0px 6px 3px 6px;
}

#comment label{
font-family: Verdana, Arial, sans-serif;
font-size: xx-small;
background-color: #FFFFFF;
}

#comment-data {
float: left;
width: 180px;
padding-right: 15px;
margin-right: 15px;
text-align: left;
border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
width: 80%;
}

.commenter-profile img {
vertical-align: middle;
border-width: 0;
}

.text-left {
font-size: x-small;
text-align: left;
vertical-align: top;
padding: 0px 15px 0px 0px;
line-height: 150%;
}

.text-right {
font-size: x-small;
text-align: left;
vertical-align: top;
padding: 0px 0px 0px 15px;
line-height: 150%;
}


/*--------MARGIN + BORDER FOR IMAGES--------*/
.margin-img-left {margin: 0px 12px 12px 0px}
.margin-img-right {margin: 0px 0px 12px 12px}
.margin-img-left-bdr {margin: 0px 12px 12px 0px; border: 2px solid #000000; padding: 2px}
.margin-img-right-bdr {margin: 0px 0px 12px 12px; border: 2px solid #000000; padding: 2px}

.bdr {border: 1px solid #000000; padding: 2px;}
.bdr-over {border: 1px solid #369DA9; padding: 2px}
.bdr-mag {border: 1px solid #AFB7AE; margin: 0px 12px 12px 0px;}

.margin-img-btm {margin-bottom: 15px; border: 1px solid #AFB7AE; padding: 2px}

.link img {border: 2px solid #EEEEEE; padding: 2px}

/*--------HYPERBILDER AD--------*/
div#bilder {
display: block;
width: 100%;
height: 22px;
background: #EEEEEE url(pix/nav/bg_top.gif) repeat-x top left;
font-size: 10px!important;
font-size: xx-small;
color: #202020;
margin: 0px auto -30px auto;
padding-top: 8px;
}

body.index {
margin: 0px;
padding: 0px;
text-align: center;
font-family: Verdana, sans-serif;
background: #202020 url(pix/nav/bg_top.gif) repeat-x 0px 30px;
}

body.index #container {
display: block;
width: 800px;
margin: 30px auto 0px auto;
padding: 0px;
background: url(pix/bg_container_middle.gif) repeat-y left top;
background-color: #FFFFFF;
text-align: left;
}

