@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
body#page1 {
	background-color:#FFFFFF;
	}
body#page2 {
	background-color:#F9F7E9;
	}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
}
a:hover, a:active, a:focus {
	color: #CCC;
}


.container {
	font-family: 'DroidSansRegular', Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.homepage_tagline {
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
	font-size: 18px;
	color: #999;
	line-height: 24px;
	width: 970px;
	text-align: center;
}
.homepage_tagline a, .homepage_tagline a:visited {
	color: #FFC844;
}
.homepage_tagline a:hover {
	color: #999;
}
.homepage_image {
	float: left;
	height: 250px;
	margin-bottom: 11px;
	padding-right: 11px;
}
.header {
	height: 70px;
	margin-top: 10px;
	width: 1000px;
}
#exhibition_entry {
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC3;
}
.logo_container {
	float:left;
	margin-top: 10px;
}




/* top navigation */
#navcontainer {
	float: right;
	margin-top: 20px;
	margin-right: 35px;
	width: 300px;
}
a.nav, a.nav:link, a.nav:visited {
	display:block;
	height:25px;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-family: 'DroidSansRegular', Arial, sans-serif;
	font-size:12px;
	color:#999;
	line-height:25px;
	overflow:hidden;
	float:left;
	padding-right: 8px;
	padding-left: 8px;
}
a.nav:hover {
	color:#FC3;
}
a.nav:active {
	color:#FC3; 
}





/* top navigation */
#pagination_container {
	width: 925px;
	margin-top: 0px;
}
#pagination ul {
	display: block;
	list-style: none outside;
	padding: 0;
	float: right;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#pagination li {
	margin: 0;
	display: block;
	float: left;
	top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0;
	padding-bottom: 0;
}

#pagination a:link, #pagination a:visited {
	color: #F63;
	text-decoration: none;
	font-family: 'lobster_tworegular', Arial, sans-serif;
	font-size: 16px;
}
#pagination a:hover {
	color: #FFCCCC;
}
#pagination li#active a {
	text-decoration: underline;
}
.gallery_image {
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #999;
	width: 50%;
}
#about_columns_container {
	width: 1000px;
	margin-top: 35px;
}
.about_column_left {
	width: 375px;
	padding: 0px;
	margin-left: 125px;
	margin-top: 50px;
	font-size: 13px;
	float: left;
	margin-right: 75px;
}
.about_column_right {
	width: 300px;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 50px;
	background-color: #CCF;
}




/* ~~ These are the columns for the layout. ~~ */

#columns_container {
	width: 1000px;
	margin-top: 25px;
}
.left_column_project {
	float: left;
	width: 300px;
	padding: 0px;
	height: 550px;
}
.right_column_project {
	padding: 0px;
	width: 623px;
	float: left;
	height: 550px;
}
#exhibition_entry {
	width: 1000px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC3;
	padding-bottom: 15px;
}
#exhibition_entry .title {
	font-size: 16px;
	color: #000;
	display: block;
	padding-bottom: 8px;
}



/* ~~ Text styles for column areas ~~ */
#title {
	margin-top: 5px;
	margin-bottom: 30px;
}
#title a:link, #title a:visited {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#title a:hover {
	color: #CCC;
}
#description {
	font-family: 'DroidSansRegular', Arial, sans-serif;
	font-size: 11px;
	width:195px;
	margin-left: 11px;
	padding-right: 20px;
}
#description_header {
	width:195px;
	padding-right: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.description_head {
	letter-spacing: 2px;
	font-family: 'DroidSansBold', Arial, sans-serif;
	font-size: 10px;
}

#description a:link, #description a:visited {
	color: #999;
	text-decoration: none;
}
#description a:hover {
	color:#BFBFBF
}
#exhibition_thumb {
	margin-left: 11px;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 8px;
	text-transform: uppercase;
	color: #000;
}

#exhibition_thumb a:link, #exhibition_thumb a:visited {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
}
#exhibition_thumb a:hover {
	color:#BFBFBF
}
#back {
	margin-top: 20px;
}
#back a:link, #back a:visited {
	font-size: 9px;
	color: #C00;
	text-decoration: none;
}
#back a:hover {
	color: #FCC;
}






/* ~~ The footer ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	font-size: 10px;
	padding-bottom: 20px;
	color: #999;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#insert_space {
	height: 30px;
	width: 975px;
	margin-bottom: 5px;
}
