/*
huntfilmwork.com Stylesheet

URL: 		huntfilmwork.com
Created by: 	foxxyz/Ivo KH Janssen
For:		Greg Hunt Filmwork
		Code Dealers
		The Plant System
Site Design by:	Code Dealers

http://codedealers.com

*/

/******************\
| GENERAL STYLES   |
\******************/

* {
	margin: 0;
	padding: 0;
}

	a:link {
		color: #666;
		background-color: inherit;
		text-decoration: none;
	}

	a:visited {
		color: #666;
		background-color: inherit;
		text-decoration: none;
	}

	a:hover {
		color: #fff;
		background-color: inherit;
		text-decoration: underline;
	}

	a img {
		border: 0;
	}

blockquote {
	font-style: italic;
	margin-bottom: 2em;
}

body {
	background: #000;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

fieldset {
	border: 0;
}

	fieldset div {
		margin: 10px 0;
	}

	fieldset input {
		border: solid 1px #fff;
		background-color: #000;
		color: #fff;
		font-size: 24px;
		padding: 2px 4px;
	}

		fieldset input:hover, fieldset input:focus {
			border-style: dashed;
		}

			fieldset input[type=checkbox]+label {
				display: inline;
			}

	fieldset label {
		display: block;
	}

h1 {
	position: fixed;
	width: 181px;
	height: 33px;
	top: 45px;
	left: 38px;
}

	h1 a {
		display: block;
		width: 181px;
		height: 33px;
		text-indent: -9000px;
		background: transparent url(/app/css/images/hunt-filmwork.png) top left no-repeat;
		margin-left: -2px;
	}

h2 {
	margin-bottom: 4px;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: inherit;
}

	h3 em {
		font-weight: bold;
	}

h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 20px;
}

h5 {
	font-size: 12px;
	color: #fff;
	background-color: inherit;
}

legend {
	display: none;
}

	p.subtitle, p.role {
		margin: 0 !important;
	}

ul {
	list-style: none;
}

/******************\
| ID SPECIFICS     |
\******************/

#content {
	width: 760px;
	left: 240px;
	top: 80px;
	position: absolute;
}

	#content p, #content ul {
		margin-bottom: 1em;
	}

#footer {
	margin-top: 20px;
	width: 130px;
	font-size: 9px;
	color: #333;
	background-color: inherit;
}

	#footer a {
		color: #333 !important;
		background-color: inherit;
	}

		#footer a:hover {
			color: #555 !important;
			background-color: inherit;
		}

	#footer .author {
		display: none;
	}

	#footer #triggerauthor {
		display: block;
	}

		#footer #triggerauthor:hover + .author, #footer .author:hover {
			display: block;
		}

#contact {
	padding-bottom: 20px;
	background: transparent url(/app/css/images/ender.png) left bottom no-repeat;
	color: #666;
	background-color: inherit;
}

		#contact a {
			color: #ccc !important;
			background-color: inherit;
		}

	#contact h4 {
		display: none;
	}

		#contact .org a {
			display: block;
			height: 15px;
			width: 66px;
			text-indent: -9000px;
			background: url(/app/css/images/contact-header.png) no-repeat top left;
			margin-bottom: 4px;
		}

#navigation {
	position: fixed;
	top: 91px;
	left: 40px;
	width: 175px;
}

	#navigation h4 {
		text-transform: uppercase;
		color: #F80000;
		background-color: inherit;
		font-size: 12px;
		border-bottom: dotted 1px #ccc;
		padding-bottom: 3px;
		margin-bottom: 4px;
		margin-right: 7px;
		font-style: normal;
		font-weight: bold;
	}

	#navigation li li {
		margin-bottom: 1px;
		font-family: "Courier New", Courier, serif;
		font-size: 12px;
	}

		#navigation li a {
			display: block;
		}

		#navigation a:link, #navigation a:visited {
			color: #fff;
			background-color: inherit;
			text-decoration: none;
		}

			#navigation li a:hover, #navigation li.active a {
				color: #000;
				background-color: #fff;
				text-decoration: none;
				margin-left: -2px;

				padding-left: 2px;
			}

