@import url(/_css/structure.css);
@import url(/_css/utilities.css);

/* ################ DEFAULT FORMATTING ################ */

/* ========== LINKS ========== */
a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	color: #900;
}

a:link {}

a:visited {}

a:link:hover,
a:visited:hover {
	color: #CB9800 !important;
}

a:link:active,
a:visited:active {}

body#home #centercol a {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
	background-color:#fff;
	}
	
body#home #centercol a img {
	border-right: 1px #444 solid;
	
	}
	

/* Buttons */
.button {
	padding: 7px 15px;
	background: #ece9da;
	border: 1px solid #d8d4b6;
	color: #000;
	font-weight: bold;
	}
	
.image_text span {
	display: block;
	text-indent: -99999em;
	}


/* ========== OTHER ELEMENTS ========== */

/* Set overall font and line-height */
h1, h2, h3, h4, h5, h6, p, blockquote, q, cite, address, li, dt, dd, legend, label, option, th, td, caption {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

/* Set general margins */
h1, h2, h3, h4, h5, h6, p, address, blockquote, ul, ol, dl, form, table, img {
	margin-left: 20px;
	margin-right: 20px;
}

h1, h2, h3, h4, h5 {
	/*margin-top: 1em;*/
	margin-bottom: 0;
}

h6, p, address, blockquote, ul, ol, dl, form, table {
	margin-top: 0;
	margin-bottom: 1em;
}

/* Set general header styling */
h1, h2, h3, h4, h5, h6, legend {}

/* Set general content styling */
p, blockquote, q, cite, li, dt, dd, address, label, option, th, td, caption {
	font-size: 12px;
}


/* ========== BLOCK LEVEL ELEMENTS ========== */

h1 {
	font-size: 36px;
	font-weight: lighter;
	line-height: 34px;
	margin-bottom: .75em;
}

h1#title { display: none; }

#home h1 {
	display:none;
}

#news_detail h1.title {display: none; }

h2 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #600;
/*
	border-bottom: 1px dotted #999;
	margin-bottom: 6px;
*/
}

h3 {
	margin-bottom: .75em;
	font-size: 18px;
}

h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.25em;
}

h5 {}

h6 {
	float: left;
	margin: 0;
}

p {}

blockquote {
	font-style: italic;
	margin-right: 30px;
	margin-left: 30px;
	padding: 10px;
	background-color: #FFE;
	border: 2px dotted #EEEA56;
}

blockquote * {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

address {
	margin-top: 1em;
	font-style: normal;
}

h2+address {margin-top: 0;}

img {
	border: 0;
	display: block;
}

#home #centercol img {
	display: inline;
	margin: 0;
	padding: 0;
	border-right:1px #444 solid;
	background-color:#f2f1df;
	}

pre {
	margin: 1em 15px;
}

sup {
	line-height: 0;
	font-size: .75em;
	}

/* ========== LISTS ========== */

/* Fixes nested list display bug in IE/Win */
ul, ol, dl {
	margin-left: 35px;
}

ul {}

ol {}

li {
	margin-bottom: .75em;
	}

ul ul {}

ol ol {}

ul li {}

ol li {}

dl {}

dt {}

dd {}


/* Descriptions */
li span.description {
	display: block;
	font-size: .85em;
	color: #333;
	}
	
	
/* Board of Directors */
ul#board_directors {
	-webkit-column-count: 3;
	-webkit-column-width: 30%;
	-webkit-column-gap: 3%;
	-moz-column-count: 3;
	-moz-column-width: 30%;
	-moz-column-gap: 3%;
	-o-column-count: 3;
	-o-column-width: 30%;
	-o-column-gap: 3%;
	column-count: 3;
	column-width: 30%;
	column-gap: 3%;
	}



/* ========== FORMS ========== */

form {}

