/* @override http://www.lenatickets.de/wp-content/themes/affiliate2/style.css */

/* @override http://localhost:8888/wp-content/themes/affiliate2/style.css */

/*  Theme Name: Affiliatetheme
	Theme URI: http://shop.pixeldreher.net
	Description: Affiliatetheme ist das flexible Wordpresstheme für den Affiliatemarketer von heute.
	Version: 1.1
	Author: Andre Nitz
	URI: http://shop.pixeldreher.net
*/

/*  CSS Reset Hack  */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;}caption,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/****
Basic
****/

body { background-color: #282828;
	font: 14px/20px Geneva, Helvetica, Arial, sans-serif;
	z-index:1;
}


#wrapper { width: 970px;
	position: relative;
	line-height: 21px;
	background-color: white;
	display: inline-block;
	left: 50%;
	margin-right: auto;
	margin-top: 0px;
	margin-left: -494px;
	height: 100%;
}

#content { float: left; width: 560px;
	line-height: 21px;
	background-color: white;
	padding: 0 10px 60px 40px;
	margin-top: 8px;
}

.post { padding-top: 0px; 
	left: px;
	position: relative;
	width: 560px;
	display: inline-block;
}


.post-title { float: left; margin-left: 0px; width: 560px;
	line-height: 21px;
	color: black;
}

span.post-dates {float: left; font-size: 10px; color:#999;  padding-right: 10px;
	line-height: 21px;
}

span.post-cat { float: left; font-size: 95%; padding-left: 20px;
	line-height: 21px;
}

span.post-comments { float: right; font-size: 95%; padding-left: 20px;
	line-height: 21px;
}


.thumbindex {
	float: left;
	display: inline-block;
}

.thumbindex img {
	border: 7px solid #e3e3e3;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.thumbindex img:hover {
	border: 7px solid #e3e3e3;
	margin-right: 15px;
	margin-top: 5px;
	
}

form { margin: 0px; padding: 0px; font-size: 14px;
}
/****
header
****/

#head {height: 180px; margin-left: auto; margin-right: auto; margin-top: 0px; width: 922px;
}

#logo {  
	width: 988px;
	height: 100px;
	left: 50%;
    margin-left: -445px;
	position: absolute;
	top: 42px;
}

#domain {
	color: black;
	font: bold 81px 'Reenie Beanie', arial, serif;
}

#domain .hover {
	color: gray;
}

h1#logo_subline {
	margin-top: 9px;
	width: 750px;
	font: 29px "Lucida Grande", Lucida, Verdana, sans-serif;
}

small.alignright {
	margin-left: 311px;
}


   .ctab      {
	   float: left;
	   width: 335px;
	   height: 56px;
	   background-image: url("img/cta_button.jpg");
	   background-repeat: repeat-x;
	   border: 0px none;
	   overflow: hidden;

}
	 .ctab:hover {
	   background-position: 0 -56px;
	line-height: 21px;
	-webkit-box-shadow: 0px 0px 8px #ccc;
-moz-box-shadow: 0px 0px 8px #ccc;
box-shadow: 0px 0px 8px #ccc;
	text-decoration: none;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
}
/****
Menu
****/

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000 url(img/bg_menu.jpg);
	width: 952px;
	display:block;
	float:left;
	font-family: 'IM Fell DW Pica', arial, serif;
	height: 55px;
	padding-top: 13px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-left: 18px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color: white;
	padding:0 10px;
	line-height: 38px;
	font-size: 28px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 230px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 230px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height: 1em;
	padding:10px;
	width: 250px;
	color: white;
	font-size: 18px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}


/****
foot
****/

#foot{clear:both;color: black;font-size:11px;line-height: 21px;margin-left:auto;margin-right:auto;width: 931px;
	background-color: white;position: relative;
	height: 30px;
	text-align: left;
	padding-left: 39px;
}
#foot a strong{color: black;
	font-size: 10px;
}#foot a,#foot a:visited{color: black;
	line-height: 21px;
}#foot a:hover{color: black; background-color: #000000;
	line-height: 21px;
}

#foot h4 { font-family: Arial, Helvetica, sans-serif; margin: 10px 0px 5px;
	line-height: 21px;
}



