/* @group Reset */

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* @end */

/* @group Typography */

/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: Helvetica, Arial ,"Helvetica Neue", sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; line-height: 18px;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #000; text-decoration: none;}
a           { color: #000; text-decoration: underline; outline: none;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* @end */

/* @group Layout */

body, html {
	height: 100%;
}

#container {
	position: relative;
	float: left;
	width: 1024px;
	min-height:100%;
	background: url(../images/bg.gif) repeat-y;
}

#header {
	float: left;
	width: 100%;
	height: 112px;
	position: relative;
}

#content {
	float: left;
	width: 730px;
	margin-left: 60px;
	margin-right: 34px;
	padding-bottom: 60px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-bottom: 60px;
}

#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	width: 100%;
	height:60px;
} 

#footer p{
	position: absolute;
	width: 160px;
	right: 14px;
	bottom: 0;
	text-align: left;
	color: #999;
	font-size: 9px;
	
}
/* @end */

/* @group Header */

#header h1 {
	float: left;
	width: 125px;
	height: 75px;
	position: relative;
	top: 18px;
	left: 26px;
	}

/* @group Navigation */

#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 233px;
	float: left;
}

#navigation li{
	float: left;
}

#navigation li.gallery{
	width: 95px;
}

#navigation li.submissions{
	width: 133px;
}

#navigation li.exhibitions{
	width: 124px;
}
#navigation li.events{
	width: 86px;
}
	
#navigation li.resources{
	width: 116px;
}
#navigation li.contact{
	width: 64px;
}



#navigation li a:link, #navigation li a:active, #navigation li a:visited{
	color: black;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	padding-bottom: 5px;
	border-bottom: 9px solid white;
	float: left;
}

#navigation li a:hover {
	font-weight: 400;
	padding-bottom: 5px;
	letter-spacing: 0px;
	border-bottom: 9px solid black;

}


#navigation li.active a:link, #navigation li.active a:active, #navigation li.active a:visited {
	font-weight: 700 !important;
	padding-bottom: 5px !important;
	letter-spacing: 1px !important;
	border-bottom: 9px solid black !important;
}

#navigation li.active a:hover {
	font-weight: 700 !important;
	padding-bottom: 5px !important;
	letter-spacing: 1px !important;
	border-bottom: 9px solid black !important;
}


/* @end */



/* @end */

/* @group Content */
#content h2 {
	font-weight: bold;
	margin-top: 36px;
	margin-bottom: 36px;
	display: block;
	background: black;
	color: white;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 18px;
	letter-spacing: 1px;
	}

#content h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#content h3 a:link, #content h3 a:active, #content h3 a:visited {
	text-decoration: none;
} 

#content h3 a:hover {
		color: #666;
}


#content h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 14px;
}

p.meta {
	line-height: 18px;
	margin:0;
	padding: 0;
	font-size: 12px;
}

.title {
	font-weight: 700;
}

p.long-desc {
	margin-top: 25px;
}

.detail-item {
	margin-top: 25px;
}
.detail-item img {
	float: left;
	margin-right: 15px;
	padding-top: 3px;
}

/* @group Exhibition List */

.current img{
	/* margin-top: 25px; */
}

.current h4 {
	
	margin-bottom: 23px;
}

.current h4:after {
	margin: 40px;
}

.current .long-desc {
	margin-top: 0px;
	margin-bottom: 30px;
}

.past h4, .upcoming h4 {
	display: inline;
	margin-right: 1px;
}

.past ul a, .upcoming ul a {
	text-decoration: none;
	color: #999;
}

.past ul .active a, .past ul .active a  {
	color: #000;
}

.past ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 9px;
	letter-spacing: 1px;
	color: #999;
}

.past ul li{
	display: inline;
}



/* @end */

/* @group Exhition Detail */

div.image-gallery {
	margin-bottom: 25px;
	position: relative
}

.blowup {
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	
}

.gallery-navigation {
	position: absolute;
	top: 0;
	right: 0;
	width: 213px;
	z-index: 2;
	
}

.slide {
	height: 323px;
	width: 730px;
	position: relative;
	display: block;
	overflow: hidden;
}

.slide .image-meta {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 213px;
	background: white;

}

.blowup img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}


.image-gallery, .image-gallery p.meta {
	font-size: 9px !important;
	letter-spacing: 1px;
	line-height: 14px;
}


.gallery-navigation a:link, .gallery-navigation a:active, .gallery-navigation a:visited {
	text-decoration: none;
} 

