/* Copyright Kevin Finlayson 2008
------------------------------------------------------------------*/

/* reset reloaded 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
------------------------------------------------------------------*/          

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;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none; 
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}      

strong {
	font-weight: bold;  
}     

em {
	font-style: italic;
}

/* basic styles
------------------------------------------------------------------*/

html, body {
	height: 100%;
}

body {               
	font:100%/1.18em "lucida grande", "lucida sans", verdana, sans-serif;
	background-color: #fff;
	color: #575553;                  
}   
                          
.clear {
	clear: both;
}

.centered {
	text-align:center;
}

.right {
	text-align:right;           
}		

h1, h2, h3, h4, h5, h6 {            
	font-weight:bold; 
	color: #000;       
	line-height:1.3em;                                                         
}

h1 {
	font-size: 2.16em;
}

h2 {
	font-size: 1.64em;   
}

h3 {
	font-size: 1.45em; 
	margin: 35px 0px;  
}

h4 {                    
	font-size: 1.18em;    
}

h5 {
	font-size: 1em;
	margin-top: 10px;         
}

h6 {
	font-size: 0.9em;        
}


p, ul {
	margin: 10px 0px;
	line-height: 1.5em;  
	
}

a, a:visited {    
	font-weight: bold;
	color: #000;      
	text-decoration: none;
         
}       
                
a:hover {                      
	color: #C72D00;                     
}                 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {            
}                            

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {   
}                       
    
img {
	border: 5px solid #d7d4d1; 
}

/*page structure
------------------------------------------------------------------*/

#wrapper {
	font-size: 0.75em;
	width: 820px;
	margin: 0px 50px;
	position: relative;
}

#header {             
	height: 160px;
	width: 790px;  
	border-bottom: 1px solid #d7d4d1;

}       

#content { 
	width: 820px;
	float: left;
	height: auto;
	min-height: 500px;
    position: relative;
    padding-bottom: 30px;
}      

#marquee {     
	width: 790px;          
	height: auto;
	min-height: 50px;
	border-bottom: 1px solid #d7d4d1;  
}
         
#footer {   
	border-top: 1px solid #d7d4d1;
	height: 50px;               
	width: 790px;  
	clear:both; 
	padding: 15px 0px;              
	font-size: 0.9em;     
	position:relative;

}    
 
#main {
	width: 496px;
	float: left;
	height: auto;
	min-height: 500px;
	margin-right: 30px;
}                    

#sidebar {
	width: 248px;
	margin: 84px 30px 0px 0px;
	height: auto;
	min-height: 500px;  
	float: left;
}

/* logo ir
------------------------------------------------------------------*/

a#logo {   
	width: 343px;
	height: 36px;
	position: absolute;
	top: 80px;
	left: 0px;
	background: transparent url("/graphics/logo.gif") no-repeat left center;
	text-indent: -19999px;

}                     
                                                      
/* nav
------------------------------------------------------------------*/

ul#nav {               
	float: left;         
	height: 16px;      
	position:absolute;
	top: 78px;
	left: 385px;
	width: 400px;
}                

ul#nav li {    
	float: left;       
	display:block;   
	width: auto;
	min-width: 30px;     
	height: 16px;     
	text-transform: uppercase;   
	padding-right: 25px;
	position: relative;
}                     

ul#nav li span.divider {
	float:right;
	display: block;
	color: #b6b5b4;    
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 16px;     
}
               
ul#nav li a, ul#nav li a:visited {
	color: #000;  
	display: block;   
	line-height: 1.3em;      
	font-weight: bold;
	letter-spacing: 1px;
	text-indent: -19999px; 
	padding: 0px 3px; 
}                         

li#worksnav a {
	background: transparent url("/graphics/works_nav_bg.gif") no-repeat 3px top;      
	width: 50px;
}                                                                                  


li#textsnav a {
	background: transparent url("/graphics/texts_nav_bg.gif") no-repeat 3px top;
	width: 45px;
}


li#aboutnav a {
	background: transparent url("/graphics/about_nav_bg.gif") no-repeat 3px top;
	width: 50px;	
}


li#contactnav a {
	background: transparent url("/graphics/contact_nav_bg.gif") no-repeat 3px top;
	width: 70px;	
} 

li#worksnav a:hover, li#textsnav a:hover, li#aboutnav a:hover, li#contactnav a:hover {
	background-position: 3px -16px;
}        

#works li#worksnav a, #works li#worksnav a:hover, #texts li#textsnav a, #texts li#textsnav a:hover, #about li#aboutnav a, #about li#aboutnav a:hover, #contact li#contactnav a, #contact li#contactnav a:hover {
	border-bottom: 3px solid #ccc;   
	background-position: 3px top;    
}               

/* Marquee
------------------------------------------------------------------*/

#marquee p {
	font-size: 2.16em;    
	height: 25.92px;
	font-weight: bold;
	font-family: "lucida grande", verdana, sans-serif;
	margin: 37px 0px;       
	line-height: 1em;       
	color: #000;
}          

