/* @override http://www.abicalc.fm/css/forum.css */

/* 
    Document   : forum
    Created on : 16.01.2010, 18:03:23
    Author     : bjoernr
    Description:
        Stylesheet fuer die Foren
*/

/* Inline-Abilinks */

span.abilink_inline {
    display:inline;
}
span.abilink_inline_label a {
    color: #335c85;
    cursor:pointer;
    background: #dbe2e9;
    padding: 2px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    font: bold 0.9em "Century Gothic", "Apple Gothic", sans-serif;
}
span.abilink_inline_hidden {
    display:none;
    position:absolute;
    width:550px;
    margin:0px 0px 0px 0px;
    padding:4px 7px 0px 7px;
    background:#eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
}
span.abilink_inline:hover span.abilink_inline_hidden {
    display:block;
    position:absolute;
}

/* Thread-Boxen */
div.f_thread {
    display:block;
    margin: 10px 0px 50px 0px;
    border: 2px solid #335c85;
    border-left: none;
    border-right: none;
}
div.f_thread .t_top {
    border-top:1px solid #335c85;
    text-align: center;
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
    color: #222;
    padding: 4px 0px;
    text-shadow: #fff 0 0 5px;
}
div.f_thread .t_top .f_author {
    float: left;
    display: block;
    padding: 0px 10px;
    font-weight: bold;
}
div.f_thread .t_top .f_author a {
    color: #222;
    text-decoration: none;
}
div.f_thread .t_top .f_time {
    font-size: 0.8em;
}

div.f_thread .t_top .f_category {
    float: right;
    padding: 0px 10px;
}
div.f_thread .t_top .f_category a {
    color: #222;
    text-decoration: underline;
}

div.f_thread .f_content {
    /*font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;*/
    padding: 2px 10px;
}
div.f_thread .f_content .f_avatar {
    float: right;
    padding: 5px;
    margin: -5px -5px 5px 10px;
}
img.f_feed {
	opacity: 0.3;
	border: none;
}
img.f_feed:hover {
	opacity: 1;
	border: none;
}
div.f_disclaimer {
	font: 0.9em/1.3em Cambria, Georgia, Times, "Times New Roman", serif;
	background: #eed4d4;
	margin: 10px 0px;
	padding: 5px 10px;
}
div.f_reply {
	font: 0.9em/1.3em Cambria, Georgia, Times, "Times New Roman", serif;
	background: #dbe2e9;
	margin: 10px 0px;
	padding: 5px 10px;
}
div.f_reply a {
	color: #335c85;
}


/* Post-Boxen */

div.f_post {
    display:block;
    margin: 30px 0px;
    border: 2px solid #ccc;
    border-left-width: 15px;
    border-right: none;
}
div.f_post.alternative {
    border: 2px solid #bbb;
    border-left-width: 15px;
    border-right: none;
}
div.f_post.own {
    border: 2px solid #335c85;
    border-left-width: 10px;
    border-right: none;
}
div.f_post .t_top {
    border-top:1px solid #ccc;
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
    color: #222;
    padding: 4px 0px;
    text-shadow: #fff 0 0 5px;
}
div.f_post.alt .t_top {
    border-top:1px solid #bbb;
}
div.f_post.own .t_top {
    border-top:1px solid #335c85;
}
div.f_post .t_top .f_author {
    float: left;
    display: block;
    padding: 0px 10px;
    font-weight: bold;
}
div.f_post .t_top .f_author a {
    color: #222;
    text-decoration: none;
}
div.f_post .t_top .f_time {
    font-size: 0.8em;
    float: right;
    padding: 0px 10px;
}
div.f_post .f_content {
    /*font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;*/
    padding: 2px 10px;
}
div.f_post .f_content .f_avatar {
    float: right;
    padding: 5px;
    margin: -5px -5px 5px 10px;
}


