/* --- LAYOUT --- */

* { margin:0; padding:0; }

html {
	height: 100%;
	background: url(images/bg-linesgrey.png) repeat-y right;
}

body {
	font: 12px/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #303030;
	padding-bottom: 30px;
}

#wrapper {
    width: 940px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
	background-color: #fff;
}


/* --- GRID LAYOUT --- */

.col_1, .col_2, .col_3, .col_entry {
	display: inline;
	float: left;
	margin-right: 17px;
	padding-bottom: 12px;
}

.col_1 { width: 180px; }
.col_2 { width: 363px; }
.col_3 { width: 557px; }
.col_entry { width: 500px; padding-top: 30px;}
.full { width: 940px; }
.alpha { margin-left: 0px; }
.omega { float: right; margin-right: 0px; }
.underline { border-bottom: 18px solid #efefef}

#content, #topcontent {
	padding-top: 48px;
}

#pagecontent {
	padding-top: 36px;
}

#portfolio {
	padding-bottom: 60px;
}

#sidebar {
	float: right;
	width: 300px;
	background-color: #f6f6f6;
	padding: 30px 18px 12px 24px;
	border-bottom: 18px solid #dbdbdb;
	font-size: 13px;
}

#slidercontent {
	display: none;
}

/* --- TYPOGRAPHY STYLES --- */
h1, h2, h3, h4, h5, h6, #nav {
	font-weight: bold;
	line-height: 1.1;
}

#pagecontent h1,
#pagecontent h2,
#pagecontent h3,
#pagecontent h4,
#pagecontent h5,
#pagecontent h6 {
	clear: both;
}

h1 { font-size: 40px; }
h2 { font-size: 36px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 13px; }

h1, h2, h3 {
	letter-spacing: -1px;
}

.col_1 h5, .col_2 h5, .col_3 h5, .full h5 {
	font-size: 16px;
	padding-bottom: 6px;
	border-bottom: 3px solid #AAA;
	text-transform: uppercase;
}

#pagecontent {
	font-size: 15px;
	line-height: 19px;
}

#pagecontent h2.title {
	margin-bottom: 36px;
}

#pagecontent p, #pagecontent ol, #pagecontent ul {
	margin-bottom: 24px;	
}

#pagecontent .subhead {
	font-weight: normal;
	color: #909090;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -1px;
}

/* --- LINK STYLES --- */

a {
	outline: none;
}

a:link, a:visited {
	color: #d84a27;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #cb3914;
}
a:active {
	color: #cb3914;
	outline: none;
}

#pagecontent a:link, a:visited {
	font-weight: bold;
}

/* --- BASIC STYLES --- */

:focus {
	outline: 0;
	-moz-outline-style:none;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
}

p {
	margin: 0 4px 12px 0;
}

.lines { background: url(images/bg-linesghost.png) repeat-y right top; height: 100%; }

blockquote {
	padding: 18px 24px 18px 24px;
	background-color: #efefef;
	border-top: 3px solid #dbdbdb;
	border-bottom: 3px solid #dbdbdb;
	margin-bottom: 24px;
	font-style: italic;
	color: #262626;
}

/* --- CONTACT FORM STYLES --- */
#slider {
	background: #000 url(images/bg-feature.jpg) repeat-x center bottom;
	display: none;
}

#contactform {
	width: 940px;
    margin: 0 auto;
	padding-top: 36px;
	position: relative;
	color: #cfcfcf;
}

#contactform strong {
	color: #ffb219;
}

#contactform h3 {
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 4px;
	color: #fff;
}

#contactform h3.ico_contact {
	padding-left: 40px;
	background: url(images/ico-form-32.png) no-repeat left center;
}

#contactform h3.ico_phone {
	padding-left: 30px;
	background: url(images/ico-phone-32.png) no-repeat -6px center;
}

#contactform h3.ico_mail {
	padding-left: 46px;
	background: url(images/ico-mail-32.png) no-repeat left center;
}

#contactform p a {
	font-weight: bold;
	color: #ffb219;
}

#contactform p a:hover {
	color: #fc3;
}

#contactform p {
	font-size: 18px;
	line-height: 24px;
	text-indent: -2px;
	margin: 0 0 24px 0;
}

#hidecontact {
	padding-left: 32px;
	line-height: 28px;
	background: url(images/apple-close.png) no-repeat left top;
}

#hidecontact:hover {
	color: #fc3;
}

