/*  
Theme Name: Mmusic
Theme URI: http://www.mediamusic.de
Description: Designed by <a href="http://www.keasone.de" title="KeasoneV4">Alexander Hahn</a>.
Version: 1.0
Author: Alexander Hahn
Author URI: http://www.keasone.de
*/
@import url(nav_main.css);
@import url(nav_sub.css);

@media all
{
/* ### Vorbereitende Maßnahmen | Reset ##################################################################*/
	
	* { margin:0; padding: 0; } 
	/* Das zurücksetzen der Innen- und Außenabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */
	option {padding-left: 0.4em}
	
	html { height: 100% } 
	body { 
	/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
		font-size: 100.01%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser Fensters geändert wird. */
		position: relative; 
	
	/* Vorgabe der Standardfarben und Textausrichtung*/     
		color: #000;        
		background: #fff;		
	} 
	
	body {text-align:center; }
	body * {text-align:left; }
	
	/* FUCK IE 5.x */
	#footer {text-align:center; }
	#footer * {text-align:left; }
	
	/* Standardrahmen zurücksetzen */
	fieldset, img { border:0; }
	
	/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */ 
	select, input, textarea { font-size: 101% }	
/* ### Vorbereitende Maßnahmen | Reset ##################################################################*/	
#content p,
#content ol,
#content ul {
	line-height: 140%;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: lighter;
	background: transparent;
	color: #3a6aaa;
	}

h1 {
	font-size: 2.2em;
	}
	
h2 {
	letter-spacing: -1px;
	font: 1.615em "Arial", "Helvetica", "Verdana", Sans-Serif;
	padding-left: 10px;
	margin: 12px 0 10px 0;
	}
		
h2.posttitle {
	margin: 0pt -20px 12px -20px;
	padding-left: 30px;
	background: url(images/h2_line.gif) repeat-x 0 50%;
	}
	
h2.entrytitle{
	margin: 14px -20px 12px -20px;
	padding-left: 30px;
	background: url(images/h2_line.gif) repeat-x 0 50%;
	}
	
h2.entrytitle a, h2.entrytitle:active{
	color: #3a6aaa;
	border: none;
	text-decoration:none;
}

h2 span {
	padding: 0 4px;
	background: #fafafa;
}

.post-date {
	color: #bababa;
}
	
h4, h5, h6 {
	font-size: 1em;
	}
	
h3 {
	font: 1.157em "Arial", "Helvetica", "Verdana", Sans-Serif;
}

a:link {
	color: #4b93e7;
	text-decoration: none;
	}
a:visited {
	color: #4b93e7;
	text-decoration: none;
	}
a:hover {
	color: #d00429;
	background-color: #e5f0fd;
	}
a:active {
	color: #d00429;
	text-decoration: underline;
	}

blockquote {
	margin: 8px;
	padding: 1px 15px 0pt 20px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #777;
	}

code {
  background: #e5f0fd !important;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.845em;
	}

/* ### IMAGE RELATED ###################################################################*/
.center {
	text-align: center;
	}
.left {
	float: left;
	margin: 2px 12px 2px 0;
	}
.right {
	float: right;
	margin: 12px 0 4px 12px;
	}

.justi {
text-align: justify;
	margin-left: 0px;
	}
/* ### DIV-Container des Basislayouts ###################################################################*/
body {
	background: #052c48 url(images/bg.gif) top center;
	font: 62.5% "Verdana", "Arial", "Helvetica", Sans-Serif;
	color: #535353;
	height: 100%;
	}
	
#outline {
	width: 980px;
	margin: 0px auto;
	background: transparent url(images/main_bg.gif) top center;
	font-size: 1.3em;
	min-height: 100%;
	height:auto!important; /* moderne Browser */
	height:100%; /* IE */
	min-height: 101%;
	}

#header {
	background: transparent;
	height: 102px;
	position: relative;
	margin-bottom: 7px;
}

#nav_main {
	background: transparent;
	float: left;
	display: inline;
	width: 220px;
	margin: 12px 0 0px 15px;
	}
	
#cont_wrap {
	background: transparent;
	float: left;
	display: inline;
	width: 710px;
	margin: 0 15px 0 20px;
}

#sidebar {
	background: transparent;
	float: right;
	display: inline;
	width: 220px;
	margin: 12px 0 0px 0px;
}

#content {
	background-color: #fafafa;
	float: left;
	display: inline;
	width: 470px;
	}

.entry {
	margin-top: -14px;
	}

/* ### STYLING ###################################################################*/
#header h1 a {
  background: transparent url("images/logos.gif") no-repeat 0px 0px;
  display: block;
  height: 102px;
  line-height: 400px;
  overflow: hidden;
  position: absolute;
  width: 248px;
  color: #fff;
}
#header h1 a:hover {
  background: transparent url("images/logos.gif") no-repeat 0 -102px;
}

.language_switch {
position: absolute;
right: 50px;
bottom: 0px;
color: #A2D0D0;
font-family: "Arial","Helvetica",Sans-Serif;
}

