/*
	Theme Name: CLLB-Blog
	Theme URL: http://www.avidesign.de
	Description: CLLB-Blog is a 3-column Widget-ready theme created for WordPress.
	Author: Avidesign
	Author URI: http://www.avidesign.de
	Version: 1.0
	Tags: three columns, fixed width, white, blue, gray, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background:none repeat scroll 0 0 #FFFFFF;
font-family:Arial;
font-size:12px;
margin:15px 0 0;
padding:0;
}
a {
color:#000066;
text-decoration:none;
}
a:link, a:visited {
color: #666666;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
div {
	border: 0px solid #000000;
}
p {
line-height:1.3em;
margin:0.7em 0;
}
textarea {
color:#666666;
}
#wrap {
	margin:0px auto;
width:900px;
}
#header {
	background-color:#2E5076;
height:250px;
margin-bottom:15px;
margin-top:10px;
}
#logo {
	background:url("images/xLogo_CLLB_negativ.png") repeat scroll 0 0 transparent;
float:left;
height:60px;
margin:28px 0 0 24px;
text-align:left;
width:142px;
}
#logo a {
	display: block;
	padding: 0px 142px 60px 0px;
}
.headernavi {
	color:#CCCCCC;
float:right;
font-size:0.95em;
margin:30px 30px 30px 0;
width:480px;
}
.headernavi a {
	font-size:10px;
font-weight:normal;
color:#FFFFFF;
margin-left:10px;
margin-right:10px;
}
#searchbox {
	background-image:url("images/input_search_bg.png");
border:1px solid #999999;
color:#666666;
font-size:10px;
height:13px;
width:150px;
margin:0 0 0 10px;
padding:1px 0 0 5px;
vertical-align:top;
}
#searchbutton {
	border:0 none;
height:0;
width:0;
}
#main {
background:none repeat scroll 0 0 #FFFFFF;
margin:0px auto 10px;
text-align:left;
width:900px;
}
#left {
float:left;
width:690px;
}
#content {
float:right;
width:480px;
border-top:1px solid #999999;
}
#right {
float:right;
width:210px;
}
.sideleft {
float:left;
width:200px;
border-top:1px solid #999999;
}
.sideright {
float:right;
width:200px;
border-top:1px solid #999999;
}
.sideleft ul, .sideright ul {
list-style:none outside none;
margin:5px 0;
}
.sideleft h2, .sideright h2 {
background:none repeat scroll 0 0 #999999;
color:#FFFFFF;
font-size:16px;
margin-bottom:5px;
padding:4px;
text-transform:uppercase;
}
.sideleft ul.children, .sideright ul.children {
margin-left:16px;
}
.boxy, .sideleft .categories, .sideright .categories, .widget, .sideleft .linkcat, .sideright .linkcat {
margin-bottom:20px;
}
.sitenavi {
background:none repeat scroll 0 0 transparent;
border:0 solid black;
font-size:16px;
line-height:24px;
color:#444444;
margin:5px 0;
padding:0;
display: block;
}
.sitenavi li a {
display: block;
margin:0;
padding:0;
text-transform:uppercase;
}
.sitenavi li a:hover {
text-decoration: none;
color: #444444;
background-color: #e5e5ef;
}
.selected {
background-color: #000066;
color: #ffffff;
}
.post {
margin: 10px 0;
}
.post h2 {
font-size: 16px;
}
.post h2 a {
color:#333333;
display:block;
}
.post p a {
border-bottom:1px solid #CCCCCC;
}
p.meta {
border-top:1px solid #BBBBBB;
color:#000000;
font-size:87%;
margin-bottom:10px;
}
span.timr {
background:none repeat scroll 0 0 #000066;
color:#FFFFFF;
}
span.timr, span.user, span.catr {
padding:2px 5px;
}
.entry {
margin-bottom:10px;
text-align:justify;
}
p.postmeta {
color:#A73228;
margin-bottom:10px;
}
span.commr {
background:url("images/ico/comment.gif") no-repeat scroll 0 0 transparent;
padding:0 2px 0 18px;
}
#content .trackbackr {
background:url("images/ico/arrow_refresh.gif") no-repeat scroll left center transparent;
padding:3px 20px;
}
#content .commentsfeedr {
background:url("images/ico/feed_add.png") no-repeat scroll left center transparent;
padding:3px 20px;
}
h3#respond, h3#comments {
color: #606060;
font:bold 1.2em;
}
#comment {
width: 99%;
}
.alt {
background:none repeat scroll 0 0 #FFFFFF;
}
.comment {
background:#FFFFFF;
border-bottom:1px solid #DDDDDD;
list-style:none outside none;
margin:0;
padding:1em 0.5em;
}
.navigation {
float:left;
margin-bottom:20px;
width:480px;
}
.alignleft {
float:left;
width:50%;
}
.alignright {
float:right;
text-align:right;
width:50%;
}
#footer {
color:#333333;
font-size:0.9em;
text-align: center;
height:30px;
margin-top:13px;
padding-top:8px;
border-top:1px solid #999999;
}
.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
.clear {
clear: both;
}
