/*
Theme Name: SawoffShotgun
Theme URL: http://www.flausen.org
Description: is a 3-column Widget-ready theme created for WordPress.
Author: Wolfgang Steinbauer
Author URI: http://www.flausen.org
Version: 1.0
Tags: three columns, fixed width, white, blue, sidebar widgets

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Changelog:
v2.0 - 21.04.10
First Release of SawoffShotgun
*/
BODY
{
	color: #383325;
	font-size: 12px;
	font-family: Arial;
	background: #000000 none repeat-x right 0;
	margin-left: 0px;
	margin: 0px;
	padding: 0;
	height: 100%;
}
#wrap
{
	background: transparent;
	margin: 240px 0px 0 30px;
	padding: 0;
	width: 715px;
}
#wrapblack
{
	background: #000000;
	margin: 0 0px 0 0;
	padding: 7px 0 0;
}
/************************************************
*    Hyperlinks                                    *
************************************************/
A, A:visited
{
	color: #91290E;
}
A:hover
{
	color: #91290E;
	text-decoration: underline;
}
A IMG
{
	border: none;
}
/************************************************
*    Header                                      *
************************************************/
#header
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 715px;
	height: 45px;
	overflow: hidden;
	background-repeat: no-repeat;
	background: transparent;
}
.headerleft
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #990000;
}
#logo
{
	background-image: url(gray/images/logo.gif);
	background-repeat: no-repeat;
	height: 160px;
	margin: 0 0 40px;
	padding: 0;
	width: 180px;
}
#community
{
	background-image: url(gray/images/trenner_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	width: 673px;
	margin: 0 0 0 15px;
	padding: 0 0 20px;
	float: left;
	text-transform: uppercase;
}
#community A
{
	background-image: none;
	font-size: 10px;
	color: #383325;
	font-family: Arial, Helvetica, sans-serif;
}
#header P
{
	padding: 0px 0px 5px;
	margin: 0px;
	line-height: 20px;
}
#header H1
{
	color: #FFFFFF;
	font-size: 36px;
	font-family: Georgia;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px;
	text-decoration: none;
}
#header H1 A, #header H1 A:visited
{
	color: #FFFFFF;
	font-size: 36px;
	font-family: Georgia;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px;
	text-decoration: none;
}
#header H1 A:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #91290E;
}
.headerright
{
	width: 480px;
	float: right;
	margin: 0px;
	padding: 10px 0px 0px;
	text-align: right;
}
.headerright A, .headerright A:visited
{
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
}
.headerright A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.headerright A IMG
{
	border: none;
	margin: 0px 0px 3px;
	padding: 0px;
}
/************************************************
*    Navbar                                      *
************************************************/
#navbar
{
	color: #FFFFFF;
	background-color: transparent;
	margin: 0 0px;
	padding: 5px 0px 0;
	width: 100%;
	height: 40px;
	float: left;
	background-image: url(gray/images/header_bg.gif);
}
#navbarleft
{
	width: 700px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 5px 0 0;
}
#navbarright
{
	width: 227px;
	height: 30px;
	float: right;
	margin: 0px;
	padding: 5px 0px 0px;
	text-align: right;
}
#nav
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 700px;
}
#nav UL
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav A
{
	color: #FEFEFE;
	font-family: Georgia;
	display: block;
	font-weight: normal;
	font-size: 17px;
	margin: 0px;
	padding: 1px 7px 1px 15px;
	text-transform: none;
	font-style: italic;
}
#nav A:hover
{
	color: #990000;
	text-decoration: none;
	background: transparent;
	display: block;
	margin: 0px;
	padding: 1px 7px 1px 15px;
	text-decoration: none;
}
#nav LI
{
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav LI LI
{
	float: left;
	margin: 0px 0 0px 5px;
	padding: 0px;
	width: auto;
	background-image: none;
	background-color: #000000;
	background-position-y: -10px;
}
#nav LI LI A, #nav LI LI A:link, #nav LI LI A:visited
{
	color: #FFFFFF;
	font-size: 17px;
	margin: 0 3px;
	padding: 0 10px 5px 5px;
	width: 140px;
	float: none;
	border-width: 0;
	border-bottom: 1px dashed #9B9B9B;
	text-decoration: none;
	background-color: #000000;
	position: relative;
	z-index: 999;
}
#nav LI LI A:hover, #nav LI LI A:active
{
	text-decoration: none;
	color: #90280D;
}
#nav LI UL
{
	position: absolute;
	width: 10em;
	left: -999em;
	padding: 8px 0px 0px;
}
#nav LI:hover UL
{
	left: auto;
	display: block;
}
#nav LI:hover UL, #nav LI.sfhover UL
{
	left: auto;
}
/************************************************
*    Content                                      *
************************************************/
#content
{
	width: 715px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
H1
{
	margin: 0;
}
H1 A
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding: 0 2px;
	margin: 0;
	display: inline;
	font-family: Georgia;
	font-style: italic;
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 0 15px;
	padding: 0 8px 0 5px;
	text-transform: uppercase;
}
H1 A:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #980000;
}
P
{
	color: #FFFFFF;
	background-color: #000000;
	display: inline;
	padding: 0 3px 2px;
	margin: 0 0 0 15px;
}
#content P
{
	padding: 0 0 0px;
	margin: 0 0 20px;
	line-height: 17px;
	background-color: transparent;
	color: #A0BBBB;
	font-size: 12px;
	font-weight: normal;
	display: block
}
#content H1
{
	color: #000000;
	background-color: #FEFEFE;
	font-size: 24px;
	font-family: Georgia;
	line-height: 30px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
	display: inline-block;
	font-style: italic;
	float: none;
}
#content H1 A
{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0 2px;
	margin: 0 0 0px;
	display: inline-block;
}
#content H1 A:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #980000;
}
#content H2
{
	color: #FFFFFF;
	font-size: 20px;
	font-family: Georgia;
	font-weight: normal;
	line-height: 26px;
	margin: 0 auto 0 0;
	padding: 0 0 5px;
	font-style: italic;
	/*[empty]float:;*/
}
#content H3
{
	color: #FFFFFF;
	font-size: 16px;
	font-family: Georgia;
	font-weight: normal;
	line-height: 26px;
	margin: 0 auto 0 0;
	padding: 0 0 10px;
	font-style: italic;
	/*[empty]float:;*/
}
#content H4
{
	font-size: 15px;
	font-family: Georgia;
	font-weight: normal;
	margin: 0px 0px 3px;
	padding: 0px 1px 0;
	color: #000000;
	font-style: italic;
	background-color: #FFFFFF;
	display: inline;
}
#content H5
{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	margin: 0px 0px 3px;
	padding: 0px 1px 0;
	color: #7B7B7B;
	font-style: normal;
	background-color: transparent;
	display: inline;
	text-transform: uppercase;
}
#content IMG.wp-smiley
{
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
#content IMG.wp-wink
{
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
#contentleft
{
	float: left;
	width: 485px;
	background-repeat: repeat;
	margin: 0 15px 0 0;
	padding: 15px 5px 0px 15px;
	background-image: none;
	background: #000000;
}
#contentleft OL
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px;
}
#contentleft OL LI
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px;
}
#contentleft UL
{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px;
}
#contentleft UL LI
{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px;
}
.date
{
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 17px;
	padding: 0;
	border-bottom: 0px solid #000000;
	text-transform: uppercase;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #7B7B7B;
}
.date A
{
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 25px;
	border-bottom: 0px solid #000000;
	text-transform: uppercase;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #BCBCBC;
}
.postmeta
{
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0 20px;
	padding: 5px 0;
	width: 100%;
	border-top: 0px solid #000000;
	background-image: url(gray/images/trenner.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#trenner
{
	margin: 0 0 10px; /*[e]0 0 10px &*/
	padding: 0;
	width: 430px;
	background-image: url(gray/images/trenner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}
.trenner_side
{
	margin: 0 0 10px;
	padding: 0;
}
BLOCKQUOTE
{
	font-style: italic;
	margin: 0 25px 15px;
	padding: 0 25px 0 10px;
	border-left: 2px solid #3D3D3D;
}
#content BLOCKQUOTE P
{
	margin: 0px;
	padding: 10px 0px;
}
.statistik A
{
	color: #999;
	text-decoration: underline;
}
.statistik A:hover
{
	color: #FFF;
	text-decoration: underline;
}
/************************************************
*Events                                     **/
.rsevent2
{
	color: #FFFFFF;
	font-size: 11px;
	background-color: transparent;
	float: left;
	padding: 0;
	margin: 0 0 5px;
	width: 100%;
	text-align: left;
}
.rseventabstand
{
	background-color: transparent;
	float: left;
	padding: 0 0 20px;
	margin: 0 0 10px;
	width: 100%;
	background-image: url(gray/images/trenner_sidebar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.rsevent LI
{
	color: #FFFFFF;
	font-size: 11px;
	margin: 10px 0 20px;
	padding: 10px 0 20px;
	float: left;
	border-width: 0;
	text-decoration: none;
}
.rsevent A
{
	color: #990000;
	margin: 0;
	padding: 0 0 3px;
	float: left;
	text-decoration: none;
	background-color: transparent;
	text-transform: uppercase;
}
/*.termineicon
{
color: #990000;
margin: 5px 0 0 10px;
padding: 0 0 10px;
float: none;
text-decoration: none;
background-color: transparent;
text-transform: uppercase;
width: 100%;
height: 150px;
background-image: url(gray/images/stufenschnitt.gif);
background-repeat: no-repeat;
float: left;
}*/
.termineicon
{
	float: none;
	text-decoration: none;
	background-color: transparent;
	text-transform: uppercase;
	width: 100%;
	height: 1px;
	background-image: none;
	background-repeat: no-repeat;
	float: left;
}
/************************************************
*    Images                                       *
************************************************/
IMG.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}
IMG.alignnone
{
	padding: 0px;
	margin: 0px 0px 10px;
	display: inline;
}
IMG.alignright
{
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
}
IMG.alignleft
{
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright
{
	float: right;
}
.alignleft
{
	float: left;
}
.wp-caption
{
	margin: 0px;
	padding: 0px;
}
.wp-caption IMG
{
	margin: 0px 0px 10px;
	padding: 0px;
	border: 0px solid #000000;
}
.wp-caption P.wp-caption-text
{
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
}
/************************************************
*    Link tabelle                                 *
************************************************/
.wp_link
{
	color: #D41F00;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 3px;
}
.more-link
{
	margin: 7px 0 0;
	padding: 0 1px;
	color: #000000;
	text-decoration: none;
	background-color: #FEFEFE;
	font-size: 12px;
	font-family: Georgia;
	text-transform: none;
	font-style: italic;
	display: inline-block;
}
A.more-link:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #980000;
}
A.more-link:visited
{
	color: #990000;
}
/************************************************
*    Left Sidebar                                  *
************************************************/
#l_sidebar
{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 12px 0px 15px;
	line-height: 20px;
}
#l_sidebar H2
{
	color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia;
	font-weight: normal;
	background: transparent;
	text-transform: uppercase;
	margin: 0;
	display: inline;
	padding: 3px 10px 2px 0;
	background-image: none;
	background-repeat: repeat;
	font-style: italic;
}
.widgetend
{
	margin: 0;
	display: inline;
	padding: 3px 10px 5px;
	background-image: none;
}
#l_sidebar P
{
	padding: 5px 0px 15px 10px;
	margin: 0px;
	line-height: 20px;
	background-color: #DBD3BC;
}
.textwidget
{
	padding: 7px 0px 15px 0;
	background-image: none;
	background-repeat: repeat;
	margin: 0 0px 0px;
	line-height: 10px;
	background-color: transparent;
	color: #FEFEFE;
}
#l_sidebar UL
{
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px;
}
#l_sidebar UL LI
{
	list-style-type: none;
	margin: 0 0px;
	padding: 0px;
}
#l_sidebar UL UL
{
	list-style-type: none;
	margin: 0px;
	background-image: none;
	background-repeat: repeat;
	padding: 5px 0px;
	background-color: transparent;
}
#l_sidebar UL LI LI
{
	background: no-repeat left top;
	margin: 0;
	padding: 0;
}
#l_sidebar UL LI UL LI
{
	background: no-repeat left top;
	margin: 0;
	padding: 0;
}
.dates
{
	margin: 0 0 10px;
	padding: 0;
	color: #A72D2D;
}
/************************************************
*    Right Sidebar                                  *
************************************************/
#r_sidebar
{
	line-height: 20px;
	margin: 0;
	padding: 10px 0 20px;
	width: 220px;
	float: right;
}
#r_sidebar H2
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 5px;
	padding: 3px 0 3px 10px;
}
#r_sidebar A IMG
{
	margin: 0;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 10px;
}
#r_sidebar P
{
	line-height: 20px;
	background-color: #1C1616;
	margin: 0;
	padding: 0;
}
#r_sidebar UL
{
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px;
}
#r_sidebar UL LI
{
	list-style-type: none;
	margin: 0px 0px 5px;
	padding: 0px;
}
#r_sidebar UL UL
{
	background-color: #1C1616;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#r_sidebar UL LI LI
{
	background-color: #1C1616;
	margin: 0;
	padding: 0 0 0 10px;
}
#r_sidebar UL LI UL LI
{
	background: no-repeat left top;
	margin: 0;
	padding: 0 0 0 10px;
}
/************************************************
*    Footer Background                            *
***********************************************
***********************************************
*    Footer                                      *
************************************************/
#footer
{
	color: #818181;
	background-color: #010101;
	margin: 0 0 35px;
	padding: 10px 0 0;
	height: 80px;
	width: 715px;
	background-image: url(gray/images/trenner_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#webzwei LI
{
	margin: 0px;
	padding: 5px 0 0px 15px;
	float: right;
	list-style: none;
	display: inline;
	height: 25px;
}
#footer P
{
	color: #7A7A7A;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0 2px 0 0;
}
#footer A
{
	color: #BCBCBC;
	text-decoration: none;
}
#footer A IMG
{
	border: none;
	margin: 0px;
	padding: 0px;
}
#footer A:hover
{
	color: #BBBBBB;
	text-decoration: underline;
}
.footerleft
{
	width: 220px;
	float: left;
	margin: 0px;
	padding: 15px 0px 8px 15px;
}
.footermitte
{
	float: right;
	margin: 0px 0px 0px 0;
	padding: 0;
	text-align: right;
	display: inline-block;
	height: 25px;
	width: 100%;
}
.footerright
{
	float: right;
	margin: 0px;
	padding: 10px 18px 8px 0px;
	text-align: right;
	width: auto;
}
/************************************************
*    Search Form                                    *
************************************************/
#searchdiv
{
	margin: 0px;
	padding: 0px;
}
#searchform
{
	margin: 0px;
	padding: 4px 0px 0px;
}
#s
{
	background: #FFFFFF;
	width: 210px;
	color: #333333;
	font-size: 11px;
	font-family: Georgia;
	padding: 3px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#sbutt
{
	background: #4C4C4C url(gray/images/submit.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	padding: 5px 1px 1px;
	margin: 0px;
	border: 1px solid #FFFFFF;
}
/************************************************
*    Comments                                    *
************************************************/
#commentblock
{
	width: 490px;
	float: left;
	padding: 0px 0px 10px;
	margin: 0px;
	line-height: 20px;
}
.commentleft
{
	width: 300px;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 10px;
	display: inline-block;
}
.commentleft A
{
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 0px solid #000000;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #BCBCBC;
}
.commentright
{
	width: 420px;
	float: left;
	padding: 0px;
	margin: 0px;
	display: block;
}
#commentblock OL
{
	margin: 0px 5px 0px 20px;
	padding: 0px 0px 10px;
}
#commentblock OL LI
{
	margin: 0px;
	padding: 0px;
}
.commentdate
{
	font-size: 12px;
	padding-left: 0px;
}
#commentlist LI P
{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
}
.commentname
{
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
}
.commentinfo
{
	clear: both;
}
#name, #email, #url
{
	background: #EAEAEA !important;
	color: #202020;
	font-size: 12px;
	font-family: Arial;
	margin: 8px 0px 0px;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
}
#words
{
	background: #EAEAEA !important;
	width: 430px;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	padding: 4px;
	margin: 8px 0px 0;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
}
#submit
{
	color: #FFFFFF;
	font-size: 11px;
	background-image: none;
	background-color: #990000;
	font-family: Arial, Tahoma, Verdana;
	font-family: Arial;
	text-transform: uppercase;
	padding: 3px;
	margin: 0px;
	border: 1px solid #353535;
}
.deinbild
{
	border: none;
}
A .deinbild
{
	color: #FF1F00;
	background-color: #D400FF;
	border-style: none;
}
A .deinbild:hover
{
	border-style: none;
}

