/*
Theme Name: 	FANTASTIC MAN
Description: 	FM by Tim Benniks and Mannschaft
@package:		atatonic CSS framework 2009	
@Author: 		Tim Benniks <tim@timbenniks.com>
@Created: 		21-05-2009
@Edited: 		13-09-2009
-------------------------------------------------------------- */

body {
	background-color: #d9d9d9;
	font-family: Times, serif;
	font-size: 14px;
	line-height: 18px;
}


/* Typography
-------------------------------------------------------------- */

p {
	margin: 0 0 18px 0;
}

p.post-date {
	margin: 0;
	font-size: 14px;
}

p.post-meta {
	font-size: 12px;
	/* optioneel. margin: 0 */
}

#sidebar p {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 15px 0;
}

#sidebar a {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 0 0;
}


.black {color: black; }

#footer p {
	font-size: 12px;
	line-height: 12px;
}

h1 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
}

	.category-recommendations h2 a {
		font-size: 14px;
		line-height: 24px;
		margin: 0;
	}

h3 {
	margin: 0 0 15px 0;
}

	#sidebar h3 {
		color: #003399;
		font-size: 11px;
		line-height: 18px;
		text-transform: uppercase;
		margin: 0 0 0 0;
	}
		
		.sidebar-header {
			margin: 0 0 11px 0;
		}

		.content-header {
			margin: 0 0 18px 0;
		}

		.sidebar-header h3,
		.content-header h1 {
			display: none;
		}
		
a, a:focus {
	color: #039;
	text-decoration: none;
}

.list {	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.uppercase {
	text-transform: uppercase;
}

textarea, input {
	font-family: Times. serif;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 2px;
	padding: 4px;
}


/* Grid
-------------------------------------------------------------- */

.zp-wrapper {
	width: 1003px;
}

#header {
	background: url(../images/header2.gif) no-repeat left top;
	height: 152px;
}

	#header h1 {
		display: none;
	}

#content-area {	
	background: url(../images/contentbkgnd.gif) repeat-y top left;
}

	#content,
	.header-left,
	.footer-left {
		float: left; 
		width: 580px;
		display: inline;
	}
	
		.header-left {
			cursor: pointer;
		}
	
	#sidebar,
	.header-right {
		float: left;
		width: 420px;
		display: inline;
	}

	.header-left,
	.header-right {
		height: 152px;
	}
	
	#header .header-right .padding {
		padding: 0 20px;
	}
	
		.header-right {
			position: relative;
		}

		.header-right #searchform {
			position: absolute;
			bottom: 3px;
			left: 20px;
		}

			.header-right #searchform #s {
				padding: 0 2px;
				line-height: 17px;
				background: #fff;
				color: #000;
				font-family: Times, serif;
				font-size: 13px;
				float: left;
				border: 1px solid #999;
			}

			.header-right #searchform #searchsubmit {
				background: none;
				border: none;
				font-family: Times, serif;
				margin: 0;
				font-size: 13px;
				padding: 3px 0 0 3px;
				color: #000;
			}
			
			.header-right .screen-reader-text {
				display: none;
			}
			
#footer {
	background: url(../images/footer.gif) no-repeat left top;
	height: 64px;
}

#sidebar .padding,
#content .padding,
#header .padding,
#footer .padding {
	padding: 20px;
}


/* Misc
-------------------------------------------------------------- */

#comment {
	width: 530px;
}

.post-meta-key {
	display: none; 
}

label {
	color: #333333;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 12px 0 0;
	text-align: left;
	width: 400px;
}

.dotted-line {
	height: 1px;
	width: 100%;
	border-bottom: 1px dotted #333;
	margin: 17px 0 18px 0;
}

.sidebar-separator {
	display: block;
	height: 1px;
	width: 55px;
	border-bottom: 1px solid #333;
	margin: 17px 0 18px 0;
}


/* images
-------------------------------------------------------------- */

#media-viewer {
	text-align: center;
	position: relative;
	margin: 0 0 0px 0;
	overflow: hidden;
}

#media-viewer-klein {
	width: 200px;
	height: 150px;
	position: relative;
	margin: 0 0 0px 0;
	overflow: hidden;
}

.left-arrow {
	position: absolute;
	width: 270px;
	left: 0;
	height: 362px;
	z-index: 999;
	cursor: pointer;
}

.right-arrow {
	position: absolute;
	width: 270px;
	right: 0;
	height: 362px;
	z-index: 999;
	cursor: pointer;
}

	.no-cursor {
		cursor: default !important;
	}

.post-image {
	width: 540px !important;
	margin: 0 0 18px 0;
	z-index: 100;
}

.post-image img {
	float: none;
	display: block;
}

.image {
	display: none;
	width: 100%;
}

.image img { 
	margin-left: auto;
	margin-right: auto;
}

.single-image { 
	width: 100%;
}

.single-image img { 
	margin-left: auto;
	margin-right: auto;
}

.image-desc {
	display: block;
	font-size: 12px;
	text-align: center;
	margin: 6px 0 0 0;
}

p img, li img {
	float: left;
	margin: 4px 6px 24px 0;
	padding: 0;
}

.widget {
text-align: left;}

.category-recommendations .recommendations {
	display: block !important; 
}
