/*
Theme Name: Music is live 2009
Theme URI: http://www.music-is-live.de
Description: 
Version: 1.0
Author: Thomas Stein
Author URI: http://www.thomas-stein.com/
*/

/* ------------------------------------------------------------------------------------------------
|  Design Basics. Globals
 ----------------------------------------------------------------------------------------------- */

body {
	background: #000000 url('images/mil_body_bg.jpg') no-repeat center;
	background-attachment: fixed;
	font-size: 12px; 
	font-family: 'Lucida Grande', Lucida, Verdana, Arial, serif;
	margin: 0px;
	padding: 0px;
	color: #303030;
	line-height: 16px;
}


#outerwrapper {
margin: 0px auto;
padding: 0px 5px 5px 5px; 
background: #33332f; 
border-left: 2px solid #3e3e3a;
border-right: 2px solid #3e3e3a;
border-bottom: 2px solid #3e3e3a;
width: 980px;
}

.wrapperspacer {
	padding: 20px;
	padding-bottom: 0;
}

#innerwrapper {
		width: 980px;
		background: #FFFFFF;
		margin: 0 auto;
		border: 10px solid #333;
		border-bottom: none;
}

.clear {
	clear: both;
}

#footer {

}

#contentwrapper {
	background: #FFFFFF;
width: 100%;
}


a { color: red; text-decoration: none; }

a:hover { text-decoration: underline; }

a img { border: none; }

blockquote {
	font-style: italic;
	color: #888;
}

#feeds_button {
	width:74px;
	height:15px;
	text-align: left;
	font-size: 10px;
	padding-left: 6px;
	padding-top:0px;
	padding-bottom: 0px;
	color: #fff;
	background: url('images/feedstats.gif') no-repeat;
	margin-bottom: 2px;
}
/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}

.alignleft { float: left; }
.alignright { float: right; }

/* ------------------------------------------------------------------------------------------------
|  Header
 ----------------------------------------------------------------------------------------------- */

#header {
	background: transparent url('images/mil-guitar.jpg');
	height: 126px;
}

#topnavbar {
	background: #111111 url('images/topnav.png');
	height: 30px;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#topnavbar a:hover {
	text-decoration: underline;
}

#topnavbar p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.topnavbarleft {
	width: 230px;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 10px;
}

.topnavbarright {
	width: 600px;
	float: right;
	margin: 0px;
	padding: 7px 10px 0px 0px;
	text-transform: uppercase;
	text-align: right;
}

.topnavbarright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
}

#headerstat {
	margin: 0;
	padding: 5px 5px 0 0;
	text-align: right;
	color: white;
}
#headerstat .entries {
	font-weight: bold;
	font-size: 14px;
}

#headerstat .stat {
	font-size: 9px;
	font-weight: normal;
}

/* ------------------------------------------------------------------------------------------------
|  Navigation
 ----------------------------------------------------------------------------------------------- */

.navigation {
	font-family: Georgia, 'Times New Roman', Times;
	font-size: 12px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.mainnav {
	background: #353535 url('images/navigation.jpg') repeat-x;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
}
.mainnav ul {display: inline; margin: 0;}
.mainnav ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.mainnav a {
	color: #AAA;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.mainnav a:hover {
	background: #444;
	color: #E5E5D5;
	text-decoration: none;
}
.mainnav li.current_page_item a {
	background: none;
	color: #EEE;
}

/* Sub navigation */
#subnav a {
	color: #E5E5D5;
	font-weight: normal;
}

#subnav a:hover {
	text-decoration: underline;
}

#subnav {
	background: #464646;
	font-size: 11px;
	color: white;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #222;
	height: 16px;
}

#subnav ul {display: inline; margin: 0;}
#subnav ul li {
	float: left;
	list-style: none;
	margin-right: 20px;
}

#subnav li.current_page_item a {
	color: white;
	text-decoration: none;
}

