/* Element Styles */

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

html, body {
	margin: 0;
	padding: 0;
	background: #060d15 url('images/bg.png') repeat-x;
	color: #eeeeee;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
}

div {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 0 20px;
	padding: 0;
	width: 140px;
	height: 30px;
	line-height: 30px;
	background: #16364c url('images/h1_bg.png') bottom left repeat-x;
	color: #ffffff;
	border-top: 1px solid #1f4a5f;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 18px;
	text-indent: 10px;
	text-shadow: 0 1px 0 #000000;
}

h2 {
	margin: 0;
	padding: 0;
	height: 100px;
	line-height: 100px;
}

h3 {
	margin: 0 0 1em;
	padding: 0;
	background: transparent;
	color: #6da7b3;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 16px;
	text-shadow: 0 1px 0 #000000;
}

h4 {
	margin: 0 0 5px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 16px;
	text-shadow: 0 1px 0 #000000;
}

p {
	margin: 0 0 1em;
	padding: 0;
	text-shadow: 0 1px 0 #000000;
}

a, a:visited {
	background: transparent;
	color: #6da7b3;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #6da7b3;
	text-decoration: underline;
}

ul {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}

li {
	margin-bottom: 0.5em;
	padding: 0 0 0 15px;
	background: transparent url('images/ul_bullet.png') 0 50% no-repeat;
	color: inherit;
}

input[type=text], select, textarea {
	margin: 0;
	padding: 5px;
	width: 300px;
	max-width: 300px;
	background: #060d15;
	color: #cccccc;
	border: 1px solid #16364c;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 13px;
}

input[type=text]:focus, select:focus, textarea:focus {
	border: 1px solid #6da7b3;
}

select {
	display: block;
	width: auto;
}

label {
	display: block;
	margin-bottom: 5px;
	/*background: transparent;
	color: #cccccc;*/
}

