/*   
	Theme Name: Jumpteam
	Theme URI: http://www.samvanfleteren.be
	Description: Jumpteam AC Lebbeke
	Author: Sam Vanfleteren
	Author URI: http://www.samvanfleteren.be
	Version: 1.0
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	
	background-color: #EEE;
}

.bold {
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #222;
	margin: 0px;
	padding: 0px;
}

	h2 > a {
		text-decoration: none;
		font-size: 18px;
		color: #222;
	}
	
	h2 > a:hover{
		color: #666;
	}

p {
	font-size: 13px;
	color: #555;
}

a {
	text-decoration: none;
	color: #06F;
}

	a:hover {
		text-decoration: underline;
	}

img {
	border-width: 0px;
}

#header {
	background-color: #111;
	width: 100%;
	height: 45px;
	color: #EEE;
}

	#header-content {
		margin-left: auto;
		margin-right: auto;
		width: 950px;
		padding-top: 10px;
	}
	
	#header-title {
		float: left;
	}
	
		.title {
			font-size: 20px;
			font-weight: bold;
			color: #EEE;
			text-decoration: none;
		}
	
	#header-menu {
		float: left;
		margin-left: 20px;
		padding-top: 6px;
	}
	
		#header-menu-items {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			#header-menu-items > li {
				float: left;
				margin-left: 20px;
			}
			
				#header-menu-items > li > ul {
					visibility: hidden;
					width: 0px;
					height: 0px;
				}
	
			#header-menu-items > li > a {
				color: #EEE;
				text-decoration: none;
				font-weight: bold;
				font-size: 14px;
				margin-left: 20px;
			}
			
			#header-menu-items > li > a:hover{
				color: #999;
			}
			
	#header-search {
		float: right;
		padding-top: 2px;
	}
	
		#searchfield {
			float: left;
			background-color: #666;
			border-style: solid;
			border-width: 0px;
			font-size: 12px;
			padding: 2px;
			height: 16px;
			width: 120px;
			background-image: url(images/searchfield.jpg);
			background-repeat: no-repeat;
			color: #EEE;
			margin: 0px;
			padding-right: 6px;
			padding-left: 4px;
		}
		
		#searchbutton {
			background-image: url(images/searchbutton.jpg);
			border-width: 0px;
			width: 27px;
			height: 20px;
			float: left;
		}
	
#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	min-height: 700px;
	padding-bottom: 25px;
}	

	#banner {
		width: 900px;
		height: 350px;
		overflow: hidden;
	}
		
		#banner-title {
			z-index: 100;
			position: absolute;
			margin-top: 305px;
			width: 900px;
			height: 45px;
			background-image: url(images/banner/banner_seethrough.png);
		}
		
		#banner-title > h1 {
			padding-left: 20px;
			font-size: 18px;
			color: #EEE;
			text-decoration: none;
		}
		
		#banner-title > h1 > a {
			font-size: 18px;
			color: #EEE;
			text-decoration: none;
		}
		
	#news {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		width: 600px;
		
		border-right-width: 1px;
		border-right-color: #DDD;
		border-right-style: solid;
	}
	
		.news-post {
			width: 580px;
			
			padding-bottom: 10px;
			padding-top: 10px;
			padding-left: 10px;
			
			border-bottom-width: 1px;
			border-bottom-color: #DDD;
			border-bottom-style: solid;
		}
	
			.news-edit {
				float: right;
				margin-right: 30px;
				height: 30px;
			}
	
				.post-edit-link {
					color: #999;
					text-decoration: none;
					font-weight: bold;
				}
				
				.post-edit-link:hover{
					color: #06F;
				}
	
			.news-small {
				color: #999;
				font-size: 11px;
				font-weight: bold;
			}
		
			.postmetadata {
				color: #BBB;
				font-size: 12px;
			}
			
			.postmetadata > a {
				color: #BBB;
				font-weight: bold;
				text-decoration: none;
			}
			
			.postmetadata > a:hover{
				color: #06F;
			}
	
	#sidebar-data {
		float: right;
		position: relative;
		width: 290px;
	}
	
	#sidebar-data > ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		margin-top: 15px;
		margin-left: 15px;
	}
	
		#sidebar-data > ul > li {
			font-weight: bold;
			color: #222;
			font-size: 13px;
			
			border-bottom-width: 1px;
			border-bottom-color: #DDD;
			border-bottom-style: solid;
			
			width: 260px;
			margin-bottom: 10px;
		}
		
			#sidebar-data > ul > li > h2 {
				font-weight: bold;
				color: #222;
				font-size: 13px;
			}
			
			#wp-calendar {
				margin-left: 15px;
			}
			
				#wp-calendar > caption {
					color: #666;
					text-align: left;
					padding-left: 5px;
					padding-bottom: 2px;
				}
				
				#wp-calendar > tfoot > tr > td > a {
					color: #06F;
					text-decoration: none;
				}
				
				#wp-calendar > tfoot > tr > td > a:hover{
					text-decoration: underline;
				}
				
				#wp-calendar > tbody > tr > td > a {
					color: #06F;
					text-decoration: none;
				}
				
				#wp-calendar > tbody > tr > td > a:hover{
					text-decoration: underline;
				}
		
			#sidebar-data > ul > li > ul {
				list-style: none;
				margin: 0px;
				padding: 0px;
				margin-left: 15px;
				margin-bottom: 15px;
			}
		
				#sidebar-data > ul > li > ul > li {
					font-weight: normal;
				}
				
					#sidebar-data > ul > li > ul > li > a {
						text-decoration: none;
						color: #555;
					}
					
					#sidebar-data > ul > li > ul > li > a:hover{
						text-decoration: none;
						color: #06F;
					} 
	
		#navigation {
			font-size: 12px;
			margin-top: 10px;
			padding: 5px;
			height: 20px;
		}
		
		.wp-pagenavi > .pages {
			padding-right: 20px;
		}
	
#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	color: #999;
}

	#footer > p > a {
		color: #999;
		text-decoration: none;
	}
	
	#footer > p > a:hover{
		text-decoration: underline;
	}

#comments_total {
	margin-top: -20px;
	margin-left: 10px;
}

	#comments {
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	
		#comments > li {
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #CCC;
			width: 560px;
			padding-bottom: 10px;
			margin-bottom: 20px;
		}

	.comment-author > a {
		color: #06F;
		text-decoration: none;
		font-weight: bold;
	}

	.comments-header, #comments-header {
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 15px;
	}
	
	.comment-date, .comment-login {
		font-size: 11px;
		color: #999;
	}
	
	#sub {
		height: 25px;
		margin-top: 5px;
		margin-bottom: 20px;
		margin-left: 481px;
	}
	
	.comment-quickedit {
		color: #06F;
		text-decoration: none;
	}
	
	.comment-quickedit:hover{
		text-decoration: underline;
	}
	
.news-post > p > a {
	color: #06F;
	text-decoration: none;
	font-size: 12px;
}

.news-post > p > a:hover {
	color: #06F;
	text-decoration: underline;
}

.wplc_event_list > li > a {
	color: #06F;
	font-weight: bold;
}

#reclame > a > img, #reclame > img {
	border-width: 0px;
}

#reclame {
	width: 900px;
	height: 79px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	overflow: hidden;
	
	border-bottom-width: 3px;
	border-bottom-color: #666;
	border-bottom-style: solid;
}

.alignleft {
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
}

.alignright {
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.records_table {
	border-collapse: collapse;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

	tr {
		border-collapse: collapse;
	}

	td {
		border-collapse: collapse;
		border-bottom-width: 1px;
		border-bottom-color: #555;
		border-bottom-style: solid;
		font-size: 12px;
		color: #555;
		width: 100px;
	}
	
.jumpteamlogo {
	position: absolute;
	margin-top: -10px;
	margin-left: -90px;
}