/* 
-----------------------------------------------
\\\ Reset 
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {   /* remember to define focus styles! */
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {    /* tables still need 'cellspacing="0"' in the markup  */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* 
-----------------------------------------------
\\\ General
----------------------------------------------- */

input { 
line-height: 1; 
}

body { 
background: #fff;
color: #444; 
font: 11px/1.5 verdana, sans-serif;
text-align: center; 
}


#container {
width: 947px;
margin: 0 auto;
text-align: left;
}

.clearboth {
	clear: left;
	height: 1px;
} 

p, ul, li {
	margin-bottom: 10px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a:link, a:visited  {
	text-decoration: none;
	color: #444;
}

a:hover {
	text-decoration: underline;
	color: #333;
}


/* 
-----------------------------------------------
\\\ Masthead
----------------------------------------------- */
#masthead {
	float: left;
	display: inline;
	position: relative;
	width: 947px;
	height: 102px;
	background: url(/images/masthead.png);
}

#mark {
	position: absolute;
	top: 60px;
	left: 27px;
	width: 161px;
	height: 16px;
	line-height: 16px;
	text-indent: -5000px;
	background: url(/images/mark.png) no-repeat scroll 0 0;
}

#mark a {
	display:block;
	height:16px;
}

#mark a:hover {
	background: url(/images/mark.png) no-repeat scroll 0 -16px;
}

#cart {
	position: absolute;
	top: 0;
	right: 23px;
	width: 68px;
	height: 22px;
}

#nav {
	position: absolute;
	top: 63px;
	right: 26px;
	width: 508px;
	height: 12px !important;
	overflow: hidden;
	background: url(/images/nav.png) no-repeat;
}

ul#nav li {
padding: 0;
margin: 0;
height: 12px;
display: inline;
list-style-type: none;
float: left;
display: inline;
text-indent: -9999px;
}

ul#nav li a {
height: 12px;
border: 0;
text-decoration: none;
display: block;
background: transparent url(/images/nav.png) no-repeat;
}

li#services_nav a {
width: 68px;
height: 12px;
margin-right: 33px;
}

li#services_nav a:link, li#services_nav a:visited {
background-position: 0 0;
}

li#services_nav a:hover, li#services_nav a:focus {
background-position: 0px -12px;
}

li#work_nav a {
width: 48px;
height: 12px;
margin-right: 34px;
}

li#work_nav a:link, li#work_nav a:visited {
background-position: -101px 0;
}

li#work_nav a:hover, li#work_nav a:focus {
background-position: -101px -12px;
}

li#clients_nav a {
width: 66px;
height: 12px;
margin-right: 31px;
}

li#clients_nav a:link, li#clients_nav a:visited {
background-position: -183px 0;
}

li#clients_nav a:hover, li#clients_nav a:focus {
background-position: -183px -12px;
}

li#store_nav a {
width: 53px;
height: 12px;
margin-right: 28px;
}

li#store_nav a:link, li#store_nav a:visited {
background-position: -280px 0;
}

li#store_nav a:hover, li#store_nav a:focus {
background-position: -280px -12px;
}

li#blog_nav a {
width: 47px;
height: 12px;
margin-right: 28px;
}

li#blog_nav a:link, li#blog_nav a:visited {
background-position: -361px 0;
}

li#blog_nav a:hover, li#blog_nav a:focus {
background-position: -361px -12px;
}

li#about_nav a {
width: 72px;
height: 12px;
margin-right: 0;
}

li#about_nav a:link, li#about_nav a:visited {
background-position: -436px 0;
}

li#about_nav a:hover, li#about_nav a:focus {
background-position: -436px -12px;
}

/* 
-----------------------------------------------
\\\ Subnav
----------------------------------------------- */
#subnav {
	margin: 12px 0 0px 8px;
	float: left;
	display: inline;
}

#subnav ul, #subnav ul li {
	margin-bottom: 0;
}

#subnav a.active {
	font-weight: bold;
	cursor: default;
}

#subnav a.active:hover {
	text-decoration: none;
	color: #444;
}

/* 
-----------------------------------------------
\\\ Content
----------------------------------------------- */
#content {
	float: left;
	display: inline;
	width: 947px;
	margin-top: 1px;
}

