img {
   behavior: url("http://www.polterecke.de/plugin/pngbehavior.htc");
}
img {
   behavior: url("http://www.polterecke.de/plugin/pngbehavior.htc");
}
/* templates/jazzcafe/style.css  */
/* jazzcafe theme - screen styles */
* {
    outline: none;
}
body {
	background: #181818;
	margin: 20px 0;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, Verdana, Sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
	color: #000;
}

a {
  	color: #666;
	text-decoration: none;

}
	
a:hover { color: #666; }

#container, #content {

	background-color: #000;

	margin: 0 auto;

	padding: 10px;

	width: 750px;

	text-align: left;



	font-size: 80%;
	
	-moz-border-radius-topleft : 2%;
    -moz-border-radius-topright :2%;
	-moz-border-radius-bottomleft : 2%;
    -moz-border-radius-bottomright :2%;
}

#container {
    margin-bottom: 20px;
}
	
#page {
	background-color: #fff;
	margin: 0 auto;
	padding: 10px;
	width: 750px;
	text-align: left;
	background: #fff;
	font-size: 80%;
}
	
#header{ 
	background: url(templates/jazzcafe/img/banner.jpg);
	margin: 0;
	text-align: center;
	display: block;
	width: 100%;
	height: 200px;
    text-decoration: none;
}
	
#content {

	margin-top: 7px;
	background-color: #fff;
}

#subheadline {
    background-color: #666;
    padding-left: 20px;
    font-weight: bold;
    -moz-border-radius-topleft : 2%;
    -moz-border-radius-topright :2%;
	-moz-border-radius-bottomleft : 2%;
    -moz-border-radius-bottomright :2%;
}

#main { 
	background-color: transparent;
	float: left;
	margin: 0; 
	padding: 10px;
}

#search {
	font-family: verdana, sans-serif;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -7px;
}
	
#sidebar {
	background-color: transparent;
	margin-left: 530px;
	padding: 0 10px 0 0;
}
	

#s9y_debug{
	display: none;
}
/*- LINKS -*/
#sitename { border: none; color: #fff; font-size: 1em; text-decoration: none; }
#sitename h1 a { border: none; color: #fff; font-size: 2em; text-decoration: none; }
#sitename h2 { color: #fff; padding-top: .2em; font-size: 1.5em; letter-spacing: .1em; }


/*- UTILITY -*/
  
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
  	margin: 0;
	padding: 0;
}
	
form, div { padding: 0; margin: 0; }
p { margin: 0 0 1em 0; padding: 0; }
img { border: 0; }
strong { color: #951C02; }  

.navigation {     display:none;         }

/* SEARCH -*/

#sform { color: #fff; font-size: 85%; padding: 4px 0 0 5px; }
 
#sidebar #searchform #s {
	width: 130px;
	margin-top: 20px;
}

#sidebar #searchsubmit {
	padding: 1px;
}
	
#search-results {
	padding: 2px;
}

input, textarea, select {
	background:#ededed;
 	border-top: 1px solid #333;
 	border-left: 1px solid #333;
        font-size:small;
	color: #333;
	font-family: "Lucida Grande", Helvetica, Verdana, Sans-serif;
}


/*- POST -*/

.post {
	margin: 0 0 5px 5px;
	padding: 10px 0 50px 0;
}
	
.post h2 {
	font-size: 150%;
	font-weight: bold;
}
	
.post h2 a {
  	color: #666;
	text-decoration: none;
	border: none;
}
	
.post h2 a:hover {
 	color: #000;
}

.post h3 {
  	font-size: 120%;
	font-weight: bold;
	padding: 0;
}
	
.post h3 a {
	color: #666;
	text-decoration: none;
	border: none;
	}
	
.post h3 a:hover {
	background-color: transparent;
	color: #000;
}





/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */
    
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    


.alignright {
    float: right;
    }
    
.alignleft {
    float: left
    }


.imgright {
        display: block;
        border: 0;
	float: right;
        margin: 10px 0px 10px 10px;
}

.imgleft {
        display: block;
        border: 0;
	float: left;
        margin: 10px 10px 10px 0px;
}

/* End Images */	
p.meta {
  	font-size: 85%;
	text-align: right;
	margin: 0 5px 0 0;
	padding: 0;
}
	
p.auth {
	font-size: 85%;
	font-weight: bold;
	margin-left: 0;
 	padding: 0;
	color: #666;
}

.post ul {
	font-size: 1em;
 	list-style-type: none;
	margin: 0 0 1em 1.5em;
 	padding: 0;
}
 		
.post ul li {
	background: transparent url("templates/jazzcafe/images/bullet.gif") 0 50% no-repeat;
 	padding-left: 12px;
}

.post blockquote {
	background-color: transparent;
	background: transparent url("templates/jazzcafe/images/q-open.gif") 0 0 no-repeat;
	font-style: italic;
	margin: .2em 2em .2em 2em;
	padding: .4em .4em .4em 2.5em;
}

.post pre {
	background-color: #fff;
	border: 1px solid #efefef;
	padding: .4em;	
}

