/*
Theme Name: GlossyBlue - Advanced
Theme URI: http://www.ndesign-studio.com/
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com/">N.Design Studio</a>.
Version: 1.1
Author: Nick
Author URI: http://www.ndesign-studio.com/

	This theme was designed and built by Nick La.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font: 13px Arial, Verdana, Tahoma;
	line-height:15px;
	color: #333333;
	background: #cccccc;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #d2232a;
	text-decoration: none;
}
/*a:visited {
	color: #d2232a;
	text-decoration: none;
}*/
a:hover {
	color: #d2232a;
	text-decoration: none;
}

.ocker a {
	color: #AA7600;
	text-decoration: none;
}
.ocker a:visited {
	color: #AA7600;
	text-decoration: none;
}
.ocker a:hover {
	color: #AA7600;
	text-decoration: none;
}


img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	height: 30px;
	font: normal 20px Arial, Verdana, Tahoma;
	color: #ac8d48;
	border-bottom: 1px dotted #CCCCCC;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #ac8d48;
	margin: 0px 0px 2px;
	margin-top:10px;
	line-height:15px;
	font: normal 12px Arial, Verdana, Tahoma;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #A6A6A1;
	text-decoration: none;
}
h2 a:hover {
	color: #4D4E44;
	text-decoration: none;
}
h3 {
	line-height:16px;
	font: bold 14px Arial, Verdana, Tahoma;
	color: #ac8d48;
	margin:0px; padding:0px;
	border:0px solid;
	margin-bottom:5px;
}
h3 a {
        color:#4D4E44;
        text-decoration:none;
}
h3 a:hover {
	color: #AFB150;
	text-decoration: none;
}
h4 {
	font-family: Arial, Verdana, Tahoma;
	font-size:13px;
	font-weight:bold;
	color: #ac8d48;
	margin: 10px 0px 20px;
}

h4 a, h4 a:visited{
	font-family: Arial, Verdana, Tahoma;
	font-size:13px;
	font-weight:bold;
	color: #AA7600;
	text-decoration: none;
}
h4 a:hover{
	color: #445797;
	font-weight:bold;
	text-decoration: none;
}

form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 20px auto;
	width: 760px;
	border-bottom: 0px solid #d5e6eb;
	border-left: 0px solid #d5e6eb;
	border-right: 0px solid #d5e6eb;
	background-color:#FFFFFF;
}
#header {
	background: #fffdef url(images/musikfesttage.jpg) no-repeat;
	height: 180px;
	border-bottom: 0px solid #59780a;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 0px 0px 0px 0px;
	height: 180px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
  background:#fffdef;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #4D4E44;
	text-decoration: none;
	background: #EFEFDC;
	font-family: Arial, Verdana, Tahoma;
  	font-size: 13px;
  	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #AFB150;
    font-weight:normal;
}
#content {
	padding: 0px 0px 30px 0px;
	margin:0px 115px 0px 80px;
	float: left;
	width: 285px;
	overflow: hidden;
	background-color:#fffdef;
	border:0px solid;
}
.post {
	clear:both;
	padding-top: 0px;
	background-color:#ffffff;
	border:0px solid;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 15px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 20px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 300px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 0px;
	width:285px;
	border:0px solid;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	width:405px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
	width:366px;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 400px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background-color:#949716;
	font: normal 10px Arial, Verdana, Tahoma;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 120px;
	height: 20px;
	cursor: pointer;
	margin-right:40px;
}


/*sidebar */
#sidebar {
	border: 0px solid;
	padding: 0px 0px 0px 0px;
	width: 180px;
	color: /*#AA7600*/ #000000;
	overflow: hidden;
	background-color:#ffffff;
	text-align:left;
	margin:0px 0px 0px 100px;
}

/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% Arial, Verdana, Tahoma;
	color: #AA7600;
	margin: 20px 0px 2px;
	border-bottom: 0px solid #FFFFFF;
}

/*sidebar text styles + navigation oben */
#sidebar a, #sidebar a:visited, .navo a, .navo a:visited{
	font-family: Arial, Verdana, Tahoma;
	font-size:13px;
	font-weight:normal;
	color: /*#AA7600*/ #000000;
	text-decoration: none;
}
#sidebar a:hover, .navo a:hover{
	color: /*#445797*/ #ac8d48;
	font-weight:normal;
	text-decoration: none;
}

