/*----------------------------------------------
  BODY, CONTAINER & BROWSER 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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	font: 87.5% "Gotham HTF", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: center;
}
html>body {
	font-size: 14px;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}	

/* GENERAL STYLES */
 
h1 {
	font-size: 1.143em;
	line-height: 1.313em;	
	font-weight: bold;
	/*letter-spacing: .075em;*/
}
h2 {
	color: #333333;
	font-size: 1.143em;
	line-height: 1.313em;	
	font-weight: bold;
}
h3 {
	line-height: 1.5em;
	color: #333333;
}	
p {
	font-family: ;
	font-size: 1em;
	line-height: 1.5em;
	color: #444444;
}	
li {
	line-height: 1.714em;
}


/*----------------------------------------------
  SIDEBAR
  ----------------------------------------------*/

#sidebar {
	float: left;
	width: 230px;
}
#sidebar h1 {
    float: left;
	margin: 1.3125em 0 0 10px;
	width: 220px;
}
#sidebar ul {
	margin-left: 10px;
	line-height: 1.5em;
	text-transform: uppercase;
}
#gen-nav {
	font-size: .714em;
	line-height: 2.1em;
}
#port-nav {
	font-weight: bold;
	margin-top: 1.5em;
}
/* The style below highlights the current page in the main nav menu */
.statement #statement a,
.resume #resume a,
.mdp #mdp a,
.old #old a,
.news #news a,
.contact #contact a,
.thesis #thesis a,
.interaction #interaction a,
.design-research #design-research a,
.animation-movies #animation-movies a,
.print-web #print-web a,
.unpredictable #unpredictable a {
	color: #333333;
}


/*----------------------------------------------
  MAIN CONTENT
  ----------------------------------------------*/

/* GENERAL STYLES */

#main-content { 
	float: left;
	margin: 0 0 21px 80px;
	width: 620px;
	

}
#main-content h2 {
	margin: 1.3125em 0 1.3125em 0;
	text-transform: uppercase;
} 
#main-content p  {
	margin-bottom: 1.5em;
}
#main-content a:link, #main-content a:visited {
	text-decoration: underline;
}
#main-content img.single {
	margin: 1.5em 0;
	border: 1px solid #CCCCCC;
}
#main-content img.single.first-line {
	margin-top: 0;
}

/* PORTFOLIO INDEX PAGE STYLES */
 
#main-content ul.column {
	float: left;
	margin-right: 20px;
} 
#main-content ul.column img {
	border: 1px solid #999999;
}
#main-content ul.column a:hover img {
	border: 1px solid #333333;
}
#main-content ul.column li.title {
	font-size: .714em;
	line-height: 1.25em;
	color: #4C4C4C;
	text-transform: uppercase;
	margin-bottom: 2.1em;
}
#nav, #nav1, #nav2, #nav3, #nav4 {
	padding-top: 1.5em;
}
#nav.first-line, #nav2.first-line, #nav3.first-line {
	padding-top: 0px;
}
.slideshow {
	margin-bottom: 1.5em;
}
.video {
	margin: 1.5em 0;
}
/* NEWS PAGE */

.time-stamp {
	color: #7F7F7F;
	font-size: .786em;
	line-height: 2.182em;
}
.entry {
	margin-top: .857em;
	width: 540px;
	padding-bottom: 1.714em;
	border-bottom: 1px dotted #CCCCCC;
}
.noborder { /* This is used to remove the border on the bottom most post */
	border: none;
}

/* CONTACT PAGE */

a#contact-image {
	display: block;
	float: right;
	margin: 200px 30px 0 0;
}

/* GROWLING SHOE RACK */

#caption, #caption1, #caption2, #caption3, #caption4 {
	display: inline;
}

/* EXPERIMENTAL INTERVENTION */

#jump li {
	display: inline;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}