*{  /* Reset all */
  padding: 0;
  margin: 0;
  border: 0;
}

/**************
   Layout
***************/

body {
  background: #ddddd4 url('../images/background.jpg') repeat-y;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #666;
  font-size: 62.5%;
  font-size:0.8em;
  line-height:1.6em;
}

#container{
  width:1000px;
  height:100%;
}
#header{
  width:1000px; 	
  height:140px;
  background:#FFF url('../images/header_bg.jpg') bottom repeat-x;
}
#header_top{
  height:2.8em;
  padding:0 1em;
  background:#545454 url('../images/header_top_bg.jpg') repeat-x;
  
  font-size:0.75em;
  line-height:2.8em;
  text-align:right;
}
#header_colors{
  width:100%;
  height:13px;
  position:relative;  /* get this one over the header_bg */
  background:url('../images/header_colors.gif');
}
img#logo{
  margin:10px 0 0 10px;
  border:none;
}
#accessibility{  /* hide this div from graphical browsers, keep it visible to screen readers */
  position: absolute;
  top: -200px;
  left: -200px;
}

#content{
  width:74%;
	float:left;
}
#content div.box_main{
  padding:1.5em;
  background:#FFF url('../images/box_bottom_bg.jpg') repeat-x bottom;
  border:1px solid #edede1;
  border-left:none;
}

div.page_content{
  float:left;
  width:68%;
}
div.page_col{
  float:left;
  width:44%;    /* IE box model bug, needs some more... */
  margin-right:4%;
}
div.page_col.small{ width:25%; }
div.page_col.large{ width:65%; }

#content div.box_sec{
  padding:1.5em;
  margin-left:30%;
  margin-top:2em;
  background:#FFF url('../images/box_bottom_bg.jpg') repeat-x bottom;
  border:1px solid #edede1;
  border-left:none;
}

/**************
   Inpage Navigation
***************/
div.page_nav{
  float:left;
  width:30%;
  margin-right:2%;
}
.page_nav ul li{
  margin-bottom:0.4em;
  margin-left:-1.5em;
  padding:0.5em 0 0.5em 1.5em;
  font-weight:bold;
}
.page_nav ul li:hover{
  background: #f9f8f3;
}
.page_nav ul li.selected{
  background: #f1f0eb;
}
.page_nav ul li .date{
  font-weight:normal;
  display:block;
}
.page_nav ul.actions li{
  padding:0 1.5em;
  background:none;
  font-weight:normal;
}
ul#entry_nav li{
	overflow:hidden;
}
.page_nav #users_tags{ margin-top:1em; font-size:0.8em; }
/**************
   Menu
***************/
#menu ul{
  margin-bottom:2em;
}
#menu ul li{
  display:inline;
}

#menu ul li a{
  position:relative;
  top: -9px;
  padding:0.8em;
  color:#a0a09e;
  font-weight:bold;
  text-decoration:none;
}

#menu ul li a:hover, #menu ul li.selected a{
  color: #868686;
  background: #fff url('../images/menu_bg.jpg') bottom right no-repeat;
}

/**************
   Entries
***************/

ul.entries_list li{
  margin-bottom: 1.6em;
}
div.entry_text{
  margin-bottom:1em;
}
div#entry_preview_text{
  padding:0.5em;
  background:#fafaf0; 
}
div.entry_comments{
  margin-top:2em;
}
div.entry_comments ul li .profile{ float:left; margin-right:0.8em; margin-top:0.4em; }
div.entry_comments ul li{
  margin-bottom:1.6em;
  clear:both;
}
div.entry_comments ul li img{}
div.entry_comments ul li p{
  width:400px;
  float:left;
  margin-bottom:1em;
	padding-top:0.4em;
}
div.entry_comments h3{
  width:100%;
  display:block;
  margin-bottom:1em;
  background:#fafaf0;
}
div.entry_comments ul{
  margin-top:1em;
}
div.entry_tags{
  margin-bottom:1em;
  font-size:0.5em;
  border-top:1px solid #edede1;
  font-size:0.8em;
}

/**************
   Tabellen
***************/
th{
  padding-right:1em;
  vertical-align:top;
  text-align:left;
  font-weight:bold;
  color:#000;
}
td{
  vertical-align:top;
}
tr.row1 td{
  background-color:#F7F7F7;	
}
tr.row0 td{
  background-color:#FFF;	
}
table#mini_feed th{
	color:#999;
  font-weight:normal;
	white-space:nowrap;
}

/**************
   Listen
***************/
ul{ /* reset all ul */
  list-style-type:none;
  margin:0;
}
ul.friends li{
  float:left;
  margin-right:2em;
  text-align:center;
}

ul.index li, ul.users li{
  padding:0.6em;
  border-bottom:1px solid #edede1;
}
ul.index li:hover, ul.users li:hover{
  background:#f9f8f3;
}
ul.recent_users li{
  width:10%;
  float:left;
  margin-right:2em;
}

/**************
   Headings
***************/
h1{
  color:#898989;
  font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
  font-size:1.6em;
  font-weight:bold;
  margin:1em 0.5em 0.5em 1em;
}
h1 span{
	font-size:0.55em;
	margin-left:0.6em;
	font-weight:normal;
}
h2{
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:0.5em;
  border-bottom: solid 1px #ccc;
  padding:0.2em;
}
h2.for_tabs{
	border-bottom: none;
	margin-bottom:0.8em;
}
h3{
  font-size:1em;
  font-weight:bold;
  margin:0;
  display:inline;
}