h4.blueblk {
 	background: transparent;
	color: #666;
	font-weight: bold;
 	padding: 0;
 	margin: 10px 5px;
	border-bottom: 1px dotted #EEC1A9;
}
/* Calendar Styles */ 
table.serendipity_calendar td {
    font-size:11px;
    padding: 2px;
    color:#fff;
}
table.serendipity_calendar a {
    color: #FFF;
    font-weight: bold;
    text-decoration:none;
}

table.serendipity_calendar a:hover {
    text-decoration: none;
}

td.serendipity_weekDayName {
    font-size:10px;
    font-weight:bold;
}
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
    border: 0;
    text-decoration: none;
}

/*- FLICKR -*/

#flickr {
	height: 250px;
}
 	 
#flickr div img {
 	border: 4px solid #fff;
}
 	
#flickr div {
	width: 108px;
 	border: 2px solid #dedede;
 	margin-bottom: 5px;
}

#flickr div.flickrsquare { 
        width: 82px;
        border: 1px solid #80180F;
        float:left;
        margin-right: 5px;
}

#flickr div a { border: none }
#flickr div a:hover { border: none }

#flickr h3 a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-decoration: none;
}
	
#flickr h3 a:hover { 
	background-color: transparent; 
	border-bottom: 1px solid #fff; 
	color: #fff; 
}


/*- COMMENTS -*/

.comment-box {
	margin: 1em 0 0 0;
	padding: 1em;
}

.comment-list li {
  	background: transparent;
  	padding: 5px;
  	margin-bottom: 8px;
  	color: #555;
}

ol.comment-list {
	margin: 2em;
	padding: 0;
}

.frm-tbl td { vertical-align: top; padding: 5px; }
td#frm-btns { text-align: right; }
	
#comment_body { height: 220px; }
#form-submit-button { background: #F4A469; border: 1px solid #E37E4C; }
  
/* MISC */
   
.light-bg { background: #eee; padding: 2px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
#errors {
   color: red;
}

.admintools {
  float: right;
  background-color: #fff;
  font-size: smaller;
  padding: 0 2px;
  margin: 0 1px;
  color: #ccc;
  border: 1px solid #ccc;
}

.admintools:hover {
  color: #c00;
  border: 1px solid #c00;
}

a[name] { border: none; }

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 /* End hide from IE-mac */

#categories li em, #archives li em {
  color: #000;
  font-size: smaller;
}

/*- Menu Tabs 6--------------------------- */

    #tabs6 {
      float:left;
      width: 100%;
      font-size:93%;
      line-height:normal;
      
     
      }
    #tabs6 ul {
	  margin:0;
	  padding:0;
	  list-style:none;
	   margin: auto;
        width:730px;
        display: inline;
      }
    #tabs6 li {
     
      margin:0;
      padding:0;
      float: left;
    font-size: 11px;
      }
    #tabs6 a {
      float:left;
      background-color: #fff;
      margin:0;
      padding:0 0 0 2px;
      text-decoration:none;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
        
        text-align: center;
      }
    #tabs6 a span {
      float:left;
      display:block;

      padding:5px 10px 4px 6px;
     color: #000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#000;
      }
      
      #tabs6 li.first a {
         -moz-border-radius-topleft : 25%;
      }
      
      #tabs6 li.last a {
            -moz-border-radius-topright : 25%;
             padding-right: 7px;
            
         }
         
      #tabs6 li.act a {
          font-weight: 700;
          border-bottom: none;
          
          	height: 23px;
          	background-color: #666;
      }
      
       
     
      
     #tabs6 a:hover  {
         background-color: #ededed;
     }
     
     #tabs6 li.act a:hover {
         background-color: #666;
     }


 #tabs6 li.first {
     margin-left:10px;
 }
/* container style for comments popup */
.s9y_wrap {
font:90% Arial,Helvetica, Sans Serif;
background:#fff;
text-align:left;
padding:5px;

}
	
/* container cloud for tags and static page navigation */
.serendipity_freetag_taglist, .staticpage_navigation, .serendipity_search {
	margin:0 0 50px 0;
	padding:0;
	border:1px solid Maroon;
	background-color:#fafbfc;
	color:Maroon;
	line-height:1em;
	clear:both; }

.container_serendipity_plugin_freetag a {
	font:90% 
	line-height: 1!important; }

/* shift the feed icon in the freetag sidebar plugin */
.serendipity_freeTag_xmlButton {
	padding-left:2px; }

/* place freetag list on new line in entry footer */
.serendipity_freeTag {
	clear:both; }

/* adjust line height in entry footer */
.serendipity_karmaVoting, .serendipity_freeTag {line-height: 1!important;}

/********* End of Plugin Styles *********/
/** nicetitle styles **/
#nicetitlecontainer{
color: #fff;
border:2px solid Maroon;
background-color:#000;
filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
 -moz-opacity: 0.80; opacity:0.8;
}
div.nicetitle{
font-size: 10px;
left: 0;
padding: 7px;
position: absolute;
top: 0;
text-align:left;
width: 25em;
z-index: 100;
width: auto;
height: auto;
}
div.nicetitle p {
margin: 0;
padding-bottom: 3px;
font-weight:bold;
font-size:10px;

}
div.nicetitle p.destination {

font-weight: normal;
font-size: 10px;
padding-bottom: 0px;
text-align: left;
}

.serendipity_image_center {
    margin: auto;
    text-align: center;
}

.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}
