/************************************************

Author: David Woolf
Site: Clearbox Theme / Theme Forest
Date of creation: 08.30.09
Description: A clean, simple theme that utilizes
jquery animations to showcase your portfolio.

************************************************/

/* FONT INSTALLATION */

/* 

Uses Verdana Font library. Link can be found here: 

http://Verdana-fonts.sourceforge.jp/Verdana-outline-fonts/download/index-en.html

*/

/* IE Specific Font Installation */

@font-face {
	font-family: "Verdana";
	src: url(../Verdana_font/Verdana-2p-regular.eot);
}
 
@font-face {
	font-family: "Verdana";
	src: url(../Verdana_font/Verdana-2p-bold.eot);
	font-weight: bold;
}

@font-face {
	font-family: "Verdana";
	src: url(../Verdana_font/Verdana-2p-thin.eot);
	font-weight: 100;
}

/* None IE Specific Font Installation */

@font-face {
	font-family: "Verdana";
	src: url(../Verdana_font/Verdana-2p-regular.ttf) format("truetype");
}
 
@font-face {
	font-family: "Verdana";
	src: url(../quicksand_font/Verdana-2p-bold.ttf) format("truetype");
	font-weight: bold;
}

@font-face {
	font-family: "Verdana";
	font-weight: 100;
}

/* Main Styling */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}

a {
	outline: none;
}

body {
	background: #fff url(../graphics/background.png) repeat-x;
	border-top: 10px solid #2bb5ff;
	font: 62.5%/1.6 "Verdana", "Geneva", sans-serif;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#header {
	border-bottom: 1px solid #2bb5ff;
	height: 110px;
	width: 960px;
}

#header h1 { 
	color: #222;
	float: left;
	font-size: 4.0em;
	line-height: 100px;
}

#header img {
	float: left;
	margin: 0px 0px -50px 0px;
	position: relative;
	top: 23px;
}

#header ul {
	float: right;
	list-style-type: none;
	position: relative;
	top: 43px;
}

#header li {
	display: block;
	float: left;
	padding: 0px 0px 0px 20px;
}

#header a {
	color: #444;
	display: block;
	float: left;
	font-size: 1.4em;
	padding: 8px 13px 8px 13px;
	text-decoration: none;
}

#header a:hover {
	background-color: #2bb5ff;
	border: 1px solid #52c2ff;
	color: #fff;
	padding: 8px 12px 8px 12px;
}

#header a#logo_link {
	padding: 0px;
	position: relative;
	top: 0px;
}

a img {
	background-color: transparent;
	border: 0px;
	font-size: 0em;
}

a#logo_link:hover {
	background-color: transparent;
	border: 0px;
	padding: 0px;
}

#header a.current_page {
	background-color: #2bb5ff;
	border: 1px solid #52c2ff;
	padding: 8px 13px 8px 13px;
	color: #fff;
}	

#content {
	width: 960px;
}

#content h2 {
	border-top: 10px solid #2bb5ff;
	color: #222;
	display: block;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3.2em;
	font-weight: 100;
	letter-spacing: -1px;
	margin: 0px 50% 0px 0px;
	padding: 10px 0px 0px 0px;
}

#content h3 {
	color: #006eff;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	font-weight: 100;
	height: 37px;
	margin: 0px 20px 0px 0px;
}

#content h4 {
	color: #006eff;
	font-family: Arial;
	font-size: 1.6em;
	font-weight: normal;
	margin: -10px 0px 20px 0px;
}

#content p {
	color: #222;
	font-size: 1.3em;
	padding: 10px 0px 10px 0px;
}

#content ol {
	list-style-position: inside;
	margin: 0px 0px 10px 0px;
}

#content ol li {
	font-size: 1.2em;
	padding: 2px 0px 2px 0px;
}

#content ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0px 0px 10px 0px;
}

#content ul li {
	color: #222;
	font-size: 1.2em;
	padding: 5px 0px 5px 0px;
}

#content blockquote {
	background-color: #efefef;
	border-left: 2px solid #2bb5ff;
	border-right: 2px solid #ddd;
	display: block;
	color: #222;
	font-size: 1.1em;
	margin: 5px 0px 5px 30px;
	padding: 10px;
}

#content blockquote p {
	font-size: 1.1em;
	padding: 4px 0px 4px 0px;
}

#content table {
	border-bottom: 2px solid #2bb5ff;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 2px solid #aaa;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
}

