/*
	(1) html elements:
	(2) layout components
	(3) formatting: layout components
	(4) general purpose
	(5) hacks
		made in washington */

/************************************************
	(1) html elements
*************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
    font-family: arial, sans-serif;
    font-size: 75%;
    color: #000;
}

ul, ol {
    margin: 0 0 15px 25px;
}

p {
    margin-bottom: 15px;
}

a {
    color: #353a3e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
	border: none;
}

/************************************************
	(2) layout components
*************************************************/

#header {
    background: transparent url(../images/bg_header.png) 0 0 no-repeat;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
}

#header-inner {
    background: transparent url(../images/bg_header-repeat.png) 0 0 repeat;
    margin-left: 695px;
    height: 60px;
    padding-top: 15px;
    color: #68737a;
    font-family: arial;
    font-size: 1.3em;
}

#logo {
    padding: 50px 0 30px 30px;
}

#main {
    margin: 0 0 0 61px;
}

#content {
    padding: 30px 30px 0 30px;
    width: 913px;
}

#work {}

#clients {}

#about {}

#footer {
    background: transparent url(../images/bg_footer2.png) 0 0 no-repeat;
    height: 40px;
    margin: 0px 0 50px 61px;
    padding: 80px 0 0 30px;
    color: #353a3e;
    font-size: .95em;
}

/************************************************
	(3) formatting: layout components
*************************************************/



/* #header-inner */
#header-inner .contact {
    font-size: .8em;
}

#header-inner ul {
    list-style: none;
    margin: 4px 0 0 0;
    padding: 0;
}

#header-inner li {
    float: left;
    padding: 0 14px;
}

#header-inner .sep {
    background: transparent url(../images/bg_sep_header.png) 100% 3px no-repeat;
}

#header-inner .first {
    padding-left: 0;
    padding-right: 15px;
}

#header-inner a {
    color: #68737a;
}



/* #content */
#content h2 {
    background: transparent url(../images/bg_dotted_lines.png) 0 7px no-repeat;
    padding-left: 125px;
    margin: 0 0 20px -125px;
    color: #faa644;
    text-transform: uppercase;
    font: bold 1.2em "Century Gothic";
    letter-spacing: .2em;
}


/* work */
#work ul {
    list-style: none;
    margin: 0 0 0 -4px;
    padding: 0;
}

#work li {
    float: left;
    margin: 0 0 3px 5px;
    position: relative;
}

#work li img {
    border: 1px solid #dedede;
}

#work .caption {
    display: none;
}

#work #projects .panel {
    width: 269px;
    height: 169px;
    padding: 75px 0 0 30px;
    background-color: #faa644;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

#work #projects li:hover .panel {
    display: block;
    opacity: .9;
    cursor: pointer;
}

#work #projects .panel h2 {
    color: #000;
    background: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: none;
    font: bold 1.4em "Century Gothic";
    letter-spacing: normal;
}

#work #projects .panel p {
    font: normal 1.5em "Century Gothic";
    margin-bottom: 0;
}

#work #projects .panel a {
    color: #fff;
}

#work #moreWork {
    color: #faa644;
}

/* clients */

#clients ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    overflow: auto;
}

#clients ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

#clients .column {
    float: left;
    width: 250px;
    padding-right: 50px;
}

#clients li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}




/* about */
#about {
    line-height: 1.6em;
}

#about .panel {
    float: right;
    width: 268px;
    margin-left: 30px;
    background: transparent url(../images/bg_about_panel_top.png) 0 0 no-repeat;
}

#about .panel-body {
    margin-top: 29px;
    padding: 0 25px 10px 25px;
    background: transparent url(../images/bg_about_panel_bottom.png) bottom left no-repeat;
    color: #5b5f62;
    font-size: .95em;
}

#about h3 {
    font: bold 1.2em "Century Gothic";
    color: #faa644;
    letter-spacing: .2em;
    margin-bottom: 15px;
}

#about h4 {
    font-size: 1.1em;
    color: #5b5f62;
}

#about ul {
    margin: 0 0 20px 0;
    padding-left: 14px;
}


/* contact */
#contact.section {
    margin-bottom: 0;
}

#contact a {
    color: #000;
}




/* contact */
#footer a {
    color: #5b5f62;
}

/************************************************
	(4) general purpose
*************************************************/

.section {
    margin-bottom: 75px;
}


/* ul.adjacent */
ul.adjacent {
    list-style: none;
}

ul.adjacent li {
    float: left;
}

div.cta {
    font-family: "Century Gothic";
    color: #5b5f62;
    font-size: 1.5em;
}

div.cta p.cta {
    font-size: 1.4em;
    line-height: 1.7em;
    margin-bottom: 20px;
}

div.cta p.cta strong {
    font-size: 1.5em;
    font-weight: normal;
}

div.cta a {
    color: #666;
}


div.testimonial {
    margin-bottom: 75px;
}

div.testimonial p.quote {
    background: url("../images/bg_left-quote.png") no-repeat scroll 0 19px transparent;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    color: #5b5f62;
    font-family: "Century Gothic";
    font-size: 2em;
    line-height: 2.2em;
    padding: 20px 0;
    text-indent: 20px;
    margin-bottom: 5px;
}

div.testimonial p.quote span {
    background: url("../images/bg_right-quote.png") no-repeat scroll 100% 100% transparent;
    padding-right: 20px;
}

div.testimonial p.attribution {
    color: #4e5254;
    font-size: 1.1em;
}



/* utilities */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */