/* WP Resets ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; list-style: none;}
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
	font-size: 10px;
	background: #fff;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #365660;
	text-align: center;
}
/* -------------------------------------------- */

/* Links ------------------------------------ */
.clear	{
	clear: both;
	}
	
a	{
	color: #76a60f;
	font-weight: bold;
	}
	
a:hover	{
	text-decoration: underline;
	}
	
a:visited	{
	font-weight: normal;
	}
	
#headline h2 a	{
	background: url(images/feed.png) no-repeat top left;
	height: 16px;
	width: 16px;
	text-indent: -9999;
	}
			
#headline .hlright form a	{
	border: none;
	font-weight: normal;
	text-decoration: underline;
	}
	
#forums a,
#topics #aboutpost a	{
	font-weight: normal;
	}
	
#forums #sidebar table td.title a	{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-style: normal;	
	}
	
#forums #sidebar table a,	
#forums #sidebar table a:visited,
#forums #content-forum td.title a	{
	font-weight: bold;
	}
	
#forums #content-forum td.title a:visited	{
	font-weight: normal;
	}


/* -------------------------------------------- */

/* Wrapper ------------------------------------ */
.wrapper	{
	width: 100%;
	float: left;
	}
/* -------------------------------------------- */

/* Header ------------------------------------- */
	
 #headline input,
.pform input,
.pform textarea,
.pform #postformsub,
.pform select	{
	/*
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	*/
	border: 1px solid #fff;
	background: #e5eff2;
	color: #365660;
	padding: 3px;
	font-size: 11px;
	height: 16px;
	}
	
	
#headline input#submit,
.pform input#postformsub,
.pform select	{
	height: 22px;
	}
	
.pform input#postformsub	{
	background: #D54E21;
	color: #FFF;
	}
	
.pform textarea	{
	height: 150px;
	}
	
#headline input#submit {
background: #c9dfe7;
color: white;
}
		


/* -------------------------------------------- */

/* Headline ----------------------------------- */
#headline	{
	width: 900px;
	height: 87px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
	
.headline	{
	background: transparent;
	border-bottom: none;
	}
	
#headline h2	{
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	font-size: 25px;
	}
	
#headline .hlright	{
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	}
	
#headline .hlright ul li	{
	display: inline;
	}
	
#headline .hlright form	{
	font-size: 9px;
	}
		
#headline .hlright form .register	{
	margin-top: 3px;
	font-size: 10px;
	}
	
#headline .hlright form .remember	{
	display: none;
	}

/*
#headline .hlright form .register	{
	width: 150px;
	position: absolute;
	bottom: 33px;
	right: 205px;
	}
*/
		
#headline .hlright form ul.lform input	{
	/* See Line 86 */
	padding: 2px;
	background: #f7fafb;
	border: 1px dashed #c9dfe7;
	color: #6a8188;
	}
	
#headline .hlright form ul.lform {
margin: 0;
width: 100%;
	}
	
	
	

/* Register ------------------------------------- */

table#register input {
padding: 7px 0 7px 8px;
border: 1px dashed #c9dfe7;
font-size: 1.3em;
line-height: 17px;
color: #6a8188;
background: #f7fafb;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

table#register input:focus {
color: #365660;
outline: none;
border: 1px solid #c9dfe7;
background: #fafcfc;
}

table#register input#submit {
background: #c9dfe7;
color: white;
}

table#register tr th.title, table#register tr td {
border-bottom: none !important;
}

table#register td {
width: 200px !important;
text-align: left;
}

#forums #register tbody tr:hover {
background: none;
}


/* -------------------------------------------- */


/* Forums ------------------------------------- */
.bbcrumb	{
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	font-size: 12px;
	}
	
.bbcrumb a	{
	font-weight: normal;
	}
	
/* -------------------------------------------- */

	
/* Forums ------------------------------------- */

#forums #sidebar table#forumlist tbody tr td.title a {
font-weight: normal;
}


#forums	{
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	position: relative;
	font-size: 11px;
	}
	
#forums #sidebar	{
	width: 300px;
	float: left;
	}
		
#forums #sidebar table	{
	width: 300px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
	
#forums #sidebar table td.title	{
	font-size: 14px;
	line-height: 1.4em;
	}
	
#forums #sidebar table td span	{
	font-size: 11px;
	display: block;
	}
	
#forums #content-forum	{
	width: 575px;
	float: right;
	}
	
#forums #content-forum table	{
	width: 575px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
		
#forums table td	{
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	}
	
#forums table th	{
	padding: 5px 3px 5px 0;
	color: #333;
	font-size: 12px;
	border-bottom: 2px solid #aaa;
	}
	
#forums #sidebar table td	{
	font: 10pt 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #333;
	}
	
#forums table td.title	{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-align: left;
	width: auto;
	color: #555;
	font-size: 12px;
	}
	
#forums table tbody tr:hover	{
	background: #f4f9fa;
	}
	
#forums table tbody tr#current-forum {
	background: #f4f9fa;
	}		

#forums #content-forum table td,
#forums #content-forum table th	{
	text-align: left;
	vertical-align: text-top;
	}

#forums #content-forum table td.title,
#forums #content-forum table th.title	{
	width: auto;
	text-align: left;
	}
	
#forums #content-forum table#sticky	{
	display: none;
	}
		
#forums #content-forum table#sticky td	{
	background: #FFFBCC;
	}

#forums #content-forum table#register th.title	{
	border-bottom: 1px solid #dadada;
	width: 130px;
	color: #6a8188;
	}
#forums #content-forum .highlight	{
	padding: 5px 0;
	color: #365660 !important;
	font-size: 1.3em;
	}
	
