/*
Theme Name: WPS Blog Theme
Theme URI: http://blog.c1-wps.de
Description: Individual theme for the cooperative weblog of the C1 Workplace Solutions
Version: 1.0
Author: <a href="http://www.avonis.de/">Avonis / New Media</a>
Tags: individual, cooperation
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#content-wrapper {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/*--------------------------------------------------------------------------------*/


body {
background: #959595 url("images/c1-wps-bg.png") top center repeat-y;
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
font-size:13px;
color:#222;
}

* {
padding:0;
margin:0;
}

a {
color:#000;
text-decoration:underline;
}

a:hover {
text-decoration:none;

}
.grey {
	color: #5C6B79;
}

#container {
width:960px; /* this has nothing to do with the '911' event */
margin:0 auto;
position:relative;
background: #405676;
-moz-box-shadow: 0px 0px 10px #242424; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 10px #242424; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 10px #B5B5B5; /* Opera 10.5, IE 9.0 */
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#242424'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#242424')"; /* IE8 */
z-index: 9;

}

#container h1 {
font-size:30px;
font-weight:normal;
letter-spacing:-1px;
width:600px;
padding:32px 0 25px 0;
}

#container h1 a {
color:#222;
text-decoration:none;
}

#container h1 a:hover {
color:#c00;
}

#header-stripe {
width: 960px;
height: 80px;
margin: 0 auto;
position: relative;
z-index: 10;

}

#logo-wrapper {
width: 149px;
height: 60px;
padding-top: 20px;
float: left;

}

#logo-glow-wrapper {
width: 786px;
height: 121px;
position: absolute;
background: url(images/c1-wps-bg-glow.png) no-repeat 0 0;
z-index: 1;
left: 30%;
margin-left: -500px;

}

#label-wrapper {
width: 232px;
height: 133px;
position: absolute;
z-index: 9999;
right: 0;
top:10px;
background: url(images/c1-wps-label.png) no-repeat 0 0;
}

#rss-feed-wrapper {
width: 781px;
height: 46px;
padding: 34px 0 0 30px;
position: relative;
margin-left: 149px;
}

#rss-feed-wrapper img {
margin: 0 1px 0 10px;
}

#rss-feed-wrapper a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#rss-feed-wrapper a:hover {
	text-decoration: underline;
}

.content-wrapper {
width: 704px;
position: relative;
margin-left: 256px;
background: #FFF;
}

#content {
padding:10px 25px 0 15px;
width:665px;
}

.content-left {
	width: 510px;
	float: left;
}

#content h2 {
font-size:31px;
color: #323232;
letter-spacing: -2px;
margin:5px 0 7px 0;
padding-bottom: 10px;
border-bottom: 1px solid #D2D2D2;
}

#content h2 a {
color:#323232;
text-decoration:none;
}

#content h2 a:hover {
color:#012C56;
}

#content h2.archive {
font-weight:normal;
font-size:15px;
color:#5C6B79;
padding:0;
margin:5px 0 20px 0;
border:none;
text-align:left;
letter-spacing: -1px;

}

.comments {
font-size:11px;
color:#333;
margin:0 0 15px 18px;
}

.comments a {
padding:0 7px 5px 0;
color:#000;
text-decoration:underline;
}

.comments a:hover {
text-decoration:none;
}

.navigation {
font-size:11px;
padding:5px 10px;
margin:0 0 20px 0;
}

.navigation a {
color:#555;
font-weight:bold;
text-decoration:none;
}

.navigation a:hover {
color:#333;
text-decoration:none;
}

.main {
	padding-bottom: 40px;
}
.main h3 {
font-size:16px;
font-weight:normal;
margin:0 0 15px 0;
}

.main img {
padding:2px;
border:#ddd 2px solid;
}

.main a img {
padding:2px;
border:#0085b5 2px solid;
}

.main a:hover img {
padding:2px;
border:#ca0002 2px solid;
}

.main p {
line-height:18px;
margin:0 15px 15px 0;
}

.main ol {
line-height:18px;
margin:0 0 15px 30px;
}

.main ul {
line-height:18px;
margin:0 0 15px 30px;
}

.main li {
margin:0 0 5px 0;
}

.meta {
background:#FFF;
font-size:11px;
line-height:15px;
color:#333;
padding:60px 0 1px 0;
margin: 15px 0 0 0;
width:154px;
position: relative;
border-left: 1px solid #D2D2D2;
float: right;

}

.signature {
padding:0 10px 10px 18px;
width:150px;
}

.tags {
padding:0 0 10px 18px;
width:155px;
}

#sidebar {
font-size:12px;
float:left;
min-height:600px;
width:236px;
padding:5px 0 20px 20px;
margin:0;
color: #FFF;
background: #405676 url("images/c1-wps-sidebar-bg.png") repeat-x;
}

#sidebar a {
	color: #fff;
}

#sidebar h3 {
font-size:11px;
font-weight:bold;
margin:20px 20px 0 0;
text-transform:uppercase;
}

.sidebar-headline-wrapper {
border-bottom: 1px solid #333333;
padding-bottom: 7px;
margin-right: 20px;
}

