/*  
Theme Name: Schnipsel
Theme URI: http://schnipsel.davidhellmann.com
Description: Schnipsel Theme
Version: 0.1
Author: David Hellmann - Grafik- und Webdesign
Author URI: http://www.davidhellmann.com

	
 */

html{
     }

body{
	background: url(images/bg-page.png) repeat;
	color:#555;
	font:normal 14px/19px Arial, Helvetica, sans-serif;
}
img#wpstats{width:0px;height:0px;overflow:hidden} 
* {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/*--------------------Page Boxen--------------------*/ 

#leiste-oben, #footer {
	width: 100%;
	height: 25px;
	background: #333;
	margin: 0 0 10px 0;
	font:normal 14px/25px  Arial, Helvetica, sans-serif;
	color: #777;
	float:left;
	clear:both;
}

#leiste-oben a , #footer a {
	color:#eee;
}

#leiste-oben a:hover , #footer a:hover {
	color:#fff;
}

#footer {
	height:auto;
	margin: 50px 0 0 0;
}


#leiste-oben .content , #footer .content {
	width: 960px;
	margin: 0 auto;
}

#footer .content {	
	padding:20px 0;
	font:normal 14px/19px  Arial, Helvetica, sans-serif;
}

#leiste-oben .content strong, #footer .content strong {
	color: #999;
}

#pagebox {
	width: 960px;
	margin: 0 auto;
}

h1 a {
	background: url(images/logo.png) left top no-repeat;
	float: left;
	width: 430px;
	height: 165px;
}

#navi {
	width: 331px;
	height: 46px;
	background: url(images/bg-navi.png) left top no-repeat;
	float: right;
	margin: 57px 0 0 0;
	padding: 3px 10px 0 25px;
}

#navi li {
	float: left;
	clear: none;
	height: 43px;
}

#navi li a.snippets {
	height: 43px;
	width: 90px;
	background: url(images/navi.png) 0 0 no-repeat;
	display: block;
	text-indent: -99999px;
}

#navi li a.snippets:hover, #navi li a.snippets-aktiv {
	background: url(images/navi.png) 0 -50px no-repeat;
}

#navi li a.about {
	height: 43px;
	width: 74px;
	background: url(images/navi.png) -90px 0 no-repeat;
	display: block;
	text-indent: -99999px;
}

#navi li a.about:hover, #navi li a.about-aktiv {
	background: url(images/navi.png) -90px -50px no-repeat;
}

#navi li a.contact {
	height: 43px;
	width: 82px;
	background: url(images/navi.png) -164px 0 no-repeat;
	display: block;
	text-indent: -99999px;
}

#navi li a.contact:hover, #navi li a.contact-aktiv {
	background: url(images/navi.png) -164px -50px no-repeat;
}

#navi li a.rss {
	height: 43px;
	width: 57px;
	background: url(images/navi.png) -246px 0 no-repeat;
	display: block;
	text-indent: -99999px;
}

#navi li a.rss:hover {
	background: url(images/navi.png) -246px -50px no-repeat;
}



/*--------------------Content--------------------*/

#contentbox {
	width: 960px;
	float: left;
	clear: both;
}

#content-left {
	width: 680px;
	float: left;
	margin: 20px 0 0 0;
}

#content-left .top {
	width: 680px;
	float: left;
	height: 10px;
	background: url(images/content-left-top.png) 0 0 no-repeat;
}

#content-left .mitte {
	width: 620px;
	float: left;
	background: url(images/content-left-mitte.png) 0 0 repeat-y;
	padding: 20px 30px;
}


.mitte h2 {
	color: #333;
	font:bold 28px/30px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
	width: 480px;
	padding: 0 0 5px 0;
	float: left;
	
}

.mitte h2 a {
	color: #ee4e00;
}

.mitte h2 a:hover {
	color: #333;
}

.mitte h3 {
	color: #333;
	font:normal 18px/25px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
	width: 620px;
	padding: 0 0 5px 0;
	margin: 10px 0;
	float: left;
	clear:both;
	
}

.mitte .meta {	
	border-bottom: 1px dotted #ccc;
	width: auto;
	padding:7px 0 5px 0;
	display: block;
	font:normal 11px/11px Arial, Helvetica, sans-serif;
	float: left;
	clear:both;
}

.mitte p {	
	float: left;
	clear: both;
	width: 620px;
	margin: 20px 0;
}


#content-left .bottom {
	width: 680px;
	float: left;
	height: 10px;
	background: url(images/content-left-bottom.png) 0 0 no-repeat;
	margin: 0 0 10px 0;
}



#sidebar {
	width: 260px;
	float: right;
	margin: 80px 0 0 0;
	color: #777;
}

#sidebar a:hover {
	color: #eee;
}

#sidebar h2 {
	border-bottom: 1px dotted #888;
	padding: 0 0 5px 0;
	color: #aaa;
	float: left;
	clear: both;
	width: 260px;
	margin: 0 0 5px 0;
	font-weight: normal;
}



#sidebar .cats, #sidebar .topposts {
	float: left;
	margin: 0 0 30px 0;
}

#sidebar .cats li , #sidebar .topposts li, #sidebar .p {
	float: left;
	clear: both;
	width: 240px;
	-moz-border-radius:2px;
    -khtml-border-radius:2px;
	background:#383838;
	line-height:16px;
	padding:5px 10px;
	margin:1px 0;
}


#sidebar .cats li a, #sidebar .topposts li a {
	color:#aaa;
	font-weight:normal;
}

