/*
Theme Name: Dynamic-Vision
Theme URI: http://benediktrb.de
Description: Dynamic-Vision Theme
Version: 1.0
Author: Marcel Kliemannel / Benedikt Rieke-Benninghaus
Author URI: http://benediktrb.de
*/

/*************************************
 +Containers
 *************************************/
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

body{
        background:url(images/background.png) no-repeat center top;
	color:#64696e;
	font-family:"Arial";
	line-height:1.5;
	margin:0px;
	text-align:left;
}

#wrap{
        border-left:0px solid #000;
        border-right:0px solid #000;
        background: #fff;
	margin:0 auto;
	text-align:left;
        width:980px;
}
 


#inhalt{
        background-color:#fffff;
}
#content{
        background: #fff;
	float:left;
	padding:20px 20px 20px 25px;
        margin-left:0px;
        margin-top:-1px;
	width:685px;
}

#logo {
width: 300px;
height: 200px;
position: absolute;
margin: 100px 0 0 20px;
}

#logo a {
width: 300px;
height: 200px;
position: absolute;
}

#sd {
width: 300px;
height: 200px;
position: absolute;
margin: 140px 0 0 700px;
}

#sd a {
width: 300px;
height: 200px;
position: absolute;
}

#contentbox{
        border-top:1px dotted #999;
	width:685px;
	margin:0;
        padding:0px;
}
#kategorien{
	float:right;
	width:195px
}
#archive{
        margin-right:20px;
	float:left;
	width:205px
}
#sidebar{
        background: #fff;
        line-height:1.5;
        color:#64696e;
        margin-right:20px;
        margin-top:0px;
        margin-bottom: 35px;
        width:205px;
        padding:33px 0 0 0;
        float:right;
}

* html #sidebar {
margin-right: 10px;
}


#header{
	margin:0; 
padding:0;
        background:none;
        height:367px;
        line-height:0px;
position:absolute;
}
#headerpicture{
	margin:0; padding:0;
        background:#fff url(./images/header2.jpg);
        height:367px;
        line-height: 0px;
}
#menu{
        height:44px;
        line-height:15px;
	margin-left:0px; auto; padding:0;
        margin-bottom:6px;
        margin-top:-43px;
        background:#fff;
	color:#64696e;
        float:left;
        width:705px;
}
#footer{
        clear:both;
        background:#fff;
	color:#788287;
	font-size:0.9em;
	padding:0;
}
#pagetop{
	background:#fff url(./images/ontop.gif) repeat-x top left;
        height:10px;
}

/*************************************
 +Überschriften
 *************************************/
h1 { 
        background:url(./images/h2_line.gif) repeat-x;
        height:35px;
        line-height:25px;
        color:#6F8800; 
        font-weight:normal;
        font-style:italic; 
        font-size: 28px; 
        margin-bottom:20px;
        margin-left:10px; 
}  

h2 { 
        background:url(./images/h2_line.gif) repeat-x;
        height:35px;
        line-height:25px;
        color:#6F8800; 
        font-weight:normal;
        font-style:italic; 
        font-size: 20px; 
        margin-bottom:20px;
        margin-left:10px; 
} 

h3 { 
        color:#64696e; 
        font-weight:bold; 
        font-size: 11px; 
        margin:0; 

}

h4 { 
        background:url(./images/h4_line.gif) repeat-x;
        height:21px;
        line-height:14px;
        color:#64696e; 
        font-weight: bold;
        text-transform: uppercase;
        font-size:13px;
        text-align: left;

}

h5 { 
        background:url(./images/h4_line.gif) repeat-x;
        color:#788287; 
        font-weight:bold; 
        font-size: 11px; 
        margin:0;
        height: 21px; 

}

#header h1{
        float:left;
        margin-left: 10px;
	height: 55px;
        color:#6f8800;
}