#contactDetails {
	width: 450px;
	min-height: 400px;
}

#emailForm {
	width: 450px;
	min-height: 400px;
	background: url(images/bg-email.png) no-repeat center center;
	margin-top: -18px;
}

#sendEmail {
	margin: 18px 30px 48px 24px;
}

#sendEmail, input, textarea {
	font-size: 18px;
}
#sendEmail p.alert {
	font-weight: bold;
	font-size: 12px;
	color: #ffb219;
}
#sendEmail span.error {
	display: block;
	clear: both;	
	font-weight: bold;
	font-size: 12px;
	color: #d84a27;
	line-height: 24px;
	padding-bottom: 12px;
	float: right;
}

#sendEmail .notification {
	border: 1px solid #ffb219;
	background-color: #fff2b2;
	padding: 6px 12px 6px 12px;
	color: #d84a27;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	display: none;
	margin-top: -12px;
}

#sendEmail .notification.success {
	border: 1px solid #6bb223;
	background-color: #cee5b7;
	color: #3f7f00;
}

#sendEmail ol.form {
	list-style-type: none;
}

#sendEmail ol li {
	margin: 0 0 12px 0;
	clear: both;
}

#sendEmail label {
	display: block;
	float: left;
	width: 124px;
	line-height: 36px;
	text-align: right;
	margin-bottom: 12px;
}

#sendEmail input, #sendEmail textarea {
	display: block;
	float: right;
	width: 240px;
	padding: 4px 4px 4px 4px;
	margin: 0px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sendEmail textarea {
	width: 242px;
	height: 120px;
}

#sendEmail li.buttons {
	float: right;
	padding-top: 12px;
}

#sendEmail #submitinput {
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 24px 7px 24px;
	text-align: center;
	background-color: #d84a27;
	border: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D84A27), to(#AD3B1F));
}

#sendEmail #submitinput:hover {
	background-color: #6bb223;
	cursor: pointer;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6BB223), to(#51871B));
}

#topbar {
	display: block;
	height: 30px;
    margin: 0 auto;
	background: #000 url(images/bg-feature.jpg) repeat-x center bottom;
}



/* --- HEADER STYLES --- */
#header {
	display: block;
	position: relative;
	width: 940px;
	height: 96px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

h1#logo {
	display: block;
	font-size: 60px;
	float: left;
	line-height: 1;
	margin-top: 12px;
	letter-spacing: -2px;
}

h1#logo a {
	color: #161616;
}

h2#slogan {
	display: block;
	height: 0px;
	width: 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* --- MENU STYLES --- */
#nav {
	position: relative;
	list-style-type: none;
	display: block;
	height: 80px;
	float: right;
	font-size: 18px;
	text-align: right;
	overflow: hidden;
}

#nav li {
	display: block;
	text-align: center;
	float: left;
	margin: 0;
	height: 80px;
	list-style: none;
}

#nav li a {
	display: block;
	position: relative;
	height: 80px;
	padding-top: 28px;
	padding-left: 18px;
	padding-right: 18px;
	z-index: 10;
}

#nav li a.last {
}

#nav a:hover {
	color: #606060;
}

#nav li.backLava {
	color: #606060;
	background: url(images/smoke.jpg) repeat-x center top;
	position: absolute;
}

#nav li.selectedLava a {
	background: url(images/red.jpg) repeat-x center top;
	color: #d84a27;
}



/* --- FEATURED BLOCK --- */
#featured {
	display: block;
	height: 296px;
	background: #000 url(images/bg-feature.jpg) repeat-x center bottom;
	overflow: hidden;
}

#featframe {
	display: block;
	width: 940px;
	height: 266px;
    margin: 0 auto;	
}

#featuredcontent {
	display: block;
	width: 560px;
	height: 266px;
	float: left;
    margin: 0 auto;
    padding: 30px 0 0 0;
	color: #efefef;
	overflow: hidden;
}

#featuredcontent p a {
	font-weight: bold;
	color: #ffb219;
}

#featuredcontent p a:hover {
	color: #fc3;
}

#featuredcontent h2 {
	font-size: 48px;
	line-height: .9;
	margin: 0 0 18px 0;
	color: #fff;
	width: 560px;
}

#featuredcontent p {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 18px 0;
	color: #efefef;
	width: 560px;
}

#featimg {
	display: block;	
	float: right;
	width: 372px;
	height: 296px;
	background: url(images/logo-sign.png) no-repeat right bottom;
}