form * {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

fieldset {}

legend {}

label {}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {}

input[type="checkbox"],
input[type="radio"] {}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {}

textarea {}

button {}

input {}

select {}

option {}


/* ========== TABLES ========== */

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

tr {}

th, td { padding: 3px; }

th {
	vertical-align: bottom;
	font-size: 11px;
	line-height: 1.1;
}

td { vertical-align: top; }

caption {}


/* ========== INLINE/PHRASE ELEMENTS ========== */

del, ins,
sup, sub, big, small,
em, strong, code, dfn, kbd, samp, var, q, cite, abbr, acronym,
a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

q {}

/*
 	IE/WIn does not support automatic quoting of q tag.
	Must add quote entities manually OUTSIDE of the <q> tags.
*/
q:before,
q:after {
	content: "";
}

html>body abbr[title],
* html abbr {
	border: 0;
	cursor: help;
	font-style: normal;
}

cite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

em {}

strong {}

sup {}

sub {}

del {}

ins {}

code {}

dfn {}

kbd {}

samp {}

var {}

big {}

small {}


/* ################ CONTEXT REDEFINITIONS ################ */

blockquote cite { display: block; }

blockquote cite,
q+cite {
	font-size: 0.8em;
	text-transform: uppercase;
}

blockquote cite:first-line,
q+cite { font-weight: bold; }

blockquote cite:before,
q+cite:before {
	content: '\2014'; /* Em Dash */
}

p img,
blockquote img,
li img {
	margin-right: 0;
	margin-left: 0;
}

label select,
label input {
	vertical-align: middle;
}


/* ################ SPECIFIC REDEFINITIONS ################ */

/* ========== HEADER SECTION ========== */

#header img {
	vertical-align: baseline;
	position: absolute;
	right: 0;
	bottom: 0;
	}
	
#header p {
	margin: 0;
	padding: 0;
	}
	
	
#header .slogan {
	padding-top: 10px;
	float: left;
	font-size: 11px;
/*
	font-weight: bold;
*/
	color: #4b4b4b;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.1em;
	margin-left: 15px;
	}

#header address {
	margin-right: 0;
	margin-left: 0;
	color: #963;
	line-height: 1.1em;
}

#header address a:link,
#header address a:visited {
	color: #963;
}

#header address a:link:hover,
#header address a:visited:hover {
	color: #900 !important;
	text-decoration: underline;
}

#header div { width: 41%; }

#header div.left {
	float: left;
	text-align: right;
}

#header div.right {
	float: right;
	text-align: left;
	width: 42%;
}

.address-info {
	padding: 15px 0 0 0;
	background: #f2f1df;
	}
	
	/* Hide on Contact Info page */
	#contact .address-info-bottom {
		display: none;
		}

	.address-info address {
		margin: 0;
		padding: 0 15px 15px 15px;
		text-align: left;
		font-size: 12px !important;
		letter-spacing: 2px;
		}
		
		.address-info a {
			color: #292929;
			}

/* ========== LEFT COLUMN ========== */

#leftcol .nav {
	margin: 0;
	background-color: #FFF;
}

#leftcol .nav * {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#leftcol .nav li {
	border-bottom: 1px dotted #999;
	list-style: none;
	line-height: 1.0;
	margin-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 10px;
	
}



#leftcol .nav a:link,
#leftcol .nav a:visited {
	display: block;
	padding: 4px 0;
	color: #666;
}

* html #leftcol .nav a:link,
* html #leftcol .nav a:visited {
	display: inline-block;
}