.entrytitle h2{
        background:url(./images/h2_line.gif) repeat-x;
        height:35px;
        line-height:25px;
        color:#96b400; 
        font-weight:normal;
        font-style:italic; 
        font-size: 28px; 
        margin-bottom:20px;
        margin-left:10px; 
}
.entrytitle h2 a
{
        background:url(./images/h2_line.gif) repeat-x;
        height:35px;
        line-height:25px;
        color:#96b400; 
        font-weight:normal;
        font-style:italic; 
        font-size: 28px; 
        margin-bottom:20px;
        margin-left:0px; 
}
.entrytitle h2 a:hover{
        background:url(./images/h2_line.gif) repeat-x;
        height:35px;
        line-height:25px;
        color:#96b400; 
        font-weight:normal;
        font-style:italic; 
        font-size: 28px; 
        margin-bottom:20px;
        margin-left:0px; 
}

#sidebar h3{
        color:#6f8800;
	font-size:15px;
	margin: 0px;
        font-weight:bold;
        text-transform: uppercase;
}
/*************************************
 +Entry
 *************************************/
.entry {
	margin-bottom: 35px;
}
.entry p{
        font-size:12px;
        padding:0px;
        margin-left:10px;
}
.entry ul{
	list-style-type:none;
	margin:0;padding:0;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:0px;
}
.entry ul li{
	padding:0px;
        padding-left:10px;
        font-size: 12px;
        margin-left: 10px;
        margin-top:10px;
}
.entry ul li li{
        margin-top:0px;
}
.entry ul li {
        background: url(./images/arrow.gif) no-repeat;
}
.entry code{
        padding:4px;
        background:#ccc;
}
.entry h3{
        padding:2px;
        margin:2px;
        font-weight:bold;
        font-size:11px;
}
.entry img {
        padding: 10px 10px 10px 0;
        background:#fff;
        
        
}

.postinfo {
	font-size: 11px;
}
.entrybody {
	margin-top: 12px;
}
.entrymeta {
	margin-top: 12px;
	color: #64696E;
	font-size: 1em;
}
.author {
	font-weight: bold;
	color: #465a00;
}
.comments {
        padding-left: 20px;
	background: #fff url(./images/comment.gif) no-repeat;
	font-weight: bold;
}

.postmetadata
{
        background-color: #F0F0F0;
	border: 1px solid #E1E1E1;
	padding: 0;
        color: #000;
 	margin-top: 30px;
        width: 673px;
        display: block;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background: transparent url( images/quote.png ) top left no-repeat;
}

/*************************************
 +Content Boxen
 *************************************/

#sidebar #meta ul{
	list-style-type:none;
        margin: 0;
        padding: 0 5px 0 5px;
        background: none;
         
}
#sidebar #meta ul li, #sidebar #meta ul li a{
	display: block;
        font-size:11px;
        text-align: left;
	text-decoration: none;
        color: #fff !important;
        background: none !important;
       
}
#sidebar #meta li a, #sidebar #meta li a:visited {
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 0px;
	height: 16px;
         color:#fff;
         font-weight:bold;
         background: #6f8800;
}
#sidebar #meta li a:hover, #sidebar #meta li a:active{
        background:#6f8800;
        color:#fff;
        font-weight:bold;
}




/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;padding:0;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:0px;
}
#sidebar ul li, #sidebar ul li a {
	padding:0px;
        color:#465a00;
        font-size: 11px;
        margin-left: 10px;
}
#sidebar ul li {
        background: url(./images/arrow.gif) no-repeat;
}


/*************************************
 +Footer
 *************************************/
#footer_container{
	width:940px;
	margin-left:20px;
}
#lastthreads{
	float:left;
	width:200px
}
#lastthreads ul{
	list-style-type:none;
        
}
#lastcomments ul{
	list-style-type:none;
        
}
#lastthreads li, #lastthreads li a {
        font-size: 11px;
        color: #465A00;
