/*
    Author Name   :    flöschen
    Author Site   :    http://floeschen.ch
    Style Name    :    Biotop
    Style URI     :    http://biotop-birsfelden.ch
    Version       :    0.2-beta
    Header Height :    200
    Tags          :    header, layout, style, k2, green
    Comments      :    License: http://creativecommons.org/licenses/by-nc-sa/2.5/

The Real K2: http://en.wikipedia.org/wiki/K2

$Revision: 898 $
*/
*{margin:0;padding:0;}

body {
  font-size:62.5%;
  color:#444;
  background: #B2F869;
  text-align:center;
}

#rollingarchives {
  top:0;
  height:45px;
  display:block;
  width:500px;
  border:none;
}

body.smartposition #rollingarchives {
  position:fixed;
  background:#fff;
  border-bottom:5px solid #B2F869;
  z-index:1000;
}

#page {
  text-align:left;
  margin:20px auto auto auto;
  position:relative;
  padding:0;
  border:none;
  clear:both;
}

#header {
  position:relative;
  height:200px;
  background: #006699;
  background-position:top right;
  background-repeat:no-repeat;
}

.content {
  padding:0 20px 30px;
  background:#EEE;
}

#primary {
  position:relative;
  float:left;
  width:500px;
  padding:10px;
  background:#FFF;
}

.admintab a {
  position:fixed;
  top:5px;
  right:5px;
  color:#EEE !important;
  background:url('images/dunkel.png');
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}

.admintab a:hover {
	background: url('images/dunkel.png') !important;
	color: #FFFA83 !important;
}

ul.menu li a {
  display:block;
  padding:5px 15px;
  font-size:1em;
  color:white;
  background:url('images/dunkel.png');
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
}

ul.menu li a:hover {
	background: url('images/dunkel.png') repeat;
	color: #FFFA83;
	text-decoration: underline;
}

.entry-edit a,
a.quoter_comment,
a.quoter_page,
a.comment_quote_link,
a.comment-edit-link,
a.comment-reply-link,
a#cancel-comment-reply-link,
.comment-edit a { /* Rounded Buttons */
	border: none;
	padding: 4px 8px;
	height: 16px;
	line-height: 16px;
	color: #FFF;
	background: #B2F869;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline;
}

.entry-edit a:hover,
a.quoter_comment:hover,
a.quoter_page:hover,
#commentlist #respond a.quoter_page:hover,
a.comment_quote_link:hover,
a.comment-edit-link:hover,
a.comment-reply-link:hover,
#commentlist #respond a#cancel-comment-reply-link:hover,
a#cancel-comment-reply-link:hover,
.comment-edit a:hover {
	background-color: #DC3D1C;
	color: #FFF;
	text-decoration: underline;
}

.blog-title {
  font-size:3em;
  font-weight:bold;
  padding:75px 40px 0;
  font-family:Georgia;
  font-style:italic;
}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: #EEE url('images/quote.png') no-repeat 10px 8px;
	border: none;
	border-left: 3px solid #B2F869;
}

#header .description {
  margin: 10px 40px;
}

#header .blog-title a {
	background: url('images/dunkel.png') repeat;
	padding: 5px;
}

a[rel~="attachment"] img:hover,.gallery a img:hover,.wp-caption:hover {
  padding:2px;
  border:2px solid #B2F869;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: #EEE;
}

#footer a {
	color: #FFF;
	font-weight: bold;
}

#footer a:hover {
	border: none;
	text-decoration: underline;
	color: #FFF;
}