/*
Theme Name: Intrepid
Theme URI: http://themocracy.com/2010/02/intrepid-free-wordpress-theme/
Description: 2 column theme, with righthand sidebar, options for custom logo/header or 3 pre-defined color schemes, released under the terms of the GPL.
Tags: custom-header, theme-options, threaded-comments, translation-ready, custom-colors
Version: 1.1
Author: Themocracy
Author URI: http://themocracy.com/

*/

body {
margin: 0;
padding: 0;  
color: #282828;
text-align:center;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 1em;
background: #333;
}

#wrapper{
width: 980px;
margin: 10px auto;
padding: 0;
text-align:left;
font-size: 80%;
line-height:22px;
}

#wrapper2{
margin: 0;
background: white;
border: 9px solid #fff;
}

#header{
padding: 0;
margin: 0 0 3px 0;
height: 100px;
position: relative;
z-index:1;
}

#blog-name{
position: absolute;
top:28px;
left:15px;
padding: 5px 0;
z-index:20;
}

#blog-description{
position: absolute;
top:60px;
left:15px;
z-index:10;
}	

#surheader{
margin:0;
padding:0;
height: 96px;
}
		
#container{
clear:both;
padding: 0;
margin: 10px 0 0 0;
background: #fff url('images/dots.gif') 670px 0px repeat-y;
}	

#content {
width: 670px; 
float:left;
margin: 0;
padding: 0 0 10px 0;
overflow:hidden;
}

#sidebar-main {
padding: 0;
margin: 10px 0 0 680px;
}

#footer {
clear: both;
margin: 0;
padding: 0px 0px;
text-align: center;
font-size: 100%;
background: #fff url('images/dots.gif') 0px 0px repeat-x;
}

#footer-inner{
background:;
height: 50px;
}

#footer p{
margin:0;
padding: 15px 0;
}

.navigation{
position: relative;
padding: 0px;
margin: 10px 0;
height: 35px;
z-index:1;
}

.navigation-prev{
position: absolute;
top:8px;
left:10px;
z-index:10;
width:240px;
}

.navigation-next{
position: absolute;
top:8px;
right:10px;
z-index:10;
width:240px;
text-align:right;
}

/* Tabs  */

.horizmenu{
width: 100%;
line-height:16px;
float:left;
font-size:95%;
border-top: 1px solid #fff;
}

.horizmenu a{
font-weight: 100;
}

.horizmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.horizmenu ul li{
position: relative;
display: inline;
float: left;
}

.horizmenu ul li a{
display: block;
padding: 8px 15px;
border-right: 1px solid #fff;
text-decoration: none;
}

* html .horizmenu ul li a{ 
display: inline-block;
}

.horizmenu ul li a:link, .horizmenu ul li a:visited{
color: #222;
}

.horizmenu ul li a:hover{
color: #222;
}

.horizmenu ul li a:hover, .horizmenu ul li ul li a:hover{
 text-decoration:none;
}


.horizmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index: 20;
}

.horizmenu ul li ul li{
display: list-item;
float: none;
}

.horizmenu ul li ul li ul{
top: 0;
}

.horizmenu ul li ul li a{
width: 150px; 
padding: 5px 8px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #f2f2f2;
border-right: 0 !important; 
}

.horizmenu ul li ul li a:hover{ 
color: #222;
}

.downarrow{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrow{
position: absolute;
top: 9px;
right: 5px;
}

/* eo pages menu  */

#credit{
text-align:right;
padding: 9px 15px 6px;
font-size: 85%;
}

#credit p {
color: #888;
margin: 5px;
}
#credit a{
color: #888;
font-weight:100;
}
#credit a:hover{
 text-decoration:none;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}

a{
color:#374C76;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#374C76;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
border: 1px solid #ddd;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:0px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
font-size: 90%;
font-family: "Courier New", Courier, monospace;
white-space: pre;
}

td{
 vertical-align:top;
}

textarea, select{
font-family: Arial, Verdana, Helvetica, sans-serif;
}

.clearit{
clear:both;
height:1px;
overflow:hidden;
}

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 0 10px 0 0;
}

.alignright {
float: right;
margin: 0 0 0 10px;
}

.wp-caption {
text-align: center;
padding-top: 4px;
margin: 10px;
background: #eee;
border: 1px solid #ccc;
-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 p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}


/* Headings */ 

#header h3{
margin:  0;
padding: 0;
font-size: 260%;
line-height: 30px;
}

#header h3 a{
font-weight:100;
text-decoration: none;
color:#fff;
}

#header h1{
margin: 0;
padding: 0;
font-family: Tahoma, sans-serif;
letter-spacing:1px;
font-weight:100;
font-style:italic;
font-size: 120%;
line-height: 30px;
color: #fff;
}

h2#sectiontitle{
font-size:100%;
font-weight: 800;
padding:10px 6px 10px 10px;
margin:5px 10px 5px 10px;
background: #f3f3f3;
border: 1px solid #ddd;
color: #555;
}

/* post styles */

.hentry{
margin: 0 0 13px 14px;
padding: 0 8px 10px 0px;
background: #fff url('images/dots.gif') left bottom repeat-x;
}

.post-title {
color: #444; 
font: 100 24px/27px arial, verdana, helvetica, sans-serif;
padding: 2px 0 0px 2px;
margin: 6px 0 4px 0;
}

.post-title a{
text-decoration:none;
font-weight:100;
}

.post-title a:hover{
text-decoration:none;
}

.byline{
margin: 0 0 4px 0;
padding: 0 5px;
font-size: 90%;
}

.entry{
margin: 0;
padding: 0 8px 8px 3px;
}

.postmeta{
font-size:90%;
padding: 1px 8px 1px 10px;
margin: 0;
background: #f5f5f5;
}