#subnav li.current_page_item a:hover {
	color: white;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------
|  Header
 ----------------------------------------------------------------------------------------------- */

#innerfooter {
	padding: 5px;
	background: #464646;
	border-top: 1px solid #000000;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-align: right;
}

#innerfooter a {
	color: #E5E5D5;
	font-weight: normal;
	margin-right: 15px;
}

#innerfooter a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------
|   Post
 ----------------------------------------------------------------------------------------------- */

#content {
	float: left;
	width: 520px;
	padding: 20px;
	margin: 0px 5px;
}

.post {
	padding-top: 20px;
	padding-bottom: 20px;
	/* margin-bottom: 20px; */
	border-bottom: 1px dotted #222;
}

.postheadline {
	font-family: Georgia, 'Times New Roman', Times;
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	padding-bottom: 6px;
}

.postconcert {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.postmeta {
	font-family: Georgia, 'Times New Roman', Times;;
	font-style: italic; 
	/* text-transform: uppercase; */
	/* letter-spacing: 1px; */
	font-size: 11px;
	color: #888;
}

.postmeta2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	text-decoration: none;
}

.postmeta a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	text-decoration: none; 
}

.entry {
	font-size: 12px;
	line-height: 18px;
}

.caption {
	border: 1px solid #ccc;
	padding: 10px;
	max-width: 500px;
	text-align: right;
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 15px;
}

.concertpicturelink {
	font-family: Georgia, 'Times New Roman', Times;;
	margin: 20px 0;
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 22px;
	line-height: 28px;
	font-style: italic;
	color: #888;
}


/* ------------------------------------------------------------------------------------------------
|   Sidebar
 ----------------------------------------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 380px;
	padding-top: 20px;
}

.sidebar_col1 {
	float: left;
	width: 200px;
	margin-right: 10px;
}

.sidebar_col1 {
	float: left;
	width: 180px;
}

.sidebarlist_head {
	font-family: Georgia, 'Times New Roman', Times;;
	font-style: normal; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	font-size: 11px;
	color: #888;
	margin-bottom: 5px;
}

.sidebarlist_entry {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 3px;
}

ul.sidebarnobullet li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}


.forenlinks ul,
.forenlinks ul li {
	list-style: none;
	margin-left: 0; padding-left: 0;
}

.forenlinks ul li {
	padding-bottom: 3px;
}

/* ------------------------------------------------------------------------------------------------
|  Comments
 ----------------------------------------------------------------------------------------------- */

.comment {
	font-size: 12px;
	width: 500px;
	padding: 20px 10px;
	border-bottom: 1px dotted #999;
}

.commentsection {
	font-family: Georgia, 'Times New Roman', Times;;
	font-style: normal; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	font-size: 12px;
	color: #888;
	padding: 30px 20px 15px 0px;
	border-bottom: 1px dotted #999;
	vertical-align: bottom;
	width: 500px;
}

.commentsectionnumber {
	font-size: 24px;
	font-weight: normal;
	/* vertical-align: top; */
	
}

.commentauthor {
	font-family: Georgia, 'Times New Roman', Times;
	font-size: 20px;
	padding-bottom: 10px;
}

.commentdate {
	font-family: Georgia, 'Times New Roman', Times;
	font-size: 12px;
	color: #888;
}


/* ------------------------------------------------------------------------------------------------
|  Trackbacks
 ----------------------------------------------------------------------------------------------- */

.trackback {
	font-size: 11px;
	width: 500px;
	padding: 10px 10px;
	border-bottom: 1px dotted #999;
}

.trackbackauthor {
	font-family: Georgia, 'Times New Roman', Times;
	font-size: 14px;
	padding-bottom: 0px;
}

.trackbackdate {
	font-family: Georgia, 'Times New Roman', Times;
	font-size: 11px;
	color: #888;
}

/* ------------------------------------------------------------------------------------------------
|  Comment Form
 ----------------------------------------------------------------------------------------------- */

