/*  
Theme Name: YOUR MUSIC AND MORE
Theme URI: http://www.yourmusicandmore.de
Version: 1.0
Author: Henry Greenwood
Author URI: http://www.henrygreenwood.de
*/


* {
	margin : 0;
	padding : 0;
}
body {
	font-family: 0.7em Tahoma, sans-serif; 
   	line-height: 1.5em;
	color: #202123;
	font-size: 90%;
	background-color : #FFFFFF;
	line-height : 1.4em;
	margin-top : 0px;
	margin-bottom : 0px;
}
#wrapper {
	background-color : #ffffff;
	float: left;
	width: 100%;
}
#header {
	height : 300px;
	width: 990px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color : #ffffff;
	color:#999999;
	text-decoration:none;
	font-weight : normal;
	background-repeat : no-repeat;
	background-image : url(images/header.gif);
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}

#header a,
#header a:visited,
#header a:active {
	color:#999999;
	text-decoration:none;
}
#header a:hover {
	color:#BB0000;
	text-decoration:underline;
}
#header em {
	font-style : normal;
	font-size : 11px;
	color : #999999;
	font-weight : bold;
}

#all {
	width: 990px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color : white;
	margin-top : 18px;
	clear : both;
	border-bottom:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}
#left {
	float : left;
	width : 250px;
	background-color : #efefef;
}
#left h2 {
	background-color : #e1e1e1;
	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 5px;
	font-size : 120%;
	color : #000000;
}

#left ul {
	background-color : #efefef;
	padding-bottom : 10px;
	margin-bottom : 10px;
}
#left ul li {
	list-style-type : none;
	margin-left : 5px;
	padding-top : 2px;
	margin-right : 10px;
}
#left ul li a, #right ul li a {
	color : #bb0000;
	text-decoration : none;
	padding-left : 5px;
	display : block;
}
#left ul .current_page_item a {
	background-color : white;
}
#left ul li a:hover, #right ul li a:hover, #left ul li a:active, #left ul li a:focus, #right ul li a:active, #right ul li a:focus {
	color : black;
}
#left ul li strong {
	
	padding-left : 5px;
	font-weight : normal;
	display : block;
}
#left #catmenu ul {
	background-image : none;
	margin : 0;
	padding : 0;
}
#left #catmenu li a {
	background-image : none;
}
#left #catmenu li {
	
}
#left #catmenu li ul li {
	margin-left : 15px;
}
#left #catmenu .current-cat {
	background-color : white;
}
#left #month li a {
	
}
#left #last li a {
	
}
#left #login li a {
	
}

#right {
	float : right;
	width : 200px;
	margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
	background-color : #efefef;
}
#right h2 {
	font-size : 120%;
	color : #000000;
	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 5px;
	background-color : #e1e1e1;
}
#right ul {
	background-color : #efefef;
	padding-bottom : 10px;
	margin-bottom : 10px;
}
#right ul li {
	list-style-type : none;
	margin-left : 10px;
	padding-right : 10px;
}
#wp-calendar {
	background-color : #efefef;
	width : 100%;
	border-collapse : collapse;
	margin-bottom : 10px;
}
#wp-calendar caption {
	background-color : #efefef;
	line-height : 1.5em;
	font-size : 90%;
}
#wp-calendar td, #wp-calendar th {
	text-align : center;
	border : 1px solid White;
	font-size : 90%;
}
#wp-calendar #today {
	background-color : #eeeeee;
}
#wp-calendar a {
	color : #bb0000;
}
#wp-calendar a:hover {
	text-decoration : none;
	background-color : white;
	color : black;
}
#right #rss li a {
	
}
#right #links li a {
	
}
#content {
	margin: 0 200px 0 250px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background-color : #ffffff;
	padding : 10px 10px 0 10px;
	height : auto;
	font-size: 12px;
}
#locator {
	padding-bottom : 5px;
}
#content h2 {
	color : #000000;
	font-size : 140%;
	margin-top : 10px;
	width : auto;
}
#content h2 em {
	font-size : 70%;
	font-weight : normal;
	color : #000000;
}
#content h2 em var {
	color : black;
	font-style : normal;
}
#content h3 {
	font-size : 110%;
	margin-top : 10px;
	color : #000000;
}
#content h2 a {
	color : #000000;
	text-decoration : none;
}
#content .imgleft {
	float : left;
	margin-right : 20px;
	margin-bottom : 10px;
	margin-top : 10px;
	border : 5px solid #efefef;
}
#content p {
	margin-top : 15px;
	margin-bottom : 15px;
}
#content h2 a:hover {
	text-decoration : underline;
}
#content .date {
	float : right;
	margin-right : 7px;
	line-height : 1em;
	padding : 3px;
	border : 1px solid #eeeeee;
	width : auto;
	background-color : white;
	margin-left : 10px;
}
#content .date .d {
	font-size : 140%;
	display : block;
	text-align : center;
	color : #000000;
}
#content .date .m {
	display : block;
	font-size : 80%;
	text-align : center;
}
#content .post {
	border : 5px solid #eeeeee;
	padding : 10px;
	margin-bottom : 20px;
	background-color : #efefef;
}
#content .post small {
	display : block;
	margin-bottom : 15px;
}
#content .post .postend {
	padding-left : 20px;
	margin-top : 15px;
}
#content #xende {
	text-align : left;
	padding : 10px;
	clear : left;
	width: 100%;
	margin-right : -10px;
}
#foot {
	height : 586px;
	background-repeat : no-repeat;
	background-image : url(images/footer.gif);
	background-position:center;
	text-align : left;
	font-size : 80%;
	text-indent : 20px;
	clear : none;
	margin-top : 10px;
	border-top : 3px solid #000000;
}

