/* main styles */

html {
        background: url(../img/wires2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    	background-color: #7e818e;
}

body {
	color: #222;
	font: normal 14px/22px Georgia, Times New Roman, Times, serif;
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

a {
    text-decoration: none;
    color: #fcd3c1;
}

a:hover {
	color: #ceebea;
}

p {
    font: normal 11px/15px Georgia, "Times New Roman", Times, serif;
	color: #58595b;
}

ul {
  list-style: none;  
}

header {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-top: 0;
	border-bottom: 1px solid #fcd3c1;

}

#header-top {
	border-bottom: 1px solid #fcd3c1;
	border-top: 1px solid #fcd3c1;
	height: 47px;
	padding-top: 16px;
	margin-top: 57px;
	
}

#top-wrapper {
    margin: 0px auto;
	width: 610px;
}

#nav {
	margin-right: auto;
	margin-left: auto;
	float: right;
	width: 360px;
}

#nav li {
	margin-top: 7px;
	float: left;
}

.nav-pad {
    margin-right: 70px;
}

#categories {
	width: 100%;
	height: 25px;

}

#cat-nav {
    margin: 5px auto 0;
	width: 800px;
	height: 18px;
}

#cat-nav li {
    float: left;
	margin-right: 25px;
	margin-left: 25px;
}

header img {
    float: left;
}

header a * {
    display: none;
}

#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	padding-left: 35px;
}

#content p {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 17px;
	text-align: left;
	color: #fcd3c1;
}

#content ul li {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #fcd3c1;
}

#contact p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

#contact {
    padding-top: 40px;
}

.col-1 {
    float: left;
    width: 235px;
    padding-right: 60px;
}

.col-2 {
    float: left;
}

.col-3, .col-2 {
    width: 190px;
}

.col-3 {
    padding-left: 20px;
    float: right;
}


#project-wrapper {
    position: absolute;
	margin-top: 150px;
	white-space: nowrap;
	overflow: hidden;
}

td {
	vertical-align: top;
}

.project {
	float: left;
	margin-top: 75px;
	margin-left: 50px;
	margin-bottom: 20px;
	position: relative;
}

.project p {
	margin: auto;
	width: 100%;
	white-space: normal;
	max-width: 300px;
}

.first {
	margin-left: 30px;
}

.last {
    margin-right: 30px;
}

.project img {
	margin-bottom: 4px;
}

.outline {
 	border: 1px solid #e4e4e4;   
}

/* @group nav buttons */

#nav a, #nav a .hover {
	height: 20px;
	display: block;
	background: url(../img/sprite3.png) no-repeat;
}

#nav a.home {
	background-position: 0 0;
	width: 61px;
}

#nav .highlight a.home:hover,
#nav a.home .hover {
	background-position: 0 -20px;
}

#nav a.contact {
	background-position: -129px 0;
	width: 89px;
}

#nav .highlight a.contact:hover,
#nav a.contact .hover {
	background-position: -129px -20px;
}

#nav a.about {
	background-position: -60px 0;
	width: 69px;
}

#nav .highlight a.about:hover,
#nav a.about .hover {
	background-position: -60px -20px;
}

/* @end */

/* @group cat nav */

#cat-nav a, #cat-nav a .hover {
	height: 20px;
	display: block;
	background: url(../img/sprite4.png) no-repeat;
}

#cat-nav a.newwork {
	background-position: 0 0;
	width: 62px;
}

#cat-nav .highlight a.newwork:hover,
#cat-nav a.newwork .hover {
	background-position: 0 -160px;
}

#cat-nav a.logos {
	background-position: 0 -20px;
	width: 66px;
}

#cat-nav .highlight a.logos:hover,
#cat-nav a.logos .hover {
	background-position: 0 -180px;
}

#cat-nav a.books {
	background-position: 0 -40px;
	width: 37px;
}

#cat-nav .highlight a.books:hover,
#cat-nav a.books .hover {
	background-position: 0 -200px;
}

#cat-nav a.editorial {
	background-position: 0 -60px;
	width: 56px;
}

#cat-nav .highlight a.editorial:hover,
#cat-nav a.editorial .hover {
	background-position: 0 -220px;
}

#cat-nav a.collateral {
	background-position: 0 -80px;
	width: 58px;
}

#cat-nav .highlight a.collateral:hover,
#cat-nav a.collateral .hover {
	background-position: 0 -240px;
}

#cat-nav a.music {
	background-position: 0 -100px;
	width: 37px;
}

#cat-nav .highlight a.music:hover,
#cat-nav a.music .hover {
	background-position: 0 -260px;
}

#cat-nav a.projects {
	background-position: 0 -120px;
	width: 50px;
}

#cat-nav .highlight a.projects:hover,
#cat-nav a.projects .hover {
	background-position: 0 -280px;
}

#cat-nav a.misc {
	background-position: 0 -140px;
	width: 30px;
}

#cat-nav .highlight a.misc:hover,
#cat-nav a.misc .hover {
	background-position: 0 -300px;
}






/* @end */
