/************************************************************
 *
 * BACKEND LABS, INC.
 * www.backendlabs.com
 *
 * Copyright 2011. All Rights Reserved.
 * This file may not be redistributed in whole or part.
 *
 * Application: Bestimonials
 * Description: Main CSS Rules
 *
 ************************************************************/

html, body, div, span, applet, object, iframe,
header, footer, nav, section, article, aside,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

strong, em {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

:focus {
	outline:0;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}

/****************************************
 * Layout
 ****************************************/
body {
	margin:0px; background-color:#000; background-image:url(/Resources/stripeback.gif); height:100%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrap {
	margin:0px; background-color:#000; background-image:url(/Resources/stripeback.gif); height:100%;
}

#content {
	width:950px;
	margin:0 auto;
	overflow:hidden;
}

#main {
	width:2460px;
	float:left;
	margin:0;
	overflow:hidden;
	padding:24px 0 24px;
}

::selection {
	background:#8da60b;
	color:#eff5dc;
	text-shadow:none;
}

::-moz-selection {
	background:#8da60b;
	color:#eff5dc;
	text-shadow:none;
}

::-webkit-selection {
	background:#8da60b;
	color:#eff5dc;
	text-shadow:none;
}

/****************************************
 * Header
 ****************************************/
#header {
	width:950px;
	height:168px;
	float:left;
	margin:0;
}

#logo {
	width:186px;
	height:70px;
	float:left;
	margin:56px 0 0;
}

#logo a {
	width:186px;
	height:70px;
	float:left;
	margin:0;
	text-decoration:none;
	background:url(../images/layout/logo.png) no-repeat top left;
}

#logo h1 a span {
	position:absolute;
	top:-9999px;
	left:-9999px;
}

#badge {
	width:88px;
	height:88px;
	float:right;
	margin:40px 0 0;
	background:url(../images/layout/badge.png) no-repeat top right;
}

/****************************************
 * Nav
 ****************************************/
#nav {
	width:950px;
	height:54px;
	float:left;
	margin:0;
	background:url(../images/layout/arrow.png) no-repeat 17px 48px;
}

#nav ul {
	width:950px;
	height:15px;
	float:left;
	margin:20px 0 0;
	list-style:none;
}

#nav ul li {
	float:left;
	margin:1px 20px 0 0;
	background:url(../images/layout/nav.png) no-repeat 0 0;
}

#nav ul li a {
	display:block;
	height:15px;
	float:left;
}

#nav ul li a span {
	position:absolute;
	top:-9999px;
	left:-9999px;
}

#nav ul li.home, #nav ul li.home a {
	width:44px;
}

#nav ul li.folio, #nav ul li.folio a {
	width:60px;
}

#nav ul li.about, #nav ul li.about a {
	width:46px;
}

#nav ul li.home {
	background-position:0 0;
}

#nav ul li.folio {
	background-position:-62px 0;
}

#nav ul li.about {
	background-position:-140px 0;
}

#nav ul li.home.current, #nav ul li.home:hover {
	background-position:0 -15px;
}

#nav ul li.folio.current, #nav ul li.folio:hover {
	background-position:-62px -15px;
}

#nav ul li.about.current, #nav ul li.about:hover {
	background-position:-140px -15px;
}

/****************************************
 * Home
 ****************************************/
#home {
	width:950px;
	float:left;
	margin:0 60px 0 0;
	overflow:hidden;
}

#latestphotos {
	width:950px;
	float:left;
	padding:45px 0 30px;
	background:url(../images/titles/latestphotos.png) no-repeat top left;
}

#latestphotos img {
	float:left;
	margin:0 20px 30px 0;
}

#latestphotos img.clear {
	margin-right:0;
}

#testimonials {
	width:950px;
	float:left;
	padding:25px 0 0;
	position:relative;
	overflow:hidden;
}

#testimonials #arrows {
	width:34px;
	height:12px;
	position:absolute;
	top:8px;
	right:0;
}

#arrows a {
	width:14px;
	height:12px;
	display:block;
	margin:0;
	padding:0;
}

#arrows a#scrollprev {
	float:left;
}

#arrows a#scrollnext {
	float:right;
}

#arrows a#scrollprev {
	background:url(../images/layout/arrows.png) 0 0;
}

#arrows a#scrollprev:hover {
	background:url(../images/layout/arrows.png) 0 -12px;
}

#arrows a#scrollnext {
	background:url(../images/layout/arrows.png) -20px 0;
}

#arrows a#scrollnext:hover {
	background:url(../images/layout/arrows.png) -20px -12px;
}

#testimonials #scroll {
	width:1600px;
	float:left;
	margin-left:0;
	cursor: url(/pause.cur),default;
}

#testimonials p {
	width:265px;
	float:left;
	line-height: 130% !important;
	margin:0 55px 0 0;
	color:#999999;
	font-size:13px;
	font:15px Georgia, Times, "Times New Roman", serif;
    font-style:italic;
    text-shadow:0 1px 0 #000000;
	}
	
