/* main styles */

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

a {
    text-decoration: none;
    color: #96c8c6;
}

p {
    font: normal 11px/15px Georgia, sans-serif;
	color: #58595b;
}

h3 {
    font: italic 11px/15px Georgia, sans-serif;
	color: #58595b;
	margin-bottom: 0;
}

ul {
  list-style: none;  
}

header {
    width: 100%;
	position: fixed;
    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;
	padding-top: 0;
	height: 150px;
	
	box-shadow: 0px 1px 10px #797a85;
	-moz-box-shadow: 0px 1px 10px #797a85;
	-webkit-box-shadow: 0px 1px 10px #797a85;
}

#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%;
	position: fixed;
	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 {
    position: absolute;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

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

td {
	vertical-align: top;
	
}

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

.project p {
	white-space: normal;
	max-width: 300px;
	text-align: center;
	margin: auto;
}

.last {
    margin-right: 30px;
}

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

.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 */