.sidebar-list-wrapper {
border-top: 1px solid #9999C1;
padding-top: 5px;
margin-right: 20px;
}

.login-logout {
padding: 10px 0 10px 0;

.login-logout a{
	color: #FFF;
	text-decoration: underline;
}

.login-logout a:hover{
	text-decoration: none;
}

}
#sidebar ul {
list-style:none;
padding-bottom: 15px;
}

#sidebar ul ul {
margin:5px 0 0 10px;
}

#sidebar ul ul ul {
margin:5px 0 0 10px;
}

#sidebar ul li {
padding:0 0 5px 0;

}
#sidebar ul li a{
color: #FFF;
text-decoration: underline;
background: url("images/c1-wps-arrow.png") 0 5px no-repeat;
padding-left: 13px;
font-size:11px;

}
#sidebar ul li a:hover{
text-decoration: none;
background-position: 3px 5px;
}

#author h3 {
margin:5px 0 5px 0;
}

#searchform {
margin:15px 0 0 0;
}

#searchform input {
background:#222;
font-size:11px;
margin:2px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#eee;
}

#searchform input:hover {
background:#333;
border:#999 1px solid;
color:#fff;
cursor:pointer;
}

#searchform #s {
background: url("images/c1-wps-search-bg.png") 0 0 no-repeat ;
font-size:11px;
margin:2px 0;
padding:0 0 0 25px;
border:none;
color:#000;
width: 191px;
height: 20px;
}

#searchform #s:hover {
border:none;
cursor:text;
}

input.searchfield {
background:#f6f6f6;
font-size:11px;
display:block;
margin:5px 0 8px 0;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

input.searchfield:hover {
background:#eee;
color:#222;
}

input.submit {
background:#012C56;
font-size:11px;
font-weight: bold;
display:block;
margin:0 0 10px 0;
padding:1px 4px 2px 4px;
border:none;
color:#eee;
}

input.submit:hover {
background:#012C56;
cursor:pointer;
border:none;
color:#fff;
}

input.subcom {
background:#eee;
font-size:11px;
margin:0 0 10px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#222;
}

input.subcom:hover {
background:#222;
cursor:pointer;
border:#888 1px solid;
color:#eee;
}

input.comment {
background:#f6f6f6;
font-size:11px;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

input.comment:hover {
border:#c00 1px solid;
}

textarea {
background:#FFF;
font-size:12px;
width:484px;
padding:2px 4px;
border:#D2D2D2 1px solid;
color:#000;
}

textarea:hover {
border:#012C56 1px solid;
}

.postinput small {
font-size:11px;
margin:0 0 0 5px;
}

p.logged {
font-size:12px;
}

h3.reply {
font-size:12px;
margin:0 0 3px 0;
}

.nocomments {
margin:0 0 30px 0;
}

ol.commentlist {
font-size:12px;
list-style:none;
margin:10px 0 30px 0;
border-bottom:#bbb 1px solid;
width: 495px
}

.commentlist li {
border-top:#bbb 1px solid;
padding:0 0 10px 0;
}

.commentlist li.bypostauthor {
border-top:#bbb 5px solid;
background-color:#f3f3f3;
}

.comment_mod {
margin:10px 0 0 10px;
}

.comment_mod em {
background-color:#fff897;
padding:1px 3px;
}

.comment_author {
margin:5px 0;
float:right;
width:200px;
}

.comment_author img {
float:left;
margin:5px 12px 0 0;
}

.comment_author p {
line-height:20px;
}

.comment_author small {
font-size:11px;
}

.comment_text {
float:left;
width:285px;
margin:0 0 0 10px;
}

.comment_text p {
line-height:18px;
margin:7px 0;
}

.comment_meta {
font-size:12px;
}

#commentform p {
line-height:18px;
margin:0 0 15px 0;
}

blockquote {
background:url(images/quote.gif) no-repeat top left;
padding:0 0 0 60px;
min-height:50px;
}

#footer {
font-size:11px;
color:#555;
margin:0 auto;
padding:10px 0;
text-align:center;
position:relative;
}

#footer a {
color:#555;
font-weight:bold;
text-decoration:none;
}

#footer a:hover {
color:#333;
text-decoration:none;
}

.copy-wrapper {
	position: absolute;
	bottom: 15px;
}
.copy-wrapper p {
font-size: 11px;
}


.warning p {
background:url(images/warning.gif) no-repeat left;
height:160px;
padding:20px 0 0 90px;
font-size:20px;
margin:0 0 0 10px;
}

#wp-calendar {
padding:10px 0 0 0;
font-size:12px;
}

#wp-calendar caption {
text-align:left;
padding:0 0 5px 0;
}

#wp-calendar tr th,
#wp-calendar tr td {
padding:0 6px 0 0 ;
text-align:right;
}

#wp-calendar td a {
font-weight:bold;
}

#wp-calendar td a:hover {
font-weight:bold;
}

img.wp-smiley {
padding:0;
border:none;
}

input:focus, textarea:focus{
background-color:#FFF;
}

abbr {
border:none;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* IE Hacks */

*html #bubble {
display:none;
}

*html #bubble p {
display:none;
}

* html .group,
* html #nav ul li a {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

* html #nav ul li a {
display: inline;
}
