/*
Theme Name: Abifestival2010
Theme URI: http://www.abifestival.de
Description: Abifestival 2010 Wordpress Design
Version: 0.1
Author: F&ouml;rderverein Abifestival e.V.
Author URI: http://www.abifestival.de/foerderverein

*/

/* ----------------------------------------------
	Template Name : Abifestival2010
	Template Code : A001
	Version : 0.1   
	Author : Förderverein Abifestival e.V.
	Author URI : http://www.abifestival.de/foerderverein       
	Last Date Modified : March, 2010	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; 	padding: 0; 
	background: #cccccc url(images/bg_bg.jpg) center top;
	background-repeat: repeat-y;
	text-align: center;
}

/* Links */

a, a:link {

	font-weight:bold;	
	color: #666666;	
	border-bottom: 1px dotted #999999;
}
a:visited {

	font-weight:bold;
	color: #666666;	
	border-bottom: 1px dotted #999999;
}
a:hover, a:active {
	text-decoration:none;
	font-weight:bold;
	color: #000000;	
	border-bottom: 1px dotted #000000;
}


.linknope, .linknope:link, .linknope:visited, .linknope:hover, .linknope:active {
	text-decoration:none;
	border:none;
}



/* headers */
h1, h2, h3 {
	color: #666666;
}

h1.bg, h2.bg, h3.bg, h4.bg {
background-color:#cc6633;
color:#FFFFFF;
padding:0;
margin:0;
}

h1 {
	font: normal 3.4em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1.5px;
	font-weight: normal;
	padding: 15px 10px 5px 10px;	
}

h2 {
	font: normal 2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1.5px;
	font-weight: normal;
	color: #895F30;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font: normal 1.7em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1.5px;
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #339999;
}
dd {
  padding-left: 25px; 
}

/* images */
	/*img {
background: #1B1B1B;
   border: 1px solid #1B1B1B;
	padding: 5px;
}*/
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.noborder {
border:0;
padding:0px;
}



img.anfahrt {
border:0;
padding:0;
margin:0;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
  	/* white-space: pre; */
  	background: #ffffff;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
    background: #ffffff url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #808080;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	 background: none;
	color: #339999;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}


table.nope {
margin:0;
padding:0;
border: none;			
}
th.nope {
margin:0;
padding:0;
border: none;
}
tr.nope {
margin:0;
padding:0;
border: none;
}
td.nope {
margin:0;
padding:0;
border: none;
}
/* end - table */

/* form elements */
form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	
	/*background: #070707; 	*/
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #666666;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: transparent;	
	border: 1px solid #666666;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #666666;
	background-color: transparent;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #666666;
}

/* search form  DEAKTIVIERT
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
*/

/* ------------------------------------------
   LAYOUT
------------------------------------------- */
 
#menu_zeile { 
	background-color:#999999;
	border-bottom:1px;
	border-bottom-color:#cc6633;
	border-bottom-width:4px;
	border-bottom-style:solid;
	height:30px;
	margin:0px;
	padding:0px;
	z-index:5;
}

#head_logo { 
	padding:0px;
	margin-top:-30px;
	z-index:6;
	height:329px;
	width:100%;
	background-image:url('images/abifestival_head.png');
	background-position:top center;
	background-repeat:no-repeat;
}


#wrap {
	position: relative;
	width: 900px;	
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	width: 900px;	
	padding: 0; 		
	margin-left: 5px;	
	/*background: transparent;*/
	float: left;	
	display: inline;	
	border-top: 1px solid #000000;
}
#header {
	position: relative;
	width: 900px;	
	height: 0px;	
	margin: 0; padding: 0;		
	/*background: transparent;*/ 
		
}

/* header search  DEAKTIVIERT
#header form#quick-search {
	position: absolute;
	top: 22px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 262px; height: 30px;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 99;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
	 background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}

*/

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 40px;
	width: 900px;	
	left: 0;	top: 35px;	
	border-bottom: 1px solid #1A1A1A;
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 8px;
	font: bold 15px/35px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #000000;
	 background: none;
	border-bottom: 1px dotted #000000;
}
#nav ul li.current_page_item a:hover,
#nav ul li.current_page_item a {	
	color: #000000;	
	border-bottom: 1px dotted #000000;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1.5px;
	color: #339999;
	text-decoration: none;
	font-weight:normal;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	
}
#header h1#logo-text a:hover {
	background: none;	
	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cc3333;
	width: 800px;
	
	/* change the values of top and left to adjust the position */
	top: -85px; left: 15px;		
}

/* Main Column */
#main {
	float: left;
	width: 545px; /* was 545 */
	padding: 0; margin: 0;
	display: inline;		
}
#main h2 {
	color: #666666; 
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;	
	letter-spacing: -2px;
	font-weight: normal;
}
#main h2 a {
	color: #666666;
	font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;	
	letter-spacing: -2px;
	text-decoration: none;		
	border: none;	
	font-weight:normal;
}

#main h2 a:hover {
	color: #000000;
	font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;	
	letter-spacing: -2px;
	text-decoration: none;		
	border: none;	
	font-weight:normal;
}

#main h2 a:active {
	color: #000000;
	font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;	
	letter-spacing: -2px;
	text-decoration: none;		
	border: none;	
	font-weight:normal;
}

#main ul li {
	list-style-image: url(bullet.html);
}
#main hr {
color:#666666;
size: 1px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 290px; /* was 290 */
	padding: 0; margin: 25px 0 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 10px 5px; 
	font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;				
	background: url(images/footer-top.jpg) no-repeat center bottom;
	color: #666666;
}
#sidebar ul {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #666666;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	color: #666666; 	
		
	font-weight: bold;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	border-bottom: 1px dotted #999999;
	/* letter-spacing: .5px;  */
}
#sidebar ul li a:active,
#sidebar ul li a:hover {
	text-decoration: none;	
	color: #000000; 	
	border-bottom: 1px dotted #000000;
	font-weight: bold;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #666666;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
	border-bottom: 1px dotted #999999;
}
#sidebar ul li a:active span,
#sidebar ul li a:hover span {
	color: #000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
	border-bottom: 1px dotted #000000;
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 10px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;	
	/* background: #070707 url(images/footer-top.jpg) no-repeat center top; */
	color: #666666;
	width: 900px;
	float: left;	
	display: inline;
	border-bottom: 50px;		
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content ul.col-foot-menu {
	list-style-type: none;
    padding: 0;
	margin-top:0;
}

#footer-content ul.col-list {
	border-top: 1px solid #666666;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #666666;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #666666;
	border-bottom: 1px dotted #999999;
}
#footer-content ul.col-list li a:active,
#footer-content ul.col-list li a:hover {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #000000;
	border-bottom: 1px dotted #000000;
}
#footer-content ul.col-list li a span {
	color: #999999;
	font-style: italic;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #999999;
}
#footer-content ul.col-list li a:active span,
#footer-content ul.col-list li a:hover span {
	color: #000000;
	font-style: italic;
	border-bottom: 1px dotted #000000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}

/* postmeta */ /* NICHT GENUTZT
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111;
	background: #cccc00;
}
*/

.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 1px;font-weight:bold;}
.post-info h {font-weight:normal;}
.post-info a, a:active, a:link, a:visited { text-decoration:none; font-weight:bold;}
.post-info a:hover { text-decoration:none; font-weight:bold;}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


/* /////////////////////////////////////////////  */
.pagenav  ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {
	display: none;
	}

.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
	display: block;
	}