#leftcol .nav a:link:hover,
#leftcol .nav a:visited:hover {
	color: #900 !important;
}


	/* Level 1 */
	
	#leftcol .nav li ul { display: none; }
	
	#leftcol .nav li.current {
		border-bottom-style: solid;
	/*
		background-image: url(/_img/blt_sq_yellow.gif);
		background-position: 0 0.2em;
		background-repeat: no-repeat;
	*/
		padding-right: 0;
		padding-bottom: 0;
	}
	
	#leftcol .nav li.current a:link,
	#leftcol .nav li.current a:visited {
		font-weight: bold;
		color: #000;
	}
	
	#leftcol .nav li.current li a:link,
	#leftcol .nav li.current li a:visited {
		font-weight: normal;
		color: #900;
	}


	/* Level 2 */
	
	#leftcol .nav li.current ul {
		display: block;
		background-image: url(/_img/bg_nav_current.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		padding-right: 10px;
		padding-bottom: 4px;
		}
	
		#leftcol .nav li li,
		#leftcol .nav li li.current {
			border: none;
			background-image: url(/_img/blt_dblarw_grey.gif);
			background-position: 0 0.2em;
			background-repeat: no-repeat;
			padding-right: 10px;
			margin-top: 0;
			padding-bottom: 0 !important;
			}
		
		#leftcol .nav li li.current {
			background-image: url(/_img/blt_dblarw_yellow.gif);
			background-position: 0 0.2em;
			background-repeat: no-repeat;
			}
		
		
			#leftcol .nav li li a:link:hover,
			#leftcol .nav li li a:visited:hover {
				text-decoration: underline;
				}

			/*
			#leftcol .nav li li.current {
				border-bottom: none;
			}
			*/
			
			#leftcol .nav li li.current a:link,
			#leftcol .nav li li.current a:visited {
				text-decoration: none;
				color: #000;
				}
				
				
	/* Level 3 */
	
	#leftcol .nav li li ul,
	#leftcol .nav li.current li ul{
		padding-right: 0;
		background: none;
		}
				
				

/* ========== CENTER COLUMN ========== */

/* ========== CONTENT SECTION ========== */

/* ========== RIGHT COLUMN ========== */

#rightcol p {
	font-size: 17px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	line-height: 1.3;
	color: #333;
	margin: 0 0 15px 15px;
}

/* ========== FOOTER ========== */

#footer * {
	font-size: 10px;
	color: #a2a082;
}

#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #CC6;
}

#footer .nav a:link,
#footer .nav a:visited {
	color: #CC9;
}

#footer .nav li {
	display: inline;
	margin-right:  5px;
	padding-right: 5px;
	border-right: 1px solid #999;
}

#footer p {
	float: left;
	}
	
#footer #credits {
	float: right;
	text-align: right;
	}
	
/* ################ PAGE-SPECIFIC DEFINITIONS ################ */

/* ################ CUSTOM CLASSES ################ */

/* Drop Shadows */

.wrap1, .wrap2, .wrap3 {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
.wrap1 {
	display: inline;
	float: left;
	background-image: url(/_img/shadow.gif);
	background-position: bottom right;
	margin: 0 14px 0 20px;
}
.wrap2 {
	background-image: url(/_img/shadow_bl.gif);
	background-position: bottom left;
}
.wrap3 {
	padding:0 6px 6px 0;
	background-image: url(/_img/shadow_tr.gif);
	background-position: top right;
}

.wrap3 img {
	display: block;
	padding: 0;
	margin: 0;
}

p.caption {
	font-size: 10px;
	color: #666;
	margin-top: 1em;
}

#top_tape,
#bottom_tape {
	left: 50%;
	margin-left: -32px;
}

#top_tape img {
	border: 1px solid #FF9;
}

#top_tape {
	position: absolute;
	top: 0;
	z-index: 100;
	width: auto !important;
}

#top_tape, #top_tape div { width: auto; }
#top_tape .wrap3 { background-image: none; }

#bottom_tape {
	margin-top: 20px;
	position: static;
	margin: 0 auto;
}

#logotype {
	margin-bottom: 40px;
}

.artwork {
	border: 1px solid #999;
}
.img-right {
	border: 1px solid #999;
	float: right;
	margin: 2px 0 10px 10px;
}
.img-left {
	border: 1px solid #999;
	float: left;
	margin: 2px 10px 10px 0;
}

#board_directors li {
	font-style: italic;
}

#board_directors li:first-line {
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	}

.even_row { background-color: #EEC; }
.odd_row { background-color: #FFF; }

#gallery td, 
#gallery th {
	border: dotted #CCA;
	border-width: 0 1px;
}

#controls p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#lightbox img {
	margin: 0;
	padding: 0;
}

#lightbox #loading img {
	margin: 0 auto;
}

.view_larger {
	
	}
	
.small {
	font-size: .75em;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	}

