/*   
Theme Name: schoeck
Theme URI: schoeck.de
Description: Der Schoeckblog Standart Theme
Author: avenit AG
Author URI: avenit.de
Version: 1.0

*/

body {
  background: #ffffff;
  margin: 0px 0px 20px 0px;
  padding: 0;
  font: 9pt Verdana, arial;
}

p{
  margin:0px;
  padding-bottom:7px;
}

h3 {
  padding-bottom: 10px;
  margin: 0;
  font: bold 14pt "Lucida Sans", arial;
  letter-spacing: 1px;
  text-align: left;
  color: #0074BA;
  height:auto;
}

h4 {
  background: transparent url('images/line.gif') repeat-x center top;
  padding: 20px 0px 15px 0px;
  margin: 0;
  font-size:14px;
  text-align: left;
  color: #0074BA;
}

a.link {
  margin-top: 20px;
  text-decoration: none;
  color: #0074BA;
}

a.link:hover {
  text-decoration: none;
  color: #0074BA;
}

#wrapper {
  width: 950px;
  margin: 0 auto;
}


/* HEADER */

#header {
  width: 950px;
  background: url(images/head.jpg) no-repeat 0px 22px;
  height: 147px;
  margin:0 auto;
  position:relative;
}

/* TOP NAVIGATION */

.menu * {
  padding: 0;
  margin: 0;
}

.menu {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none; 
  list-style-type: none; 
  padding-right: 0px;
  font-size:10px;
  font-weight:normal;
}

ul.menu li {
  float: right;
  display: inline;
  padding-top: 0;
  padding-right: 15px;
  list-style: none;
  margin-top:2px;
}

.menu li a {
  float: left;
  display: inline;
  text-align: center;
  padding: 5px 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}

.menu li a:hover{
  color: #0074BA!important;
}

.menu li.current_page_item a {
  color: #0074BA;
}

.menu li.rss_link {
  padding:0!important;
  margin-top:0px !important;
}

.menu li.rss_link a{
  background: transparent url('images/rss.gif') no-repeat 0px 6px;
  display:block;
  width:12px;
  height:25px;
}

.menu li a:hover {
  text-decoration: none;
  color: #000000;
}


h1 {
  clear: both;
  margin: 0;
  text-align: left;
  padding-top: 30px;
  padding-left: 40px;
  letter-spacing: 1px;
  font: bold 2.4em Verdana, serif;
}

a.mainlink {
  text-decoration: none;
  color: #FFFFFF;
  display:block;
  width:200px;
  height:100px;
  position:absolute;
  top:25px;
  left:0px;
}

a.mainlink:hover {
  text-decoration: none;
  color: #FFFFFF;
}

#description {
  clear: both;
  padding-top: 12px;
  padding-left: 45px;
  font: 1.1em Verdana, serif;
  color: #DCEAF4;
}

/* SIDEBARS */

#leftnav {
  float: left;
  width: 200px;
  padding-right: 30px;
}

#mainnav {
  float: left;
  width: 200px;
  padding-left: 30px;
  padding-top:20px;
}
#leftnav {
  padding-top:20px;
}

.nav h2 {
  background:transparent url('images/border_title.gif') repeat-x bottom;
  clear: both;
  font: 9pt Verdana, arial;
  margin: 0px 0px 3px 0px;
  padding: 0 0 11px 0;
  color: #4C4C4C;
}
div.nav {
 margin-bottom:15px;
 } 

.nav * {
  padding: 0;
  margin: 0;
}

.nav li {
  list-style: none;
}

.nav li a {
  font: 8pt Verdana, arial;
  text-decoration: none;
  text-transform: capitalize;
  color: #0074BA;
}

.nav li a:hover {
  color: #000000;
}

/* MAIN PROPERTIES */

#main {
  float: left;
  padding-top: 20px;
  line-height: 11pt !important;
  text-align: justify;
  font: 8pt verdana, serif;
  width: 490px;
  color: #4C4C4C;
}

.link_page h3{
  margin-bottom:15px!important;
}

.link_page h4{
  background:none!important;
  margin-bottom:10px;
  padding:0px;
}

.link_page a{
  padding-left:8px;
  background: transparent url('images/arrow_right.gif') no-repeat 0px 6px;
  margin:5px 0px 5px 0px;
  font-weight:normal;
}

.link_page a:hover{
}

* html #main {
  width: 485px;
}