/******************\
| CLASS SPECIFICS  |
\******************/

	.bio img {
		display: block;
		margin-bottom: 25px;
	}

	.current #content {
		color: #999;
		background-color: inherit;
		padding-bottom: 100px;
	}

		.current #content li {
			width: 600px;
			border-top: dotted #ccc 1px;
			padding-top: 17px;
		}

			.current #content li:first-child {
				border-top: none;
				padding-top: 0;
			}

		.current #content p {
			margin-bottom: 17px;
		}

			.filmography #content h2 {
				text-decoration: underline;
				margin-top: 2em;
			}

			.filmography #content #films h2 {
				text-decoration: none;
				margin-top: 0;
			}

			.filmography #content ul li {
				margin-bottom: 1em;
			}

			.filmography #content .links li {
				margin: 0;
			}

			.filmography #films > ul > li {
				border-top: dotted #ccc 1px;
				width: 676px;
				margin-bottom: 17px;
				padding-top: 17px;
			}

				.filmography #films > ul > li:first-child {
					border-top: none;
					padding-top: 0;
				}

		.filmography .display {
			position: relative;
		}

		.filmography .links a {
			font-weight: bold;
		}

		.filmography .videooverlay {
			position: absolute;
			left: 232px;
			top: 10px;
		}

.displayarea {
	clear: both;
}

	.displayarea img, .displayarea a {
		display: block;
	}

	.displayarea a:focus {
		outline: none;
	}

	.error > li, p.error, .status li, p.status {
		background-color: #f00;
		width: 300px;
		padding: 2px 4px;
		margin-top: 5px;
	}

	.home #content {
		top: 60px;
	}

	.home #latestupdate {
		border-bottom: dotted 1px #ccc;
		width: 620px;
		margin: 0 auto 3em;
		position: relative;
	}

		.home #latestupdate h3 {
			position: absolute;
			right: 0;
			bottom: 5px;
		}

			.home #latestupdate h3 a {
				color: #ccc;
				background-color: inherit;
				font-size: .8em;
			}

		.home #latestupdate h2 {
			margin: 0;
		}

			.home #latestupdate h2 a {
				color: #fff;
				background-color: inherit;
			}

		.home #latestupdate p {
			margin-bottom: 5px;
			color: #999;
			background-color: inherit;
		}

.imagemeta {
	padding-top: 3px;
}

	.imagemeta .setinfo {
		float: left;
	}

	.imagemeta .number {
		display: block;
		float: left;
		width: 50px;
	}

	.imagemeta .subnavigation {
		padding-left: 27px;
	}

	.status li, p.status {
		background-color: #f00;
	}

.nav {
	padding-bottom: 20px;
}

	.nav li {
		margin-bottom: 12px;
	}

		.nav li li {
			margin-bottom: 0;
		}

.portrait {
	padding-left: 50px;
}

	.post h2 {
		margin-bottom: 0;
	}

		.post h2 a {
			color: #fff;
			background-color: inherit;
			font-size: 1.2em;
		}

	.post #content {
		width: 650px;
	}

	.post .date {
		color: #aaa;
	}

	.post .paginate {
		text-transform: lowercase;
		font-weight: bold;
	}

	.post .post {
		border-bottom: dotted 1px #fff;
		margin-bottom: 20px;
	}

			.post .post .content a, .post .paginate a {
				color: #F80000;
				background-color: inherit;
			}

			.post .post .content p {
				font-family: Courier, "Courier New", serif;
				margin-bottom: 20px !important;
			}

	.print .caption {
		float: left;
		padding-bottom: 20px;
	}

	.print .hint {
		float: right;
		text-transform: lowercase;
		display: block;
		width: 100px;
		text-align: right;
	}

	.reel .description, .caption {
		display: block;
		text-align: right;
		color: #999;
		background-color: inherit;
		font-style: italic;
		float: right;
	}

	.reel .imagemeta {
		font-size: 1.2em;
	}