#sidebar .cats li a:hover, #sidebar .topposts li a:hover {
	color:#888;
}

#sidebar .st-tag-cloud {
	width: 260px;
	margin: 0 0 30px 0;
	float:left;
}

#sidebar .st-tag-cloud a.st-tags {
	padding:5px;
	margin:1px;
	color:#aaa;
	width:auto;
	display:block;
	background:#383838;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	float:left;
	text-align:center;    
	-moz-border-radius:2px;
    -khtml-border-radius:2px;
}

#sidebar .st-tag-cloud a.st-tags:hover {
	color:#eee;
	background:#585858;
}

#sidebar .p {
	margin:0 0 30px 0;
}

#sidebar input.search {
	padding:2px;
	width:180px;
}

.meldung{
	float:left;
	font-size:11px;
	margin-left:10px;
	line-height:26px;
	color:#30aa00;
}

/*--------------------linkgestaltung--------------------*/

a.copytoclipboard {	
	background-image: url(images/copytoclipboard.png);
	background-repeat: no-repeat;
	float: left;
	display:block;
	width: 134px;
	height: 26px;
	text-indent: -99999px;
}

a.copytoclipboard-comment {	
	background-image: url(images/copytoclipboard-comment.png);
	background-repeat: no-repeat;
	float: left;
	display:block;
	width: 134px;
	height: 26px;
	text-indent: -99999px;
}

a.copytoclipboard.hover, a.copytoclipboard-comment.hover {
	background-position: 0 -30px;
}

a.more-link {
	float: left;
	clear: both;
	background: url(images/show-snippet.png) 0 0 no-repeat;
	width: 128px;
	height: 35px;
	text-indent: -99999px;
	display: block;
}

a.more-link:hover {
	background: url(images/show-snippet.png) 0 -40px no-repeat;
}

a {	
	color: #ee4e00;
	font-weight: bold;
     }
a:link { 
     }
a:visited { 
     }
a:link:focus, a:focus { 
	outline: none;
     }
a:link:hover, 
a:visited:hover { 	
	color: #333;
    }
a:link:active, 
a:visited:active {
	color: #000;
     }

/*--------------------bilder als links--------------------*/

a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }
      

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/
	/* Kommentare */
							ol.commentlist  {
								float:left;
								width:650px;
								margin: 20px 0;
								padding:0 15px;
								color: #bbb;
								font:normal 13px/18px Arial, Helvetica, sans-serif;
							}
							
							ol.commentlist li {
								float:left;
								width:620px;
								margin:10px 0;
								padding:10px 15px;
							}
							
							ol.commentlist li.author {
								float:left;
								width:620px;
								margin:10px 0;
								padding:20px 15px;
								background:#3d3d3d;
								-moz-border-radius:5px;
								-khtml-border-radius:5px;
							}
							
							ol.commentlist li h3 {
								float:left;
								width:620px;								
								border-bottom: 1px dotted #888;
								padding: 0 0 5px 0;
								margin: 0 0 5px 0;
								font:normal 22px/18px Arial, Helvetica, sans-serif;
							}
							
							ol.commentlist li h3 a {
								font-weight:normal;
								color:#eee;
							}
							
							ol.commentlist li h3 span {
								font:normal 12px/12px Arial, Helvetica, sans-serif;
							}
							
							ol.commentlist li h3 a.small {
								background:#333;
								padding:1px 4px;
								color:#eee;
							}
							
							ol.commentlist li h3 a.small:hover {
								background:#ee4e00;
								color:#eee;
							}
							
														
							ol.commentlist li h3 a:hover {
								font-weight:normal;
								color:#fff;
							}
							
							ol.commentlist li .box {
								float:left;
								width:520px;
							}
							
							ol.commentlist li .box p {
								float:left;
								width:520px;
								padding:10px 0;
							}

							
							ol.commentlist li .avatar {
								float:right;
								margin:10px 0 10px 0;
								border:8px solid #3d3d3d;
								padding:1px;
								background:#000;
							}
							
							ol.commentlist li.author .avatar {
								border:8px solid #333;
								padding:1px;
								background:#000;
							}


.mitte form label {
	float:left;
	clear:both;
	width:180px;
	padding:5px 0;
	margin:2px 0;
	font-weight:bold;
}

.mitte form input,  .mitte form textarea {
	float:left; 
	width:320px;
	padding:5px;
	margin:2px 0;
	border:1px solid #ddd;
	background:#fff;
}

.mitte form textarea {	
	width:427px;
	height:300px;
}

.mitte form input:focus,  .mitte form textarea:focus {
	border:1px solid #ddd;
	background:#f8f8f8;
	border-bottom:1px solid #888;
}

.mitte form .submit, .mitte form .submit:focus {
	background:#333;
	color:#fff;
	font-weight:bold;
	float:right;
	width:441px;
	padding:10px 0;
	margin:10px 0 0 0;
	cursor:pointer;
}


/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }

/* __ Pagenavi */

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding:5px;
	color:#666;
	width:auto;
	background:#ddd;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	float:left;
	text-align:center;  
	border:none;  
	-moz-border-radius:2px;
    -khtml-border-radius:2px;
	font-weight:bold;
}

.wp-pagenavi a:hover {	
	border:none;
	color: #fff;
	background-color: #ee4e00;
}

.wp-pagenavi span.pages {
	color:#888;
	background:none;
	text-align:center;
}
.wp-pagenavi span.current {
	color:#fff;
	background:#ee4e00;
}
.wp-pagenavi span.extend {
	color:#888;
	background:#ddd;
}

