/*  
Theme Name: Die Kurze
Theme URI: http://www.die-kurze.de
Description: WordPress theme designed for Die Kurze
Version: 1.0
Author: Ingo Wennemaring
Author URI: http://www.exxile.net

	This theme was designed and built by Ingo Wennemaring.
	
	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to exxile.net must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute
*/

BODY {
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
	background: #72020A url(images/body_bg.gif) repeat-y center;
}

A {
	color: #72020A;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

P {
	margin: 0px 0px 15px;
}

/*IMG {
	border: none;
}*/

UL, OL {
	margin: 5px 0px 15px;
	padding-left: 20px;
}

UL LI, OL LI {
	margin: 0px;
}

DT {
	margin-top: 10px;
	font-weight: bold;
}

FORM {
	margin: 0px;
	padding: 0px;
}

SMALL {
	font-size: 90%;
}

#page {
	
}

#wrapper,
#header #headerwrapper,
#footer{
	width: 883px;
	margin: 0px auto;
	padding: 40px;
	padding-right: 36px;
	position: relative;
}

A[href $='.pdf'] {
	padding: 2px 0px 2px 25px;
	background: transparent url(images/page_white_acrobat.gif) no-repeat left center;
}

A[target="_blank"] {
	padding-right: 15px;
	background: transparent url(images/arrow_045_small.gif) no-repeat right 1px;
}


/* ------------------------------------- Accordian (Die Kurze & Konzerte) */
#basic-accordian .wrapper {
	margin: 5px 5px 0px 5px;
}

.accordion_headings {
	margin: 0px 0px 5px 0px;
	padding: 3px;
	background-color: #ECEBEB;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.header_highlight,
.accordion_headings:hover {
	background-color: #72020A;
}

.accordion_headings H3 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.header_highlight H3,
.accordion_headings:hover H3 {
	color: #FFFFFF;
	background-color: #72020A;
}

#basic-accordian TABLE {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#basic-accordian TABLE TH,
#basic-accordian TABLE TD {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4em;
}

#basic-accordian TABLE TH {
	width: 65px;
	white-space: nowrap;
	background-color: #ECEBEB;
}

#basic-accordian TABLE TD {
	border-left: 1px solid #FBF9F7;
}

#basic-accordian TABLE TR.even TD {
	background-color: #ECEBEB;
}


/* ------------------------------------- header area  */
#header {
	height: 288px;
	background: url(images/header_bg.jpg) no-repeat center;
}

#header #headerwrapper {
	padding: 18px 39px 0px 40px;
}

/* site title */
H1 {
	color: #72020A;
	margin: 0px;
	padding: 0px;
	font: normal 2.5em/100% Georgia, Arial, Helvetica, sans-serif;
}

H1 A, H1 A:visited {
	color: #72020A;
	text-decoration: none;
}

H1 A:hover {
	color: #000000;
	text-decoration: none;
}

.description {
	color: #000000;
	font: bold 1em Arial, Helvetica, sans-serif;
}

/* search form */
#searchform {
	position: absolute;
	top: 36px;
	right: 42px;
}

#searchform #s {
	position: absolute;
	right: 26px;
	background: #ffffff url(images/search_input.gif) no-repeat left top;
	height: 17px;
	width: 216px;
	margin: 0px;
	padding: 5px;
	color: #999999;
	border: none;
}

#searchform #s:focus {
	color: #333333;
}

#searchform #searchsubmit { 
	position: absolute;
	right: 0px;
	background: url(images/search_button.gif) no-repeat left top;
	height: 27px;
	width: 26px;
	border: none;
	text-indent: -999%;
	cursor: pointer;
}

/* ------------------------------------- main content area  */
#left-col {
	width: 545px;
	float: left;
}

/* main menu */
#nav {
	position: absolute;
	top: 250px;
	margin-left: -2px;
}

#nav UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.0em;
	font: bold 1em/normal Georgia, Arial, Helvetica, sans-serif;
}

#nav UL LI {
	margin: 0px;
	padding: 0px;
	float: left;
}

#nav UL LI A {
	/*padding: 5px 7px 6px 7px;*/
	text-decoration: none;
	color: #333333;
	display: block;
}

#nav UL LI A SPAN {
	display: block;
	margin-right: 9px;
	padding: 14px 2px 12px 20px;
	background: url(images/navitem_left.png) no-repeat 11px 18px;
}

#nav LI A:hover, #nav .current_page_item A {
	color: #72020A;
	text-decoration: none;
	background: url(images/navitem_right_hover.png) no-repeat right top;
}

#nav LI A:hover SPAN, #nav .current_page_item A SPAN {
	background: url(images/navitem_left_hover.png) no-repeat left top;
}