/* Front
------------------------------------------------------------------*/

.bodies-of-work_grid-capsule {
	width: 243px;
	height: 210px;
	float: left;
	margin: 0px 30px 30px 0px;
	
}                                 

.bodies-of-work_grid-capsule img, .bodies-of-work_grid-capsule a {
	float: left;
}            
.bodies-of-work_grid-capsule img {
	margin-bottom: 10px;
}  



                           

/* Global
------------------------------------------------------------------*/

span.date {
	white-space: nowrap;
}  

h3 .date {
	color: #575553;
}      

/* (bodies of) work(s)
------------------------------------------------------------------*/


#body-of-work-description > p:first-child:first-line, .text_body > p:first-child:first-line {
    text-transform: uppercase!important;
	font-weight: bold;
    color: #000;
}                        

#body-of-work-description > p:first-child:first-letter, .text_body > p:first-child:first-letter {
    display: inline;
    float: left;
    font-size: 3em;   
    line-height: 0.7em;
    padding: 0px 5px 0px 0px;
    margin-top: 5px;          
	font-weight: bold;
    color: #000;   
    font-family: "helvetica neue", helvetica, arial, verdana, 'lucida grande', sans-serif;
}           

#body-of-work-description > p:first-child {
	margin-top: 0px;
}

#body-of-work-description {   
	width: 218px;
	margin: 0px 30px 0px 0px;
	height: auto;
	min-height: 300px;  
	float: left;      
                        
}               
                      
#works-thumbs-wrapper {
	width: 536px;
	float: left;
	height: auto;
	min-height: 300px; 
    border-left: 1px solid #d7d4d1;   
 	padding-left: 30px;        

}

#works-thumbs-wrapper .works_grid-capsule {
	width: 148px;
	height: 148px;
	float: left;
	margin: 0px 30px 10px 0px;          
	text-align: center;
	font-size: 0.9em;
	line-height: 1.3em; 
	
}     

#works-thumbs-wrapper .works_grid-capsule img {
	width: 138px;
	height: auto;
	margin-bottom: 5px;
}    

.works_grid-capsule img {
	width: 124px;
	height: auto;
}                

.works_grid-capsule {
	height: 134px;
	width: 134px;
}

#imagecontainer {
	margin: 5px 15px 5px 0px; 
	width: 600px;
	height: auto;
	min-height: 100px;
	float: left;     
}       

.works_article_header {
	margin-bottom: 5px;
}                   

.works_article_subheader {
}           

.media, .body > p:first-child, .video {
	margin-top: 5px;
}         

#prev, #next {
	position: absolute;
	width: 28px;
	height: 22px;      
	top: 33px;      
	margin: 0px;      
}    

.bodnext {
	right: 75px !important;
}    

#project p, #project h5 {
	margin-right: 30px;
}                      
                 
#prev a, #next a {
	width: 28px;
	height: 22px;   
	display: block;      
    text-indent: -19999px;
}
     
#next {
	right: 70px; 
}                     

#prev {
	right: 30px;  	
}

#next a {      
	background: transparent url("/graphics/left-arrow.gif") no-repeat left 0px;
}              

#prev a {                                                    
	background: transparent url("/graphics/right-arrow.gif") no-repeat left 0px;
}                                               

#prev a:hover, #next a:hover {
	background-position: left -22px;
}

#image-nav a {
    width: 47.5px;
    height: 30px;	
	background-color: #d7d4d1;
	margin: 5px 10px 5px 0px;
	display:block;
	text-indent: -19999px;  
	float: left;
}              

#image-nav a.activeSlide {
	background-color: #bdbbb7;
}                               
                              

#image-nav {
	margin: 0px 20px 20px 0px;  
	min-height: 30px;     
	height: auto;    
	width: auto;
	min-width: 50px;    
	float: left;
}   

#work-description {
	margin: 10px 20px 30px 0px; 
	width: 400px;
	height: auto;      
	float:left;
	clear:left;
	min-height: 30px;
}
/*
#grid-index {
	display: block;
	width: 36px;
	height: 21px;
	background: transparent url("/graphics/menu-index.gif") no-repeat top left;
	text-indent: -19999px;
	position: absolute;
	top: 34px;
	right: 68px;
}                        

#grid-index:hover {
	background-position: left -21px;
}       
             */
.video a {
	background: transparent url("/graphics/movie.gif") no-repeat left center;
	padding-left: 20px;     
	height: auto;
	min-height: 10px;
	width: 100%;
}            


/* Texts
------------------------------------------------------------------*/

.permalink {
	margin-bottom: 30px;
}     

#sidebar ul {                   
	min-height: 300px;
	height: auto;
	border-left: 1px solid #d7d4d1;
	padding-left: 30px;  
	font-size: 0.9em;  
}                                     

#sidebar ul li {
	margin: 10px 0px; 
}            

.author {
	float: right;
	font-style: italic;
}            
          

/* About
------------------------------------------------------------------*/
        

         