/*sidebar list level1 */
#sidebar ul{
	margin: 0;
	padding: 0;

}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:0px; /*17*/
	line-height:20px;
	border: 0px solid #000000;
	font-weight:bold;
}

#sidebar ul li a {
	font-weight:bold;
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 0px 0px 0px 0px;
	padding-left:0px;
	font-style:normal;
	border-bottom: 0px dotted #4D4E44;
	font-weight:normal;
}

#sidebar ul li ul li a{
	font-weight:bold;
}

#sidebar ul li ul li a:hover{
	font-weight:bold;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li{
	font-style:normal;
	border: none;
	font-weight:normal;
}

#sidebar ul li ul li ul li a{
	font-weight:bold;
	color:#000000;
}

#sidebar ul li ul li ul li a:hover{
	font-weight:bold;
	color:#ac8d48;
}

#sidebar ul li ul li ul .current_page_item a{
	color:#ac8d48;
}


/*sidebar list level4 */
#sidebar ul li ul li ul li ul li{
	font-style:normal;
	border: none;
	font-weight:normal;
}

#sidebar ul li ul li ul li ul li a{
	font-weight:normal;
	color:#000000;
}

#sidebar ul li ul li ul li ul li a:hover{
	font-weight:normal;
	color:#ac8d48;
}

#sidebar ul li ul li ul .current_page_item ul li a{
	font-weight:normal;
	color:#000000;
}

#sidebar ul li ul li ul .current_page_item ul li a:hover{
	font-weight:normal;
	color:#ac8d48;
}

#sidebar ul li ul li ul li ul .current_page_item a{
	color:#ac8d48;
}


/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{

}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:0px solid #203346;
	width: 145px;
	height: 16px;
	padding: 4px 5px 0px 5px;
	padding-top:3px;
	border: 0px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	border: none;
	width: 60px;
	height: 20px;
	line-height:20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#ac8d48;
	vertical-align: middle;
	margin-top:5px;
}
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recently-commented {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recently-commented li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recently-commented a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.center {
	border-color: #FF6600;
	background: #FF6600;
}
.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}

hr{ border:0px solid; height:0px; border-top:1px dotted #ac8d48; line-height:0px; font-size:0px; margin-top:10px; margin-bottom:10px; }

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}


.page_content_navi { font-weight:bold; color:#000000; }
.page_content_navi:hover { font-weight:bold; color:#ac8d48; }
.page_content_navi_selected { font-weight:bold; color:#ac8d48; }



.progtable{ color: #4D4948; width: 400px; padding: 0; margin: 0; }
.firstproghead{ border-top: 1px dotted #4D4948; border-left: 1px dotted #4D4948; border-right: 1px dotted #4D4948; margin-top: 20px; }
.lastentry{ border-top: 1px dotted #4D4948; border-left: 1px dotted #4D4948; border-right: 1px dotted #4D4948; border-bottom: 1px dotted #4D4948; margin-top: 20px; padding: 5px; padding-left:20px; padding-top:20px; text-align: left; vertical-align: top; }
.proghead{ border-left: 1px dotted #4D4948; border-right: 1px dotted #4D4948; margin-top: 20px; }

.cell, .cell2, .eins, .zwei, .drei, .vier, .fuenf, .sechs{ padding: 5px; width: 400px; text-align: left; border: 1px dotted #4D4948; vertical-align: top; }
.cell, .cell2 { border-bottom: none; padding-left:20px; padding-right:15px; }
.cell2 { border-bottom: none; padding-top:20px; }
.programm_bild { margin-bottom:15px; }
.eins{ border-bottom: none; }
.zwei{ border-bottom: none; border-left: none; }
.drei{ }
.vier{ border-left: none; }
.fuenf{ border-top: none; }
.sechs{ border-top: none; border-left: none; }
.p_table { padding:0px; margin:0px; padding-top:15px; padding-bottom:15px; }
.programm_logo { float:right; margin-right:10px; margin-top:10px; margin-left:20px; }
