/*#############################################################
	
	Name: sosblog
	Date: 2008-12-08
	
	Author: Henning Leutz
	URL: http://templates.pcsg.de
	Copyright PCSG
	
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #414441; font-weight: bold}
a:hover { color: #9C9E54; text-decoration: none; }

.PCSG_Sitemap a,
.sheets a,
.footer a,
.portalbox a,
.breadcrumb a { font-weight: normal }


body {
	/*background: #fff url(img/bg.jpg) repeat-x left bottom;*/
	color: #444;
	font: normal 80.5% Tahoma,sans-serif;
}

h1,
h2,
h3 {
	font: normal 1.6em serif;
	color: #693B3B;
}

p, blockquote, ul {margin-bottom: 1.2em;}

blockquote {
	background: url(images/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
	text-align:left;
}

pre {
	border: 1px solid #708870;
	padding: 5px;
	background-color: #E2F2E2;
	overflow: auto;
}

pre ol {
	margin-left: 30px;
}

/* design */
.topic {
	height: 30px;
	background-color: #3F443F;	
}

.topic a {
	font-size: 85%;
	color: #fff;
	text-decoration: none;
	float: right;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

.topic a:hover {
	background-color: #693B3B;
}

.header {
	height: 150px;
	color: #D9D7B2;
	background: url('images/topic.png') no-repeat center center #693B3B;
}

.header a { color: #D9D7B2;  text-decoration: none; }
.header h1 a { color: #fff; text-decoration: none; }

.content {
	width: 960px;
	margin: 0px auto;
	float: left;
}

.content ul {
	margin: 0px 15px;
}

.breadcrumb {
	margin: 5px 0 0 20px;
}

/* FOOTER */
.footer {
	width: 100%;
	background-color: #3F443F;
	float: left;
	clear: both;
	text-align: center;
	color: #fff !important;
	margin-top: 10px;
}

.footer h4 { margin-bottom: 10px; }
.footer a {	color: #fff !important; }

.footer .mini a {
	display: block;
	clear: both;
}

.footer .mini {
	float: left;
	width: 230px;
	text-align: left;	
}

.footer .big {
	float: left;
	width: 300px;
	text-align: left;	
}

.portalbox .date { font-style: italic; }
.searchbox input.field { width: 200px; }
.searchbox input.submit { float: right; }

#cal td {color:#444444; width: 20px; height: 20px; margin: 1px; text-align: center; line-height: 20px; font-size: 10px; background: url('images/calendar-hilite.gif') no-repeat}
#cal thead td { color:#D9D7B2; background: none; margin: 0; padding: 0; }
#cal .current_day { background: url('images/calendar-valid.gif') no-repeat; }
#cal .hover { color: #fff; cursor: pointer; background: url('images/calendar-valid.gif') no-repeat 0 -20px; }

#cal thead td { width: 40px;}
#cal thead td+td { width: 60px;}
#cal thead td+td+td { width: 40px;}

/* PLUGINS */

.PCSG_Search,
.PCSG_Sitemap { 
	margin-top: 20px; 
}


/* PORTAL Boxn */
.middle {
	width: 300px;
	float: left;
	margin: 20px 10px 0 10px;
}

.middle ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	width: 240px;
	float: left;
}

.middle li {
	float: left;
	clear: both;
	width: 100%;
}

.categorys a {
	border-top: 1px solid #414441;
	text-decoration: none;
	line-height: 25px;
	font-size: 12px;
	float: left;
	width: 90%;
}

.categorys a.feed {
	background: url('images/feed-icon-14x14.png') no-repeat center center;
	height: 25px;
	width: 15px;
	float: left;
}

a.feed span {display: none;}