/****
foot End
****/
/****
sidebars
****/
#sidebars{color:#000000;float:right;width: 325px;;
	bottom: 30px;
	line-height: 21px;
	margin-bottom: 16px;
	z-index: 5;
	padding: 10px 0 30px 15px;
	margin-right: 20px;
}



#sidebars a,#sidebarss a:visited{
	
}

#sidebars a:hover{color: black;
	z-index: 5;
	text-decoration: none;
}


#sidebars h2, #sidebars .sidebarstitle {  color: #000000; margin: 20px 0px 2px;
font-size: 20px; line-height: 21px;
	z-index: 5;
}

#sidebars ul { margin: 0; padding: 0;
	line-height: 21px;
}

#sidebars ul li { border: none; list-style: none; margin: 0; padding: 0px 0;
	line-height: 21px;
		z-index: 5;
}

#sidebars ul li ul { margin: 0; padding: 0;
	line-height: 21px;
}

#sidebars ul li ul li { border-bottom: 1px dotted #CCCCCC; padding: 2px 0 2px 0px;
	line-height: 21px;
		z-index: 5;
}

#sidebars ul li ul li ul li { border: none; padding: 1px 0 1px 10px;
	line-height: 21px;
		z-index: 5;
}


#sidebars .gdpn-pages-list {
	border: 1px dotted silver;
	background-color: #edfbf8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

#sidebars .gdpn-pages-list a{
	color: black;
	padding-left: 30px;
	font-size: 18px;

	line-height: 25px;
}


#sidebars .gdpn-pages-list a:hover {
	color: red;
	font-size: 18px;
}

.gdpn-pages-item {
	color: black;
}

.gdpn-levelup-list {
	color: black;
}

	         .ticketl     {
	   width: 300px;
	   height: 300px;
	   background-image: url("img/Tickets.jpg");
	background-color: transparent;
	   }
	   
	    .ticketl a {
	background-color: transparent;
	   }
	    .ticketl a:hover {
	background-color: transparent;
		   -webkit-box-shadow: 10px 10px 25px #ccc;
-moz-box-shadow: 10px 10px 25px #ccc;
box-shadow: 10px 10px 25px #ccc;

	   }	   
	   
div.widgettitle {
	margin-top: 14px;
	font-size: 39px;
	line-height: 51px;
		font-family: 'IM Fell DW Pica', arial, serif;
}

/****
sidebars End
****/

/****
Searchform
****/


#searchform { margin: 15px 0;
	line-height: 21px;
}

#searchform #s {  border: 1px solid #cccccc; color: #000000; font-weight: normal; height: 25px; vertical-align: middle; width: 160px;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
}

#searchform input, #searchform input a { background: #ececec; border: none; color: black;  height: 27px; vertical-align: middle; width: 60px; }

#searchform input:hover { background: gray; border: none; color: white;  height: 27px; vertical-align: middle; width: 60px;
	text-shadow: black 0px 0px 2px;
	opacity: 0.5;
}

/****
Searchform End
****/


/****
Thumb
****/
.thumbb {
	
}


.thumbb a {
	margin-right: 20px;
	margin-bottom: 10px;
	height:130px;
	display: inline-block;
}

.thumbb a:hover {
		-webkit-box-shadow: 0px 0px 8px #ccc;
-moz-box-shadow: 0px 0px 8px #ccc;
box-shadow: 0px 0px 8px #ccc;
	
}
/****
Thumb End
****/

/****
Rel Post Plugin
****/

.relpost {
	
	padding-top: 10px;
	width: 560px;
	display: inline-block;
}


.relpost a {
	margin-right: 8px;
	margin-bottom: 10px;
	height:100px;
	display: inline-block;
	padding: 1px;
	border: 1px solid silver;
}

.relpost a:hover {
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	background-color: silver;
}

/****
Rel Post Plugin End
****/




/**** 
Text
****/



a {color: red;text-decoration:none;
}

a:hover{color:gray;
}



h1 { color: gray; font-family: 'Georgia',Times New Roman,serif; margin: 0px;
	line-height: 21px;
}

h1 a, h1 a:visited { color: #c9eefe; text-decoration: none;
	line-height: 21px;
}

h1 a:hover { color: #ffffff; text-decoration: none;
	line-height: 21px;
}

