/*
Theme Name: BBQTop
Theme URI: http://BBQTop.de
Description: BBQTop Theme
Author: Kay Molkenthin
Author URI: http://BBQTop.de
*/

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  margin-left: 5%;
  margin-right: 5%;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
padding: 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, h1 a:link, h1 a:active, #headerimg .description {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #A3163D;
 text-decoration: none;
}

div.entry {
  line-height: 1.5;
}

li.alt {
	background-color: #f4f7e1;
	padding: 0.5px;
	margin-bottom: 4px;
	line-height: 1.5;
}

li.noalt {
	background-color: #e7edbb;
	padding: 0.5px;
	margin-bottom: 4px;
	line-height: 1.5;
}

.the_comment {
	margin: 0;
}

#comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

H2 {font-family: Verdana, sans-serif;
font-size: 14px;font-weight: bold; color: #068282}

H3 {font-family: Verdana, sans-serif;
font-size: 13px;font-weight: bold; color: #000000}

p.mini_about {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000000;
}

p.wp-caption-text {
	font-size: 10px;
}

p.postmetadata, p.postmetadata a:link, p.postmetadata a:active, p.postmetadata a:visited, p.postmetadata a:hover {
		font-size: 10px;
}

ul.menu {
	list-style-position: inside;
	padding: 0px;
	
}



#meta, #meta a:active, #meta a:visited {
		font-size: 10px;
}



a:more-link {
	font-size: 10px;
}

.attachment-thumbnail {
	float: left;
	margin-right: 10px;
}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto;
}

.alignleft, div.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.content .storycontent .alignleft,
.search .storycontent .alignleft,
.archive .storycontent .alignleft { 
	margin-top: 0; 
	}

.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* CATEGORY MENU */
h2.categoryheader {
	background: #868686 url(/templates/xtc5/img/bg_boxheader.gif);
	height:28px;
	font-size:12px;
	color:#fff;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	margin-bottom: 0px;
}
h2.categoryheader a {
	text-decoration:none;
	outline: none;
	color:#fff;
}
ul#categorymenu {
	background-color:#EDEDED;
	margin-top: 0px;
	margin-bottom:15px;
	border: solid #ccc;
	border-width:0px 1px 1px 1px;
	padding: 0;
}
/* 1st TIER */
ul#categorymenu li.level1 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
	line-height: 18px;
}
ul#categorymenu li.level1 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background:#eee;
	font-weight:bold;
	padding:4px 0px 4px 6px;
	display:block;
}
ul#categorymenu li.level1 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#e1e1e1;
	font-weight:bold;
}

/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
  	float: left;
  	margin: 2px 10px 2px 0px;
  	position: relative;
}