/**************
   Links
***************/

a{
  color:#8DB35C;
  text-decoration:none
}

a:hover{
  color:#333;
}

#header_top a{
  color:#CCC;
}
#header_top a:hover{
  color:#FFF;
}

/**************
   Formulare
***************/
img.button, input.button{
  display:block;
  float:right;
  border:none;
  margin-top:1em;
}
input, select{
  border:1px solid #CCCCCC;
}
input.search{
  width:120px;
}
form div{
  margin-bottom:1em;
}
textarea{ border:1px solid #CCCCCC; }
textarea#entry_text{ width:450px; }
.invalid{
  border-color: #ff9933;
}

#notice{
  padding:0.3em 1.6em;
  background:#8fbbfa;
  color:#fff;
  font-weight:bold;
}
#news{
  padding:0.3em 1.6em;
  background:#d9f090;
  color:#537318;
  font-weight:normal;
}
#news span{
  margin-right:0.5em;
}

div.errorExplanation{
  padding:0 1em 0.5em 1em;
  margin-bottom:1em;
  border-left: 2px solid #ff9933;
}
div.errorExplanation h2{
  color:#FFF;
  font-size:1em;
  padding-left:1em;
  margin-left: -1em;
  border:0;
  background:#ff9933;
}

input.submit{
  border: 1px solid #8DB35C;
  background:#fafaf0;
  color: #545454;
}
input.submit:hover {
  border: 1px solid #666;
  background:#edede1;
  color: #333;
}

/**************
   Diverses
***************/
br.clear{
  clear:both;
  /* display:block; */
}
div.clear{
  clear:both;
  height:1em;  
}



.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

ul li div.profile{
	position:relative;
}
div.profile ul li:hover{
	background:none;
}

div.profile ul li{
	clear:both;
}
img.profile{
	float:left;
  padding:2px;
  border:1px solid #ccc;
}
div.profile small{
	display:block;
	clear:both;
}/*
div.profile{
	position:absolute;
}
div.profile_quicklinks{
	position:absolute;
	left:53px;
	top:0;
	z-index:10;
	float:left;
	background:white;
	
	padding:0.2em 1.4em 0.2em 1em;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-bottom:1px solid #edede1;
  border-right:1px solid #edede1;
} 
div.profile_quicklinks ul li, div.profile_quicklinks ul li:hover{
	padding:0;
	margin:0;
	font-weight:normal;
}*/

div.profilepic{
	width:52px;
}
div.profilepic div.online{
	clear:both;
	background:yellow;
	text-align:center;
}

.rank1{ color:#333; font-size:1.5em;}
.rank2{ color:#444; font-size:1.5em;}
.rank3{ color:#555; font-size:1.4em;}
.rank4{ color:#666; font-size:1.4em;}
.rank5{ color:#777; font-size:1.3em;}
.rank6{ color:#888; font-size:1.3em;}    
.rank7{ color:#999; font-size:1.2em;}
.rank8{ color:#aaa; font-size:1.2em;}
.rank9{ color:#bbb; font-size:1.1em;}
.rank10{ color:#ccc; font-size:1.1em;}
.rank11{ color:#ddd; }
.rank12{ color:#eee; }
/*
.rank1, .rank2, .rank3 { color:#333; }
.rank4, .rank5, .rank6 { color:#555; }
.rank7, .rank8, rank9 { color:#999; }
.rank10, .rank11, rank12{ color:#ccc; }
*/
/**************
   Index Page
***************/
div.index{
  color:#777;
  margin-bottom:1.6em;
  padding-left:1em;
}
div.index:hover{
  color:#333;
}		
div.index h3{
  display:block;
}	
div.index1{
  border-left:0.5em solid #cef062;
}	
div.index2{
  border-left:0.5em solid #8fbbfa;
}
div.index3{
  border-left:0.5em solid #7188e5;
}		
div.index4{
  border-left:0.5em solid #f7a431;
}	
div.index5{
  border-left:0.5em solid #f98621;
}		
div.quicklogin label{
  width:9em;
  display:block;
  float:left;
}
.entry_text ul{ list-style-type:disc; }
.entry_text ul, .entry_text ol{ margin:1em 0;list-style-position:inside; }
.entry_text p{ margin:1em 0; }
.entry_text ul li{ }
.entry_text blockquote p{ margin:1em 0; border-left:5px solid #F1F0EB; padding-left:1.5em; }
body.popup{ margin:0; padding:0; background:#FFF; overflow-x:hidden;}
.popup .entry_text{ margin:2em;  }
.popup table{ margin:2em; }
.popup td, .popup th{ padding:0.5em 1em; vertical-align:middle; }
.popup th{ background:#edede1; font-weight:normal;  text-align:center; }
.popup.help ul, .popup.help blockquote p, .popup.help ol{ margin:0; }
/**************
   Pagination
***************/		
.pagination {
  margin-top:1em;
  font-size:0.8em;
}
.pagination a {
  padding: 3px 6px 3px 6px;
  margin: 2px;
  border: 1px solid #8DB35C;
  text-decoration: none;
  color: #545454;
  background:#fafaf0;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #666;
  background:#edede1;
  color: #333;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #333;
  font-weight: bold;
  background: #8DB35C;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #edede1;
  color: #ccc;
}

.ads_skyscraper{
	width:120px;
	height:600px;
	float:left;
	margin-left:1.5em;
	margin-top:4em;
}