/* @override http://mollygochman/stylesheets/styles.css */

body, p, hr, div, img, h1, h2, h3, h4, h5, h6, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
}

div {
	/*border: 1px solid #f00;*/
}


#page {
	width: 1200px;
	margin-left: 50px;
	/*margin-bottom: 50px;*/
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	/*font-family: Courier, "Courier New", FreeMono, Verdana, sans-serif;*/
	font-family: "Gotham-Book", "Gotham Book", "Verdana", "Helvetica", Arial, sans-serif;
	color: #808285;
}

h1, h2, h3, h4, h5 {
	/*font-family: Courier, "Courier New", FreeMono, Verdana, sans-serif;*/
	font-family: "Gotham-Medium", "Gotham Medium", "Verdana", "Helvetica", Arial, sans-serif;
	font-weight: normal;
}


#page p {
	margin-bottom: 5px;
}


#page p a, #results a {
	text-decoration: none;
	color: #808285;
	display: block;
}

#page h2 a {
	text-decoration: none;
	color: #808285;
	display: block;
}

#page p a:hover {
	color: #666;
}

#results a:hover {
	color: #666;
}

#page h2 a:hover {
	color: #666;
}

#content p a {
	display: inline;
	text-decoration: underline;
}


/*#page p a:active {
	color: #666;
}

#page h2 a:active {
	color: #666;
}*/

#page p a:visited {
	color: #808285;
}

#page h2 a:visited {
	color: #808285;
}



/*Masthead*/
#masthead {
	width: auto;
	height: 18px; 
	line-height: 18px;
	/*margin-top: 95px;*/
	margin-top: 55px;
	margin-bottom: 55px;
	
}
#masthead h1 span {
	display: none;
}

.header-image {
	height: 18px;
	margin-top: 95px;
	margin-bottom: 58px;
}



/*First nav column*/
#menu {
	float: left;
	width: 199px;
	height: auto;
	/*border-top: 1px dotted #231F20;*/
}

#menu p, #menu h2, #menu-overview p {
	width: 160px;
	margin-bottom: 5px;
	line-height: 14px;
	font-size: 11px;
}

#menu h2, h2 {
	/*font-weight: bold;*/
	font-weight: normal;
	text-transform: uppercase;
	/*color: #999;*/
	color: #808285;
	font-size: 11px;
	line-height: 15px;
}

#menu h2 {
	margin-top: 10px;
	padding-bottom: 5px;
	
	font-family: "Gotham-Medium", "Gotham Medium", "Verdana", "Helvetica", Arial, sans-serif;
	font-weight: normal;
}

#menu h2.contracted {
	margin-bottom: 2px;
	padding-bottom: 0px;
}

#menu h2.separated {
	/*border-bottom: 1px dotted #231F20;*/
	border-bottom: 1px solid #808285;
}

#menu .top-menu {
	/*border-top: 1px dotted #231F20;*/
	margin-top: 0px;
	padding-top: 0px;
	/*padding-top: 10px;*/
}

#menu .separator {
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid #808285;
}



/*#menu .highlight, #menu-overview .highlight {
	width: 160px;
	height: 13px;
	background-color: #999;
	color: #fff;
	padding-left: 1px;
}*/

#menu .highlight, #menu-overview .highlight {
	/*width: 160px;*/
	/*height: 13px;*/
	background-color: #ccc;
	/*background-color: #BCBEC0;*/
	color: #fff;
	/*padding-left: 1px;*/
}

#menu .highlight a, #menu-overview .highlight a {
	/*width: 160px;*/
	/*height: 13px;*/
	/*background-color: #BCBEC0;*/
	color: #fff;
	/*padding-left: 1px;*/
}

#menu .highlight a:hover, #menu-overview .highlight a:hover {
	/*width: 160px;*/
	/*height: 13px;*/
	/*background-color: #BCBEC0;*/
	color: #ddd;
	/*padding-left: 1px;*/
}

