/*
Theme Name: Trendy-red
Theme URI: http://www.gibts-in.de
Description: Trendy von <a href="http://www.gibts-in.de">Volker Franke</a>
Version: 0.1
Author: Volker Franke
*/

/* ------------------------------------------------------------------------------- Definitions */

* {margin: 0; padding: 0; border: none; outline:none;}

body { 
	margin: 0;
	padding: 0;
	background: #121212 url(images/background.gif) repeat-x top left;
	font-family: "Arial", Lucida Grande, Verdana, Helvetica, sans-serif;
/*	font-size: 80%x;*/
 	color: #FFFFFF;
	text-align: left;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Arial", Verdana, sans-serif;
	font-weight: normal;
 	padding:0;
 	margin:0;
 	color:#F5F5F5;
}

a:link, a:visited { color: #FF0000; text-decoration: none;}

a:hover, a:active {color: #FF0000; text-decoration: underline;}

.nodisplay {left: -5000px; position: absolute;}

p, ul, ol {line-height: 23px;}

ol, ul {list-style-type: square; padding:5px 0 0 20px}


/* -------------------------------------------------------------------------------- Containerproperties */
#container {
	background:transparent;
	margin:0 auto;
	padding:0;
	width:768px;
}

#header {
	background: #1E1E1E url(images/logo.gif) no-repeat top center;
	height: 143px;
        width:768px;
	margin: 0; padding: 0;
}

#menu {
        width:768px;
        height:50px;
	background: #1E1E1E url(images/button_bg.gif) no-repeat top center;
	text-align: left;
}

#buttons {
        width:768px;
        height:38px;
	background: #1E1E1E url(images/u_head.gif) no-repeat top center;
	text-align: center;
}

#content {
        background: transparent url(images/corner.jpg) no-repeat top left;
   	float: left;
   	width: 500px;
        padding:15px;
}

#navigation {
   	float: right;
	margin: 8px 8px 8px 0px;
	padding: 10px;
   	width: 200px;
	line-height: 1.5em;
	display: inline;
}

#footer {
	background: #1E1E1E url(images/footer.jpg) no-repeat top center;
	height: 45px;
        width:768px;
	margin: 0; padding: 0;
        float: right;
}


/* ------------------------------------------------------------------------------------------- Header */

#header h1 {
        color:#fff;
        float:left;
	margin: 36px 0 0 70px;
        padding: 0;
	clear:right;
	font-size:2.5em;
}

#header h1 a, #header h1 a:hover {
        color:#fff;
        text-decoration:none;
}

#menu ul {
        font-weight:bold;
	padding: 8px 0 0 50px;
}
#menu li {
        padding: 0 10px 0 5px;
	display: inline;
}
#menu li a {
	color: #B64D4D;
}
#menu li a:hover {
	border-top:3px solid #C56B6B;
        text-decoration: none;
	color: #D18585;
}

#buttons ul {
        font-size:14px;
/*        font-weight:bold; */
	padding: 2px 10px 0 0;
}
#buttons li {
/*	background: transparent url(images/rss.gif) no-repeat 0px 50%; */
        padding: 0 10px 0 20px;
	display: inline;
}
#buttons li a {
	color: #f00;
}
#buttons li a:hover {
        text-decoration: none;
	color: #EFEFEF;
}

/* ------------------------------------------------------------------------------------- right Sidebar */


#navigation h2 {
	margin: 5px 0 8px 0;
	padding: 0 0 4px 0;
	color: #F5F5F5;
	font-size: 20px;
	border-bottom: 2px solid #B34848;
}

#navigation ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	margin: 0;
	padding: 0
/*	display: inline; */
}

#navigation li {
	list-style: none;
}

#navigation ul li a {
	margin: 0;
	padding: 4px 0 4px 30px;
	background:transparent url(images/bull.gif) no-repeat 10px 50%;
	display: block;
	color: #fff;
	text-decoration: none;
}


#navigation ul li a:hover {
	background:#1A1A1A url(images/bull_h.gif) no-repeat 10px 50%;
	color: #fff;
}

#navigation .box {
	margin:10px 0 10px 0;
	padding:8px;
	background: transparent url(images/navi.gif) no-repeat top left;
}

/* --------------------------------------------------------------------------------------- Content Area */

.article {
	margin: 25px 0 0 0;
        padding:15px;
} 

.headline {
        clear:both;
}

.article h2 {
        float:left;
	margin: 0 0 10px 0;
	font-size: 22px;
        border-bottom:1px dotted #fff;
}


.article h2 a:link, 
.article h2 a:visited {
        color:#F5F5F5;
	padding: 4px;
	text-decoration: none;
}

.article h2 a:hover, 
.article h2 a:active {
	color: #E6E6E6;
	padding: 4px;
}

.comments {
        float:right;
        text-align:left;
        font-weight:bold;
	padding: 4px 4px 4px 33px;
	background: transparent url(images/comments.gif) no-repeat 5px 50%;
}

#content .postmetadata, 
#content .thecontent {
	margin: 15px 0 0 0;
}

#content .postmetadata {
	background: #121212 url(images/postmeta.gif) no-repeat top left;
   	float: left;
   	width: 485px;
        height:44px; 
        margin:10px 0 15px 0;
}
#content .postmetadata p{
        color:#000;
        font-size:11px;
        font-weight:bold;
        padding:10px;
}