.entry {
  text-align:left;
  padding-bottom:10px;
}

.entry h3 {
  height:auto;
  background: transparent url('images/line.gif') repeat-x center bottom;
  padding-bottom:15px;
  margin-bottom:5px;
}

.entry ul
{
  list-style-type:square;
}

.reply {
  background: transparent url('images/line.gif') repeat-x center top;
  clear: both;
  float:left;
  padding: 10px 0px 5px 0px;
  margin: 3px 0px 10px 0px;
  text-align: left;
  color: #0074BA;
  font-weight:bold;
  width:100%;
  font-size:14px;
}

blockquote {
  padding-left: 7px;
  padding-right: 5px;
  font-size: 8pt;
  border-left: 3px solid #025590;
  color: #8F9192;
}

.clear {
  clear: both;
}

/* AUTHOR TEXT */

h5 {
  font: 8pt Verdana, arial;
  color: #4B4B4B;
  margin:0px;
  clear:both;
}

h5 strong {
  color: #1C689D;
}

.entries {
  clear: both;
  height: 25px;
  padding: 0;
  margin-top: 35px;
  margin-bottom: 20px;
}

.entries a {
  text-decoration: none;
}

.entries a:hover {
  text-decoration: none;
  color: #043264;
}

.left {
  float: left;
}

.right {
  float: right;
}


/* POST SUB HEADER */

ul.subhead {
  list-style:none;
  padding:0px;
  padding-bottom:10px;
  margin:0px 0px 7px 0px;
  background : transparent url('images/line.gif') repeat-x center bottom; 
}

ul.subhead li{
  display:inline; 
}

ul.subhead li.last{
  background : none!important;
}


/* POST TAGLINES */

.sociable li{
  list-style:none;
  display:inline;
}

.sociable {
  padding-top:20px;
}

.sociable_tagline {
  float:left;
  margin-right:10px;
}
.sociable ul {
  float:left;
  padding:0 5px 0 0;
  margin:0;
}


.tagtitle { 
  float:left;
  margin-bottom:15px;
  margin-top:15px;  
  width:100%;
}

.addthis {
  width:auto;	
}	

.wp-mail {
  float:left;
  width:200px;
  margin-bottom:15px;
}

.tagtitle span{
  float:left;
  margin-right:10px;
}

ul.tags {
  float:left;
  margin:0px;
  padding:0px;
}

ul.tags li {
  display:block;
  float:left;
}
 
ul.tags li a{
  margin-left:5px;
} 
 

/* COMMENTS */

.com {
  clear: both;
  text-align: left;
  height: 18px;
  background: url(images/line.gif) bottom repeat-x;
  padding-right: 10px;
  margin-bottom: 15px;
  padding-bottom:10px;
  color: #3E3C3C;
}

.com a {
  text-decoration: none;
  color: #1B609A;
  padding-left:8px;
  background: transparent url('images/arrow_right.gif') no-repeat 0px 6px;
}

.com a:hover {
  text-decoration: none;
  color: #000000;
}

.author {
  padding: 0px 0 0 0px;
  text-decoration:underline;
}

.author a {
  color: #4C83B1;
  text-decoration:underline!important;
}

.comment {
  padding: 0px;
}

.spacerline {
  background: transparent url('images/line.gif') repeat-x center bottom;
  margin-bottom:15px;
  padding-bottom:7px;
}

.userinfo {
  padding: 0 10px 10px 0;
  text-align: right;
}

/* INPUT PROPERTIES */

#search {
  margin-top: 12px;
  margin-bottom: 30px;
}

.searchform {
  background-color: #E5E5E5;
  border: 1px solid #E5E5E5;
  font-weight: bold;
  padding-left: 6px;
  color: #000000;
  width:165px;
}

.comments, .field {
  background: #ffffff url('images/input_shadow.gif') repeat-x center top;
  border: 1px solid #E5E5E5;
  color: #6E6E6E;
  padding-top:5px;
}

.field {
  height:18px;
}

#commentform p {
  padding:0px;
  width:100%;
  float:left;
  clear:both;
  margin-bottom:10px;
}

#commentform p label{
  margin-bottom:4px;
}

.button {
  background: #FFFFFF url('images/lupe.gif') no-repeat 2px 2px;
  border: none;
  color: #878887;
  width:22px;
  height:22px;
  cursor:pointer;
}

* html .button {
  height: 20px;
}

/* IMAGE STYLE */

