/* 
Theme Name: Kitescool
Description: Kitescool theme
Version: 1.0
Author: Andy
*/

body {
  font: 12px "trebuchet ms", verdana, arial, helvetica, sans-serif;
  color:#000000;
  background: #c8ebfa url(images/background.jpg) left top repeat-x;
  margin: 0;
  }

p, li, ul, dd, td {
  font: 12px "trebuchet ms", verdana, arial, helvetica, sans-serif;
  color:#000000;
  line-height: 170%;
  }
 
a {
  font-size: 12px;
  color:#0185d1;
  text-decoration: underline;
  }
  
a:hover {
  color: red; 
  text-decoration:underline;
  }

ul {
  margin: 0px;
  padding: 0px;
  }
  
li { 
  list-style-type: none;
  list-style-position: outside;
  margin-left: 20px;
  margin-top: 0px;
  background: url(images/bullet.gif) left top no-repeat;
  padding-left: 15px;
  margin-bottom: 0px;
  line-height: 15px;
  }
  
h1, h2, h3, h4 {
  color: #0185d1;
  line-height: 140%;
  margin-top: 0
  }
h1 {
  font-size: 18px;
  }
h2 {
  font-size: 16px;
  margin-top: 30px;
  clear: right;
  }
h3 {
  font-size: 14px;
  margin-top: 20px;
  } 
h4 {
  font-size: 12px;
  margin-top: 12px;
  } 
  
#wrapper {
  width:892px;
  margin:0px auto;
  padding: 0 5px 5px 5px;
  background: #ffffff;
  }

#content {
  margin-top:10px;
  padding-bottom:10px;
  }

#content div {
  float:left;
  }

#header {
  border-top: 5px solid #ffffff;
  height: 232px;
  }

#header object, #logo img {
  display: block;
  margin: 0;
  }

#slideshow {
  height: 280px;
  overflow: hidden;
  margin-top: 5px;
  }
  
#navbar {
  height: 44px;
  line-height: 37px;
  background: #007fc0 url(images/kitefooter.gif) left top no-repeat;
  vertical-align: top;
  text-align: center;
  border-top: 5px solid #ffffff;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "Comic Sans MS";
  }
#navbar a {
  font-weight: bold;
  font-size: 15px;
  font-family: "Comic Sans MS";
  text-decoration: none;
  color: #FFFFFF;
  padding: 0 12px 2px 12px;
  }
#navbar a:hover {
  color: #FF0000;
  }

#nav a.current {
  font-weight: bold;
  color: #02334b;
  }

#content-left {
  width:190px;
  margin: 0;
  padding: 0;
  }

#content-main {
  margin-left: 25px;
  width: 645px;
  padding-bottom: 20px;
  }
  
#bottom {
  clear: both;
  text-align: right;
  }

#weathertable {
  background: #e1e1c2 url(images/weather_header.gif) left top no-repeat;
  padding: 42px 5px 5px 11px;
  display: inline;
  width: 184px;
  margin-bottom: 10px;
  }

#newstable {
  background: #ffe1b3 url(images/news_header.gif) left top no-repeat;
  padding: 34px 5px 15px 11px;
  display: inline;
  width: 184px;
  }
#newstable h1 {
  margin: 0;
  padding: 0;
  }
#newstable h1 a {
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  color: #8a2600;
  }
#newstable h1 a:hover {
  text-decoration: underline;
  }
#newstable p {
  margin: 0;
  color: #7f5e2c;
  line-height: 150%;
  }

a.post-edit-link, #newstable a {
  font-size: 10px;
  }
  
a#Kitesurfen {
  background: url(images/german-flag.gif) left top no-repeat;
  padding-left: 37px;
  }
  
#footer {
  margin: 10px auto 0 auto;
  text-align: center;
  color: #0185d1;
  }

a.pdflink {
  background: url(images/pdf.gif) left top no-repeat;
  padding: 0px 0px 4px 25px;
  height: 18px;
  line-height: 18px;
  }

/* WP Common Styles */

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.commenttime {
   color: #999999;
   font-style: italic;
}
.commenttext p {
   margin: 0;
   padding: 0;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}