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



*/

* {
	margin: 0;
	padding: 0;

}

html {
	height: 100%;
	width: 100%;
}

body
{
	background: #fff;
	width: 100%;
	height: 100%;
	font-size: 0.70em;
	line-height: 1.75em;
	font-family: "Trebuchet MS", Helvetica;
}

h1 {font-size: 1.85em;}
h2 {font-size: 1.35em;
	padding-top: 1em;
	padding-bottom: 0.2em;}
h3 {}
h2 small {
	font-size: 0.70em;
	font-weight: normal;
	color: #666;
}


#bgimage {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #000;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
}




#content {
	position: relative;
	padding-top: 8%;
	z-index: 9;
	display: block;
	height: 325px;
}


#top {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	clear: both;
}

	#top a {
		display: block;
		padding-left:20px;
		padding-right: 30px;
		padding-top: 1px;
		line-height: 1.2em;
		text-decoration: none;
		color: #111;
		text-align: left;
		float: left;
	}
	
	#top .current {
		color: #000;
		background: url('images/menu_current.gif') no-repeat;
	}
	
	
	#zanmantou {
		float: right;
		margin: 0;
		padding: 0;
		height: 25px;
	}
	
	
	.box, .blackbox {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		color: #000;
		background: #fff;
		overflow: auto;
		height: 300px;
		z-index: 999999999;
		filter:alpha(opacity=85);
		-moz-opacity:.85;
		opacity:.85;
		display: none;
	}
	
	.blackbox {
		background-color: #000;
	}
	
	.closebox {
		top: 3%;
		right: 0;
		margin: 5px;
		padding-right: 1em;
		display: block;
		height: 25px;
		padding: 10px;
		background: url('images/closebox_button.gif') no-repeat right;
	}
	
		.innerBox, .innerBoxSmall {
			width:50%;
			padding-left: 25%;
			} 
			
			.innerBox iframe {
				width:100%;
				height: 1500px;
			}
			
		.innerBoxSmall {
			width: 26%;
			float: left;
			padding-left: 20px;
			padding-right: 5%;
			} 
			
			/* content styles */


				
				.innerBox h2 p, .innerBoxSmall p {
					padding-bottom: 1em;
				}
				
				.innerBox img, .innerBoxSmall img {
					margin: 5px 5px 5px 0;
					
				}
			
			
			.innerBox a, .innerBoxSmall a {
				color: #000;
				text-decoration: underline;
				} 
				
			.innerBoxSmall a.wwwlink img {
				padding: 0;
				margin: 0;
			}
				
			.innerBoxSmall a.wwwlink {
				display: block;
				padding-top: 10px;
				padding-bottom: 10px;
				padding-left: 5px;
				border-bottom: 1px solid #efefef;
				}
				
			.innerBoxSmall a.wwwlink:hover {
				background: #efefef;
			}
				
		
			



#piccontainer {
	position: relative;
	display: block;
	height: 300px;
	overflow: hidden;
	margin:0;
	padding:0;
}



	#pictures {
		position: absolute;
		height:300px;
		width: 110%;
		overflow: hidden;
		margin:0;
		padding:0;
	}
	
		#pictures a {
			float: left;
			border: 0;
			padding: 0;
			margin:0;
			padding:0;
		} 
	
		#pictures img {
			float: left;
			width: 50px;
			height: 50px;
			border: 0;
			padding: 0px;
			margin: 0px;
			border: 0;
		}

#bottom {
	display: block;
	bottom: 0px;
	clear: both;
	padding: 3px 10px 0 0;

}

	#bottom img {
		float: right;
		filter:alpha(opacity=65);
		-moz-opacity:.65;
		opacity:.65;
	}
	
/* gästebuch */

#gaestebuch {
	background: #000 url('/wp-content/themes/floydmalloy/images/bg_gbook.gif');
	width: 400px;
	padding: 10px;
	margin: 10px;
}

#gaestebuch h2 small {
	color: #fff;
}



p.comment-page-numbers {
	display: block;
	padding: 20px 0 20px 0;
}
	p.comment-page-numbers a {
	text-decoration: none;
	display: block;
	float: left;
	font-size: 1.2em;
	padding: 0 8px 0 8px;
	text-align: center;
	border: 1px solid #e4e4e4;
	color: #000;
	margin-right: 10px;
	}
	
	p.comment-page-numbers a:hover {
		background: #e4e4e4;
	}

ul.commentlist {
 margin: 0;
 padding: 0;
}

	ul.commentlist li {
		display: block;
		margin: 0;
		padding: 0;
		}
	
	
	ul.commentlist h2 {
			padding-top: 1em;
			padding-bottom: 0.2em;
			
		}
			
			ul.commentlist h2 a {
				text-decoration: none;
				color: #000;
			}
			
	#newentry {
		color: #fff;
		text-decoration: none;
		display: block;
		width: 400px;
	}
	

#gaesteentry form textarea, 
#gaesteentry form input {
	  border: 1px solid #333;
	  width: 400px;
	  display: block;	
	  padding: 2px;
	  margin: 2px;
	}
	
	#gaesteentry form label {
		color: #fff;
		padding-top: 5px;
	}
	
	#gaesteentry form #submit {
	  border: 1px solid #666;
	  margin-top: 10px;
	  background: #fff;
	  width: 405px;
	}