/* Imports */
@import url("http://yui.yahooapis.com/3.1.1/build/cssreset/reset-min.css");

@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('../fonts/CartoGothicStd-Book-webfont.eot');
	src: url('../fonts/CartoGothicStd-Book-webfont.woff') format('woff'), url('../fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'), url('../fonts/CartoGothicStd-Book-webfont.svg#webfontiSSvHuvy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CodeLight';
	src: url('../fonts/CODE Light.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CodeBold';
	src: url('../fonts/CODE BOLD.otf');
	font-weight: normal;
	font-style: normal;
}


/***** Global *****/
/* Body */
	body {
		background: #131313 url('../images/WORKBG.png') repeat-x;
		color: #DDD;
	}

a {
outline: 0;
}

/* Headings */

h3 {
font-size: 18px;
font-family: CartoGothicStdBook, 'AvantGarde LT Book', 'AvantGarde LT', AvantGarde, Verdana, Sans-Serif;
color: #959595;
padding: 0 20px;
}

h4 {
font-size: 18px;
font-weight: normal;
font-family: CartoGothicStdBook, 'Myriad Web Pro', 'Myriad Pro', Myriad, 'Trebuchet MS', Trebuchet, Sans-Serif;
letter-spacing: 1px;
}

h5 {
font-size: 36px;
font-weight: bold;
font-family: Arial;
color: #fbe2bf;
padding-bottom: 10px;
}

header {
background: transparent;
width: 960px;
height: 72px;
margin: auto;
display: block;
}

h1#logo a {
display: block;
height: 72px;
float: left;
text-indent: -99999em;
background: url('../images/logo-trans.png') no-repeat 10px 15px;
width: 118px;
}

nav {
float: right;
display: block;
margin: 0 10px 0 0;
}

nav ul li {
list-style-type: none;
display: inline-block;
text-align: center;
padding: 30px 0 0 0;
width: 120px;
font-family: Tahoma, Arial, Sans-Serif;
font-weight: normal;
font-size: 15px;
height: 42px;
margin: 0 0 0 -4px;
}

nav ul li a {
text-decoration: none;
color: #FFF;
display: block;
width: 120px;
height: 42px;
margin: 0;
}

.home:hover {
background: transparent url('../images/nav_home.png') no-repeat;
}

nav .work {
background: transparent url('../images/nav_work.png') no-repeat;
}

.about:hover {
background: transparent url('../images/nav_about.png') no-repeat;
}

.contact:hover {
background: transparent url('../images/nav_contact.png') no-repeat;
}

h2 {
float: right;
display: block;
height: 93px;
width: 284px;
background: url('../images/work-trans.png') no-repeat;
text-indent: -5000em;
margin: 50px 0 0 0;
}

#banner {
display: block;
height: 261px;
overflow: none;
background: transparent url('../images/WORKbannerBG-right.png') repeat-x;
border-bottom: 1px solid #1b1b1b;
margin: 0;
}

#banner .left {
height: 261px;
float: left;
width: 80%;
background: url('../images/WORKbannerBG-left.jpg') no-repeat top right, url('../images/bannerBG.png') repeat-x;
}

#content {
background: #0f0f0f;
display: block;
margin: auto;
width: 960px;
border-left: 1px solid #1b1b1b;
border-right: 1px solid #1b1b1b;
overflow: auto;
}

h3 {
padding: 20px;
background: #0d0d0d;
border: 1px solid #0f0f0f;
display: block;
}

h3 small {
margin: 0 20px;
display: inline-block;
font-family: Verdana, Sans-Serif;
font-size: 12px;
color: #696969;
}

h4 {
padding: 36px 0 25px 36px;
}

#content .web li {
float: left; 
margin: 0 10px 33px 10px; 
display: block;
}

#content .logo li {
float: left; 
margin: 0 10px 33px 10px; 
display: block;

}

footer {
display: block;
background: transparent url('../images/WORKfooterBG-right.png') repeat-x;
height: 334px;
text-shadow: 1px 1px 1px #000;
}

footer .left {
height: 261px;
float: left;
width: 90%;
background: url('../images/WORKfooterBG-let.jpg') no-repeat top right, url('../images/WORKfooterBG.png') repeat-x;
height: 334px;
margin: 0 0 -270px 0;
}

#foot-content {
display: block;
width: 960px;
margin: auto;
}

#cool, #wow {
display: block;
float: left;
width: 200px;
margin: 0 20px 0;
}

footer li {
display: block;
width: 200px;
height: 33px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}

footer li a {
color: #d0871f;
line-height: 32px;
font-size: 18px;
font-family: Arial;
padding-left: 10px;
text-decoration: none;
}

footer li:hover {
background: transparent url('../images/foot-hover-trans.png');
}

footer li.active{
background: transparent url('../images/foot-active-trans.png');
}

footer li a strong {
color: #febe38;
}

.credit {
display: block;
width: 960px;
margin-top: 75px;
float: right;
font-family: Arial;
font-size: 14px;
color: #803801;
}

.credit strong, .credit a {
color: #a04601;
}