img {
  padding-right: 5px;
  border: 0;
}

.alignleft {float:left;}
.alignright {float:right; padding:0 0 0 5px;}


.wp-smiley {
  float: none;
}

/* Author Image */

.author_image {
  float:right;
  border: 1px solid #E5E5E5;
}

.author_image img {
  padding:0px!important;
}


/* GENERAL LINK STYLE */

a {
  text-decoration: none;
  color: #0074BA;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

/* $4 Left Side Box ----------------------------------------------------------*/


#leftnav .nav {
  float:left;	
}
#leftnav a.nav {
  display:block; 
}
#leftnav ul li {
  padding-left:8px;
  background: transparent url('images/arrow_right.gif') no-repeat 0px 5px;
  margin:5px 0px 5px 0px;
}

#leftnav ul li ul li {
  padding-left:8px;
  background: transparent url('images/arrow_right.gif') no-repeat 0px 5px;
  margin:5px 0px 5px 0px;
  font-weight:normal;
}

#leftnav ul li.recent_comment {
  padding-left:0px;
  background: none!important;
  margin-bottom:10px;
  font-weight:bold;
  color:#4C4C4C;
}


#mainnav li {
  margin:5px 0px 5px 0px;  
}
/* $5 Commentform ------------------------------------------------------------*/

#commentform input, #commentform label, #commentform textarea{
  float:left;
  clear:both;
  width:100%
}

#termsquestion {
  margin-top:5px;
  float:left;
}

#termsquestion p {
  margin:0px;
  padding:0px;
  float:left;
}

#termsquestion label {
  clear:none!important;
  width:380px!important;
}

#termsquestion input {
  width:10px!important;
  margin: 2px 5px 0px 0px;
  height:10px;
  width:10px;
}

#commentform #submit {
  float:right;
  width:auto;
  background: #0074BA!important;
  text-transform: uppercase;
  font-weight:bold;
  font-size:10px;
  color:#ffffff;
  margin:0px 0px 15px 0px;
  height:17px;
  padding:0px;
}

#commentform #comment {
  margin:10px 0px 5px 0px;
}

.wp-caption-text {
	margin-bottom:20px;
	padding-top:0px!important;
	text-align:left!important;
}

.wp-caption img{
  padding-top:15px!important;
}

/* vote */
.votetitle
{
  clear:left;
  padding-top:10px;
}

.votetitle .barcontainer
{
  width:100px;
}

.votetitle .bartext
{
  text-align:left;
  width:100%;
}

.votetitle .vote_question
{
  font-weight:bold;
}

.votetitle .tickercontainer
{
  background:transparent url('images/bg_vote.gif') bottom left repeat-x;
  border:1px solid #cfd3d6;
  border-bottom:none;
  color:#0071b2;
  font-size:16px;
  height:30px;
  padding:5px 0px 0px 0px;
  width:200px;
}

.votetitle .tickertext .votelink
{
  background:none;
  border:none;
  width:200px;
}

.votetitle .tickertext a.voteuplink,
.votetitle .tickertext a.voteuplink:visited
{
  color:#0074BA;
  font-size:8pt;
}

.votetitle .tickertext a.votedownlink,
.votetitle .tickertext a.votedownlink:visited
{
  color:#0074BA;
  font-size:8pt;
}

.vote-it-up
{
  display:block;
  margin:5px 0px 0px 0px;
}

.votetitle .post_postvote
{
  float:none;
  width:100px;
}

.votetitle .post_postvote div
{
  width:100px;
}

.votetitle .post_votewidget
{
  background:#fff0bf;
  background-image:none;
  float:none;
  margin:0;
  padding:0;
  width:100px;
}

.votetitle .post_votebutton
{
  background:#fff5d7;
  background-image:none;
  background-position:center bottom;
  background-repeat:no-repeat;
  color:#7F7F7F;
  display:block;
  font-size:10px;
  height:auto;
  line-height:1em;
  margin:0;
  padding:4px 0px;
  text-align:center;
  text-decoration:none;
  width:100px;
}

.votetitle .post_votecount
{
  color:#7F7F7F;
  display:block;
  font-size:18px;
  height:20px;
  margin:5px 0px 5px 0px;
  padding:10px 0 0 0;
  text-align:center;
  width:100px;
}

.votetitle .post_votebutton a
{
  color:#0074BA;
}
.votetitle .post_votebutton a:hover
{
  color:#0074BA;
}
