/*
Code Dealers Stylesheet

URL: 			http://codedealers.com
Created by: 	Ivo KH Janssen(/Foxxyz)
For:			Code Dealers
				The Plant System
Site Design by:	The Code Dealers

http://codedealers.com

*/

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


* {
	margin: 0;
	padding: 0;
}

	a:link {
		color: #000;
		background-color: inherit;
		font-weight: bold;		text-decoration: none;		padding: 0 .1em;
	}

	a:visited {
		color: #999;
		background-color: inherit;
		text-decoration: none;		padding: 0 .1em;
	}

	a:hover {
		background-color: black;
		color: white;
			}

body {
	font-family: "Times New Roman", serif;
	color: #444;
	background-color: white;
}

fieldset {
	border: none;
}

	fieldset div {
		margin-top: 1em !important;
	}

h1 {
	position: fixed;
	width: 5.5em;
	left: 1em;
	top: 1em;
	height: 6em;
	background: black url(/images/bg-2.jpg);
	color: inherit;
}

	html:first-child h1:hover + #navigation, html:first-child #navigation:hover {
		position: fixed;
		top: 0;
		left: 0;
	}

	h1 a {
		display: block;
		width: 3.5em;
		height: 4em;
		background: black url(/images/code-dealers-logo.png) no-repeat center center;
		color: inherit;
		text-indent: -9000px;
		margin: 1em auto 0;
		outline: none;
		border: none;
	}

h2 {
	color: #333;
	background-color: inherit;
	text-transform: lowercase;
	font-size: 4.3em;
	font-weight: normal;
	letter-spacing: -.07em;
	font-family: Arial, sans-serif;
	line-height: .8em;
	margin-bottom: .2em;
}

	h3 {
		font-size: 2em;
		font-family: Tahoma, serif;
		font-weight: normal;
		background-color: inherit;
		color: #66A600;
	}
	
	h4 span {
		display: block;
		text-transform: lowercase;
		font-size: .6em;
		font-variant: small-caps;
	}

h5 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #A2B866;
	background-color: inherit;
	text-transform: lowercase;
	font-size: 1em;
	margin-top: -.9em;
	border-bottom: solid 1px #ccc;
	padding-bottom: .5em;
	margin-bottom: 1.5em;
	padding-left: .3em;
}

hr {
	display: none;
}

input, textarea {
	border: solid 1px #223000;
	font-size: 1.2em;
	padding: .1em .2em;
	font-family: Arial, sans-serif;
}

	input[type="text"] {
		width: 15em;
	}

		input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus {
			border-style: inset;
		}

	input[type="submit"] {
		border: outset 1px #aaa;
	}

		input[type="submit"]:hover {
			border-style: inset;
		}

label {
	display: block;
	color: #66A600;
	background-color: inherit;
	font-family: Verdana, sans-serif;
}

legend {
	display: none;
}

p {
	margin-bottom: 1em;
	margin-left: 1em;
}

textarea {
	width: 100%;
}

ul {
	margin-left: 1.5em;
	list-style: circle;
	margin-bottom: 2em;
}

	ul h5 {
		padding: 0;
		margin: .5em 0;
	}

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

#content {
	margin-left: 22em;
	width: 32em;
	margin-top: 2em;
}

	#content div {
		margin-top: 2em;
	}

#footer {
	margin-left: 21em;
	margin-top: 5em;
	width: 32em;
	background-color: inherit;
	color: #aaa;
	border-top: solid 1px #ccc;
	padding-right: 1em;
}

		#footer a:link, #footer a:visited {
			color: inherit;
			font-weight: normal;
			text-decoration: underline;
		}

		#footer a:hover {
			background-color: #A2B866;
			color: #fff;
			text-decoration: none;
		}

	#footer p {
		font-size: .7em;
		font-family: Arial, sans-serif;
	}

#navigation {
	margin-left: 8.2em;
	padding-top: 1em;
	list-style: none;
	text-transform: lowercase;
	font-size: 1.6em;
	letter-spacing: -.05em;
	line-height: 1em;
	position: fixed;
	left: 0pt;
	top: 0pt;
	font-family: Arial, serif;
	margin-top: 1em;
}

	#navigation a {
		display: block;
		width: 4em;
		padding: .05em .5em;
		outline: none;
	}

	#navigation a:link {
		text-decoration: none;
		color: #333;
		background-color: inherit;
		font-weight: normal;
	}

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

	#navigation a:hover {
		background-color: #fff;
		color: #F1C21D;
	}

			#navigation li.active a {
				text-decoration: underline;
			}

#subnavigation {
	float: right;
	margin-top: -1em;
	font-size: .8em;
}

	#subnavigation li {
		display: block;
		border-left: solid 1px #aaa;
		padding: 0 .4em 0 .4em;
		float: left;
	}

		#subnavigation li:first-child {
			border-left: none;
		}

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

	div.error p {
		color: #c00;
		background-color: inherit;
	}

.style-description {
	display: none;
	width: 13.5em;
	position: fixed;
	margin-left: 0;
	left: 2.75em;
	top: 20.5em;
	font-size: .7em;
	color: #66A600;
	background-color: inherit;
}

	.plant img {
		float: right;
	}

.projects {
	list-style: none;
	margin-left: 1em;
}

	.projects .showcase {
		float: left;
		margin-right: 1em;
		display: block;
		text-decoration: none;
		border: none;
		background: none;
	}

		.projects .showcase img {
			display: block;
			border: solid 1px #333;
		}

			.projects .showcase:hover img {
				border-color: #aaa;
			}

	.projects > li {
		clear: both;
		margin-bottom: 4em;
		border-bottom: solid 1px #fff;
	}

	.projects > li:after {
		content: '';
		display: block;
		clear: both;
	}

		.projects li div {
			margin-left: 120px;
			padding: 0 0 0 1em;
			margin-top: 0 !important;
		}

			.projects li div h4 {
				margin-bottom: 1em;
				font-size: 1.3em;
				font-family: Arial, sans-serif;
				font-weight: normal;
			}

			.projects li div h5 {
				color: #333;
				background-color: inherit;
			}


			.projects li div p {
				margin-left: 0;
			}