#content.vert {
	background: url(/images/vert_rule.png) repeat-y 253px 0;
}

#main {
	float: right;
	width: 675px;
	position: relative;
	margin: 30px 1px 0 0;
	display: inline;
}

#main.sub {
	margin-right: 21px;
	display: inline;
	border-top: 1px solid #669999;
	width: 656px;
}

.leftlist, .rightlist {
	width: 308px;
	float: left;
	display: inline;
	margin-right: 24px;
}

.leftlist {
	margin-left: 8px;
}

.rightlist {
	margin-right: 8px;
}

dd {
	margin-bottom: 16px;
}

dt {
	font-weight: bold;
}

dt em {
	font-weight: normal;
}

#sidebar {
	float: left;
	width: 219px;
	margin: 30px 0 0 19px;
	display: inline;
	padding-top: 1px;
	background: url(/images/sidebar_top.png) no-repeat scroll 0 0;
}

#sidebar h2 {
	float: left;
	display: inline;
	margin: 0 8px 21px;
	width: 210px;
	height: 20px;
	line-height: 20px;
	text-indent: -5000px;
	background: url(/images/home/fromblog.png) no-repeat scroll 0 0;
}

#sidebar dl, #sidebar p {
	margin: 0 8px;
}

#sidebar dt {
	font-weight: bold;
}

#sidebar dd {
	margin-bottom: 15px;
}

#sidebar dd a {
	color: #5b89b6;
}

#sidebar dl dd p {
	margin: 0 0;
	display: inline;
}


/* 
-----------------------------------------------
\\\ Homepage
----------------------------------------------- */
#tag {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 675px;
	height: 39px;
	line-height: 39px;
	text-indent: -5000px;
	z-index: 3;
	background: url(/images/home/tag.png) no-repeat scroll 0 0;
}

#homeslides {
	float: left;
	display: inline;
	width: 675px;
	height: 332px;
	position: relative;
	overflow: hidden !important;
	padding-bottom: 18px; 
	z-index: 2;
	border-bottom: 1px solid #669999;
}

#zoom {
	z-index: 5;
}

#cezanne_big {
	display: none;
}

#recent_pubs {
	float: left;
	display: inline;
	width: 681px;
	height: 275px;
}

#recent_pubs h2 {
	margin: 7px 0 11px;
	width: 159px;
	height: 13px;
	line-height: 13px;
	text-indent: -5000px;
	background: url(/images/home/recent.png) no-repeat scroll 0 0;
}

.recent_thumb {
	float: left;
	display: inline;
	position: relative;
	margin-right: 24px;
	width: 152px;
}

#last_thumb.recent_thumb {
	margin-right: 0;
	margin-left: 1px;
}

.recent_thumb p {
	font: 10px/1.4 Verdana,sans-serif;
	margin-bottom: 6px;
}

.recent_thumb .recent_outer {
	width: 100%;
	position: relative;
	height: 250px;
	margin-bottom: 2px;
	overflow: hidden;
}

.recent_thumb img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* 
-----------------------------------------------
\\\ WORK/STORE: Index
----------------------------------------------- */
#thumbs {
	width: 837px;
	float: left;
	display: inline;
	margin-left: 48px;
}

#thumbs ul li {
	width: 178px;
	float: left;
	display: inline;
	height: 240px;
	margin-right: 31px;
	position: relative;
}

.thumb_img {
	display: block;
	width: 178px;
	height: 179px;
	background: url(/images/projects/thumb.png) no-repeat scroll 0 0;
}

.screen {
	position: absolute;
	width: 173px;
	height: 173px;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(/images/projects/screen.png) no-repeat scroll 0 0;
}

.ghosty .screen {
	z-index: 5;
}

li.books div.books, li.web div.web, li.editions div.editions, li.ephemera div.ephemera, li.case_studies div.case_studies  {
	z-index: -1;
}

ul.books li.books .screen, ul.web li.web .screen, ul.editions li.editions .screen, ul.ephemera li.ephemera .screen, ul.case_studies li.case_studies .screen {
	z-index: -1 !important;
}

}

#thumbs ul li {
	width: 178px;
	float: left;
	display: inline;
	height: 240px;
	margin-right: 31px;
	position: relative;
}