/* Ajax-Miniprofil */
div.username_inline {
    display: inline;
    text-align: left;
}
div.username_inline_hidden {
	font: normal 12px/1em "Helvetica Neue", Helvetica, Geneva, sans-serif;
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 3px solid #ccc;
    width: 220px;
    margin: -5px 0px 0px -100px;
    text-shadow: none;
    color: #000;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
}
div.username_inline:hover .username_inline_hidden {
    display: block;

}
img.loader {
	float: left;
	margin: 0px 10px 0px 0px;
}
ul.mp_data {
	list-style: none;
	margin: 0px;
	padding: 3px;
}
ul.mp_data li {
	padding: 2px 10px;
}
ul.mp_data li span.mp_count {
	color: #111;
	font-weight: bold;
}
ul.mp_data li span.mp_cat {
	color: #666;
}
.mp_avatar {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.mp_go {
	background: #ccc;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}



/* Thread-Liste in Kategorien */
div.f_thread_list {
	display: block;
	margin: 20px 0px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-left: 10px solid #ddd;
	overflow: hidden;
}
#content div.f_thread_list h4 {
	margin: 0px;
	padding: 5px 5px 0px 5px;
}
#content div.f_thread_list p {
	text-indent: 0px;
	padding: 5px;
	margin: 0px;
}
div.f_thread_list .f_bottom {
	display: block;
	border-top: 1px solid #ddd;
	font: normal 0.9em/1em Cambria, Georgia, Times, "Times New Roman", serif;
	height: 1.8em;
	overflow: hidden;
}
div.f_thread_list .f_bottom .f_author,
div.f_thread_list .f_bottom .f_time,
div.f_thread_list .f_bottom .f_replies {
	float: left;
	display: block;
	padding: 5px 10px 5px 5px;
}
div.f_thread_list .f_bottom .f_author {
	width: 120px;
	overflow: hidden;
}
div.f_thread_list .f_bottom .f_author a {
	color: #335c85;
}
div.f_thread_list .f_bottom .f_time,
div.f_thread_list .f_bottom .f_replies {
	color: #555;
}
div.f_thread_list .f_flags {
	float: right;
}
.f_flags .f_flag {
	float: left;
	height: 17px;
	width: 17px;
	margin: 3px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #eee;
	border: 1px solid #000;
}
div.f_thread_list.alternative,
div.f_thread_list .f_bottom {
	border-color:#ccc;
}
div.f_thread_list.own {
	border-color:#335c85;
}


/* Legende */
ul.legend {
	list-style: none;
	margin: 10px 0px;
	padding: 5px 0px;
	border-top: 1px solid #ccc;
}
ul.legend li {
	float: left;
	display: block;
	border: 1px solid #000;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 2px 7px 2px 4px;
	margin: 0px 20px 0px 0px;
	height: 15px;
	font: normal 0.8em/1.2em Cambria, Georgia, Times, "Times New Roman", serif;
}
ul.legend li.solved,
ul.thread_flags li.solved,
.f_flag.solved {
	border-color: #090;
	background: #daebda;
}
ul.legend li.legacy,
ul.thread_flags li.legacy,
.f_flag.legacy {
	border-color: #ff8d00;
	background: #ffe4c2;
}
ul.legend li.closed,
ul.thread_flags li.closed,
.f_flag.closed {
	border-color: #999;
	background: #ccc;
}
ul.legend li.important,
ul.thread_flags li.important,
.f_flag.important {
	border-color: #900;
	background: #eed4d4;
}

ul.thread_flags {
	margin: 50px 0px 2px 0px;
	padding: 0px;
	list-style: none;
}
ul.thread_flags li {
	float: left;
	display: block;
	padding: 4px 10px 5px 20px;
	margin: 10px 0px;
	border-top: 5px solid #000;
	font: normal 0.7em/1.1em "Century Gothic", "Apple Gothic", sans-serif;
	color: #333;
}


/* Forenstartseite */

.c_container {
}
.c_threads {
}


.c_top {
    margin-top:20px;
    border-bottom: 2px solid #335c85;
}

.c_bottom {
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
    background: #dbe2e9;
    padding: 5px 10px;
    text-align: right;
}
.c_bottom a {
    color: #335c85;
    text-decoration: underline;
}

/*
Seitenaufzählungen
*/
.pagination {
	display: block;
	font: normal 1em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
	margin: 20px 0px;
}
.pagination_previous,
.pagination_next,
.pagination_last,
.pagination_first,
.pagination_numbers,
.pagination_pages {
	float: left;
}
.pagination_previous,
.pagination_next,
.pagination_last,
.pagination_first {
	display: block;
	width: 20px;
	text-align: center;
	font-size: 1.8em;
}
.pagination_previous a,
.pagination_next a,
.pagination_last a,
.pagination_first a {
	text-decoration: none;
	color: #335c85;
}
.pagination_numbers {
	text-align: center;
	color: #222;
	padding: 4px 10px 0px 10px;
}
.pagination_numbers .current {
	font-weight: bold;
}
.pagination_numbers a {
	text-decoration: none;
	color: #335c85;
}
.pagination_pages {
	float: right;
	padding: 4px 4px 0px 10px;
}

/* Content-Styles in Posts */

.f_content ul {
    margin:0px;
    padding:5px 5px 5px 30px;
    list-style-type: square;
}
.f_content ol {
	margin: 0px;
	padding: 5px 5px 5px 30px;
	list-style-type: decimal;
}
.f_content li {
    font: normal 0.9em/1.2em Cambria, Georgia, Times, "Times New Roman", serif;
    color: #333;
}
.f_content hr {
    background: none;
    border:none;
    border-top: 1px solid #ccc;
}
.f_content pre {
	background: #dbe2e9;
	color: #335c85;
	padding: 2px 10px;
	margin: 0px 10px;
}
.f_content blockquote {
	margin: 10px 10px;
	padding: 0px 7px;
	border-left: 3px solid #ccc;
}