/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	Vassar College - POWERHOUSE THEATER
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	:: squarehead design studio
	
	845.331.1953
	www.squarehead.com
	sbliss@squarehead.com

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

/* 	IMPORT STYLE SHEETS
---------------------------------------------------------------------------------------------------------------------------*/
@import url("core.css");
@import url("navigation.css");
@import url("forms.css");
@import url("special.css");
@import url("structure.css");
@import url("typography.css");

body { background: #000000; }

/* 	TABLES
---------------------------------------------------------------------------------------------------------------------------*/
table { width: 100%;}
td { border-bottom: 1px dotted #666666; padding: 5px 0; line-height: 1.4em;}
th { border-bottom: 1px solid #666666; padding: 5px 0;}
table .right { text-align: right;}

/* 	IMG - provides runaround
---------------------------------------------------------------------------------------------------------------------------*/
.column .float-img { float: left; margin: 0 10px 2px 0;}

/* 	PHOTOS - photo with caption
---------------------------------------------------------------------------------------------------------------------------*/
.photos { margin: 0 0 10px; padding: 0; border: 0; }
.photos dd { font-size: .9em; font-style: italic; padding: 2px 0;}

.column .photos, .sidebar .photos, .column.one .photos, .column.two .photos { border-bottom: 1px dotted #666666; }

.sidebar .photos { width: 260px;}
.column .photos { width: 535px;}