#content .postmetadata p a{
        color:#000;
}
#content .postmetadata p a:hover{
        color:#3D4141;
}

#content blockquote {
	background: #121212 url(images/quote.gif) no-repeat top left;
   	padding: 0 0 0 45px;
   	margin: 5px 5px 5px 20px;
        min-height:40px;
}

#content code {
	background: #121212 url(images/code.gif) no-repeat top left;
   	padding: 0 0 0 20px;
   	margin: 5px 5px 5px 20px;
        min-height:40px;
}

.searcherg {
   	padding: 5px;
   	margin: 5px 5px 5px 20px;
   	border-left: 4px solid #84A439;
}

/* ----------------------------------------------------------------------------------------- Content Icons */

.goon {
	background: transparent url(images/link.gif) no-repeat 0px 50%;
        padding:0 0 0 15px;
	font-weight: bold;
}

.thecontent {
        clear:both;
	margin: 15px 0 0 0;
}

.thecontent p{
	margin: 10px 0 0 0;
}

/* ------------------------------------------------------------------------------------- Comment Area */

.comment {
	margin: 40px 0 0 0;
}

.comment h3 {
        color:#fff;
	padding: 10px;
	font-size: 20px;
}

.comment h4 {
        color:#fff;
	margin: 15px 0 10px 0;
	padding: 0 0 0 5px;
	font-size: 20px;
}

.service {
	margin: 0 0 20px 0;
	padding: 3px;
	background: #1A1F28;
	font-weight: bold;
}

.comment input,textarea {
   	margin: 2px;
   	padding: 4px;
   	background: #2F2F2F;
   	color: #BFBFBF;
   	border: 2px solid #252525;
}

.comment textarea {
   	width: 80%;
   	height: 150px;
}

.comment input:focus,
/*.comment textarea: focus {
   	background: #141414;
}*/

.comment input[type=submit] {
   	font-weight: bold;
}

.comment ol.commentlist {
   	margin: 5px;
   	padding: 10px;
   	list-style-type: none;
}

.comment ol.commentlist li {
   	margin: 7px;
   	padding: 10px;
}

.kommentar {
	padding: 4px 0 2px 6px;
	margin: 5px 0 5px 5px;
}

.gravatar {
	max-width: 50px;
	max-height: 50px;
}

/* ------------------------------------------------------------------------------------------------ Footer */

#footer p { 
        padding:12px;
	font-size: 12px;
	text-align: left;
	color: #fff;
}


/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ ec_3 */

.ec3_ec {
 background-image:url(http://www.henris-bar.com/wp-content/plugins/eventcalendar3/ec.png) !IMPORTANT;
 background-image:none;
 /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.henris-bar.com/wp-content/plugins/eventcalendar3/ec.png');*/
}
#ec3_shadow0 {
 background-image:url(http://www.henris-bar.com/wp-content/plugins/eventcalendar3/shadow0.png) !IMPORTANT;
 background-image:none;
}
#ec3_shadow0 div {
 /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.henris-bar.com/wp-content/plugins/eventcalendar3/shadow0.png',sizingMethod='scale');*/
}
#ec3_shadow1 {
 background-image:url(http://www.henris-bar.com/wp-content/plugins/eventcalendar3/shadow1.png) !IMPORTANT;
 background-image:none;
 /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.henris-bar.com/wp-content/plugins/eventcalendar3/shadow1.png',sizingMethod='crop');*/
}
#ec3_shadow2 {
 background-image:url(http://www.henris-bar.com/wp-content/plugins/eventcalendar3/shadow2.png) !IMPORTANT;
 background-image:none;
}
#ec3_shadow2 div {
 /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.henris-bar.com/wp-content/plugins/eventcalendar3/shadow2.png',sizingMethod='scale');*/
}

/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 263 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

#wp-calendar table {
 width:70%;
}

#wp-calendar #prev {
  text-align:left;
}

#wp-calendar #next {
  text-align:right;
}

.ec3_eventday a {
 color:#f00 !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding:1px;
 border:none;
}

#wp-calendar table td:hover{
 padding:0px;
 border:solid 1px #999;
}
#wp-calendar table #today {
 background-color:#323232;
 padding:0px;
 border:solid 1px #b34848;
 
}

/* The EC graphic. */
.ec3_ec {
 display:block;
 float:right;
 border:none;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0 !IMPORTANT;
 padding:0 !IMPORTANT;
 border:none;
 position:absolute;
 border-collapse:collapse;
 /*filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;*/
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}

.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}

#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}

#ec3_shadow2 div { width:8px; height:32px; }

#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/

.ec3_list {
 margin-left:-12px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#800;
}

.ec3_list li {
 font-size:1em !IMPORTANT;
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
 border-collapse:collapse;
 margin:0.5ex 1ex 0.5ex 0;
 border:solid 2px #960000;
 float:left;
}

table.ec3_schedule td {
 padding:0ex 0.5ex 0ex 0.5ex;
 color:#960000;
 background-color:#eeb;
 font-weight:bold
}

td.ec3_start { text-align:right; }

td.ec3_to    { text-align:center; }

/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- ContactForm*/
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}

/* ------------------------------------------------------------------------------------------------------- */