label img {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

:focus {
	outline: none;
}

/* Common */

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

.clear {
	height: 0.0001em;
	font-size: 0.0001em;
	clear: both;
}

.cols3 {
	width: 220px;
}

.cols4 {
	width: 300px;
}

.cols5 {
	width: 380px;
}

.cols6 {
	width: 460px;
}

.active_button, .active_button:visited {
	display: inline;
	float: left;
	margin: 10px 0;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	background: #6da7b3 url('images/button_bg.png') repeat-x;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000000;
}

.active_button:hover {
	display: inline;
	float: left;
	margin: 10px 0;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	background: #6da7b3 url('images/button_bg.png') 0 -20px repeat-x;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000000;
}

.active_button:focus {
	display: inline;
	float: left;
	margin: 10px 0;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	background: #6da7b3 url('images/button_bg.png') 0 -40px repeat-x;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000000;
}

input.active_button {
	width: auto;
	border: none;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 13px;
	cursor: pointer;
}

.message {
	margin: 10px 0;
	padding: 0 10px;
	border: 1px solid #eeeeee;
	cursor: pointer;
}

	.message h4 {
		margin: 10px 0;
		font-size: 13px;
	}
	
	.message p, .message ul {
		margin: 0 0 10px;
	} 

.error {
	background: #2c0c13;
	color: inherit;
	border-color: #790000;
}

.success {
	background: #25381f;
	color: inherit;
	border-color: #598527;
}

.invalid, .invalid:focus {
	border:1px solid #790000 !important;
}

/* Stlyes */

.wrap {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

	.header {
		width: 100%;
		height: 100px;
		overflow: hidden;
	}
		
		.logo {
			display: inline;
			float: left ;
			width: 45%;
			height: 100px;
		}
		
			.logo h2 {
				text-indent: -9000px;
				background: transparent url('images/header_logo.png') 0% 50% no-repeat;
			}
	
		.navigation {
			display: inline;
			float: right;
			width: 45%;
			height: 100px;
		}
		
			.navigation ul {
				margin: 0;
				padding: 0;
				list-style: none;
				text-align: right;
			}
			
				.navigation ul li {
					display: inline;
					margin: 0 0 0 2em;
					padding: 0;
					height: 100px;
					line-height: 100px;
					background: none;
					color: inherit;
				}
				
					.navigation ul li a, .navigation ul li a:visited, .navigation ul li a:hover {
						background: transparent;
						color: #ffffff;
						font-family: 'Lucida Grande', Verdana, sans-serif;
						font-size: 14px;
						font-weight: 700;
						text-decoration: none;
						text-shadow: 0 1px 0 #000000;
					}
					
					.navigation ul li .active, .navigation ul li .active:visited, .navigation ul li .active:hover {
						background: transparent;
						color: #6da7b3;
						font-family: 'Lucida Grande', Verdana, sans-serif;
						font-size: 14px;
						font-weight: 700;
						text-decoration: none;
						text-shadow: 0 1px 0 #000000;
					}
		
		.body {
			margin: 20px 0;
		}
		
		#home .herotext {
			margin: 0;
			padding: 0 0 20px;
			border-bottom: 1px solid #04090f;
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 26px;
			font-weight: 300;
		}
		
		#home .herotext em {
			background: transparent;
			color: #6da7b3;
			font-style: normal;
			font-weight: 500;
		}
		
		#home .subtext {
			margin: 0;
			padding: 20px 0 0px;
			line-height: 22px;
			border-top: 1px solid #0b1926;
			font-size: 15px;
			text-align: justify;
		}
		
		#home .herobanner {
			text-align: right;
		}
		
		#about .aboutphoto {
			display: inline;
			float: left;
			margin: 0 20px 10px 0;
			padding: 0;
		}
		
		#work .workslider .panel {
			position: relative;
			margin-bottom: 20px;
			width: 780px;
			height: 300px;
			overflow: hidden;
		}
			
			#work .workslider .panel .panelinformation {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 780px;
				height: 60px;
				/*background: rgba(0, 0, 0, 0.95); - Current Validator Doesn't Support RBGA */
				background: transparent url('images/panelinformation_bg.png');
				color: #ffffff;
				overflow: hidden;
			}
				
				#work .workslider .panel .panelinformation .paneldetails {
					padding: 10px;
				}
				
					#work .workslider .panel .panelinformation .paneldetails p span {
						background: transparent;
						color: #cccccc;
					}
					
				#work .workslider .panel .panelinformation .panelbutton {
					padding: 10px;
				}
				
					#work .workslider .panel .panelinformation .panelbutton .active_button {
						width: 60px;
					}
		
		#work .workslidertabs {
			display: none;
			width: 100%;
			height: 40px;
			overflow: hidden;
		}
		
			#work .workslidertabs a, #work .workslidertabs a:visited, #work .workslidertabs a:hover {
				display: inline;
				float: left;
				margin: 10px 0;
				padding: 0;
				width: 20px;
				height: 20px;
				background: transparent url('images/work_tab_button.png') 0 -20px no-repeat;
				color: inherit;
				text-indent: -9000px;
			}
			
			#work .workslidertabs .active, #work .workslidertabs .active:visited, #work .workslidertabs .active:hover {
				display: inline;
				float: left;
				margin: 10px 0;
				padding: 0;
				width: 20px;
				height: 20px;
				background: transparent url('images/work_tab_button.png') 0 0 no-repeat;
				color: inherit;
				text-indent: -9000px;
			}
		
		#contact .form_var_set {
			padding-bottom: 20px;
		}
			
			#contact .form_var_set .form_var_value {
				margin: 10px 0 0;
			}
		
		#contact .form_var_control {
			padding-bottom: 20px;
			width: 100%;
			overflow: auto;
		}
		
		#contact .social li {
			margin-bottom: 1em;
			padding: 0 0 0 25px;
			background: transparent url('images/icons/email.png') 0 50% no-repeat;
			color: inherit;
		}
		
		#contact .social .email {
			background: transparent url('images/icons/email.png') 0 50% no-repeat;
			color: inherit;
		}
		
		#contact .social .linkedin {
			background: transparent url('images/icons/linkedin.png') 0 50% no-repeat;
			color: inherit;
		}
		
		#contact .social .twitter {
			background: transparent url('images/icons/twitter.png') 0 50% no-repeat;
			color: inherit;
		}
		
		#contact .social .flickr {
			background: transparent url('images/icons/flickr.png') 0 50% no-repeat;
			color: inherit;
		}
		
		#contact .social .delicious {
			background: transparent url('images/icons/delicious.png') 0 50% no-repeat;
			color: inherit;
		}
		
		#contact .social .digg {
			background: transparent url('images/icons/digg.png') 0 50% no-repeat;
			color: inherit;
		}
		
		#contact .social .lastfm {
			background: transparent url('images/icons/lastfm.png') 0 50% no-repeat;
			color: inherit;
		}
		