#content table tr {
	border: 0px;
}

#content table tr th {
	color: #000;
	padding: 3px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
}

#content table tr td {
	color: #222;
	padding: 3px 10px 3px 10px;
}

#content table .even_row {
	background-color: #eee;
}

#content table .odd_row {
}

#footer {
	border-top: 1px solid #aaa;
	height: 60px;
	margin: 10px 0px 0px 0px;
	width: 960px;
}

#footer p, #footer h4 {
	color: #444;
	font-size: 1.4em;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
}

#footer p {
	float: left;
}

#footer h4 {
	float: right;
}

.left_align {
	float: left;
}

.right_align {
	float: right;
}

.clear_div {
	clear: both;
}

/* Home Page Showcase Styling */

#showcase {
	border-bottom: 1px solid #2bb5ff;
	border-top: 1px solid #eeeeee;
	height: 260px;
	margin: -1px 0px 0px 0px;
	position: relative;
	width: 960px;
}

#featured_images {
	border: 3px solid #ccc;
	float: left;
	height: 230px;
	margin: 0px;
	max-height: 230px;
	overflow: hidden;
	padding: 0px;
	width: 444px;
	z-index: 5;
}

#featured_images img {
	height: 230px;
	margin: 0px;
	padding: 0px;
	width: 444px;
}

#featured_images ul {
	list-style-type: none;
	list-style-position: outside;
}

#featured_images ul li {
	margin: 0px;
	padding: 0px;
}

#featured_text {
	float: right;
	height: 230px;
	overflow: hidden;
	width: 480px;
}

#featured_text h3, #featured_text p {
	padding: 0px 0px 5px 10px;
}

#featured_text h3 {
	color: #006eff;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3.0em;
	font-weight: 100;
	margin: -2px 0px 0px 0px;
	padding: 0px 20px 10px 10px;
}

#prevBtn a, #nextBtn a {
	background: url(../graphics/next_arrow.png) no-repeat;
	height: 25px;
	left: 422px;
	position: absolute;
	font-size: 1.4em;
	overflow: hidden;
	text-indent: -100px;
	top: 210px;
	width: 25px;
	z-index: 10;
}

#prevBtn a {
	background: url(../graphics/prev_arrow.png) no-repeat;
	left: 404px;
}

#prevBtn:hover, #nextBtn:hover {
	cursor: pointer;
}

/* Column Layout Styling */

.column {
	height: 300px;
	float: left;
	margin: 10px 10px 10px 0px;
	width: 320px;
}

.column h3 {
	border-bottom: 1px solid #ddd;
}

.last_column {
	margin: 10px 0px 10px -20px;
}

#content .last_column h3, #content .last_column p, #content .last_column li {
	margin: 0px 0px 0px 20px;
}

#content .column p {
	color: #222;
	font-size: 1.3em;
	padding: 5px 20px 10px 0px;
}

.column img {
	border: 1px solid #ddd;
	margin: 7px 10px 0px 0px;
}

/* Services Page Styling */

#services_container {
	min-height: 600px;
	position: relative;
}

.services_desc {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 10px 0px 0px;
	width: 690px;
}

.services_desc img {
	border: 1px solid #ccc;
	margin: 13px 10px 5px 0px;
}

#consultation {
	min-height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 240px;
}

#consultation h3 {
	color: #222;
	padding: 10px 0px 10px 10px;
}

#consultation p {
	color: #333;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px 0px 0px 10px;
}

#consultation input {
	background-color: #fdfdfd;
	border: 1px solid #aaa;
	color: #222;
	height: 16px;
	margin: -2px 0px 12px 0px;
	padding: 7px 6px 6px 6px;
	width: 200px;
}

#work_type {
	background-color: #fdfdfd;
	border: 1px solid #aaa;
	padding: 5px 6px 5px 6px;
	width: 213px;
}

#work_type option {
	background-color: #fdfdfd;
}

#consultation textarea {
	background-color: #fdfdfd;
	border: 1px solid #aaa;
	color: #222;
	font-family: "verdana", sans-serif;
	font-size: .8em;
	height: 150px;
	max-height: 160px;
	max-width: 215px;
	padding: 4px;
	width: 204px;
}

#consultation #send {
	background-color: #222;
	border: 1px solid #bbb;
	color: #fff;
	cursor: pointer;
	float: right;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	height: 30px;
	line-height: 30px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	width: 90px;
}

/* Portfolio Page Styling */