.thumb_img {
	display: block;
	width: 178px;
	height: 179px;
	background: url(/images/projects/thumb.png) no-repeat scroll 0 0;
}

.screen {
	position: absolute;
	width: 173px;
	height: 173px;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(/images/projects/screen.png) no-repeat scroll 0 0;
}

.ghosty .screen {
	z-index: 5;
}

li.books div.books, li.web div.web, li.editions div.editions, li.ephemera div.ephemera, li.case_studies div.case_studies  {
	z-index: -1;
}

ul.books li.books a, ul.web li.web a, ul.editions li.editions a, ul.ephemera li.ephemera a, ul.case_studies li.case_studies a {
	color: #444 !important;
}

dl.all dd.all a {
	font-weight: bold;
}

#subnav dl {
	float: left;
	display: inline;
	width: 420px;
}

.store #subnav dl {
	width: 251px;
}

.store #subnav.indiv dl, .store #subnav.indiv dd {
	margin-bottom: 0;
}


#subnav.indiv dl {
	margin-bottom: 0px;
}

#subnav dl dt, #subnav dl dd {
	font-weight: normal;
	float: left;
	display: inline;
	line-height: 1;
}

#subnav dl dd {
	padding: 0 6px 1px;
	background: url(/images/nav_rule.gif) no-repeat top right;
}

#subnav dl dd:last-child {
	background: none;
}

/* 
-----------------------------------------------
\\\ WORK/STORE: Detail
----------------------------------------------- */
#main.project {
	float: left;
	width: 900px;
	position: relative;
	margin: 0 1px 24px 26px;
	display: inline;
}

#navinfo {
	float: left;
	display: inline;
	width: 419px;
	border-left: 1px solid #669999;
	margin: -4px 0 28px 481px;
}

#subnav.work {
	margin-bottom: 15px;
}

#subnav.indiv {
	margin-bottom: 0;
}

#navinfo.store {
	float: left;
	display: inline;
	width: 238px;
	border-left: 1px solid #669999;
	margin: -4px 0 28px 662px;
}

#navinfo.store #subnav {
	margin-bottom: 0;
}

#navinfo h1, #navinfo h2 {
	margin-left: 8px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
}

#navinfo h1 {
	margin-bottom: 3px;
}

#projectslides {
	clear: left;
	width: 900px;
	height: 460px;
}

.bigimage {
	float: left;
	display: inline;
	width: 900px;
	position: relative;
	overflow: hidden !important; 
	margin-bottom: 20px;
}

#local_controls {
	float: left;
	width: 410px;
	display: inline;
	margin: 18px 0 0 485px;
	line-height: 1 !important;
}

#local_controls a {
	padding: 0 6px;
	line-height: 1;
	border-right: 1px solid #bbb;
}

#local_controls a:last-child, #local_controls a.last-child {
	border-right-color: #fff;
}

#local_controls a.activeSlide { 
	font-weight: bold;
	cursor: pointer !important;
}

h1#storehead {
	float: left;
	display: inline;
	width: 410px;
	margin: 10px 0 16px 490px;
	font-size: 12px;
	font-weight: bold;
}

.subcontent {
	float: left;
	display: inline;
	overflow: auto;
	width: 410px;
	margin: 17px 0 0 490px;
}

#store_page .subcontent {
	float: right;
	display: inline;
	margin: 17px 0 0 0;
}

#store_container {
	width: 900px;
	float: left;
}

#purchase {
	float: left;
	display: inline;
	background-color: #efefef;
	width: 210px;
	background: url(/images/work/purchase_bottom.png) no-repeat left bottom;
	margin: 20px 0 0 261px;
}

#purchase p {
	background: url(/images/work/purchase_top.png) no-repeat left top;
	line-height: 1;
	margin-bottom: 0;
	padding: 14px 18px 14px;
}

#purchase form {
	padding: 0 18px 14px;
}

select {
	width: 170px;
	display: block;
	margin-bottom: 12px;
	font: 11px verdana, sans-serif;
}

#purchase.nudge {
	margin-top: 21px;
}


.store_meta {
	width: 140px;
	float: right;
	display: inline;
	font: 11px/16px Georgia,"Times New Roman",Times;
	font-style: italic;
	margin: 0 0 8px 16px;
	padding-left: 18px;
	border-left: 1px solid #b9b9b9;
}

