/*
Theme Name: Alive Gospel
Theme URI: http://www.judoryurijkse.nl
Description: Wordpress theme by administrator Judo Ryu Rijkse.
Version: 1.6
Author: Danny Meijer
Author URI: http://www.tripitch.com
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

/* Begin Structure */

* {
	margin:				0px;
	padding:			0px;
}

iframe {
	border: 			hidden;
	border: 			0px;
}

h1 {
	font-size:			13px;
	font-weight:		bold;
	width:				100%;
	height:				25px;

}

h2 {
	font-size:			13px;
	font-weight:		bold;
	width:				100%;
	height:				25px;
}

	h2 a {
	font-size:			13px;
	font-weight:		bold;
	width:				100%;
	height:				25px;
	color:				#fff;
	text-decoration:	none;
	}

html {	
	text-align:			left;
}

p {
	margin-bottom:		10px;
}

body {
	margin: 			0;
	padding: 			0;	
	font-size: 			12px;
	line-height:		18px;
	font-family: 		Verdana, Geneva, sans-serif;
	list-style:			none;	
	text-align:			center;	
	background:			url(images/alive/bg.jpg) no-repeat #4380c2 center top;	
	}

#container {
	position:			relative;
	width:				950px;
	height:				1000px;
	margin:				0 auto 0 auto;
	text-align:			left;
	z-index:			2;
	}

#header {
	width:				950px;
	height:				215px;
	background: 		url(images/alive/header.jpg) left top;
	left:				0;
	top:				0;
	}

#navmenu {
	width:				910px;
	height:				65px;
	float:				left;
	margin:				0 0 0 0;
	border-bottom:		1px solid #3279b7;
}

#content {
	width:				950px;
	height:				700px;
	float:				left;
	text-align:			left;
	margin:				45px 0 0 20px;
	color:				#fff;
	display:			inline;
}

	#content img {
		border:			1px solid #1d62af;
	}
	
#content2 {
	width:				950px;
	height:				700px;
	float:				left;
	text-align:			left;
	margin:				45px 0 0 20px;
	color:				#fff;
	display:			inline;
}	

	#content2 img {
		margin-top:		15px;
		margin-right:	15px;
	}
	
	#content2 a {
		color:			#fff;
	}
	
	

#introtekst	{
	width:				515px;
	height:				auto;
	float:				left;
}

#footer {
	width:				890px;
	height:				23px;
	float:				left;
	color:				#fff;
	text-align:			center;
	margin:				20px auto 0 20px;
	padding:			7px 0 7px 0;
	border-top:			1px solid #337aba;
	}
	
	#footer a {
		color:			#fff;
		text-decoration:underline;
	}
	
#posthome {
	border-top: 		1px solid #3279b7;
	width:				500px;
	padding-top:		15px;
	float:				left;
 	}

	#posthome a {
		color:			#fff;
	}
	
#logo_temp {
	width:				300px;
	height:				100px;
	position:			absolute;
	left:				630px;
	top:				550px;
	background:			url(images/pbcf_logo_long.jpg) center top no-repeat #fff;
	padding:			0;
	border:				1px solid #1d62af;
}

#recent_posts {
	width:				280px; 
	height:				175px;
	background:			url(images/alive/bg_subscribe.png);
	border:				1px solid #1d62af;	
	position:			absolute; 
	top:				800px;
	left:				630px;
	padding:			10px
}

	#recent_posts a {
	color:				#fff;
	text-decoration:	underline;
	width:				100%;
	float:				left;
	}
	
	#recent_posts a:hover {
	text-decoration:	none
	}
	
#player {
	width:				300px;
	height:				243;
	float:				right;
	top:				300px;
	left:				630px;
}

		#subscribe {
			width:				280px;
			height:				90px;
			position:			absolute;
			left:				630px;
			top:				675px;
			background:			url(images/alive/bg_subscribe.png) repeat;
			padding:			10px;
			border:				1px solid #1d62af;
		}
			
		#subscribe input {
			font-size:11px;
		}
		
		#subscribe p {
			color:#fff;
			font-weight:bold;
		}
		
		#subscribe input.btn {
			color:#333;
			background:#e5e5e5;
			border:1px solid #c1c1c1;
			padding-bottom:5px;
		}
		
		#subscribe input.field {
			width:166px; 
			height:14px; 
			padding:3px;
			margin-top:-6px;
			color:#333;
			background:#fff;
			border:1px solid #c1c1c1;	
		}

