/*   
Theme Name: Bianca Purath
Theme URI: http://www.bianca-purath.de/
Description: Template for Bianca Purath
Author: DRWA Das Rudel Werbeagentur, Freiburg
Author URI: http://drwa.de
Version: 0.1
.
All rights reserved.
.
*/

/*  
 *  FARB-GUIDE
 *  
 *  Links + Headlines (blau):           00b1db
 *  Hintergrund Navigation (grau):      eeedec
 *  Fließtext, Menü inactive (braun):   5d4c42
 *  dunkleres braun (Verläufe):         42332c
 *
 */ 


/* 00.RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* MAIN HTML ELEMENTS */
* {
  margin: 0;
}

html, body {
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #5d4c42;
  z-index: 0;
  line-height: 1.3;
}

body {
  overflow-x: hidden;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #00b1db;
}


p {
  margin-bottom: 1em;
}

h1, h1 a {
  font-size: 20px;
  font-weight: bold;
  color: #00b1db;
  background: #ffffff;
  padding: 2px 3px 2px 0;
  margin-bottom: 15px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #5d4c42;
  margin-bottom: 5px;
}
  

/* SCHRIFTZUG / LOGO */
#schriftzug {
  margin-top: 40px;
  z-index: 1100;
  }  

/* PAGE LAYOUT */ 

.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
}

div#header {
  height: 400px;

}

.headpic-standard {
  background: url(img/header_bg_06.jpg) no-repeat center top;
}
.headpic-portrait {
  background: url(img/header_bg_07.jpg) no-repeat center top;
}
.headpic-teams {
  background: url(img/header_bg_14.jpg) no-repeat center top;
}
.headpic-bikes {
  background: url(img/header_bg_03.jpg) no-repeat center top;
}
.headpic-rennkalender {
  background: url(img/header_bg_01.jpg) no-repeat center top;
}
.headpic-erfolge {
  background: url(img/header_bg_15.jpg) no-repeat center top;
}
.headpic-galerie {
  background: url(img/header_bg_02.jpg) no-repeat center top;
}
.headpic-kontakt {
  background: url(img/header_bg_11.jpg) no-repeat center top;
}
.headpic-gaestebuch {
  background: url(img/header_bg_05.jpg) no-repeat center top;
}
.headpic-links {
  background: url(img/header_bg_13.jpg) no-repeat center top;
}



/* FOOTER & SPONSOREN */
.footer, .push {
  height: 100px;
}

.footer {
  background: url(img/footer_bg.jpg) no-repeat center center;
  width: 100%;
  overflow: hidden;
  margin-top: 37px !important;
}

#friends {
  margin-top: 65px;
}

#friends img {
  margin-left: 20px;
}

#friends ul {
  display: inline;
}

#friends ul li {
  float: left;
  text-align: center;
}

#friends span {
  overflow-x: hidden;
}

#content {
  margin-top: -63px;
  position: relative;
  z-index: 1000;
}

.footercontent {
  margin-top: 37px !important;
}

.boCSSBDY{
  border: 1px solid black;
}

/* MENU */

#sidebar-1 {
  padding-bottom: 215px;
  position: relative;
  background: url(img/sidebar_bg.jpg) no-repeat left bottom #ffffff;
  margin-top: -90px;
  z-index: 1002;
  width: 220px;
}

ul#menu {
  margin: 0;
  z-index: 1004;
  }

ul#menu a {
  color: #5d4c42;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}


ul#menu li {
  height: 27px;
  background: url(img/sidebar_menu_bg.jpg) no-repeat center top #eeedec;
  padding: 7px 0 0 10px;
 
}

ul#menu .current_page_item {
  background: url(img/sidebar_menu_active_bg.jpg) no-repeat 1px top;
  width: 225px;
  margin-left: -10px;
}
ul#menu .current_page_item a, ul#menu .current_page_item a:hover{
  color: #ffffff;
  margin-left: 10px;
}

ul#menu a:hover {
  color: #42332c;
}


	
/* INHALT */

.inhaltselement {
  margin-bottom: 40px;
  margin-top: 10px;
}

.metainfo {
  margin-top: 15px;
  font-size: 11px;
  text-align: right;
}

.metainfo a:hover {
  text-decoration: underline;
}

.post-date {
  width: 45px;
  height: 45px;
  padding-top: 8px;
  text-align: center;
  float: right;
  background: url(img/date_bg.jpg) no-repeat;
  color: #ffffff;
  margin-bottom: 12px;
}

.post-category, .post-comments, .post-tags {
  float: right;
  width: 140px;
}


.more-link {
   display: block;
   height: 25px;
   background: url(img/readon_bg.gif) no-repeat right;
   text-align: right;
   padding: 5px 48px 0 0;
   clear: both;
}

#content ul {
  list-style: square;
  margin-bottom: 20px;
  margin-left: 20px;
}



/* FUNKTIONALITÄT  */
.seitennavigation {
  text-align: left;
  
}

/* KOMMENTARE */

#comments {
  margin-top: 40px;
}

#respond {
  margin-top: 40px;
}

/* Hinweis auf geschlossene Kommentare nicht anzeigen */
.nocomments {
  display: none;
}

.commentlist {
  font-size: 12px;
}

.commentlist li {
  margin-top: 10px;
  background: #eeedec;
  padding: 5px 10px 5px 10px;
}

.commentlist li p {
  font-size: 14px;
  margin-top: 10px;
}
.comment-number {

}

/* Ende KOMMENTARE */

/* FORMULARE */
textarea {
  width: 300px;
}

/* MEHRFACH VERWENDETE KLASSEN */
.smalltext {
  font-size: 11px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
}
img.alignright {
  padding: 0 0 10px 10px;
}

.abstand-top {
  margin-top: 40px;
}

/* PLUGINS */

/* PLUGIN: ADD THIS */
.addthis_container {
  margin-top: 20px;
}

/* PLUGIN: Tiny Contact Form */
.contactform label, #contactsubmit {
	display: block;
	margin-top: 10px;

}


/* ENDE PLUGINS */