margin-left: 10px;
}
#lastcomments li {
        font-size: 11px;
}
#lastthreads li, #lastcomments li{
	display: block;
        text-align: left;
	text-decoration: none;
        margin-left: 10px;
        margin-bottom: 6px;
        background: url(./images/arrow.gif) no-repeat;
}
#lastthreads li a, #lastthreads li a:hover, #lastthreads li a:visited, #lastcomments li a, #lastcomments li a:hover, #lastcomments li a:visited{
	color: #465A00;
         margin-left: 10px;
          
}
.last_author{
        color: #FF2BD5;
}
#lastcomments{
	float:left;
	width:475px;
         margin-left: 10px;
}
#lastthreads h2, #lastcomments h2 {
	font-weight:bold;
	font-size: 1.4em;
}
.copy a, .copy a:visited { 
        color: #465A00;
}
.copy, .copy a:link {
	margin-top:25px;
	padding:2;
	color:#788287;
	text-align:left;
        font-size: 11px;
}

.copy {
padding-left: 20px;
}

/*************************************
 +Comments
 *************************************/
#commentform {

}

#commentform p {
float: left;
display: block;
width: 685px;
margin-bottom: 10px;

}

#commentform input[type="text"] {
height: 20px;
width: 160px;
border: 1px solid #96b400;
margin-right: 10px;
}

#commentform input[type="submit"] {
height: 20px;
width: 150px;
background: #6F8800;
color: #fff;
font-weight: bold;
}

.commentsblock{
	margin:0;
	padding:0;
}

.commentauthor{
	display:block;
	font-size:11px;
}
ol.commentlist{
	color:#64696E;
	font-size:12px;
	list-style-type:none;
	margin:0;
	margin-top:10px;
	padding:0;
}
.commentlist li{
	padding:15px;
color: #64696E;
}

.alt{
        background-color: #EEEEEE;
	padding: 0;
        color: #64696E;
}

.normal{
	padding: 0.8em;
        color: #000;
}

h3#comments{
	font-size: 19px;
        color: #96b4000;
}

h3#respond{
	font-size: 19px;
        margin-top: 30px;
        color: #96b400; 
}

.countcomment{
	color:#000;
}

.commentmetadata
{
	font-size:0.9em;
}

.gravatar
{
	float:left;
         border: 1px solid #000;
         margin-right: 5px;
         margin-top: 5px;
         width: 36px;
         height: 36px;
}

/*************************************
 +Header List
 *************************************/

#menu ul{
	list-style-type:none;
        float:left;
}

#menu li {
	margin-right: 0px;
	display: inline;
}

#menu li a {
	height: 44px;
        padding-top: 15px;
	color: #64696e;
        font-weight: bold;
        text-transform: uppercase;
        font-size:13px;
        text-align: left;
	text-decoration: none;
        float:left;
        margin-left: 20px;
}

#menu li a:hover, #menu li a:active{
        background:url(./images/menu_over.gif) repeat-x;
        color: #465A00;
}




/*************************************
 +Header List
 *************************************/

#header ul{
	list-style-type:none;
        float:right;
        margin: 20px 0 0 20px;
        position: absolute;
        
}

* html #header ul {
background: #ccc;
}

#header li{
        padding:0;
        display:inline;
}

#header li a{
color: #fff !important;        
display:inline;
}

/*************************************
 +Misc
 *************************************/

a{
	color: #96b400;
	text-decoration:none;
}
a:hover{
	color:#96b400;
}

.nodisplay {
        left: -5000px;
        position:absolute;
}
.bold {
        font-size:1em;
        font-weight:bold;
}
.trennen {
        background:#fff url(./images/trennung.gif) no-repeat;
        margin-top: 5px;
        margin-bottom: 5px;
        margin:0 auto;
}


.search {
width: 225px;
height: 25px;
background: none;
float:right;
position: relative;
z-index: 500;
margin-top: 340px;
}

input
{
        position:absolut;
        padding: 0px;
        font-size: 11px;
        float:left;

}

#searchform input #s {
height: 19px;
width: 205px;
}

#searchform input[type="text"] {
height: 20px;
width: 165px;
background: url(./images/lupe.gif) no-repeat #fff;
padding-left: 0px;
font-size: 13px;
padding-top: 0px;
padding-left: 20px;
}

#searchform input[type="submit"] {
height: 20px;
width: 20px;
background: url(./images/search_arrow.gif) no-repeat;
}

#searchform {
background: none;
}

textarea
{
   border: 1px solid #96b400;
   padding: 2px;
   font-size: 1.0em;
}