/* 
-----------------------------------------------
\\\ SERVICES
----------------------------------------------- */
#navinfo.services {
	margin: -4px 0 28px 378px;
}

#services_desc.subcontent {
	margin-top: -4px;
	margin-left: 386px;
}

#services_desc h1 {
	font-weight: bold;
}

#serv_design li:first-child a {
	font-weight: bold;
}

/* 
-----------------------------------------------
\\\ ABOUT
----------------------------------------------- */

#sidebar #mission {
	margin-bottom: 12px;
	background: url(/images/about/mission.png) no-repeat scroll 0 0;
}

#sidebar #contact {
	margin-bottom: 12px;
	background: url(/images/about/contact.png) no-repeat scroll 0 0;
}

#contact_wrap {
	margin-top: 30px;
	border-top: 1px solid #669999;
}

#contact_wrap p {
	margin-bottom: 16px;
}

#staff {
	margin: 0 8px 12px;
	width: 210px;
	height: 20px;
	line-height: 20px;
	text-indent: -5000px;
	background: url(/images/about/staff.png) no-repeat scroll 0 0;
}


/* 
-----------------------------------------------
\\\ CLIENTS
----------------------------------------------- */
#main.clients {
	border-top: none;
}

#museum, #publishers {
	margin: 0 0 12px;
	width: 210px;
	height: 20px;
	line-height: 20px;
	text-indent: -5000px;
	background: url(/images/clients/museum.png) no-repeat scroll 0 0;
}

#publishers {
	width: 295px;
	background: url(/images/clients/publishers.png) no-repeat scroll 0 0;
}

.clients dl {
	margin-bottom: 30px
}

.clients dd {
	margin-bottom: 0;
}

/* 
-----------------------------------------------
\\\ BLOG
----------------------------------------------- */
#content.blog {
	float: left;
	width: 896px;
	line-height: 1.6;
	margin-left: 26px;
	display: inline;
	margin-top: 1px;
}

#bloghead {
	width: 896px;
	height: 126px;
	margin: 17px 0 38px 0;
	line-height: 126px;
	text-indent: -5000px;
	background: url(/images/blog/banner.jpg) no-repeat scroll 0 0;
}

#blog_inner {
	background: url(/images/blog/rules.png) repeat-y scroll;
	float: left;
	display: inline;
	width: 100%;
}

#blog_posts {
	float: left;
	width: 440px;
	display: inline;
	margin-right: 43px;
}

.post {
	margin-bottom: 68px;
	width: 440px;
	float: left;
	clear: both;
	overflow: hidden;
}

#blog_posts h2 {
	font-size:17px;
	font-weight:normal;
	margin: 0 0 3px;
	line-height: 1.1;
	text-transform:uppercase;
}

#blog_posts h2 a {
	color: #333;
}

#blog_posts .results h2 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 15px;
}

.results {
	margin-bottom: 40px;
}

#blog_posts a {
	color: #436c73;
}

#blog_posts .date {
	border-bottom:1px dashed #B8BC9B;
	color:#777;
	margin:5px 0 15px;
	padding-bottom:5px;
}

#static #blog_posts h2 {
	border-bottom:1px dashed #B8BC9B;
	padding-bottom:5px;	
	margin-bottom: 12px;
}

#blog_posts .date a, .recent_thumb_blog a {
	color: #5d7d7d !important;
}

#blog_posts p {
	margin-bottom: 15px;
}

#blog_posts .left {
	float: left;
	display: inline;
	margin: 5px 10px 2px 0;
}

#blog_posts .right {
	float: right;
	display: inline;
	margin: 5px 0 2px 10px;
}


#blog_posts blockquote {
	background-color: #444;
	color: #fff;
	padding: 16px 20px 0;
	margin: 0 20px 15px;
}

#blog_posts blockquote p {
	padding-bottom: 18px;
}

#blog_posts blockquote a {
	color: #fff;
	text-decoration: underline;
}

#post_footer {
	background-color: #EFEFEF;
	float: left;
	display: inline;
	width: 438px;
	clear: both;
	border:1px solid #DDDCDC;
	font-family:Georgia,"Times New Roman",Times,serif;
	padding: 10px 0 4px;
	margin:10px 0;
	font-size: 11px;
}