.gallery-navigation a:hover {
		color: #666;
}

.gallery-navigation span{
	margin-right: 4px;
}

.meta-desc span{
	margin-right: 4px;
}

.meta a:link, .meta a:active, .meta a:visited {
	text-decoration: none;
} 

.meta a:hover {
		color: #666;
}

.gallery-navigation

ul.thumb-list {
	overflow: hidden;
	width: 220px;
	margin: 0 -7px 0 0;
	padding: 0;
	list-style: none;
	}

ul.thumb-list li {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}

ul.thumb-list li a {

}

ul.thumb-list li a img{
	display: block;
}

.image-meta {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	width: 213px;
}

.image-gallery {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

/* @end */

/* @group Columns */

.columns {
	position: relative;
	width: 100%;
	clear: both;
	margin-top: 25px;
}

.left-column {
	width: 480px;
	float: left;
	clear: none;
	position: relative;
}

.right-column {
	width: 212px;
	float: right;
	clear: none;
	position: relative;
}

.landing .left-column{
	width: 395px !important;
	float: left;
	clear: none;
	position: relative;
}

.landing .right-column{
	width: 305px !important;
	float: right;
	clear: none;
	position: relative;
	
}

/* @end */

/* @group Landing */

img.landing {
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

/* @end */

/* @end */

/* @group Forms */

fieldset {
	border: none;
	padding: 0;
	height: 24px;
	margin-top: 8px;
}

fieldset .box {
	float: left;
	width: 129px;
	height: 16px;
	margin-left: 14px;
	padding: 6px 9px 4px;
	outline: none;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 9px;
	border: none;
	background: url(../images/search-text.gif) no-repeat left top;
}

fieldset .btn {
	float: left;
	height: 24px;
	width: 28px;
	margin-left: 6px;
	padding: 4px 3px;
	border: none;
	outline: none;
	background: url(../images/search-btn.gif) no-repeat left top;
	cursor: pointer;
	/*
	float: left;
	height: 22px;
	margin-left: 6px;
	padding: 4px 3px;
	border: 1px solid #303030;
	background: #424242;
	color: #fbfbfb;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 12px;
	outline: none;
	cursor: pointer;
	*/
}


/* @end */

/* @group Clearfixes */
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .columns:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .columns {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* @end */

/* @group Side Nav */


#side-navigation {
	list-style: none;
	padding: 0;
	right: 228px;
	font-size: 9px;
	margin: 8px 0 0 25px;
}

#side-navigation li a:link, #side-navigation li a:active, #side-navigation li a:visited {
	text-decoration: none;
	color: black;
	letter-spacing: 1px;
	line-height: 180%;
}

#side-navigation li a:hover{
	text-decoration: none;
	font-weight: 700;
}


/* @end */

/* @group Link Section */

.link-section ul{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.link-section p.title{
	margin: 0 0 10px;
	padding: 0;
}

.link-section li a{
	font-size: 9px;
	letter-spacing: 1px;
	}

/* @end */

/* @group Contact */

#contact-information p{
	font-size: 9px !important;
	letter-spacing: 1px;
	margin:9px;
}

#contact-information p {
	
}

/* @end */

#landing-image-container {
	position: relative;
	height: 100%;
	width: 100%;
}

#landing-text {
	position: absolute;
	padding: 15px;
	background: white;
	top: 30px;
	left: 30px;
	}

/* @group highslide */

.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-image {
	border: none;
}
.highslide-caption {
	background-color: #DDDDDD;
	padding: 5px;
	border-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: #FFFFFF;
 	border-style: solid;
}
.highslide-loading {
	display: block;
	padding: 0 0 0 16px;
	width: 0;
	height: 16px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../js/highslide/graphics/ajax-loader.gif);
}

/* @end */

/* @group My Group */

.overlay-container {
	position: relative;
	height: 100%;
	width: 100%;
}

.current .overlay-text {
	position: absolute;
	padding: 12px;
	background: white;
	background: rgba(255,255,255, 0.95);
	top: 10px;
	left: 10px;
	z-index: 2;
}

.landing .overlay-text {
	position: absolute;
	padding: 12px;
	background: white;
	background: rgba(255,255,255, 0.95);
	top: 20px;
	left: 20px;
	z-index: 2;
}

#list-by-year div{
	width: 480px;
}

.block-resources-links ul {
	list-style: none;
	font-size: 9px;
	margin-left: 0;
	padding-left: 0;
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.block-resources-links p {
margin-bottom: 9px;
}
/* @end */