/* --- BUTTON STYLES --- */
a.button {
	display: block;
	height: 18px;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 24px 12px 32px;
	text-align: center;
	float: left;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D84A27), to(#AD3B1F));
}

a.button.gold { background-color: #ffb219; }
a.button.gold:hover { background-color: #ff9400; }

a.button, a.button.red { background-color: #d84a27; }
a.button:hover, a.button.red:hover {
	background-color: #6bb223;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6BB223), to(#51871B));
}

a.button.grey {
	background-color: #767676; 
	border-bottom: 1px solid #444444; 
	margin-bottom: 24px;
	-webkit-box-shadow: -2px 2px 2px #bbb;
	box-shadow: -2px 2px 2px #bbb;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#949494), to(#646464));
	text-shadow: #434343 -1px -1px 1px;
}
a.button.grey:hover {
	background-color: #e4e4e4;
	color: #202020;
	border-bottom: 1px solid #949494;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E4E4E4), to(#C0C0C0));
	text-shadow: #ffffff 1px 1px 1px;
}

a.button.green { background-color: #6bb223; }
a.button.green:hover { background-color: #d84a27; }

a.smallbutton, a.tinybutton {
	display: block;
	height: 10px;
	overflow: hidden;
	background-color: #AAA;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 12px 5px 24px;
	text-align: center;
	float: right;
	-webkit-box-shadow: -1px 1px 1px #bbb;
	box-shadow: -1px 1px 1px #bbb;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#949494), to(#646464));
}

a.smallbutton:hover, a.tinybutton:hover { background-color: #d84a27;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D84A27), to(#AD3B1F));
}

a.tinybutton {
	float: left;
}


/* --- SERVICE SHOWCASE --- */
#services .col_1 {
	width: 174px;
}

.servicethumb {
	display: block;
	height: 130px;
	background-color: #000;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
}
.servicethumb:hover { background-color: #999; cursor: pointer; }

.servicethumb img {
	width: 174px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.servicethumb img:hover {
	width: 174px;
	opacity: 1;
	filter:alpha(opacity=100);
}

a.servicelink {
	display: block;
	height: 24px;
	background-color: #d84a27;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-top: 9px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

a.servicelink:hover { background-color: #bf4122; }

a.all {
	display: block;
	height: 152px;
	background-color: #6bb223;
	color: #fff;
	text-align: left;
	font-size: 22px;
	padding: 12px 12px 0px 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

a.all:hover { background-color: #70cb14; color: #fff;}



/* --- PORTFOLIO STYLES --- */
.folioItem {
	display: inline;
	position: relative;
	float: left;
	margin-top: 36px;
	margin-right: 27px;
	width: 286px;
	min-height: 370px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #909090;
	font-size: 13px;
	line-height: 16px;
}

.folioItem.alpha { margin-left: 0px; float: left; }
.folioItem.omega { margin-right: 0px; float: right; }
.folioItem h4 { margin-bottom: 8px; font-size: 21px;}
.folioItem a.smallbutton {
	margin: 0px;
}

.folioThumb {
	display: block;
	width: 288px;
	height: 216px;
	overflow: hidden;
	margin-bottom: 12px;
	border: 1px solid #a0a0a0;
	border-bottom-color: #e0e0e0;
	border-left-color: #a4a4a4;
	border-right-color: #d4d4d4;
}

.folioThumb:hover {
	border-top-color: #e0e0e0;
	border-right-color: #a4a4a4;
	border-left-color: #d4d4d4;
	border-bottom-color: #a0a0a0;
}

.folioThumb img {
	width: 288px;
}

a.smallbutton {
	display: block;
	position: absolute;
	right: 0px;
}

.caseStudy {
	position: relative;
	float: left;
	border-bottom: 1px dotted #909090;
	margin-top: 36px;
	min-height: 280px;
}


/* --- OVERLAY STYLES --- */
div.overlay { 
    /* growing background image */ 
    background-image: url(images/transparent.png);

    /* dimensions after the growing animation finishes  */ 
    width:640px;
    height:480px;

    /* initially overlay is hidden */ 
    display:none;

    /* some padding to layout nested elements nicely  */ 
    padding: 0;
}

div.overlay img {
	width: 640px;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(images/apple-close.png); 
    position:absolute; 
    right:12px; 
    top:12px; 
    cursor:pointer; 
    height:28px; 
    width:28px;
}



/* --- CONTENT STYLES --- */
.twitter {
}

#twitter_div ul {
	list-style-type: none;
	margin: 0px;
}

#twitter_div li {
	padding: 0px 0px 8px 0px;
	border-bottom: 1px dotted #dbdbdb;
	margin: 0px 0px 7px 0px;
}

.blogrecent h6 {
	margin: 0 0 4px 0;
}

.blogrecent p {
	padding-bottom: 4px;
	border-bottom: 1px dotted #dbdbdb;
}

.blogrecent span.meta {
	display: block;
	font-size: 12px;
	margin: 4px 0 0 0;
	color: #909090;
}

.sectionbreak {
	display: block;
	clear: both;
	border-top: 18px solid #efefef;
	margin-bottom: 24px;
}

.sectionbreak span {
	display: block;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
}

.callout {
	display: block;
	float: right;
	width: 160px;
	background-color: #e9e9e9;
	padding: 8px 8px 12px 18px;
	border-top: 2px solid #cacaca;
	border-bottom: 2px solid #cacaca;
	margin-bottom: 12px;
	margin-left: 24px;
	color: #606060;
	font-style: italic;
}

h3.sectiondivider {
	background-color: #dbdbdb;
	line-height: 24px;
	padding: 6px 6px 7px 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DBDBDB), to(#A6A6A6));
	text-shadow: #CCCCCC 1px 1px 1px;
}


/* --- FOOTER STYLES --- */
#footer {
	border-top: 1px solid #303030;
	font-size: 11px;
	padding-top: 24px;
	color: #949494;
}

#footer a, #footer a:visited, #footer a:link {
	color: #949494;
	font-weight: normal;
}

#footer a:hover {
	color: #303030;
}

#footernav {
	list-style-type: none;
	padding: 0px;
}

#footernav li {
	display: inline;
	margin: 0px 12px 0px 0px;
}

#footernav li a, #footernav li a:visited {
	padding: 2px 12px 2px 0px;
	border-right: 1px dotted #dbdbdb;
	color: #949494;
	font-weight: normal;
}

#footer li a:hover {
	color: #303030;
}

#footernav li.last a {
	border-right: 0px dotted #dbdbdb;	
}

