/*
Kneath Associates
Copyright 2011
Modified - 12.01.2011


Colour
----------------------------------------------
Orange - #e47c1f
Dark Grey - #1d292a
Light Grey - #455152
Highlight Grey - #b5b8b8
Tint Grey - #7f8586

Nav Grey - #686f70
Sub Grey - #909496
---------------------------------------------- */



/* Resets
---------------------------------------------- */
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
	}

a { text-decoration: none; }

a:focus {
    outline: 0;
}


/* HTML 5 Display
---------------------------------------------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary { display: block; }


/* Structure
---------------------------------------------- */

body { 
	font-family: Helvetica, Arial, sans-serif; 
	background: url(../images/bg_noise.gif) repeat #aaa;
	}

body.home { 
	background: url(../images/bg_dark_noise.png) repeat #444;
	}

#bg {
	position: absolute;
	top:0; right: 0; bottom: 0;
	left: 0;	
	background-image: url(../images/bg_dirt.png);
	background-repeat: no-repeat;
	background-position: right 100%;	
	}

#wrapper { 
	width: 1000px;
	height: 580px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -500px;
	}

.home #wrapper { 
	width: 170px;
	height: 82px;
	position: absolute;
	left: 50%;
	top: 49%;
	margin-top: -41px;
	margin-left: -84px;
	}

#content {
	position: relative;
	background: url(../images/bg_gradient.png) repeat-x #444;
	height: 580px;
	border-left: 8px solid #e47c1f;	
	}

#main_header {
	float: left;
	width: 130px;
	height: 500px;
	padding: 40px 20px;
	background: url(../images/dash.png) no-repeat right;	
	}

#main_content {
	position: relative;
	float: left;
	width: 290px;
	padding: 36px 40px 40px 20px;
	font-size: 13px;
	}

#gallery_content {
	position: relative;
	float: left;
	width: 782px;
	padding: 36px 20px 20px 20px;
	font-size: 13px;
	}

#image_section {
	float: right;
	width: 460px;
	height: 580px;
	}

footer {
	}

	
/* Typography
---------------------------------------------- */

h1#logo {
	position: absolute;
	top: 515px;
	text-indent: -999px;
	background: url(../images/tss_logo.png) no-repeat;
	width: 75px;
	height: 35px;
	}

#main_content h1, #gallery_content h1 {
	font: normal normal 14px/18px Arial, Helvetica, sans-serif;
	color: #e47c1f;
	}
	
p.title {
	letter-spacing: -2px;
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	}

p {
	font-size: 14px;
	line-height: 16px;
	color: #7f8586;
	margin-bottom: 18px;
	}

p.introduction {
	color: #b5b8b8;
	}

h1#logo {
	position: absolute;
	bottom: 0;
	}	

footer p { 
	float: right;
	font-size: 10px; 
	margin: 0;
	padding: 10px 20px 0 0;
	color: #686f70;
	}

#main_content li {
	width: 290px;
	padding-left: 22px;
	font-size: 14px;
	line-height: 16px;
	color: #7f8586;
	background: url(../images/bullet.png) no-repeat 0 50% ;
	}

.bullet {
	font-weight: normal;
	}

#main_content ul.contact {
	padding: 0 0 16px 0;
	}

#main_content ul.contact li {
	background-image: none;
	padding: 0;
	}

#main_content li span {
	color: #af6018;
	}

#contact_logos {
	position: absolute;
	top: 510px;
	}

/* Navigation + Links
---------------------------------------------- */

ul {
	font-size: 12px;
	list-style: none;
	}

li {
	line-height: 16px;
	}

a:link, a:visited { color: #686f70; }

a:hover, a:active { color: #909496; }

#active a { color: #af6018;}


ul.sub_navigation {
	margin-bottom: 16px;
	}

ul.sub_navigation a:link, ul.sub_navigation a:visited { color: #474c4e; }

ul.sub_navigation a:hover, ul.sub_navigation a:active { color: #686f70; }


footer a { padding-left: 10px; }

footer a:hover { 
	text-decoration: underline;
	color: #686f70;
	}

section.links {
	margin-top: 16px;
}


/* Gallery
---------------------------------------------- */

ul#gallery {
	width: 782px;
	margin-top: 16px;
	}
	
ul#gallery li.gallery_first {
	margin: 16px 0 0 0;
	}

ul#gallery li {
	float: left;
	margin: 16px 0 0 16px;
	}

ul#gallery li a {
	display: block;
	width: 109px;
	height: 112px;
	opacity: 1;
	border: 4px solid #455659;
	-webkit-transition: all 1s;
	}

ul#gallery li a:hover {
	opacity: .8;
	border-color: #fff;
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 14px rgba(0,0,0,.8);
	}

