.language_switch a.active { color: #fff!important; }
.language_switch a { color: #A2D0D0!important; }

.language_switch a:hover {
color: #fff!important;
background-color: transparent;
text-decoration: underline;
}

	
/* ### BLOG ENTRIES ###################################################################*/
.post p {margin: 12px 0;}

.post {
	margin: 0px 20px 0px;
	}
	
.post img {
	padding: 3px; 
	border: 2px solid #6790a9; 
	background: #fff; 
	}
.post  img:hover, .post img:active, .post img:visited {
	padding: 1px; 
	border: 4px solid #6790a9; 
	background: #fff; 
	}

.post ul {
	line-height: 130%;
	list-style: none;
	padding: 0px 20px;
	}
.post li {
	background: transparent url(images/dot.gif) no-repeat left center;
	padding: 0 0 0 13px;
	}
			
.post p a:link,
.post p a:hover, 
.post p a:active, 
.post p a:visited {
	border-bottom: 1px dotted #3a6aaa;
	}
	
a.more-link {
	background: transparent url(images/dot.gif) no-repeat 2px 5px;
	padding: 0 0 0 16px;
	display: block;
	border: none;
	}
a.more-link:hover {
	background: #E5F0FD url(images/dot.gif) no-repeat 2px 5px !important;
	border: none;
	}
	
/* ### PAGES ###################################################################*/	
.pages {
	float: left;
	width: 470px;
	background: transparent;
	padding-top: 20px;
	/*FÜR FIXED*/
	padding-bottom: 25px;
	}

	/*ALLES FÜR FIXED*/
	*+html .pages { padding-bottom: 10px;}/*IE 7*/
	* html .pages { padding-bottom: 10px;}/*IE bis 6*/	


	
.page-previous {
	float: left;
	padding-left: 20px;
	}
.page-next {
	float: right;
	padding-right: 20px;
	}
		
/* ### SEARCHBAR ###################################################################*/
.searchbar {
		background: transparent url(images/menu_under.gif) no-repeat left top; 
}

#searchform {
margin: 0px;
padding: 26px 0 22px 15px;
background: transparent url(images/menu_under.gif) no-repeat left bottom; 
	}

 #searchform #s {
 vertical-align: top;	
	color: #a2d0d0; 
	width: 125px;
	padding: 3px;
	border: 1px solid #638da7;
	background-color: #204760;
	}
	
 #searchform #s:focus {
background: #27526d;
	}
	
/* ### FOOTER ###################################################################*/

/* Clearen per Overflow */
.floatbox { overflow:hidden;
padding-bottom: 23px;
}

 /* .floatbox-Anpassung für IE #/
/* Hides from IE-mac \*/
* html .floatbox {
width:100%; 
height: 100%; 
overflow:visible;
padding-bottom: 0px;
}
/* End hide from IE-mac */


	/* FUCK IE 5.x */
	#footer {text-align:center; }
	#footer * {text-align:left; }

#footer {
	background: transparent url(images/main_bg_footer.gif) repeat-y 0px 0px;
	clear:both;
	padding: 6px 0 6px 0px;
	/*border-top: 1px solid #f90;*/
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -235px;
	width: 625px;
	overflow: hidden;
	}
	
* html #footer { /*IE bis 6*/
  	background: transparent;
	clear:both;
	padding: 10px 0 10px 0px;
	margin: 0px;
	margin-left: 255px;
}

/* ----- FUCK IE 7 ----- 
*+html div#footer {padding: 6px 0 35px 0px;} */

.centered {
	width: 470px;      /* Deklaration fuer IE 5.x */
	voice-family:"\"}\"";  /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
	voice-family:inherit;
	width: 440px;     /* Korrektur fuer andere Browser */
	margin: 0px auto;
}
.centered , .centered a{ color: #3a6aaa; }

.centered{
	background: url(images/h2_line.gif) repeat-x 0 55%;
	padding-left: 30px;
	float: left;
}
.centered span{	
	padding: 0 4px;
	background: #fafafa;
}

.copyright {
	background: url(images/icon_valid.gif) no-repeat left center;
	padding-left: 17px;
	color: #a2d0d0;
	}
	
.up, .up a {
	background: url(images/icon_up.gif) no-repeat 0px 2px!important;
	font-family: "Arial", "Helvetica", Sans-Serif;
	padding-left: 13px;
	color: #a2d0d0!important;
	float: right;
	}
	
.up:hover {
	color: #fff!important;
	background: url(images/icon_up.gif) no-repeat 0px 1px!important;
	}

/* ### Skype ###################################################################*/
.skype {
padding-left: 20px;
border: none!important;
}

.OW {
background: transparent url(http://mystatus.skype.com/smallicon/janlohrengel) no-repeat left center;
}

	
.IW {
background: transparent url(http://mystatus.skype.com/smallicon/mr%2Ekeasone) no-repeat left center;
}

.JL {
background: transparent url(http://mystatus.skype.com/smallicon/janlohrengel) no-repeat left center;
}
	
.JH {
background: transparent url(http://mystatus.skype.com/smallicon/jonashonisch) no-repeat left center;
}

/* ### STUFF ###################################################################*/

.wmv {
padding: 3px 0pt 3px 37px;
background: transparent url(images/icon_wmv.gif) no-repeat 2px center;
border: none!important;
margin-left: 15px;
}

.devide {
	margin: 0 -20px!important;
	padding-left: 30px;
	background: url(images/h2_line2.gif) repeat-x 0 50%;
	clear: both;
	}

.post p a.none /*, .post p a.none img, .post p a img.none:hover, .post p a img.none, .post p a img.none:hover*/{
	border:none!important; 
	padding:0px!important;
	background-color: transparent!important;
	}
	
img.noborder, img.noborder:hover, a img.noborder:hover, a img.noborder:hover {
	padding: 0px; 
	border: none; 
	margin: 0 4px 4px 4px;
	background: transparent!important;
	}
	
	.audiobox {
			height:225px; 
			width:448px; 
			margin-bottom: 15px; 
			overflow:auto;
	}
		* html div.audiobox {background-color: #f90; width:448px; margin-right: -20px;} /*FUCK IE 6 */
		*+html .audiobox {background-color: #f00; width:448px; } /*FUCK IE 7 */
	
}
	
/* ### Skiplink-Navigation ###################################################################*/

@media screen, print
{
.skip {
	position: absolute;
	left: -1000em; 
	width: 20em;
}
}