.commentform_headline {
	font-family: Georgia, 'Times New Roman', Times;;
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	font-size: 18px;
	color: #000;
	padding: 30px 40px 15px 0px;
	border-bottom: 1px dotted #999;
	vertical-align: bottom;
	width: 480px;
	margin-bottom: 15px;
}

input {
	border: 2px solid #888;
	background: #efefef;
	font-size: 14px;
	padding: 3px;
}

textarea {
	border: none;
	border-bottom: 1px solid #888;
	background: #efefef;
	font-size: 14px;
	padding: 3px;
}

.textareabox {
	border: 2px solid #888;
	background: #f9f7e4;
	width: 485px;
}

/* ------------------------------------------------------------------------------------------------
|  Konzertvorschau
 ----------------------------------------------------------------------------------------------- */

.konzertvorschautitel {
	font-family: Georgia, 'Times New Roman', Times;;
	font-weight: normal;
	font-size: 20px;	
}

.konzertvorschautitel a, a:hover {
	color: black;
	text-decoration: none;
}
.vorschauimage img {
	border: 1px solid #ccc;
	padding: 4px;
	margin-left: -5px;
}


.konzerteaz ul,
.konzerteaz ul, li {
	list-style: none;
	margin-left: 0; padding-left: 0;
}

/* ------------------------------------------------------------------------------------------------
|   Frontpage
 ----------------------------------------------------------------------------------------------- */

#fp_left {
	float: left;
	width: 600px;
	padding: 20px;
}

#fp_right {
	padding: 20px;
	float: left;
	width: 290px;
}

.fp_post {
	/*border: 1px solid #888; */
	padding: 10px 5px 5px 5px; 
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
    background: #f5f5f5;
}

#fp_left2 {
	float: left;
	width: 450px;
	padding: 20px;
	padding-right: 10px;
}

#fp_right2 {
	padding: 20px;
	float: left;
	width: 450px;
}

/* ===== POSTMETA ============================================================================== */

.fp_postmeta {
	font-family: Georgia, 'Times New Roman', Times;;
	font-style: italic; 
	/* text-transform: uppercase; */
	/* letter-spacing: 1px; */
	font-size: 11px;
	color: #888;
	padding-top: 3px;
	border-top: 1px solid #ccc;
}

.fp_postmeta2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	text-decoration: none;
}

.fp_postmeta a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	text-decoration: none; 
}

/* ===== TODAY'S GIG =========================================================================== */

#gigtoday {
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 20px;
}

.gigtoday_head {
	font-family: Georgia, 'Times New Roman', Times;;
	font-weight: normal;
	text-transform: uppercase; 
	letter-spacing: 1px; 
	font-size: 14px;
	color: #888;
	padding-top: 3px;
	border-bottom: 1px solid #ccc;
}


.fp3_postheadline {
	font-family: Georgia, 'Times New Roman', Times;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 6px;
}

.fp3_entry {
	font-size: 12px;
	line-height: 18px;
}

/* ------------------------------------------------------------------------------------------------
|  Backwards compatibility
 ----------------------------------------------------------------------------------------------- */

#milimage {
	float: right;
	width: 200px;
	height: auto;
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	font-size: 9px;
}

#milimagefull {
	float: left;
	width: 590px;
	height: auto;
	border: 1px solid #cccccc;
	margin: 3px 0 3px 0;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	font-size: 9px;
}

#milimagecaption {
	margin-top: -3px;
	line-height: 1.0em;
	margin-bottom: -5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
}

#milimage img {
        border: 0px;
}

#milimagefull img {
        border: 0px;
}

.wp-caption {
 background: #f5f5f5;
 border: 1px solid #ccc;
 padding: 8px 4px 0 4px;
 text-align: center;
	font-variant: small-caps;
	font-family: 'Times New Roman', Times, serif;
font-size: 12px;
color: #333333;
}