.date {
	font-size: .75em;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
	display: block;
	}

.attention {
	font-style: italic;
	}
p.important {
	border: 5px solid #960000;
	padding: 10px;
}

.intro {
	font-size: 1.1em;
	font-weight: lighter;
	color: #333;
	}
	
.float_right,
.float_left {
	margin-bottom: 20px;
	}
	
	.float_right {
		margin-left: 20px;
		float: right;
		}
		
	.float_left {
		margin-right: 15px;
		float: left;
		}
		
/* Thumbs */
.thumb_shadow {
	padding-bottom: 12px;
	background: url(../_img/box/photographs/shadow_220.gif) no-repeat 50% 100%;
	}


/* Facebook button */
.facebook,
.facebook:visited {
	display: block;
	width: 146px;
	height: 35px;
	background: url(../_img/button/facebook/facebook_button.gif) no-repeat 0 0;
	}
	
	.facebook:hover,
	.facebook:active {
		background-position: 0 100%;
		}
		
	.facebook:focus {
		outline: none;
		}






/* ################ ADMIN PAGE STYLES ################ */

#admin #logotype {
	clear: both;
	margin: 0 auto 2em auto;
	padding-top: 1.3em;
}

* html #admin #collections_content {
	text-align: left;
}

/** html #admin .approw,
* html #admin .anchors { border: 1px solid #000; clear: both; text-align: left;}
*//** html #admin #edit_controls { clear: both; }*/

* html #admin .anchors {
	width: 100%;
}







#registration {
	border: 1px solid #900;
	background-color: #FFC;
	margin: 1em 1em 2em 1em;
	}



/* ################ NEWS SECTION STYLES ################ */

#news h3,
#exhibitions_previous h3 {
	margin-top: 1em;
	}

.contact_details {
	width: 200px;
	float: right;
	margin: 0 0 0.5em 0.5em;
	padding: 0 0.5em;
	border-left: 1px dotted #666;
	}





/* ################ Print Competition Gallery ################ */

/* Launcher Button */
/*
.print_competition_gallery {
	position: absolute;
	top: 113px;
	right: -18px;
	width: 438px;
	height: 249px;
	}

	
	.print_competition_gallery a.launcher {
		display: block !important;
		width: 438px;
		height: 249px;
		background: url(/_img/box/print_competition/print_competition_gallery_launcher.png) no-repeat 0 0;
		z-index: 99999;
		}
		
		
		.print_competition_gallery a.launcher:hover {
			background-position: 0 100%;
			}
			
		.print_competition_gallery a.launcher span {
			display: none;
			}
*/
		
		/* hides extra gallery images */
		.print_competition_gallery a.competition_gallery {
			display: none;
			}
			
			
.print_competition_gallery {
	margin: 0 15px 15px 15px;
	border: 1px dashed #ece9da;
	float: right;
	}
	
	.print_competition_gallery a.launcher {
		display: block;
		padding: 15px 25px;
		border: 5px solid #fff;
		background: #ece9da;
		text-align: center;
		font-size: 1em;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		}





/* ################ Student Printmakers' Collection Awards ################ */
.student_printmakers_list {}
	
	.student_printmakers_list .li_container {
		margin-left: 20px;
		}
	
	.student_printmakers_list ul {
		margin: -20px 0 0 0;
		width: 325px !important;
		list-style: none;
		}
		
		.student_printmakers_list ul li {
			padding: 20px 0 0 0;
			clear: left;
			}
			
			/* thumb */
			.student_printmakers_list ul li a.thumb {
				float: left;
				}
			
			/* Content */
			.student_printmakers_list ul li .artist_info {
				margin-left: 177px;
				}
				
				.student_printmakers_list ul li .artist_info span {
					display: block;
					margin-bottom: 7px;
					line-height: 1em;
					}
					
				.student_printmakers_list ul li .artist_info .name {
					font-size: 1.5em;
					color: #6b0400;
					font-weight: bold;
					}
				
				.student_printmakers_list ul li .artist_info .piece_title {
					font-size: 1.1667em;
					font-style: italic;
					}
					
				.student_printmakers_list ul li .artist_info .method,
				.student_printmakers_list ul li .artist_info .studio,
				.student_printmakers_list ul li .artist_info .educational_title {
					color: #888;
					}