/* ------------------ General Definition --------------------*/
#content a:link, #foot a:link {
	color : #bb0000;
}
#content a:visited, #foot a:visited {
	color : #bb0000;
}
#content a:hover, #foot a:hover {
	text-decoration : none;
}
#content a:focus, #content a:active, #foot a:focus, #foot a:active {
	background-color : black;
	color : white;
}
img {
	border : 0;
}
.none {
	display : none;
}
#content ul, #content ol, #content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-top : 15px;
	margin-bottom : 15px;
}
#content ol .user, #content ol .admin {
	margin-left : 0;
	list-style-type : none;
	border : 3px solid #efefef;
	padding : 10px;
	margin-bottom : 10px;
}
#content ol .user {
	background-color : #efefef;
}
#content ol .user cite, #content ol .admin cite {
	font-size : 130%;
	margin-left : 40px;
	margin-top : 10px;
	display : block;
}
#content ol .admin {
	background-color : white;
}
#content h4 {
	font-weight : normal;
	letter-spacing : 3px;
	font-size : 90%;
}
#content h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}
#locator h3 {
	color : #000000;
	margin : 0;
}
#content ul li, #content ol li {
	margin-left : 20px;
}
blockquote {
	padding-left : 50px;
	background-color : #efefef;
	border : 3px solid #efefef;
}
#content em {
	font-style : normal;
	color : #bb0000;
}
cite {
	font-style : normal;
	color : bb0000;
}
abbr, acronym {
	border-bottom : 1px dotted #eeeeee;
}
samp {
	color : #999999;
}
dfn {
	font-style : normal;
	color : #bb0000;
	font-family : Georgia, Arial, Helvetica, sans-serif;
}
pre {
	background-color : #efefef;
	border : 3px solid #efefef;
	padding : 10px;
	overflow : auto;
	width : inherit;
	line-height : 1.5em;
}
.klein {
	font-family : "Times New Roman", Times, serif;
	font-size : 95%;
}
/*----------------- Formulare ---------------------------*/

#content fieldset {
	border : 3px solid #efefef;
	padding : 10px;
}
#content legend {
	padding-left : 10px;
	padding-right : 10px;
	font-size : 80%;
	color : black;
}
#content label {
	float : left;
	width : 130px;
}
#content .nonlabel {
	float : none;
	width : auto;
}
#content input {
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	margin-bottom : 3px;
	background-color : #efefef;
	border : 1px inset white;
}
#content .btn {
	border : 1px solid #000000;
	background-color : grey;
}
#content .error {
	background-color : white;
	border : 1px solid #bb0000;
}
#content input:focus, #content textarea:focus {
	background-color : white;
}
#content textarea {
	width : 99%;
	background-color : #efefef;
	margin-top : 5px;
	border : 1px inset white;
}
.clear {
	clear : both;
}

/* ids
/* Hauptnavigation
/* ************************************************************************ */
.navi_top {
	float:right;
    width:990px;
    padding:0px;
}

.navi_top p {
	padding:0px;
	margin:0px;
}

.navi_top a,
.navi_top a:visited,
.navi_top a:active {
	color:#999999;
	text-decoration:none;
}

.navi_top a:hover {
	color:#BB0000;
	text-decoration:underline;
}

.navi ul {
	float:center;
	width: 990px; /*Width of main container*/
	height: 27px;
	padding:0;
	list-style:none;
	margin-top:0px;
	margin: 0 auto; /*Center container on page*/
	background-color:#BB0000;
	/* Fucking IE7 Hack */
	
	
}

.navi li {
	display:inline;
	padding:0;
	margin:0 0px 0 0;
}

.navi a,
.navi a:visited,
.navi a:active {
	float:left;
    padding:6px 10px 6px 10px;
    text-decoration:none;
    font-size:11px;
    border-bottom:0;
	background-color:#BB0000;
	color:#ffffff;
	font-weight:bold;
}

.navi a:hover {
	background-color:#e1e1e1;
	color:#000000;
}


/* Suchbereich
/* ************************************************************************ */
.grey_line {
	float:center;
	width: 990px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	margin-bottom:10px;
	padding:0;
	height:30px;
	background:#e1e1e1;
	border-top:1px solid #ffffff;
	text-align:right;
}

.grey_line span {
	margin:0;
	margin-top:6px;
	margin-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#BB0000;
	font-family:verdana, arial, Sans-Serif;
}

.grey_line form {
	float:right;
    margin:0;
    margin-top:6px;
    margin-right:10px;
    font-size:11px;
	font-weight:bold;
}
	
.grey_line input,
.grey_line select {
	font-size:11px;
}

/* Footer: Copyright usw.
/* ************************************************************************ */
.footer {
	background: #ffffff url(images/footer.gif) top center no-repeat;width: 100%;height:586px;
	border-top:2px solid #000000;
	clear:both;
	text-align:left;
	padding:10px 0 0px 0;
	margin:0;
	line-height: 1.2em;
	color:#666666;
}

.footer a,
.footer a:active,
.footer a:visited {
	text-decoration:none;
	color:#BB0000;
}

.footer a:hover {
	color:#FF0000;
}

/* box
/* ************************************************************************ */

#box h2 {
	font-size : 120%;
	color : #000000;
	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 5px;
	background-color : #e1e1e1;
}
#box ul {
	background-color : #efefef;
	padding-bottom : 10px;
	margin-bottom : 10px;
}

#box a {
	color : #bb0000;
	text-decoration : none;
	padding-left : 0px;
	display : block;
}

#box a:hover, #box a:active, #box a:focus {
	color : black;
}	
