/*
Theme Name: Redakcja forium.pl Theme  PL-Edition
Theme URI: http://forium.pl/
Description: forium.pl Layout
Version: 1.00
Author: Katarzyna Taube
Author URI: http://forium.pl/

        forium.de v1.0
         http://www.forium.pl/

        This theme was designed and built by Michael Heilemann,
        whose blog you will find at http://binarybonsai.com/

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/


/* zusaetzliche Formatierungen f�r Kommentare, Weiterempfehlen*/

#commentform #author {
	display: block;
	padding: 2px;
	margin: 5px 0 0 0;
	background: #fafafa;
	border: 1px solid #B3B3B3
}

#commentform #comment {
	width: 400px;
	background: #fafafa;
	border: 1px solid #B3B3B3;
	padding: 2px;
}

#commentform #comment:focus, #commentform #author:focus {background: #fff;}		

/* End Form Elements */

div.formular .formwrapper.redaktion {
	width: 100%;
}

div.formular div.formwrapper_inner {
	padding-left: 10px;
}

.formwrapper.redaktion .formlabel_wide {
	margin:0;
	padding:3px 0 3px 0;
	width: 100%;
}

.formwrapper.redaktion i {
	font-size: 9px;
	color: #000;
}

/*
+----------------------------------------------------------------+
|																
|	Page Nav = Seitennavigation unter einem Artikel														
+----------------------------------------------------------------+
*/

#page_nav {
	text-align: center;
	border-top: 1px dashed #576C9A;
	border-bottom: 1px dashed #576C9A;
	padding: 5px;
}

#page_nav span.page_nav_title {
	font-weight: bold;
	padding-right: 20px;
	color: #000066;
}

#page_nav span.page_nav_link {
	line-height: 10px;
}

#page_nav span.page_nav_link.act {
	background: #000066;
	border: 1px solid #F4F6F6;
	color: #fff;
	padding: 1px 6px;
}

#page_nav span.page_nav_link a,
#page_nav span.page_nav_link a:visited {
	padding: 0 5px;
	border: 1px solid #000066;
	background: #BFD0EA;
	color: #000066;
	text-decoration: none;
}

#page_nav span.page_nav_link a:hover {
	color:#fff;
	text-decoration: none;
	background: #000066;
	border: 1px solid #F4F6F6;
}

/* Advanced Search form */

#ctas_form {
	text-align: left;
}

#ctas_form fieldset ul {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}

#ctas_form fieldset {
	border: 1px solid #777;
	margin: 10px 0;
	padding: 10px;
}

#ctas_form legend {
	font-size: 1.1em;
	font-weight: bold;
}

#ctas_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0;
	background: none;
	display: inline;
	line-height: 10px;
	color: #000;
}

#ctas_form fieldset li:before { /* for the default theme */
	content: '';
} 

#ctas_form input {
	border: 1px solid #777;
	background-color: #f9f9f9;
	color: #444;
	line-height: 10px;
}

#ctas_form input:focus {
	background-color: #fff;
	color: #444;
}

#ctas_footer p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #888;
}

#ctas_month1, #ctas_month2, #ctas_year1, #ctas_year2 {
	text-align: center;
}

ul.such_ergebnis li p,
ul.such_ergebnis span.date {
	font-size: 11px;
}

ul.such_ergebnis li {
	border-bottom: 1px dashed #576C9A;
	padding-bottom: 5px;
}

/* End Advanced Search form */