/*  [:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::]   Exhibition Schedule   [::::::::::::::::]  */

/* Current Exhibition */
.current_exhibition {
	margin: 0 20px 1em 10px;
	padding: 10px;
	background: #f2f0de;
	border-left: 5px solid #a39f80;
	}
	
	.current_exhibition h2 {
		margin-right: 0;
		margin-left: 0;
		font-size: 21px;
		}
		
	.current_exhibition h3 {
		margin-right: 0;
		margin-left: 0;
		}
		
		.current_exhibition h3 img {
			display: block;
			margin: 0 15px 10px 0;
			padding: 3px;
			background: #fff;
			border: 1px solid #a39f80;
			float: left;
			}


.schedule_item {
	margin-bottom: 2em;
	}
	
	/* Date */
	.schedule_item span.date {
		position: relative;
		margin: 0 0 1em -10px;
		display: block;
		padding: 5px;
		background: #f2f0de;
		border-left: 5px solid #a39f80;
		}
		
	.schedule_item h3 {
		margin-bottom: 1em;
		}
		
	/* Float Clearing Classes */
	
	.schedule_item:before,
	.schedule_item:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
		}

	.schedule_item:after {
		clear: both;
		}




/*  [:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::]   Sidebar Boxes   [::::::::::::::::]  */

.sidebar-item {
	width: 220px;
	margin: 0 20px 20px 20px;
	float: right;
	}
	
.image-thumb {
	margin-top: 20px;
	}
	
	.image-thumb img {
		margin: 0;
		}

.file_download {
	padding: 15px 10px 15px 15px;
	background: #e0ddc8;
	border: 1px solid #c0ba91;
	}
	
	.file_download a.file {
		display: block;
		margin: 0;
		padding: 0 0 0 26px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: transparent;
		}
		
		/* File-types */
		.file_download a.pdf {
			background-image: url(../_img/icon/file_types/pdf.png);
			}
			
		.file_download a.blank {
			background-image: url(../_img/icon/file_types/_blank.png);
			}
			
		.file_download a.online_form {
			background-image: url(../_img/icon/selection-input.png);
			}
			
		
			
	/* Title */
	.file_download a.file .title {
		display: block;
		margin: 0 0 .25em 0;
		line-height: 1em;
		font-size: .85em;
		font-weight: bold;
		color: #600;
		text-decoration: none;
		}
		
		.file_download a.file:hover .title {
			text-decoration: underline;
			}
		
	/* Description */
	.file_download a.file .description {
		display: block;
		font-size: .7em;
		color: #716727;
		text-decoration: none;
		}
		
		.file_download a.file:hover .description {
			/* color: #2e2905; */
			}
			
	
	/* Dividers */
	.file_download hr {
		background: #c4bc90;
		color: #c4bc90;
		margin: 1em 0;
		border: 1px solid #c4bc90;
		height: 1px;
		}





/* School Tours Scheulde & Dates */
.tour_exhibition {
	margin: 0 0 1.5em 0;
	}
	
	/* Title */
	.tour_exhibition h4 {
		font-size: 1em;
		font-style: normal;
		color: #600;
		}
		
	/* Table Informration */
	.tour_exhibition table {
		border-bottom: 1px solid #ccc;
		}
		
		.tour_exhibition table th {
			padding-left: 20px;
			color: #666;
			border-bottom: 1px solid #ccc;
			text-align: left;
			}
			
			.tour_exhibition table th.first {
				padding-left: 0;
				}
			
		.tour_exhibition table td {
			padding-left: 20px;
			}
			
			.tour_exhibition table td.first {
				padding-left: 0;
				}






/* The ol' Clearfix! */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
 
.clearfix {
	display: inline-block;
	}
 
html[xmlns] .clearfix {
	display: block;
	}
 
* html .clearfix {
	height: 1%;
	}


