/*
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 {

}

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

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 {

}

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

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 9px;
	color: #333;
	background-color: inherit;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}

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

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

	#footer .author {
		display: none;
	}

		#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;
	display: none;
}

		#contact a {
			color: #999 !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 {
	text-align: center;
	margin: 12px auto;
	font-family: "Courier New", Courier, serif;
	font-size: 12px;
	color: #b1b1b1;
}

	#navigation .nav > li {
		display: inline;
		text-transform: uppercase;
		position: relative;
		margin-left: 3px;
	}

			#navigation .nav > li.parent:hover > a {
				background-color: #fff;
				color: #000;
				padding-bottom: 10px;
			}

			#navigation .nav > li:before {
				content: '/';
				padding-right: 3px;
			}

			#navigation .nav > li:first-child {
				margin-left: 0;
			}

				#navigation .nav > li:first-child:before {
					content: '';
					padding: 0;
				}

	#navigation li ul {
		display: none;
		position: absolute;
		left: 10px;
		z-index: 90;
		top: 20px;
	}

			#navigation li:hover ul {
				display: block;
			}

			#navigation li:last-child ul {
				left: auto;
				right: 7px;
			}

	#navigation li li {
		display: block;
		white-space: nowrap;
		text-align: left;
		text-transform: none;
	}

		#navigation li a {
			padding: 2px 5px;
		}

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

			#navigation li a:hover, #navigation li.active > a {
				color: #000;
				background-color: #fff;
				text-decoration: none;
			}

		#navigation li li ul {
			display: none;

		}
				#navigation li li a:link, #navigation li li a:visited {
					color: #999;
					background-color: #fff;
				}

				#navigation li li a:hover, #navigation li li.active a {
					color: #000;
					background-color: #fff;
				}

#wrapper {
	width: 1000px;
	margin: 20px auto;
}

/******************\
| 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, .bio #content {
			width: 473px;
			margin: 0 auto;
		}

			.filmography #content h4 {
				text-transform: uppercase;
				font-style: normal;
				margin: 1em 0;
				font-weight: bold;
				color: #fff;
				background-color: inherit;
			}

.displayarea {
	clear: both;
}

	.displayarea img, .displayarea a {
		display: block;
		margin: 0 auto;
	}

	.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 #latestupdate {
		border-bottom: dotted 1px #ccc;
		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: 6px;
	margin: 0 auto;
}

	.imagemeta .setinfo {
		float: left;
	}

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

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

	.login #content {
		text-align: center;
	}

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

.nav {
	padding-bottom: 8px;
}

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

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

	.photo #content {
		width: 850px;
		margin: 0 auto;
	}

	.post h2 {
		margin-bottom: 0;
	}

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

	.post #content, .purchase #content {
		width: 650px;
		margin: 0 auto;
	}

	.post .date {
		color: #aaa;
	}

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

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

			.post .post .content a, .post .paginate a, .purchase .post .content a, .purchase .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;
	}

	.purchase h2 {
		color: #999;
		background-color: inherit;
	}

		.purchase h2 span {
			text-transform: none;
		}

		.purchase h2 a {
			color: #f00;
		}

		.purchase .post {
			color: #999;
			font-style: italic;
			font-family: inherit;
		}

	.reel #content {
		width: 648px;
		margin: 0 auto;
	}

		.reel #content.hd {
			width: 850px;
		}

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

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