/*#############################################################
	
	Name: sosblog
	Date: 2008-12-08
	
	Author: Henning Leutz
	Copyright PCSG
	
#############################################################*/

/* standard elements */
* {
  margin: 0;
  padding: 0;
}

a {
  color: #414441; 
  font-weight: bold;
}

a:hover {
  color: #693B3B; 
  text-decoration: underline !important;
}

.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;
	text-shadow: 0 1px 0 #FCF9EE, 0 2px 0 rgba(0, 0, 0, 0.15);
}


h1 a,
h2 a,
h3 a {
	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: 170px;
	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;}

/** kommentare
 ********************************************************/

.pcsg-plugins-comments-list ul {
	margin: 0;
}

.pcsg-plugins-comments-list .comment-count {
        padding: 5px 0 5px 5px;
}

.pcsg-plugins-comments-list ul li {
	list-style-type: none;
}

/** sheets
 ******************************************************/


/* Blättern */
.sheets {
	padding: 3px;
	margin: 3px;
	text-align:center;
	clear: both;
}

.sheets a,
.sheets span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}

.sheets a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #949490;
	text-decoration: none;
	color: #5A5A43;
	line-height:24px;
	font-size:10px;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e3));
	background: -moz-linear-gradient(top, #ffffff, #e2e2e3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e2e2e3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e2e2e3)";
}

.sheets a:hover, 
.sheets a.active {
	border:1px solid #816464;
	color: #fff;
	background: #814646;
}

.sheets span.current {
	padding: 1px 5px;
	margin-right: 2px;
	border: 1px solid #816464;
	font-weight: bold;
	background: #814646;
	color: #FFF;
	top: 1px;
	position:relative;
}

.sheets span.disabled {
	padding: 1px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #ccc;
	top: 1px;
	position:relative;
}