#menu .highlight a:visited, #menu-overview .highlight a:visited {
	/*width: 160px;*/
	/*height: 13px;*/
	/*background-color: #BCBEC0;*/
	color: #fff;
	/*padding-left: 1px;*/
}


.max-width {
	width: 198px;
}
.highlight {
	width: 160px;
	/*height: 13px;*/
	color: #666;
}
.text {
	margin-left: 1px;
	width: 160px;
	margin-bottom: 6px;
}

.line {
	width: 160px;
	margin-top: 8px;
	margin-bottom: 10px;
	border-top: 1px dotted #f00;
}

.this-gutter {
	width: 38px;
}

.tiny-headings {
	
	margin-bottom: 5px;
	text-transform: capitalize;
}


/*Middle nav column*/
#menu-overview {
	float: left;
	width: 199px;
	height: auto;
}





/*Main image area*/
#content {
	float: left;
	margin-left: 50px;
	width: 710px; /*478px;*/
	height: auto;
}

#content .title {
	width: 200px;
	background-color: #BCBEC0;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
	line-height: 14px;
	font-size: 11px;
	font-weight: normal;
}

#content .notselected {
	width: 200px;
	background-color: #fff;
	text-transform: uppercase;
	color: #808285;
	margin-bottom: 5px;
	line-height: 14px;
	font-size: 11px;
	font-weight: normal;
}

#page .self {
	color: #fff;
	background-color: #BCBEC0;
}

#content img {
	margin: 25px 0 10px 0;
	
	padding: 0px;
	
}

.project-thumb {
	float: left;
	width: 214px;
	height: 240px;
	padding-right: 23px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #231F20;
}

#content .overview-thumb {
	margin: 0px 23px 0px 0;
	margin-right: 23px;
	padding: 0px;
}

#content .overview-caption {
	/*margin: 25px 23px 10px 0;*/
	/*margin: 0px;
	margin-right: 23px;
	padding: 0px;*/
	margin: 0px;
	margin-top: 2px;
	width: 690px;
	/*margin-bottom: 17px;*/
	padding-bottom: 5px;
	border-bottom: 1px dotted #231F20;
}

.special-overview {
	
	margin: 9px 0px 0px 0;
	
	/*margin: 25px 23px 10px 0;*/
	/*margin: 0px;
	margin-right: 23px;
	padding: 0px;*/
	/*border-bottom: 1px dotted #231F20;*/
}

#content .last-thumb {
	padding-right: 0px;
	margin-right: 0px;
}

#content .project-thumb img {
	margin-top: 0;
	margin-bottom: 2px;
}


.third-column {
	width: 478px;
}

.single-column {
	width: 214px;
}

#content .caption {
	border-bottom: 1px dotted #231F20;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#content .column {
	float: left;
	width: 214px;
	padding-right: 20px;
}

#content .columns {
	width: 710px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #231F20;
	/*margin-bottom: 30px;*/
	/*margin-bottom: 30px;*/
	margin-bottom: 10px;
}

#content .columns p {
	float: left;
	width: 200px;
	padding-right: 30px;
	margin: 10px 0;
}


#content .triple-columns, #content .double-columns {
	width: 710px;
	margin-top: 20px;
	/*padding-bottom: 30px;*/
	/*border-bottom: 1px dotted #231F20;*/
	margin-bottom: 0px;
}

#content .triple-columns p, #content .double-columns p {
	float: left;
	width: 200px;
	padding-right: 30px;
	line-height: 16px;
	margin-bottom: 30px;
}

#content .one-column {
	width: 325px;
	float: left;
	padding-right: 30px;
}



#content .double-columns p {
	width: 325px;
	/*margin-bottom: 30px;*/
}

#content .one-column p {
	
	width: 325px;
	
	line-height: 16px;
	margin-bottom: 30px;
}


#content .about-bibliography p {
	float: none;
	margin-bottom: 20px;
	width: 600px;
}