#content .portfolio_item {
	border-bottom: 1px solid #aaa;
	height: 340px;
	margin: 10px 0px 40px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	width: 444px;
}

#content .portfolio_item img {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	display: block;
	height: 230px;
	width: 444px;
}

#content .portfolio_item h3 {
	color: #222;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	font-weight: 100;
}

#content .portfolio_item p {
	color: #222;
	font-size: 1.3em;
	padding: 5px 0px 0px 0px;
}

#content .portfolio_item a {
	bottom: 5px;
	color: #222;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px;
	position: absolute;
	right: 10px;
}

#content .portfolio_item a:hover {
	color: #006eff;
}

/* About Page Styling */

#about_desc {
	float: left;
	min-height: 500px;
	width: 680px;
}

#content #about_desc h4 {
	color: #006eff;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
}

#about_desc p {
	color: #222;
	font-size: 1.3em;
	padding: 8px 0px 10px 0px;
}

#about_desc img {
	border: 1px solid #ddd;
	margin: 12px 15px 10px 0px;
}

#about_desc .employee_info {
	border-bottom: 1px solid #ddd;
	height: 150px;
	margin: 10px 0px 5px 0px;
	width: 330px;
}

#about_desc #third_desc .employee_info h4 {
	color: #222;
	margin: 10px 0px 0px 0px;
}

#about_desc #third_desc .employee_info p {
	padding: 3px 0px 3px 0px;
}

#about_desc #third_desc .employee_info img {
	float: left;
	height: 100px;
	width: 100px;
}

#about_navigation {
	border-bottom: 1px solid #ccc;
	height: 35px;
	margin: 0px 0px 15px 0px;
}

#about_navigation a {
	border: none;
	color: #006eff;
	outline: none;
	text-decoration: none;
}

#about_navigation h3 {
	float: left;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	font-weight: 100;
	padding: 0px 30px 0px 0px;
}

h3#about_second_link a, h3#about_third_link a {
	color: #aaa;
	display: none;
}

#about_navigation a:hover {
	color: #006eff;
	cursor: pointer;
}

#second_desc h3, #third_desc h3 {
	border-bottom: 1px solid #ccc;
	color: #006eff;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	font-weight: 100;
	padding: 10px 30px 0px 0px;
}

/* DIV STYLING FOR TESTIMONIAL BOX */

#about_extra_info {
	background-color: #f5f5f5;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #2bb5ff;
	float: right;
	margin: -9px 0px 20px 0px;
	min-height: 396px;
	padding: 0px 0px 10px 0px;
	width: 240px;
}

#about_extra_info h3 {
	border-bottom: 1px solid #ccc;
	color: #006eff;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	font-weight: 100;
	margin: 5px 20px 0px 20px;
}

#about_extra_info p {
	color: #444;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	padding: 10px 20px 10px 20px;
	position: relative;
	top: 10px;
}

/* Contact Page Styling */

#contact_form {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 480px;
}

#contact_form p {
	color: #333;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}

#contact_form p#required_fields {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

#contact_form input {
	background-color: #fdfdfd;
	border: 1px solid #aaa;
	color: #222;
	height: 16px;
	margin: -2px 0px 12px 0px;
	padding: 7px 6px 6px 6px;
	width: 330px;
}

#contact_form textarea {
	background-color: #fdfdfd;
	border: 1px solid #aaa;
	color: #222;
	font-family: "verdana", sans-serif;
	font-size: .8em;
	height: 150px;
	max-height: 160px;
	max-width: 480px;
	padding: 4px;
	width: 480px;
}

#contact_form #submit {
	background-color: #222;
	border: 1px solid #bbb;
	color: #fff;
	cursor: pointer;
	float: right;
	font-family: "Verdana", "Geneva", "sans-serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	height: 30px;
	padding: 0px 0px 0px 0px;
	width: 90px;
}

#contact_info {
	border-left: 1px solid #ccc;
	float: right;
	position: relative;
	top: 50px;
	width: 239px;
}

#contact_info p {
	color: #555;
	font-size: 1.3em;
	text-align: left;
	padding: 15px 0px 15px 30px;
}

.contact_type {
	color: #555;
	font-weight: 900;
}

/* File Not Found Styling */

#error_desc {
	margin: 0px 240px 0px 0px;
}

input#report_input_name {
	margin: 0px 0px 20px 0px;
}

#sample_report {
	border-bottom: 1px solid #ddd;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	width: 480px;
}