/*
Theme Name: Chaos Theme
Theme URI: http://blog.chaos.at
Description: n/A
Version: 1.0
Author: Alexander Fill
Author URI: http://www.hard-soft.at
*/



body {
    background:#fff;
    margin:0;
    padding:0;
    text-align:center;
}
body, div, p, textarea, input, table, tr, th, td  {
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
}
a {
	color:#BF3D2F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#page {
    width:814px;
    margin:15px auto;
    text-align:left;
}

#banner {
    padding-bottom:5px;
}

#body {
    border:1px solid #6E6E6E;
    border-top:none;
    border-bottom:3px solid #6F6F6F;
}

#navigation {
    height:35px;
    margin-bottom:10px;
    background:#fff;
}
#navigation ul, #subnavigation ul {
    margin:0;
    padding:0;
}
#navigation ul li {
    float:left;
    list-style-type:none;
    border-right:2px solid #ddd;
    padding:4px 6px 0 6px;
}
#navigation ul li a {
    display:block;
    font-weight:bold;
    text-decoration:none;
    padding:2px;
    padding-bottom:9px;
    text-transform:uppercase;
    color:#6F7970;
}
#navigation ul li a.active {
    color:#6E6E6E;
    border-bottom:2px solid #6E6E6E;
}

#subnavigation {
    clear:left;
    background:#fff;
    height:20px;
}
#subnavigation ul li {
    float:left;
    list-style-type:none;
}
#subnavigation ul li a {
    display:block;
    text-decoration:none;
    padding:2px 10px;
    color:#6E6E6E;
    font-weight:bold;
}

#content {
    color:#333;
    width:550px;
    float:left;
}
#content h1 {
    color:#BF3D2F;
    font-weight:normal;
    font-size:22px;
}
#content h3 {
    color:#BF3D2F;
    font-size:16px;
    margin-bottom:7px;
}
#content p.subheadline {
    font-weight:bold;
    font-size:13px;
}

#content_c {
	padding:10px;
}

#sidebar {
	margin-left:560px;
}

#sidebar_c {
	padding:0 8px;
}
#sidebar_c .box {
	margin-bottom:20px;
}
#sidebar_c h3 {
	border-bottom:1px dotted #000;
	margin-bottom:5px;
}
#sidebar_c a img {
    border:none;
}

#newsletter p {
	font-style:italic;
	color:#999;
}
#newsletter label {
	display:block;
	color:#999;
}

#commentlist {
	nargin:0;
	padding:0;
}
#commentlist li {
	list-style-type:none;
	background:#eee;
	padding:5px;
	margin-bottom:5px;
}
#commentlist li p {
	margin:0;
}
#commentlist li span {
	font:bold 20px Georgia,Arial,sans-serif;
}

#footer {
    height:25px;
    background:#E7E7E7;
    text-transform:uppercase;
    clear:left;
    margin-top:20px;
}
#footer ul {
    margin:0;
    padding:0;
    margin-left:620px;
}
#footer ul li {
    list-style-type:none;
    float:left;
}
#footer ul li a {
    display:block;
    color:#6F7970;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    padding:4px 10px;
}
#footer ul li a:hover {
    color:#000;
}

#author {
    text-align:right;
    padding:4px;
}
#author, #author a {
    color:#999;
}
#author a {
    text-decoration:none;
    font-weight:bold;
}
#author a:hover {
    color:#06F;
}

.clearer {
	clear:left;
	font-size:0;
	line-height:0;
}

#respond, #comments {
	clear:left;
}


/** Plugin Sociable Styling **/
div.sociable {
	margin: 16px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:6px;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