/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* content */
#content {
	padding: 0px;
	width: 550px;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .date {
	position: absolute;
	height: 50px;
	width: 45px;
	background: url(images/date_calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date SPAN {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	padding-left: 60px;
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata A, .postdata A:visited {
	color: #999999;
	text-decoration: none;
}
.postdata A:hover {
	color: #72020A;
	text-decoration: underline;
}
.postdata .category {
	background: url(images/folder_horizontal_open.gif) no-repeat left 2px;
	padding-left: 22px;
	float: left;
}
.postdata .comments {
	background: url(images/balloon_left.gif) no-repeat left 2px;
	padding-left: 22px;
	float: right;
}
.mini-add-comment {
	background: url(images/arrow_270_small.gif) no-repeat left 2px;
	padding-left: 15px;
	float: right;
}
.entry {
	padding: 20px 0px 0px 0px;
	clear: both;
}

.entry IMG {
	/*border: 1px solid #CCCCCC;*/
}

.entry TABLE TD {
	vertical-align: top;
}

.entry TABLE TD IMG {
	margin-right: 20px;
}

.entry TABLE TD H3 {
	margin-bottom: 15px;
	font-size: 1.2em;
}

/*.entry TABLE TD H3 .klein {
	font-size: 0.8em;
}*/

.divider {
	clear: both;
	height: 9px;
	margin-top: 10px;
	margin-bottom: 35px;
	border-bottom: 1px dotted #999999;
	/*background: url(images/divider.gif) no-repeat left center;*/
}

/* post title */
H2 {
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
H2 A, H2 A:visited {
	color: #333333;
	text-decoration: none;
}
H2 A:hover {
	color: #72020A;
	text-decoration: none;
}
H3 {
	color: #666666;
	margin: 20px 0px 5px 0px;
	font: bold 1.2em/110% "Lucida Grande", Arial, sans-serif;
}
H3:first-child {
	margin-top: 0px;
}

/* next & previous page navigation 
.page-nav {
	clear: both;
}
.page-nav A, .page-nav A:visited {
	color: #999999;
	text-decoration: none;
}
.page-nav A:hover {
	color: #72020A;
	text-decoration: underline;
}
.previous-entries A {
	float: right;
	padding-right: 18px;
	background: url(images/control.gif) no-repeat right 3px;
}
.next-entries A {
	float: left;
	padding-left: 18px;
	background: url(images/control_180.gif) no-repeat left 3px;
}*/
DIV.page-nav,
P.nocomments,
DIV#post-2 .mini-add-comment,
DIV#post-395 .mini-add-comment,
DIV#post-1002 .mini-add-comment {
	display: none;
}
.pagebar A:first-child {
	padding-left: 18px;
	color: #72020A;
	background: url(images/control_180.gif) no-repeat left 3px;
}
.pagebar A:last-child {
	padding-right: 18px;
	color: #72020A;
	background: url(images/control.gif) no-repeat right 3px;
}

SPAN.this-page,
.pagebar A {
	padding: 3px 7px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #72020A;
	-moz-border-radius: 3px;
}

SPAN.break {
	margin-right: 3px;
	font-weight: bold;
	padding: 3px 7px;
}

SPAN.this-page {
	color: #333333;
	background-color: #ECEBEB;
}


/* next & previous post navigation */
.post-nav {
	clear: both;
}
.post-nav A, .post-nav A:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav A:hover {
	color: #72020A;
	text-decoration: underline;
}
.post-nav .previous A {
	float: left;
	padding-left: 18px;
	background: url(images/control_180.gif) no-repeat left 3px;
}
.post-nav .next A {
	float: right;
	padding-right: 18px;
	text-align: right;
	background: url(images/control.gif) no-repeat right 3px;
}

/* ------------------------------------- comment area  */
H3#comments {
	margin: 40px 0px 20px 0px;
	padding: 0px 0px 4px 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
	border-bottom: 1px dotted #999999;
	background: url(images/balloon_left.gif) no-repeat;
}
H3#comments.post-33-comments {
	display: none;	/* Gästebuch */
}
H3#respond {
	margin: 40px 0px 20px 0px;
	padding: 0px 0px 4px 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
	border-bottom: 1px dotted #999999;
	background: url(images/balloon_pencil.gif) no-repeat;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform LABEL {
	padding-left: 5px;
	font-weight: bold;
	color:#666666;
	font-size: 100%;
}
#commentform SMALL {
	color: #999999;
	font-size: 90%;
}
#commentform INPUT {
	width: 220px;
	padding: 5px 3px 3px 7px;
	font: 110% Arial, Helvetica, sans-serif;
	background: url(images/form-field-bg.gif) no-repeat;
	border: 1px solid #FBF9F7;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