.maintest{
	width:265px;
	float:left;
	line-height: 130% !important;
	margin:0 55px 0 0;
	color:#999999 !important;
	font-size:15px !important;
	font-family:Georgia, Times,"Times New Roman" !important;
    font-style:italic !important;
    text-shadow:0 1px 0 #000000;
	}
	
.cat{
	float:left !important;
	padding:6px 0 0 0;
	color:#fff !important;
	font-size:15px !important;
	font-family: 'Helvetica Neue',Helvetica,Arial;
	font-style:normal !important;
	text-shadow:0 1px 0 #000000;}
	
	.featured {
	float:left !important;
	padding:3px 0 0 0;
	color:#000!important;
	font-size:13px !important;
	font-size:13px;
	font-family: 'Helvetica Neue',Helvetica,Arial !important;
	font-style:italic !important;	}
	
	.name{
	color:#8CA700 !important;
	font-size:14px !important;
	font-family: 'Helvetica Neue',Helvetica,Arial !important;
	font-style:normal;
	text-shadow:0 1px 0 #000000;
	}

	
.comp{
	float:left !important;
	margin:0 0 0 5px !important;
	color:#999999 !important;
	font-size:11px !important;
	font-family: 'Helvetica Neue',Helvetica,Arial !important;
	font-style:normal;
	text-shadow:0 1px 0 #000000;
	}	
	



#testimonials p.clear {
	margin-right:0px;
	
}

#testimonials p span {
	float:left !important;
	margin:0;
	color:#8CA700;
	font-size:15px;
	font-family: 'Helvetica Neue',Helvetica,Arial !important;
	font-style:normal;
	text-shadow:0 1px 0 #000000;
}

/****************************************
 * Portfolio
 ****************************************/
#folio {
	width:950px;
	height:535px;
	float:left;
	margin:0 60px 0 0;
	overflow:hidden;
}

#work {
	width:950px;
	float:left;
	padding:0;
}

#work img {
	float:left;
	margin:0 20px 30px 0;
}

#work img.clear {
	margin-right:0;
}

/****************************************
 * About
 ****************************************/
#about {
	width:950px;
	height:535px;
	float:left;
	margin:0;
	background:url(../images/layout/border.png) no-repeat 50% 303px;
	overflow:hidden;
}

#bio {
	width:950px;
	float:left;
	padding:45px 0 30px;
	background:url(../images/titles/hithere.png) no-repeat top left;
}

#info {
	width:580px;
	float:left;
	margin:0;
}

#info h2 {
	width:580px;
	float:left;
	font-size:18px;
	color:#bbb;
	margin:0 0 22px;
}

#info p {
	width:580px;
	float:left;
	line-height:23px;
	margin:0 0 22px;
}

#portrait {
	width:185px;
	float:right;
	margin:0;
}

#portrait img {
	float:right;
}

#form {
	width:850px;
	float:left;
	padding:45px 0 30px;
	background:url(../images/titles/submitatestimonial.png) no-repeat top left;
}

#form form {
	width:950px;
	float:left;
	margin:0;
}

#form .left, #form .middle {
	width:300px;
	height:95px;
	float:left;
}

#form .left {
	margin:0 20px 0 0;
}

#form #email {
	margin:15px 0 0;
}

#form .right {
	width:140px;
	height:40px;
	float:right;
	margin:28px 0 0;
}

/****************************************
 * Forms
 ****************************************/
input, textarea {
	width:275px;
	background:#ddd;
	margin:0;
	font-size:13px;
	line-height:20px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#888;
	border:4px solid #aaa;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
	outline:none;
	text-decoration:none;
	resize:none;
}

input {
	height:22px;
	padding:4px 8px 7px;
}

textarea {
	height:78px;
	padding:3px 8px 8px;
}

input:focus, textarea:focus {
	background:#fff;
	border-color:#ccc;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	input {
		padding:7px 8px 4px;
	}
	
	textarea {
		padding:3px 8px 8px;
	}
}

button {
	width:140px;
	height:40px;
	float:left;
	background:url(../images/form/button.png) no-repeat top left;
	margin:0;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	outline:none;
}

.error {
	border-color:#bf4949;
}

.success {
	border-color:#a6bd49;
}

/****************************************
 * Footer
 ****************************************/
#footer {
	width:950px;
	height:36px;
	float:left;
	padding:18px 0 0;
	color:#888;
}

#footer #brand {
	width:240px;
	float:left;
	margin:0;
}

#footer #brand a {
	width:227px;
	height:18px;
	float:left;
	background:url(../images/layout/brand.png) top left no-repeat;
	text-indent:-9999px;
}

#footer #legal {
	width:500px;
	float:right;
	margin:2px 0 0;
	text-align:right;
}

#legal a {
	color:#ccc;
	border-bottom:1px dotted #666;
}

#legal a:hover {
	color:#fff;
	border-bottom:1px solid #555;
}

/****************************************
 * Images
 ****************************************/
img {
    border:none;
}

/****************************************
 * Links
 ****************************************/
a, a:visited {
 	color:#ccc;
 	text-decoration:none;
	outline:none;
}

a:hover, a:active {
	color:#eee;
	text-decoration:underline;
}