p, div {
	color: #999;
}
a {
	color: #ccc;
}
a:hover {
	color: red;
}

/* category lists: front
-------------------------------------------------------------- */

ul#work-category-list {
}
ul#work-category-list li {
}
ul#work-category-list li a {
	display: block;
	background-image:url(logo.png);
	background-repeat: no-repeat;
	text-indent: -666px;
	overflow: hidden;
	height: 16px;
	width: 125px;
	margin: 0 0 20px 0;
}
ul#work-category-list a#art_btn {
	background-position: 0 -67px;
}
ul#work-category-list a#art_btn:hover {
	background-position: 0 -113px;
}
ul#work-category-list a#architecture_btn {
	background-position: 0 -82px;
}
ul#work-category-list a#architecture_btn:hover {
	background-position: 0 -128px;
}
ul#work-category-list a#prototype_btn {
	background-position: 0 -98px;
}
ul#work-category-list a#prototype_btn:hover {
	background-position: 0 -144px;
}

/* category lists: pages
-------------------------------------------------------------- */

ul#work-category-nav {
}
ul#work-category-nav li {
	float: left;
	display: block;
}
ul#work-category-nav li a {
	display: block;
	height: 13px;
	margin: 12px 9px 0 0;
	color: #ccc !important;
	font-weight: bold;
	font-size: 10px;
}
ul#work-category-nav li a:hover, 
ul#work-category-nav li a.active {
	color: red !important;
	font-weight: bold;
	font-size: 10px;
}





/* front
-------------------------------------------------------------- */

#page-front {
	width: 960px;
	margin: 0 auto;
}
#page-front:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
}
#front-content {
	width: 230px;
	margin-right: 52px;
}
#front-image {
	width: 678px;
	height: 500px;
	overflow: hidden;	
}
#home-intro {
	width: 208px;
	margin-bottom: 24pt;
}
#home-featured {
	width: 208px;
	height: 75px;
}
#home-featured h2 {
	color: #999;
	font-size: 11px;
margin-bottom: 0.5em;
}
#home-featured ul {
}
#home-featured ul li {
	line-height: 1.2em;
	margin-bottom: 0.75em;
}
#home-featured ul li a {
	color: #ccc;
	font-size: 11px;
}
#home-featured ul li a:hover {
	color: red !important;
}

#caption {
	padding: 4px 0;
	color: #999;
	font-size: 10pt;
}
#caption:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
}
#photo-description {
	font-size: 10px;
}
#photo-credit {
	float: right;
	font-size: 10px;
}

#fprev_btn {
	display: block;
	z-index: 10;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 226px;
	height: 468px;
}
#fprev_btn:hover {
	background:url(home-nav-left.png) no-repeat 13px center;
}
#fnext_btn {
	display: block; 
	z-index: 11; 
	overflow: hidden; 
	text-indent: -999px;
	position: absolute;
	top: 0;
	right: 0;
	width: 226px;
	height: 468px;
}
#fnext_btn:hover {
	background:url(home-nav-right.png) no-repeat 203px center;
}




#wprev_btn {
	display: block;
	z-index: 10;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 339px;
	height: 468px;
}
#wprev_btn:hover {
	background:url(home-nav-left.png) no-repeat 13px center;
}
#wnext_btn {
	display: block; 
	z-index: 11; 
	overflow: hidden; 
	text-indent: -999px;
	position: absolute;
	top: 0;
	right: 0;
	width: 339px;
	height: 468px;
}
#wnext_btn:hover {
	background:url(home-nav-right.png) no-repeat 313px center;
}


/* node-page (about)
-------------------------------------------------------------- */
#page-page {
	width: 960px;
	margin: 0 auto;
}
#page-content {
	width: 450px;
	height: 500px;
	overflow: auto;
}
#page-image {
	width: 225px;
	margin-right: 20px;
}
#page-image div {
	width: 225px;
	overflow: hidden;
}


/* node-works
-------------------------------------------------------------- */
#page-works {
	width: 960px;
	margin: 0 auto;
}
#works-content {
	width: 192px;
	height: 500px;
	margin-right: 52px;
	overflow: auto;
}
#works-listing {
	width: 716px;
	height: 470px;
	overflow: hidden;
}