#commentform TEXTAREA {
	width: 97%;
	height: 140px;
	padding: 5px 3px 3px 7px;
	font: 110% Arial, Helvetica, sans-serif;
	background:url(images/form-field-bg.gif) no-repeat;
	border: 1px solid #FBF9F7;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	
}
#commentform #submit {
	float: right;
	font: 1.1em/100% Arial, Helvetica, sans-serif;
	padding: 4px 5px 6px 5px;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	width: 165px;
	height: 35px;
	background: url(images/submit_button.gif) no-repeat top left;
}
#commentform #submit:hover {
	padding: 5px 4px 5px 6px;
	background: url(images/submit_button_hover.gif) no-repeat top left;
}
#commentform TEXTAREA:focus, #commentform INPUT[type="text"]:focus {
	border: solid 1px #72020A;
}

/* comment list */
.commentlist {
	margin: 0px;
	padding: 0px;
	line-height: 170%;
	list-style-type: none;
}
.commentlist LI {
	margin: 10px 0px;
	padding: 10px;
}
.commentlist P {
	margin: 0px 0px 10px 0px;
}
.commentlist .alt {
	background: #ECEBEB;
}
.commentlist CITE {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #72020A;
}
.commentlist CITE A, .commentlist CITE A:visited {
	color: #72020A;
}
.commentlist SMALL {
	display: block;
	margin-bottom: 10px;
	font-size: 87%;
	border-bottom: 1px dotted #CCCCCC;
}
.commentlist SMALL A, .commentlist SMALL A:visited {
	color: #999999;
}
.commentlist SMALL A:hover {
	color: #72020A;
}

/* ------------------------------------- footer area  */
#footer {
	margin-bottom: 10px;
	padding: 10px 0px 0px 0px;
	font-size: 90%;
	color: #282828;
	border-top: 1px dotted #666666;
}
#footer P {
	margin-bottom: 0px;
}
#footer A, #footer A:visited {
	text-decoration: none;
	color: #000000;
}
#footer A:hover {
	text-decoration: underline;
}

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
	float: right;
	width: 260px;
	color: #666666;
	line-height: 160%;
}

#sidebar P {
	margin: 0px 0px 15px;
}

#sidebar H3 {
	color: #FBF9F7;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

#sidebar H3 a, #sidebar H3 a:visited {
	color: #666666;
}

#sidebar H3 img {
	vertical-align: middle;
}

#sidebar A, #sidebar A:visited {
	color: #000000;
	text-decoration:none;
}

#sidebar A:hover, #sidebar A:focus, #sidebar A:active {
	text-decoration:underline;
}

#sidebar UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar UL LI {
	background: url(images/bullet_red.gif) no-repeat 0px 1px;
	margin-top: 3px;
	padding-left: 22px;
}

#sidebar UL LI UL LI {
	background: url(images/bullet_blue.gif) no-repeat -4px 2px;
	padding-left: 16px;
}

#sidebar DIV.widget_categories UL LI {
	margin-top: 8px;
	font-weight: bold;
}

#sidebar DIV.widget_categories UL LI:first-child {
	margin-top: 0px;
}

#sidebar DIV.widget_categories UL LI UL LI {
	margin-top: 0px;
	font-weight: normal;
}

DIV.textwidget {
	text-align: center;
}


/* ------------------------------------- widget styles  */

/* archives widget */
#archives ul li {
	background-image: url(images/calendar.gif);
}

/* recent comments widget */
#recent-comments ul li {
	background-image: url(images/balloon_left.gif);
}

/* category widget */
#categories-90519613 ul li {
	background-image: url(images/folder_horizontal_open.gif);
}

/* recent posts widget */
#recent-posts ul li {
	background-image: url(images/blog.gif);
}

/* links widget */
#links ul li {
	background-image: url(images/document_page.gif);
}

/* meta */
#meta .rss {
	background-image: url(images/feed.gif);
}
#meta .login {
	background-image: url(images/user_female.gif);
}
#meta .check {
	background-image: url(images/tick.gif);
}
#meta .wordpress {
	background-image: url(images/wordpress.gif);
}
#meta .admin {
	background-image: url(images/wrench_screwdriver.gif);
}


/* calendar */
#calendar TABLE {
	margin: 0px auto;
}
#calendar CAPTION, #calendar THEAD {
	font-weight: bold;
	color: #000000;
}
#calendar TD {
	text-align: center;
	width: 22px;
	height: 22px;
}
#sidebar #calendar TBODY TD A {
	display: block;
	padding: 1px 0px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #72020A;
	-moz-border-radius: 3px;
}

/* alignments */
.center {
	text-align: center;
}
.aligncenter,
div.aligncenter,
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft,
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright,
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}
