/*
Theme Name: floyd malloy
Theme URI: http://floydmalloy.de/
Description: ...
Version: 1.0
Author: cmertens
*/


 #preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(/wp-content/themes/floydmalloy/images/menu_media.gif);
       background-image: url(/wp-content/themes/floydmalloy/images/menu_kontakt.gif);
       background-image: url(/wp-content/themes/floydmalloy/images/menu_news.gif);
       background-image: url(/wp-content/themes/floydmalloy/images/menu_info.gif);
       background-image: url(/wp-content/themes/floydmalloy/images/menu_band.gif);
	   background-image: url(/wp-content/themes/floydmalloy/images/menu_gbook.gif);
}


/* *************************************** */
/* RESET */
/* *************************************** */

div, span, p, li, ul, a, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

li, ul {
	list-style-type: none;
}

p {
    padding-bottom: 0.5em;
}

/* *************************************** */
/* MAIN */
/* *************************************** */


html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #373C3F;
	color: #FFF;
}

body {
	font-size: 0.75em;
	font-family: "Trebuchet MS", Sans-serif;
	margin: 0;
	height: 100%;
	padding: 0;
}




/* *************************************** */
/* FONTS  LINKS  HEADS */
/* *************************************** */

h1,h2,h3 {
	padding-top: 1.5em;
	padding-bottom: 0;
	font-size: 1.3em;
}

h1 {
 font-weight: normal;
 font-size: 1.55em;
 padding-top: 2em;
 margin-bottom: 5px;
 padding-bottom: 5px;
 line-height: 1.2em;
 border-bottom: 1px solid #606060;
}

h1 small {
	padding-bottom: 0;
	margin-bottom: 0;
	font-style: italic;
	font-size: 0.65em;
	font-weight: normal;
    color: #e2e2e2;
}

h2 {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1.2em;
        font-weight: normal;
	
}

a {
	text-decoration: none; 
}



/* *************************************** */
/* MAIN DIVS/CONTAINER */
/* *************************************** */

#bgImage {
	position: absolute;
	text-align: left;
	overflow: hidden;
	width: 100%;
	}



#top {
	height: 8%;
	background: transparent;
}

/********************/
/* submenu */
/********************/

#submenu {
	position: absolute;
	display: block;
	left: 15%;
	width: 35%;
	top: 10%;
	padding: 5px;
}
#submenu a {
	font-size: 1.1em;
	color: #999;
	padding-right: 2em;
	font-weight: bold;
}

/********************/
/* content */
/********************/

#content {
	position: absolute;
	left: 15%;
	height: 60%;
	width: 35%;
	bottom: 120px;
	overflow: auto;
	padding: 5px;

}

#content p {
font-size: 1.02em;
line-height: 1.5em;
padding-right: 1em;
}


#content a {
	color: #AAA;
}


#content a:hover {
	 color: #c4c4c4;
}

/********************/
/* menu */
/********************/
#menu {
	position: absolute;
	right: 0;
	width: 49%;
	height: 410px;
	margin: auto;
	text-align: left;
	bottom: 120px;
	overflow: hidden;
}



/* ****************** */
/* bottom */
/* ****************** */

#bottom {
	position: absolute;
	width: 100%;
	bottom: 5px;
	left: 0;
	height: 110px;
	display: inline;
}

#bottom .logo {
	position: absolute;
	bottom: 0;
	right: 0;
}

 .news { border-top: 5px solid  #6E9216; }
 .live { border-top: 5px solid  #6E9216; }
 .band { border-top: 5px solid  #B11B57; }
 .gbook { border-top: 5px solid  #6DCFF6; }
 .kontakt { border-top: 5px solid #993399; }
 .media { border-top: 5px solid  #FFCE40; }


/********************/
/* 		ICONS 		*/
/********************/

#icons {
	position: absolute;
	bottom: 0;
	left: 15%;
	height: 120px;
	display: block;
	width: 40%; 
	overflow: hidden;
}

#icons a {
	position: relative;
	margin: 50px 12px 0 0;
	float: left;
}


/********************/
/* 	  MP3PLAYER	*/
/********************/

#flashplayer {
	position: absolute;
	width: 520px;
	left: 310px;
	height: 50px;
	bottom: 10px;
	z-index:9999;
	color: #FFF;
}
 
 /* *************************************** */
/* GAESTEBUCH COMMENTFORM */
/* *************************************** */
#content form {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	width: auto;
	padding: 1em;
	background: #373C3F;
	font-size: 0.9em;
	display: block;
}

#content form input, #content form textarea  {
	border: 0px solid #fff;
	padding: 2px;
	background: #727272;
	margin: 0;
	color: #fff;
	width: 92%;
	display: block;
}

#submit {
	margin:auto;
}

#respond {
	border-top: 1px solid #999;
	padding-top: 2em;
}

#content form p {width: auto;}


 /* *************************************** */
/* LIGHTBOX BILDER */
/* *************************************** */

.galerie a {
	float: left;
	padding: 0px;
}

.galerie a img {
	border: 1px solid #a4a4a4;
}

.galerie a:hover img {
	border: 1px solid #FFF;
}

#lightbox #caption {color: #000;}
#lightbox #numberDisplay {color: #000;}