#forums #sidebar .sbox	{
	margin-bottom: 24px !important;
	}
	
	
#lastest tr td {
	padding-right: 10px;
	}
	
	
#forums #sidebar h2,
#forums #content-forum h2,
#forums h3.uprofile,
#topics #aboutpost h3,
h2.post-form	{
	border-bottom: 2px solid #aaa;
	padding: 5px 0;
	margin-bottom: 5px;
	color: #333;
	font-size: 12px !important;
	margin-top: 0;
	}
	
#topics #aboutpost ul {
	margin-left: 0;
	width: 100%;
	}
		
#forums #sidebar .sbox ul li,
#topics #aboutpost ul li,
#forums ol li	{
	padding: 5px 0;
	border-bottom: 1px solid #dadada;
	width: 100%;
	}
	
#forums #sidebar .sbox ul {
margin-left: 0;
font-size: 11px;
width: 100%;
}

#forums #sidebar .sbox ul li {
margin-bottom: 0;
}
	
#topics #aboutpost ul li {
margin-bottom: 0;
}
	
#forums #sidebar #useravatar	{
	text-align: left;
	height: 80px;
	clear: both;
	border-bottom: 2px solid #aaa;
	padding-bottom: 10px;
	}
	
#forums #sidebar #useravatar .avatar	{
	float: left;
	margin-right: 10px;
	}
	
#forums #sidebar fieldset	{
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #dadada;
	}
		
#forums ol,
#topics #aboutpost ul	{
	margin-bottom: 24px !important;
	}
	
#forums ol li	{
	/* See Line 376 */
	}
	
.pform	{
	border: 5px solid #e5eff2;
	background: #f7fafb;
	padding: 10px;
	color: #365660;
	}
	
.pform h3	{
	font-size: 12px;
	margin-bottom: 5px;
	}
	
.pform input	{
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #C6D9E9;
	}

.pform textarea	{
	margin-bottom: 10px;
	width: 95%;
	padding: 3px;
	border: 1px solid #C6D9E9;
	clear: both;
	}
	
.pform .help	{
	padding: 5px;
	background: #e5eff2;
	color: #365660;
	}
	
/* -------------------------------------------- */

/* Topic -------------------------------------- */
#topics	{
	width: 900px;
	margin: 0 auto;
	margin-top: 24px;
	text-align: left;
	position: relative;
	}
	
#topics h2	{
	font-size: 24px;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 24px;
	}
	
#topics h2 span	{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 20px;
	}
	
#topics #entry	{
	float: left;
	width: 710px;
	}
		
#topics #aboutpost	{
	width: 160px;
	float: right;
	font-size: 8px;
	}
	
#topics #aboutpost h3,
h2.post-form	{
	/* See Line 361 */
	}
	
#topics #aboutpost ul	{
	/* See Line 396 */
	}
	
#topics #aboutpost ul li	{
	/* See Line 376 */
	}
		
#topics ol li	{
	display: block;
	float: left;
	width: 710px;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px dotted #cacbcc;
	}
	
#topics .threadauthor	{
	float: left;
	width: 190px;
	font-size: 9px;
	}
	
#topics .threadauthor .avatar	{
	float: left;
	padding: 0;
	margin-right: 5px;
	}
	
#topics .threadpost	{
	float: left;
	width: 515px;
	height: auto;
	overflow: hidden;
	}
	
#topics .threadpost ol,
#topics .threadpost ul	{
	float: none;
	}
	
#topics .threadpost ol li,
#topics .threadpost ul li	{
	float: none;
	list-style-type: circle;
	padding: 2px 0;
	margin: 0px;
	margin-bottom: 5px;
	border: none;
	padding-left: 20px;
	background: url(images/bullet.png) left center no-repeat;
	}
	
#topics .threadpost ol li:last-child,
#topics .threadpost ul li:last-child	{
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#topics .threadpost blockquote	{
	font: italic 10px Georgia;
	border-left: 5px solid #dadada;
	padding-left: 10px;
	margin: 0 0 15px 0;
	}
	
#topics .threadpost pre	{
	border-left: 5px solid #dadada;
	width: 515px;
	font: normal 10pt;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	}
	
#topics .threadpost p {
	line-height: 22px;
	font-size: 12px;
	margin-bottom: 20px;
	}	
#topics .topicpost	{
	width: 710px;
	}
	
#topics #aboutpost .admin ul	{
	display: none;
	}
/* -------------------------------------------- */

/* Footer ------------------------------------- */
#footer	{
	width: 900px;
	margin: 0 auto;
	margin-top: 30px !important;
	padding: 10px 0;
	border-top: 2px solid #aaa;
	}
/* -------------------------------------------- */

.remove {
display: none !important;
}

.starholder {
}

#content #entry ol {
margin-left: 0;
}

body.bbpress #content {
width: 900px !important;
float: none;
}

/* --- */

/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(http://www-cgi.uni-r.de/Fakultaeten/phil_Fak_IV/Dekanat/beitraege/fakulteria/bb-templates/WPMimic/images/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:520px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(http://www-cgi.uni-r.de/Fakultaeten/phil_Fak_IV/Dekanat/beitraege/fakulteria/bb-templates/WPMimic/images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(http://www-cgi.uni-r.de/Fakultaeten/phil_Fak_IV/Dekanat/beitraege/fakulteria/bb-templates/WPMimic/images/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(http://www-cgi.uni-r.de/Fakultaeten/phil_Fak_IV/Dekanat/beitraege/fakulteria/bb-templates/WPMimic/images/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}
