/* CSS Document */

body {
	margin:0;
	background-color:#000;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}

a { color:#FFF; text-decoration:none; }
a:hover { text-decoration:underline; }

#wrapper {
	margin:0 auto;
	padding:0;
	width:970px;
	background:#000 url(../images/container-bg.jpg) no-repeat;
}

#container {
	margin:0 auto;
	width:930px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; } /* for IE/Mac */

.head-divider { position:relative; padding:20px 0 10px 0; font-size:24px; text-align:justify; }
.space-divider { position:relative; padding:15px 0; }
.hr-divider-thin { position:relative; margin:15px 0; height:1px; background-color:#3C3C3C; }
.hr-divider-thick { position:relative; margin:15px 0; height:4px; background-color:#3C3C3C; }

#header { position:relative; }
#header #top-flash {}

#content { position:relative; border:1px solid #3C3C3C; background-color:#000; }
#inner-content { position:relative; width:890px; margin:0 auto; min-height:500px; }

#footer { position:relative; margin-bottom:20px; text-align:center; }
#copyright, #bottom-seo-nav { font-size:11px; }
#bottom-seo-nav a { color:#FFF; }
#bottom-seo-nav a:hover { color:#9ecf66; text-decoration:underline; }

/* page specific */
/* clients */
.entry { font-size:11px; margin:0 0 20px 0; }
.entry .image { float:left; margin:0 10px 0 0; }
.entry .content-container { float:left; width:720px; }
.entry .name { font-weight:bold; font-size:13px; color:#9ECF66; }
.entry .company { font-size:13px; }
.entry .content { font-style:italic; padding:5px 0; }

/* services */
#row-services { position:relative; }
#row-services > div { float:left; margin-left:50px; }
#row-services div:first-child { margin-left:0; }
#row-services .name { font-size:20px; text-align:center; letter-spacing:-1px; }

/* portfolio */
.portfolio-btn { float:left; font-size:11px; }

.portfolio-btn { margin-left:10px; height:38px; line-height:38px; border:1px solid #333; background:url(../images/portfolio-btn-bg.jpg) repeat-x; cursor:pointer; text-align:center; }
.portfolio-btn:first-child { margin-left:0; }

.portfolio-btn a { display:block; padding:0 10px 0 10px; color:#FFF; text-decoration:none; }
.portfolio-btn a:hover { color:#EE2D23; }
.portfolio-btn span { padding:0 10px 0 10px; }

#categories, #categories_2 {
	height:40px;
}
#categories_2 {
	clear:both;
	margin-top:10px;
}

#categories_2 .portfolio-btn {  }

/* contact */
#company-info { position:relative; margin:0 auto; width:435px; padding:10px; }
#company-info p { padding:0; margin:0px; }
#company-info img { float:right; }

#row-form form input, #row-contact-form form select { font-size:11px; }
#row-form form textarea { font-size:11px; width:420px; height:50px; }
#row-form { position:relative; background-color:#1e1e1e; border:1px solid #3c3c3c; }
#row-form .form-column { float:left; width:442px; margin-left:2px; }
#row-form .form-column:first-child { margin-left:0px; }
#row-form .form-row { margin:2px 0; padding:4px 6px; }
#row-form .form-row div {  }
#row-form .form-row .row-label { width:160px; float:left; }
#row-form .form-row .row-field { margin-left:160px; }
#row-form .form-row .row-field .text { width:240px; }
#row-form .form-row .row-field textarea { width:240px; }

#form-captcha { position:relative; text-align:center; margin:10px; clear:both; }
#form-captcha div { margin-left:16px; }
#form-nav { position:relative; text-align:center; margin:10px; }

#map img { float:left; margin-right:10px; border:1px solid #3c3c3c; }
#map iframe { float:left; }

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#CC0000;
	border:1px solid #3c3c3c;
	font-size:11px;
	color:#FFF;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color: transparent #CC0000 transparent transparent;

	/* positioning */
	position:absolute;
	top:0;
	left:-17px;
}

/* color/font specific */

.bold { font-weight:bold; }
.italic { font-style:italic; }

.s16 { font-size:16px; }
.s18 { font-size:18px; }
.s20 { font-size:20px; }

.cc-red { color:#EE2D23; }
.cc-green { color:#9ECF66; }

/* link specific */

a.white { color:#FFF; }
a:white:hover { color:#CCC; }

a.green { color:#9ECF66; }



/* quick contact floater */

#qcform {
	position:fixed;
	bottom:0;
	right:50px;
	width:294px;
	height:350px;
	background:url(../images/qc-bg-open.jpg) no-repeat;
	color:#333;
}

#qcform_control {
	position:absolute;
	top:0;
	right:-10px;
	width:30px;
	height:27px;
	cursor:pointer;
}

#qcform_content {
	position:relative;
	width:264px;
	height:310px;
	margin:0 auto;
	padding-top:40px;
}

#qcform p {
	margin:0;
	font-size:95%;
	font-weight:bold;
	padding:5px 0 10px 0;
}

#qcform textarea {
	width:252px;
	height:40px;
	border:2px solid #ccc;
	padding:4px;
	margin-bottom:20px;
}

#qcform .qcform_radio {
	min-height:40px;
	margin-bottom:5px;
	line-height:40px;
	padding-left:10px;
	background:url(../images/qc-radio-bg-closed.jpg) no-repeat;
}

#qcform #qcform_email {
	display:none;
	margin-left:22px;
	margin-top:-6px;
	margin-bottom:6px;
}

#qcform_response {
	position:absolute;
	left:0;
	bottom:8px;
	width:160px;
	height:40px;
	color:#C00;
	font-size:95%;
	font-weight:bold;
}

#qcform_send {
	position:absolute;
	right:0;
	bottom:8px;
	cursor:pointer;
}