#post_footer h4 {
	font-weight: bold;
	float: left;
	display: inline;
	clear: left;
	margin: 0 3px 0 14px;  
	display: inline;
}

#post_footer p {
	float: left;
	display: inline;
	margin-bottom: 8px;
}
 
#blog_mid, #blog_right {
	width: 185px;
	float: left;
	display: inline;
	margin-right: 43px;
}

#blog_right {
	margin-right: 0;
}

#content.blog h3, #blog_posts h1 {
	border-bottom: 1px dashed #B8BC9B;
	font-size:11px;
	font-weight:bold;
	margin:0 0 6px;
	padding:0 0 5px;
	text-transform:uppercase;
	color: #666;
}

ul.side_list li {
	margin-bottom: 7px;
	background: transparent url(/images/blog/bullet.gif) no-repeat scroll 0 6px;
	padding-left: 10px;
}

ul.side_list, #blog_mid form, #blog_right p {
	margin-bottom: 20px;
}

#search {
	border:1px solid #888;
	color:#666;
	font-size:11px;
	width: 176px;
	margin:4px 0 0;
	padding:4px;
}

#blog_right .subp {
	margin-bottom: 5px;
}

#blog_right .subp a {
	padding: 2px 0;
}

#blog_right #feed a {
	display: block;
	background:transparent url(/images/blog/rss.gif) no-repeat scroll 30px 4px;
}

#envelope a {
	display: block;
	background:transparent url(/images/blog/envelope.png) no-repeat scroll 100px 3px;
}

#facebook a {
	display: block;
	background:transparent url(/images/blog/fb.png) no-repeat scroll 120px 4px;
}

#blog_right #facebook {
	margin-bottom: 15px;
}

#flickr a {
	display: block;
	background:transparent url(/images/blog/flickr.gif) no-repeat scroll 100px 4px;
}

.recent_thumb_blog {
	width: 154px;
	margin: 14px 0 24px 20px;
	line-height: 1.3;
	color: #666;
}

.paginate {
	clear: both;
}

/* 
-----------------------------------------------
\\\ Blog comments
----------------------------------------------- */

#comments {
	float: left;
	display: inline;
	width: 100%;
}

#content.blog #comments h3 {
	color:#444444;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
	margin:5px 0 0;
	padding:10px 0 5px;
	border-bottom: none;
	text-transform: none;
}

#comments_inner {
	background:#F9F9F9 none repeat scroll 0 0;
	border-bottom:1px solid #809595;
	border-top:2px solid #809595;
	color:#333;
	float:left;
	display: inline;
	margin:0;
	width:100%;
}

#comments h4 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 15px 20px 10px;
}

#comments form {
	margin: 0 20px 15px;
}

#comment_list dl {
	margin: 0 20px 20px;
}

#comment_list dl dd {
	margin: 0;
}

#comment_list dl dd.comment_meta {
	font-style: italic;
	color: #888;
	margin-bottom: 5px;
}

#comment_list dl dd.comment_content {
	margin: 0 0 25px 20px;
}

#comment_list dl dd.comment_content p {
	margin-bottom: 5px;
}

/* 
-----------------------------------------------
\\\ Footer
----------------------------------------------- */
#footer {
	float: left;
	width: 945px;
	display: inline;
	border-top: 1px solid #669999;
	text-align: center;
	margin: 14px 1px 20px;
}

#footer p, #footer p a {
	color: #999999;
	margin-top: 13px;
}

/* 
-----------------------------------------------
\\\ System message, 404
----------------------------------------------- */
#content.system_message {
	width: 675px;
    margin: 30px 24px 0 0;
	float: right;
	display: inline;
}

.system_message h1 {
	font-weight: bold;
	margin-bottom: 10px;
}

.system_message a {
color: #436c73;
}

/* 
-----------------------------------------------
\\\ Edit this
----------------------------------------------- */

.edit_this {
	position: fixed;
	opacity: 75%;
	top: 0;
	padding: 4px 10px 6px;
	font-weight: bold;
	background-color: #888;
	color: #fff;
	right: 20px;
	width: 80px;
	text-align: center;
	line-height: 1.1;
}

.edit_this a {
	color: #fff !important;
}