/* 

Stylesheet for Heath Waller Creative
Author: Heath Waller
Author URI: http://heathwaller.com/

black - 050702 
dk grey - 685e58
grey - b1b0a1
lt grey - e3e2d9
bright green - 5e6618
green - 8d9849
dk yellow - d09b37
yellow - f9db82
orange - eb903f
red - d94525
dk pink - d87770
pink - e9a3a7

*/
/* -----------------------------GLOBAL------------------------------------- */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix { zoom: 1 }
/*  -----------------------------LAYOUT------------------------------------ */
body {
    background: #fff url(../images/bg.jpg) repeat scroll left top;
    height: 100%;
    position: relative;
}
#wrapper {
    width: 1160px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #fff;
}
#main {
    width: 940px;
    margin: 0 auto;
}
.row {
    border-top: 1px solid #b1b0a1;
    width: 940px;
    padding-top: 20px;
}
.top {
    border-top: 0;
    width: 940px;
}
.middle { margin-bottom: 0 !important; }
.first { padding-right: 28px; }
.last {
    border-right: none !important;
    padding-left: 28px;
}
.center {
    padding-left: 28px;
    padding-right: 28px;
}
.third-col {
    width: 275px;
    float: left;
    border-right: 1px solid #b1b0a1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.two-thirds {
    width: 578px;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.quarter-col {
    width: 192px;
    float: left;
    border-right: 1px solid #b1b0a1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.three-quarters {
    width: 634px;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.half-col {
    width: 441px;
    float: left;
    border-right: 1px solid #b1b0a1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/* ------------------------TYPOGRAPHY----------------------------------------- */
body {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 19px;
    color: #685e58;
}
h1 {
    color: #050702;
    font-family: "BlairMdITCTTMedium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-top: 8px;
    margin-bottom: 15px;
}
h2 {
    color: #050702;
    font-family: "BlairMdITCTTMedium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-top: 8px;
    margin-bottom: 15px;
}
h3 {
    color: #8d9849;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 12px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-style: italic;
}
h4 {
    color: #050702;
    font-family: "BlairMdITCTTMedium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-top: 8px;
    margin-bottom: 15px;
}
h5 {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 14px;
    color: #685e58;
    text-transform: uppercase;
}
h6 {
	color: #d94525;
    font-family: FanwoodRegular, "Times New Roman", Times, serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: none;
	
}
a {
    color: #d87770;
    text-decoration: none;
}
a:hover { color: #d94525; }
p { margin-bottom: 15px; }
p.link a {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}
ul.list {
    list-style-type: disc;
    padding: 0;
    margin: 0 0 15px 20px;
}
ul.list li { color: #d94525; }
ul.list li span { color: #685e58; }
.text-center { text-align: center; }
h4.text-center {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #b1b0a1;
    margin-top: -5px;
}
/* --------------------------HEADER------------------------------ */
#header {
    height: 120px;
    border-bottom: 2px solid #685e58;
}
#logo {
    width: 255px;
    float: left;
	padding-top: 51px;
}
#logo a {
    display: block;
    width: 94px;
    height: 38px;
    background: url(../images/logo.jpg) no-repeat top left;
}
#logo a:hover,
#logo a:focus,
#logo a:hover { background-position: 0 -38px; }
/* -------------------------NAVIGATION------------------------------- */

#nav{
	float:right;
	padding-top:70px;
	}
#nav ul{
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0;
	}
	
#nav ul li {
	display:inline;
}
#nav span {
    font-size: 22px;
    color: #b1b0a1;
}
#nav ul li a {
    color: #d87770;
    font-family: 'Oswald', arial, serif;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
}
#nav ul li a:hover { color: #d94525; }
.selected { color: #d94525 !important }
/* ------------------------HEADLINE-------------------------------- */
h1.headline {
    color: #685e58;
    font-family: FanwoodRegular, "Times New Roman", Times, serif;
    font-size: 38px;
    letter-spacing: 2px;
    padding: 10px 0 15px 0;
    line-height: 44px;
    text-transform: none;
}
body#work h1.headline span { color: #d94525; }
body#services h1.headline span { color: #85c6c3; }
body#news h1.headline span { color: #d09b37; }   
body#about h1.headline span { color: #8d9849; }
body#contact h1.headline span { color: #eb903f; }
/*  -------------------------IMAGES------------------------------------ */
.third-img {
    width: 275px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b1b0a1;
}
.third-img a {
    display: block;
    position: relative;
}
.third-img a:hover span { display: block; }
.third-img a:hover span {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.third-img a span {
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    opacity: 0;
    display: block;
    position: relative;
}
.third-img a span {
    display: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.third-img.featured { height: 143px; }
.quarter-img {
    width: 192px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b1b0a1;
}
.full-img {
    width: 940px;
    height: 490px;
    margin-bottom: 45px;
    border-bottom: 1px solid #b1b0a1;
}
.med-img {
    width: 605px;
    height: 315px;
    margin-bottom: 30px;
}
img#me {
    width: 230px;
    height: 270px;
    float: left;
    margin-right: 30px;
}

/* --------------------------FOOTER------------------------------------- */
p#copyright {
    text-transform: uppercase;
    text-align: center;
    color: #b1b0a1;
    font-family: 'Oswald', arial, serif;
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0 30px 0;
    border-top: 2px solid #685e58;
    margin-bottom: 0;
}
p#copyright a { color: #d87770; }
p#copyright a:hover { color: #d94525; }
/* ------------------PROJECT PAGES---------------------------- */
.services-provided {
   padding: 8px 0;
   border-top: 1px solid #b1b0a1;
   border-bottom: 1px solid #b1b0a1;
   margin-bottom: 20px;
}
img.service-icons {margin-right: 4px;}
h1.projects {
	font-size:18px;
	letter-spacing: 2px;
	padding: 0 0 10px 0;
	line-height: 24px;	
}
/* -----------------------CONTACT PAGE--------------------------------- */
p.contactme {
    font-weight: bold;
    margin: 15px 0 3px 0;
    text-transform: uppercase;
    font-style: italic;
}
img#contact-img { float: right; }
.wufoo.label.desc,
.wufoo.label.legend {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.wufoo .info { display: none; }
.wufoo {background: #fff!important; }
/* ---------------------------@FONTFACE--------------------------------- */
@font-face {
    font-family: 'BlairMdITCTTMedium';
    src: url('type/blairmditc_tt_medium_wwww.font-cat.com-webfont.eot');
    src: url('type/blairmditc_tt_medium_wwww.font-cat.com-webfont.eot?iefix') format('eot'), url('type/blairmditc_tt_medium_wwww.font-cat.com-webfont.woff') format('woff'), url('type/blairmditc_tt_medium_wwww.font-cat.com-webfont.ttf') format('truetype'), url('type/blairmditc_tt_medium_wwww.font-cat.com-webfont.svg#webfontoJqwbZX4') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FanwoodRegular';
    src: url('type/Fanwood-webfont.eot');
    src: url('type/Fanwood-webfont.eot?#iefix') format('eot'), url('type/Fanwood-webfont.woff') format('woff'), url('type/Fanwood-webfont.ttf') format('truetype'), url('type/Fanwood-webfont.svg#webfontVVl9NZdu') format('svg');
    font-weight: normal;
    font-style: normal;
}