#content #about-profile.about-section .columns {
	
	border-bottom: none;
	
	/*border-bottom: 1px dotted #231F20;
	margin-bottom: 30px;*/
}

#content .about-section {
	border-bottom: 1px dotted #231F20;
	margin-bottom: 30px;
}

#content .artists-statement {
	/*border-bottom: 1px dotted #231F20;*/
	margin-bottom: 20px;
	/*padding-top: 20px;*/
	/*padding-bottom: 30px;*/
}

#content .artists-statement .column {
	float: left;
	width: 325px;
	padding-right: 30px;
	
}

#content .artists-statement p {
	margin-bottom: 20px;
	
}

#content .about-section img {
	/*border-top: 1px dotted #231F20;*/
	/*padding-top: 30px;*/
	margin-bottom: 30px;
	margin-top: 0px;
}

#content .about-section .photo-credit {
	/*border-top: 1px dotted #231F20;*/
	/*padding-top: 30px;*/
	margin-bottom: 30px;
	margin-top: 0px;
}

.event {
	margin-top: 20px;
	margin-bottom: 10px;
}

.gutter {
	width: 25px;
}

.caption {
	margin-left: 2px;
	margin-top: 4px;
}

.line-separator{
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px dotted #0f0;
}

.clear {
	clear: left;
}

#content .triple-columns hr, #content .double-columns hr {
	background-color: transparent;
	height: 0px;
	color: transparent;
	clear: left;
}

.video {
	margin-top: 30px;
	margin-bottom: 20px;
}

.event hr {
	width: 100%;
	border-top: 1px dotted #231F20;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
}

.braille {
	font-size: 45px;
	line-height: 45px;
}

.event h2 {
	margin-bottom: 5px;
}

/*.overview-title {
	margin-bottom: 32px;
}*/

/*.self a {
	color: #fff;
}

.self a:hover {
	color: #ccc;
}

.self a:visited {
	color: #fff;
}*/

#searchform input {
	margin-bottom: 10px;
}


#copyright-footer {
	border-top: 2px solid #e2e4e3;
	/*background-color: #f00;*/
	/*width: 690px;*/
	width: 710px;
	height: 40px;
	float: left;
	text-align: left;
	margin-top: 20px;
	padding-top: 5px;
}

#copyright-footer p {
	float: left;
	color: #b4b8b1;
}

#copyright-footer .credits {
	text-align: right;
	float: right;
	font-size: 0.9em;
}

#copyright-footer p a {
	color: #b4b8b1;
}
#copyright-footer p a:link {
	color: #b4b8b1;
}
#copyright-footer p a:visited {
	color: #b4b8b1;
}
#copyright-footer p a:hover {
	color: #a5a9a3;
}


#copyright-footer .copyright {
	/*font-size: 1.1em;*/
	font-size: 1em;
}

#copyright-footer.shortened {
	width: 690px;
}

.molly-quote {
	/*color: #33b7e3;*/
	color: #808285;
}

#content .homepage-content p {
	/*font-size: 15px;
	line-height: 20px;*/
	color: #808285;
	margin-bottom: 20px;
	width: 683px;
}

#content .homepage-content a {
	text-decoration: none;
}

#content .homepage-content a:visited {
	text-decoration: none;
}

#content .homepage-content a:hover {
	text-decoration: underline;
}

#content .homepage-content img {
	margin: 0px 0 36px 0;
	
	padding: 0px;
	
}

#content .regular-content img {
	margin: 0px 0 20px 0;
	
	padding: 0px;
}


#content #press-materials div img {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	margin-right: 5px;
	/*float: left;*/
	/*padding-bottom: 10px;*/
}

#content #press-materials .press-page {
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

#content #press-materials div div {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	/*margin-top: 5px;*/
}

#content #press-materials h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

#content #press-materials a {
	color: #808285;
}

#content .about-section .photo-credit {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content .about-section .photo-credit img {
	margin-bottom: 5px;
}