ul#work-list {
}
ul#work-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
}
ul#work-list li {
	display: block;
	float: left;
}
ul#work-list li a {
	display: block;
	margin: 0 6px;
	width: 221px;
	height: 220px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #666 !important;
}
ul#work-list li a:hover {
	color: red !important;
}

ul#work-list li span {
	display: block;
	padding-top: 165px;
	font-size: 10px;
	padding: 165px 6px 0 6px;
}

/* node-work
-------------------------------------------------------------- */
#page-work {
	width: 960px;
	margin: 0 auto;
}
#work-content {
	width: 230px;
	margin-right: 52px;
}
#work-image {
	width: 678px;
}
#image-container {
	width: 678px;
	height: 467px;
	overflow: hidden;
}
#work-nav {
	margin-top: 0.5em;
}
#work-nav ul {
}
#work-nav ul li {
	display: block;
	float: left;
	margin-right: 1em;
	color: #ccc;
}
a#index_btn {
	font-weight: bold;
}
a#index_btn:hover {
	color: #f00;
}
a#work-prev {
	background:url(work-nav.png) no-repeat 0 0;
	width: 12px;
	height: 15px;
}
a#work-prev:hover {
	background:url(work-nav.png) no-repeat 0 -15px;
}
a#work-next {
	background:url(work-nav.png) no-repeat -12px 0;
	width: 12px;
	height: 15px;
}
a#work-next:hover {
	background:url(work-nav.png) no-repeat -12px -15px;
}
a#work-video-1 {
	margin-left: 20px;
}
div#work-description {
	line-height: 1.3em;
}
#work-content .jscroll-pane {
	height: 468px;
}


#work-category-container {
	float: left;
	width: 250px;
}
#work-nav-container {
	float: right;
	padding-top: 40px;
	height: 40px;
	line-height: 40px;
}
.work-nav-label {
	margin-left: 20px;
	font-size: 10px;
	text-transform: uppercase;
}
.work-nav-label span {
	color: #666;
}
.work-nav-label a {
	font-weight: bold;
}
.work-nav-label a:hover {
	color: red;
}

#work-caption {
	padding: 0;
	font-size: 10px;
	text-align: right;
	color: #939393;
}




/* page: clients
-------------------------------------------------------------- */
#page-clients {
	width: 960px;
	margin: 0 auto;
}
#clients-intro {
	margin-bottom: 30px;
}
#clients-content {
	width: 458px;
	margin-right: 32px;
}
#clients-image {
	width: 470px;
}
.client-column {
	width: 189px;
	margin-right: 40px;
	margin-bottom: 1em;
	float: left;
}

p#client-url {
	margin: 0.5em 0;
}
a#client-page_btn {
	font-size: 10px;
}
.client-column h2 {
	font-size: 10px;
	margin: 0;
	color: #666;
	padding: 0;
}
.client-column ul {
	margin: 0 0 1.1em 0;
	padding: 0;
}
.client-column ul li {
	line-height: 1.2em;
}
.client-column ul li a {
	font-size: 10px;
}



/* page: contact
-------------------------------------------------------------- */
#page-contact {
	width: 960px;
	margin: 0 auto;
}
#contact-content {
	width: 228px;
	height: 469px;
	margin-right: 52px;
}
#contact-content a {
}
#contact-image {	
	width: 680px;
	height: 469px;
}
#map_canvas {
	width: 680px; 
	height: 469px;
	background: #222;
}
#contact-address {
	margin-bottom: 12pt;
}
#mailing-list {
	margin-bottom: 24pt;
	color: #696969;
}
#contact-address input[type="text"] {
	border: 0;
	background: #333;
	color: #fff !important;
}
#mailing-list input {
	margin: 2px 0 0 0;
}
#mailing-email {
	background: #666;
	border: 1px solid #666;
	padding: 0;
	margin: 0;
}

ul.social-list {
	margin: 1em 0;
}
ul.social-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
}
ul.social-list li {
	display: block;
	float: left;
}
ul.social-list li a {
	display: block;
	width: 33px;
	height: 33px;
	/*margin-right: 10px;*/
}

ul.footer-social-list {
	display: inline;
	/*margin: 1em 0;*/
}
/*
ul.footer-social-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
}
*/
ul.footer-social-list li {
	display: block;
	float: left;
	margin: 10px 0 0 0;
}
ul.footer-social-list li a {
	display: block;
	width: 23px;
	height: 23px;
	/*margin-right: 10px;*/
}