.postmeta p{
line-height: 18px;
padding: 0;
margin: 2px 0;
}

.postmeta a{
text-decoration: none;
}
	
/* Comments > WordPress 2.6 */
 
#comments{
margin: 0;
padding: 0;
border-top: 1px solid #ddd;
}

#comments h3 {
font-size: 132%;
font-weight: 100; 
padding:8px 5px;
margin: 4px 0;
color: #444;
}

#comments h3#responses {
border-bottom: 1px solid #ddd;
margin: 0;
}

#comments ol.commentlist {
background:none; 
border:0; 
padding:0;
margin:0;
}

#comments ol.commentlist li {
list-style-type:none; 
padding:9px 15px;
margin:0;
}

#comments ol.commentlist li p{
margin: 6px 0;
}

#comments ol.commentlist li.thread-even {
background:#f6f6f6;
border-bottom:1px solid #e1e1e1;
}

#comments ol.commentlist li.thread-odd {
border-bottom:1px solid #e1e1e1;
}

#comments ul.children{
background:url('images/comment-reply.gif') no-repeat 6px 12px !important;
margin: 15px 0 0;
padding:0;
}

#comments ul.children li{
border-top:1px solid #ccc;
margin: 0;
padding: 10px 0 0 28px;
}

#comments .commentlist p{
padding:0 0 5px 0;
}

#comments ul.children li ul.children, #comments .commentlist{
padding:0;
}

#comments #respond{
margin:5px 0 0 0;
}

#comments #respond h3 {
background: none !important;
border-bottom: 0 !important;
padding: 4px 0 !important;
}

.comment-reply-link{
text-decoration: none;
font-size:85%;
font-weight:100;
}

ol.commentlist li div.reply {
padding:0px;
text-align:right;
}

ol.commentlist li div.reply p {
margin: 0;
}

#comments ol.commentlist img.avatar {
float:right; 
border:1px solid #e4e4e4; 
padding:2px; 
background:#fff;
margin: 0 0 1px 5px; 
}

#comments .cancel-comment-reply{
float:right;
margin: 0 5px 0 0;
}

#comments cite.fn {   
font:normal bold 13px/1.5  arial, verdana, sans-serif; 
padding: 0px;
margin: 0;
}
#comments cite.fn a{   
color:#333;
font-weight: 800; 
}

#comments span.says{
display:none;
}

#comments .comment-meta{
font:normal 12px/1.15   arial, verdana, sans-serif; 
}
#comments .comment-meta a{
font-weight :normal; 
}

.paged-navigation{
margin: 2px 0;
}		

#comments .navigation .alignright, #comments .navigation .alignleft{
margin:0;
}

form#commentform #submit{
border: 3px double #aaa;
padding: 2px 8px;
background: #dadada;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.comment-input{
padding: 3px;
border: 1px solid #aaa;
background: #f2f2f2;
font: 100 13px/18px arial,verdana, sans-serif;
}

.comment-input-focus {
border: 1px solid #555;
background-color: #fff;
}

/*  sidebar styles */


.sidebar{
padding:0;
font-size:95%;
}

.sidebar a{
font-weight: 100;
text-decoration:none;
}

.sidebar a:hover{
text-decoration:none;
}

.sidebar ul{
margin:0;
padding:0;
list-style-type:none;
}

.sidebar ul li.widget{
padding:2px;
margin:0 0 10px 0;
}

.sidebar ul li.widget ul{
margin: 0;
padding:0;
}

.sidebar ul li.widget ul li{
padding: 3px 0 3px 19px;
margin:0;
border-bottom: 1px solid #eee;
background: url('images/listbullet.gif') 2px 8px no-repeat;
}

.sidebar ul li.widget ul li ul li{
border-bottom: none !important;
padding: 2px 0 2px 17px;
}

.sidebar ul li.widget h3{
font-size:110%;
padding:3px 0 4px 7px;
margin:0;
color: #444;
font-weight: 800;
font-variant:small-caps;
letter-spacing:2px;
}

.sidebar ul li h3 a{
color: #444;
font-weight: 800;
}

.sidebar ul li h3 a:hover{
color: #444;
text-decoration: none;
}

.sidebar form{
display:block;
margin:0px;
padding:4px;
}

.sidebar input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search, li.widget_tag_cloud div {
padding: 2px 6px;
}

/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 250px;
border-collapse:collapse;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
font-weight:800;
padding: 3px 0;
margin: 3px 0 0 0;
}

#wp-calendar td, #wp-calendar thead th {
padding: 3px 0;
text-align: center;
border: 1px solid #ccc;
margin:0;
}

#wp-calendar thead th{
background: #f2f2f2;
}

#wp-calendar tfoot td {
padding:0;
border: none !important;
} 

#wp-calendar tbody a {
font-weight:bold;
}

#access{
display:none;
}

#footer a{
font-weight: 100;
}

/* header search input */

#search-wrapper {
position:absolute;
right:5px;
top:56px;
width: 225px;
height:31px;
padding: 3px 0 0 0;
margin: 0;
font: 100 13px/18px verdana, arial, sans-serif;
background: url('images/searchbg.gif') no-repeat;
}

#search-wrapper label{
display:none; 
}
	
form.search-form {
margin: 0;
display: inline;
overflow: hidden;
}

.search-text {
width: 160px;
color: #666;
padding: 4px 0 5px 30px;
margin: 0px;
border: 0;
background:0;
display: inline;
}

.search-submit {
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font: 800 13px/18px arial, verdana, sans-serif;
text-decoration: none;
margin: 0;
padding: 3px 3px;
color: #444;
background: none;
border: 0;
}

.rss-link{
float:right;
padding: 4px 4px 0 0;
}

#content.ohne-sidebar  {
    margin: 0 auto;
    width: 900px;
}