h2 { color: black; margin: 0px 0px 2px; padding-bottom: 3px; text-decoration:none;
	font: 300 25px/25px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 a, h2 a:visited { color: black; text-decoration: none;
	line-height: 21px;
}

h2 a:hover { color: gray;
	line-height: 21px;
	text-decoration: none;
}

h3 { color: #000; margin: 10px 0px 5px;
	font-size: 20px;
	display: inline-block;
}

h4 { color: #758d38; font-family: Arial, Helvetica, sans-serif; margin: 10px 0px 5px;
	line-height: 21px;
}

h5 {  color: #gray; margin: 0px 0px 2px;  text-decoration:none;
	font: 300 25px/21px Georgia,'Times New Roman',serif; border-bottom:thin #000 solid; margin-bottom:20px; padding-bottom:4px;
}

h5 a, h5 a:visited { color: black; text-decoration: none;
	line-height: 28px;
}

hr.clear { clear: both; margin: 0px; padding: 0px; visibility: hidden;
	line-height: 21px;
}

p { margin: 0px; padding: 5px 0px 5px; }


hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

div.entry ul {
	margin-left: 30px;
}

blockquote {
	font-style: italic;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}


/**** 
Text End
****/

/****
IMG 
****/

div.entry img {
	display: inline-block;
	z-index: auto;
	border: 3px solid #cdcdcd;
	left: 3px;

	padding: 2px;
}

div.entry img:hover {
	background-color: gray;
}


img.alignleft { float: left; 	margin: 0 25px 15px 0;
 }

img.alignright { float: right; margin: 0 0 15px 25px;}

img.aligncenter  { float: left; 	margin: 0 25px 15px 0;

}


.gallery {
	display: block;
	padding: 0;
}

.gallery a {
	padding: 2px;
	display: inline-block;
	margin: 0;
}

.gallery a:hover {
	background-color: silver;
	-webkit-box-shadow: 0px 0px 8px #ccc;
-moz-box-shadow: 0px 0px 8px #ccc;
box-shadow: 0px 0px 8px #ccc;
	border-style: none;
}

.gallery img {
	width: 150px;
	height: 150px;
	margin: 0 0 -5px;
	display: inline-block;
	padding: 1px;
}

.gallery img a {

}

.gallery img a:hover {
	background-color: silver;
	border-style: none;
}


img a:hover {
	background-color: silver;
	border-style: none;
}

.entry h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.entry h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

/****
IMG End
****/

/****
Comments
****/
.commentsblock{
	clear: both; padding-top: 0px; 
	left: 0px;
	position: relative;
	width: 560px;	
	top: 10px;
	line-height: 21px;
}
.commentsblock textarea{
	width:560px;
	border:#666 medium;
	line-height: 21px;
}
.commentsblock input, .commentsblock textarea{
	border:2px solid #666;
	line-height: 21px;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #000;
	line-height: 21px;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #000;
	line-height: 21px;
}
.commentauthor{
	display:block;
	text-align:center;
}
ol.commentlist{
	color: #000000;
	list-style-type:none;
	margin:0;
	text-align: left;
}
.commentlist li{
	color:#000;
	text-align:left;
	list-style-type:none;
	border-bottom: dotted #CCC thin;
	margin-bottom:5px;
}
.alt{
	border-bottom: dotted #CCC thin;
	line-height: 21px;
}
h3#comments{
color:#FFF;
background-color:#0f7e72;
text-align:center;
	font: 1.0em/21px Georgia, "Times New Roman", Times, serif;
}
li.author {
	background-color: #000000; /*Farbe Hintergrund Admin-Kommentar*/
	color: #ffffff;
	line-height: 21px;
}

/****
WP-Pagenavi
****/
.wp-pagenavi {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/****
WP-Pagenavi End
****/

#commentform,
.wpcf7-form {
	width: 560px;
}

input,
textarea {
	background: white;
	border: 3px solid #efefef;
	color: black;
	padding: 3px;
	-webkit-box-shadow: 0px 0px 2px #ccc;
-moz-box-shadow: 0px 0px 2px #ccc;
box-shadow: 0px 0px 2px #ccc;
}


input:focus {
	background-color: #eeefed;
}

textarea {
	height: 100px;
	width: 500px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

textarea:focus {
	background-color: #eeefed;
}

/* Absendebuttons */
.submit{
	color: black;
	margin-top: 20px;
	font-size: 15px;
}
.submit:hover {

	background-color: silver;
}
form small {
	text-transform: normal;
}

