/*
Theme Name: Cross Music Theme
Theme URI: http://www.crossmusic.de/
Description: Das Theme für die Cross Music e. V. Homepage
Version: 1.0
Author: Lichtsignale
Author URI: http://www.lichtsignale.de/
*/


/* BASIC SETUP
----------------------------------------------- */

/* resets values for every element */
* {
	margin: 0;
	padding: 0;
}

/* for a better overview, displayed only in old browsers */
hr, .hide {
	display: none;
}

body {
	color: #000;
	background: #c2c2c2 url(m/body_bg.jpg) center repeat;
	text-align: center;
	font: 13px/20px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, Verdana, sans-serif;
}

img {
	border: none;
}

#content strong, #sidebar strong {
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* WHERE AM I?
----------------------------------------------- */

#b1 .cat-item-1 a, #b23 .cat-item-13 a, #b21 .cat-item-13 a, #b6 .page-item-6 a, #b8 .page-item-8 a, #b9 .page-item-9 a, #b10 .page-item-10 a, #b22 .page-item-22 a, #b12 .page-item-12 a, #b13 .page-item-13 a {
	border-left: 5px solid #000;
	color: #000;
	padding-left: 5px;
}


/* LINKS
----------------------------------------------- */

a:link, a:visited {
	color: #f30;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}


/* LAYOUT
----------------------------------------------- */

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 164px;
}

#main {
	width: 760px;
	float: left;
}

#nav {
	width: 190px;
	float: left;
}

#nav ul {
	margin-top: 20px;
}

#content {
	width: 460px;
	float: left;
	padding-bottom: 20px;
}

#sidebar {
	width: 280px;
	float: right;
	margin: 0;
}


/* BASICS
----------------------------------------------- */

h1 a:link, h1 a:visited {
	display: block;
	width: 95px;
	height: 190px;
	text-indent: -9999px;
	background: transparent url(m/crossmusic.png) left top no-repeat;
}

#content h2 {
	display: block;
	margin-bottom: 27px;
}

#content h2 span {
	display: inline;
	font-size: 20px;
	padding: 3px 95px 4px 20px;
	color: #fff;
	background: #000;
}

#innercontent {
	padding: 20px 0 0 0;
	background: #fff;
}

#sidebar h2 {
	display: block;
	margin-bottom: 27px;
}

#sidebar h2 span {
	display: inline;
	font-size: 20px;
	padding: 3px 95px 4px 20px;
	color: #fff;
	background: #000;
}

h3 {
	font-size: 13px;
	color: #fff;
	background: #000;
}

#content p {
	padding: 0 20px 20px 20px;
	clear: both;
}

#content #galerie {
	margin: 0 0 15px 20px;
}

#content ul {
	margin: 0 0 20px 0;
	padding: 0 20px 0 40px;
}

#sidebar p {
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}

#sidebar div {
  	padding: 20px;
  	margin-bottom: 20px;
  	background: #fff;
}

#sidebar li {
	list-style: none;
}

#twitter_update_list li {
	margin-top: 20px;
}


/* PROMO
----------------------------------------------- */

#promo {
	width: 460px;
	float: right;
	margin-right: 20px;
	background: #fff;
}

#promo p {
	padding: 20px;
}

#extra {
	width: 280px;
	float: right;
	background: #fff;
}

#extra p {
	padding: 20px 10px 20px 20px;
}


/* NAVIGATION
----------------------------------------------- */

#nav li {
	list-style: none;
}

#nav li a {
	padding: 1px 20px 2px 10px;
}

#nav li a:link, #nav li a:visited {
	background: #fff;
}

#nav li a:hover, #nav li a:active {
	padding-right: 30px;
}

#baktuelleevents #aaktuelleevents a {
	color: #000;
	padding-left: 3px;
	border-left: 5px solid #000;
}

/* KONTAKTFOMULAR
----------------------------------------------- */

form {
	margin: 0 0 40px 0;
}

form dl, dl.labels {
	margin: 0;
}

form dt, dl.labels dt {
	float: left;   
	width: 90px;
	margin: 0 0 10px 20px;
	font-weight: normal;
	position: relative; /*IEWin hack*/
}

form dd, dl.labels dd {
	margin-left: 120px;
	margin-bottom: 10px;
}

.y_name:focus, .y_email:focus, .interseite:focus, .y_msg:focus {
	background: #ffc;
}

.y_name, .y_email, .interseite {
	width: 320px;
}

.y_msg {
	width: 320px;
	height: 120px;
}


/* WORDPRESS
----------------------------------------------- */

.alignleft  {
	float: left;
	margin: 20px 20px 10px 0;
}