#copyright {
	text-align: right;
}

#copyright a {
	color: #949494;	
}

#copyright a:hover {
	color: #fff;	
}

#copyright p{
	margin: 4px;
}


/* --- MISCELLANEOUS --- */
.left { float:left; }
.right { float:right; }
img.alignleft { float:left; }
img.alignright { float:right; margin-bottom: 12px; margin-left: 12px;}
#sidebar img.alignright { padding: 6px; background-color: #fff; border: 1px solid #dbdbdb;}
img.mugshot { padding: 6px; background-color: #fff; border: 1px solid #dbdbdb; margin-bottom: 12px; }

.clear { clear:both; line-height:0; height:0; margin-bottom: 12px;}

li.legitcheck {
	display: none;
}

span.packageprice {
	float: right;
	color: #fff;
	text-shadow: #646464 1px 1px 2px;
	margin-right: 4px;
}

/* --- SOCIAL MEDIA ICONS --- */
.socialicons {
	width: 500px;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
}

.socialicons a {
	text-indent: -9999px;
	background: url(images/social-media-icons-lg.png) no-repeat;
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 10px;
}

.socialicons a.twitter {
	background-position: -44px top;
}

.socialicons a.rssfeed {
	background-position: -88px top;
}

.socialicons a.facebook {
	background-position: left -45px;
}

.socialicons a.linkedin {
	background-position: left top;
}



/* --- STATUS BAR --- */
#statusbar {
	display: block;
	width: 360px;
	height: 20px;
	overflow: hidden;
	background: url(images/statusbar.jpg) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 12px;
}

#statusbar.one { background-position: left top; }
#statusbar.two { background-position: left -20px; }
#statusbar.three { background-position: left -40px; }
#statusbar.four { background-position: left -60px; }
#statusbar.five { background-position: left -80px; }
#statusbar.six { background-position: left -100px; }
#statusbar.seven { background-position: left -120px; }
#statusbar.eight { background-position: left -140px; }
#statusbar.nine { background-position: left -160px; }
#statusbar.ten { background-position: left -180px; }


.justgold { color: #ffb219; }
.justred { color: #d84a27; }
.justgrey { color: #767676; }
.justgreen { color: #54990F; }
