/* -- Global Defaults -- */

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: default;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

img {
	border: 0;
}

p {
	margin: 15px 0;
}

a:active,
a:focus,
object {
	outline: none;
}

a {
	color: #000;
	text-decoration: none;
}

.hr {
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #AAA;
	margin: 15px 0;
}

.hr hr {
	display: none;
}

/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}



/* -- Blocks -- */

.block {
	display: block;
}

.left {
	display: block;
	float: left;
}

.right {
	display: block;
	float: right;
}

.clear {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}

.autoclear {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.form-select {
	float: left;
	height: 20px;
	background: #FFF url(/images/common/form-select.gif) left top no-repeat;
	padding-left: 10px;
	margin-right: 4px;
}

.form-select select {
	display: none;
}

.form-select span {
	display: block;
	background: #FFF url(/images/common/form-select.gif) right top no-repeat;
	height: 18px;
	padding: 2px 30px 0 0;
}

.form-select ul {
	display: none;
	width: 60px;
	position: absolute;
	z-index: 100;
	list-style: none;
	margin: 0;
	margin-left: -8px;
	padding: 1px;
	background: #FFF;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

.form-select ul li {
	display: block;
	padding: 3px 25px 3px 10px;
	vertical-align: center;
	margin: 0;
}

.form-select ul li:hover,
.form-select ul li.hover {
	background: #EB008B;
	color: #FFF;
}
	
.form-checkbox,
.form-checkbox-selected {
	margin: 4px 0;
	padding: 3px 5px 0 28px;
	min-height:20px;
	height:auto !important;
	height:20px;

	background: url(/images/common/form-checkbox.gif) 0 0 no-repeat;
}

.form-checkbox-selected {
	background-position: 0 -53px;
}

.form-checkbox input,
.form-checkbox-selected input {
	display: none;
}

.form-button {
	display: inline-block;
	height: 20px;
	padding-bottom: 2px;
	background: #A5A7AA;
	color: #FFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 0;
}

.form-input {
	border: 1px solid #A5A7AA;
	padding: 2px;
	margin: 2px 0;
}

.generic-form {
	margin: 0;
}

.generic-form p {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
}

.generic-form p label {
	display: block;
	float: left;
	width: 200px;
	padding-right: 5px;
	text-align: right;
}

.generic-form p .input {
	border: 1px solid #CCC;
	width: 250px;
}

.generic-form p .textarea {
	border: 1px solid #CCC;
	width: 250px;
	height: 50px;
}

.photo-left,
.photo-right,
.photo-center {
	display: inline;
	float: left;
	margin: 3px 10px 10px 0;
	color: #57585B;
	text-align: center;
	font-size: 90%;
}

.photo-right {
	float: right;
	margin: 5px 0 10px 10px;
}

.photo-center {
	display: block;
	float: none;
	margin: 0 auto;
}

.photo-left img,
.photo-right img,
.photo-center img {
	display: block;
	border: 0;
	margin-bottom: 5px;
}

.photo-center img {
	margin-left: auto;
	margin-right: auto;
}

.uc {
	text-transform: uppercase;
}

.hidden-details {
	display: none;
	padding: 5px 15px 10px;
}


/* -- Pagination -- */

.pagination ul {
	display: block;
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 15px 0;
	margin: 0;
}

.pagination ul li {
	float: left;
	display: inline-block;
	padding: 5px;
	margin: 0;
	font-size: 14px;
}

.pagination ul a {
	color: #444;
}

.pagination ul a:hover {
	color: #000;
	text-decoration: underline;
}

.pagination ul li.selected a,
.pagination ul li.selected a:hover {
	color: #000;
	cursor: default;
	text-decoration: none;
}

.pagination ul li.disabled a,
.pagination ul li.disabled a:hover {
	cursor: default;
	color: #979797;
	text-decoration: none;
}


/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 8px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	cursor: default;
	background: #FDF4D7;
	border: 1px solid #FAE087;
	color: #333;
}

.none-found {
	margin: 100px 0;
	text-align: center;
	font-size: 120%;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
}

.color0,
.rollover0:hover,
a:hover .rollover0 {
	color: #000;
}

/* -- Magenta color/rollover -- */
.color1,
.rollover1:hover,
a:hover .rollover1 {
	color: #EB008B;
}

/* -- Green color/rollover -- */
.color2,
.rollover2:hover,
a:hover .rollover2 {
	color: #00A14B;
}

/* -- Orange color/rollover -- */
.color3,
.rollover3:hover,
a:hover .rollover3 {
	color: #F16522;
}

/* -- Cyan color/rollover -- */
.color4,
.rollover4:hover,
a:hover .rollover4 {
	color: #00ADEE;
}

/* -- Purple color/rollover -- */
.color5,
.rollover5:hover,
a:hover .rollover5 {
	color: #7F3F97;
}

/* -- Red color/rollover -- */
.color6,
.rollover6:hover,
a:hover .rollover6 {
	color: #EC1C24;
}

/* -- Blue color/rollover -- */
.color7,
.rollover7:hover,
a:hover .rollover7 {
	color: #2E3191;
}


/* -- Boxes & buttons -- */

.box {
	display: block;
	background: #D9DBDC url(/images/common/box-corners.gif) right top no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

.box img {
	display: block;
}

.box-inside {
	display: block;
 	background: url(/images/common/box-corners.gif) left bottom no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
}

.box-dark,
a.box:hover {
	background-color: #A6A8AB;
}

a.box-depressed {
	border-top: 10px solid #FFF;
	border-left: 10px solid #FFF;
	padding-right: 0;
	background: #A6A8AB;
}

a.box-depressed .box-inside {
	padding-bottom: 0;
	background: none;
}

a.box {
	color: #000;
	text-decoration: none;
}

a.box span {
	cursor: pointer;
}

a.box:hover {
	text-decoration: none;
}

.box-text {
	display: block;
	background: #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 2px 10px 11px;
}

.box-title {
	display: block;
	margin-bottom: 4px;
}

.box-pad {
	display: block;
	padding: 2px 2px 4px 2px;
}

.box-desc {
	display: block;
}

.box-detail {
	display: block;
	font-style: italic;
}

h2.box {
	width: 214px;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 7px;
	text-transform: uppercase;
}

h2.box .box-inside {
	padding-bottom: 15px;
}

a.button {
	display: block;
	padding-left: 11px;
	background: url(/images/common/button.gif) 0 0 no-repeat;
	margin-bottom: 6px;
	cursor: pointer;
	text-decoration: none;
}

a.button span {
	display: block;
	height: 26px;
	overflow: hidden;
	padding: 7px 17px 0 0;
	background: url(/images/common/button.gif) right 0 no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	cursor: pointer;
}

a.button:hover {
	display: block;
	padding-left: 11px;
	background: url(/images/common/button.gif) 0 -33px no-repeat;
}

a.button:hover span {
	background: url(/images/common/button.gif) right -33px no-repeat;
}

a.button-depressed {
	border-top: 4px solid #D9DBDC;
	border-left: 4px solid #D9DBDC;
	background: #A6A8AB;
}

a.button-depressed span {
	padding-right: 12px;
	height: 22px;
	background: url(/images/common/button.gif) right -66px no-repeat !important;
}

a.button-nav {
	margin-bottom: 5px;
}

a.button-light,
a.button-nav {
	display: block;
	background: #A6A8AB url(/images/common/box-corners.gif) right top no-repeat;
	padding-top: 7px;
	padding-right: 14px;
	color: #A6A8AB;	
	cursor: pointer;
}

a.button-light:hover,
a.button-nav:hover,
#column-subnav a.selected {
	background-color: #666;
	color: #666;
}

.button-light-inside,
a.button-nav span {
	display: block;
	height: 15px;
 	background: url(/images/common/box-corners.gif) left bottom no-repeat;
	padding-bottom: 14px;
	padding-left: 7px;
	text-transform: uppercase;
}

a.button-nav span {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.button-light-inside span {
	display: block;
	height: 12px;
	padding: 1px 5px;
	background: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
}

a.button-light-depressed {
	border-top: 7px solid #FFF;
	border-left: 7px solid #FFF;
	padding-right: 7px;
	background: #666;
}

a.button-light-depressed .button-light-inside {
	padding-bottom: 7px;
	background: none;
}

a.button-nav-depressed {
	border-top: 7px solid #FFF;
	border-left: 7px solid #FFF;
	padding-right: 7px;
	background: #666;
}

a.button-nav-depressed span {
	padding-bottom: 7px;
	background: none;
}

#button-row {
	height: 42px;
	overflow: hidden;
}

#button-row a {
	float: left;
	margin-right: 5px;
}


/* -- Layout -- */

#layout {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}


/* -- Header -- */

div#header {
	padding-top: 23px;
}

div#header img {
	display: block;
}

div#header #logo-wrap {
	height: 48px;
	overflow: hidden;
}


/* -- Navigation -- */

ul#navigation {
	list-style: none;
	height: 26px;
	margin: 0;
	padding: 5px 0;
}

ul#navigation li {
	float: left;
	height: 26px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

ul#navigation li a {
	display: block;
	height: 1px;
	padding-top: 25px;
	overflow: hidden;
	background: url(/images/common/nav.png) no-repeat;
}

ul#navigation li#nav-visit a {
	width: 62px;
	background-position: 0 0;
}

ul#navigation li#nav-visit a:hover,
ul#navigation li#nav-visit a.selected {
	 background-position: 0 -26px;
}

ul#navigation li#nav-screenings a {
	width: 229px;
	background-position: -62px 0;
}

ul#navigation li#nav-screenings a:hover,
ul#navigation li#nav-screenings a.selected {
	 background-position: -62px -26px;
}

ul#navigation li#nav-exhibitions a {
	width: 136px;
	background-position: -291px 0;
}

ul#navigation li#nav-exhibitions a:hover,
ul#navigation li#nav-exhibitions a.selected {
	 background-position: -291px -26px;
}

ul#navigation li#nav-education a {
	width: 130px;
	background-position: -427px 0;
}

ul#navigation li#nav-education a:hover,
ul#navigation li#nav-education a.selected {
	 background-position: -427px -26px;
}

ul#navigation li#nav-collection a {
	width: 139px;
	background-position: -557px 0;
}

ul#navigation li#nav-collection a:hover,
ul#navigation li#nav-collection a.selected {
	 background-position: -557px -26px;
}

ul#navigation li#nav-families a {
	width: 105px;
	background-position: -696px 0;
}

ul#navigation li#nav-families a:hover,
ul#navigation li#nav-families a.selected {
	 background-position: -696px -26px;
}

ul#navigation li#nav-support a {
	width: 108px;
	background-position: -801px 0;
}

ul#navigation li#nav-support a:hover,
ul#navigation li#nav-support a.selected {
	 background-position: -801px -26px;
}

ul#navigation li#nav-about a {
	width: 81px;
	background-position: -909px 0;
}

ul#navigation li#nav-about a:hover,
ul#navigation li#nav-about a.selected {
	 background-position: -909px -26px;
}


/* -- Content & Sidebar -- */

#content {
	width: 980px;
	padding: 5px 5px 0 5px;
	overflow: hidden;
	text-align: left;
}

div#content-left {
	float: left;
	width: 785px;
	overflow: hidden;
}

div#sidebar {
	float: right;
	width: 185px;
	overflow: hidden;
}

div#sidebar-top .box-inside {
	height: 147px;
	overflow: hidden;
}

div#sidebar-top form {
	display: block;
	width: 100%;
	margin: 0;
	padding: 2px 0 8px;
	overflow: hidden;
}

div#sidebar-top input#search-input {
	float: left;
	margin-right: 2px;
	width: 116px;
	height: 14px;
	border: 1px solid #A5A7AA;
	padding: 2px;
	background: #FFF;
}

div#sidebar-top input#search-button {
	float: left;
	width: 32px;
	height: 20px;
	padding-bottom: 2px;
	background: #A5A7AA;
	color: #FFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 0;
}

div#sidebar-top a {
	margin-right: 6px;
	text-transform: uppercase;
}

div#sidebar-sites div.site {
	position: relative;
	height: 31px;
	margin-bottom: 10px;
}

div#sidebar-sites div.site a {
	display: block;
	height: 31px;
	color: #FFF;
	font-weight: bold;
	font-size: 10.5px;
	padding-left: 7px;
	line-height: 20px;
	text-transform: uppercase;
}

div#sidebar-sites div.rgb1 a {
	background: url(/images/common/sidebar-btn-rgb1.gif);
}

div#sidebar-sites div.rgb2 a {
	background: url(/images/common/sidebar-btn-rgb2.gif);
}

div#sidebar-sites div.rgb3 a {
	background: url(/images/common/sidebar-btn-rgb3.gif);
}

div#sidebar-sites div.rgb4 a {
	background: url(/images/common/sidebar-btn-rgb4.gif);
}

div#sidebar-sites div.rgb5 a {
	background: url(/images/common/sidebar-btn-rgb5.gif);
}

div#sidebar-sites div.site a:hover {
	background-position: 0 -31px;
}

div#sidebar-online .box-inside {
	height: 83px;
	padding-top: 3px;
	overflow: hidden;
}

div#sidebar-online .box-title {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 1px;
	color: #000;
	text-transform: uppercase;
}

div#sidebar-online .box-pad {
	padding-right: 0;
	position: absolute;
}

div#sidebar-online a {
	display: block;
	font-size: 10px;
	line-height: 17px;
	text-transform: uppercase;
}

a#sidebar-host .box-inside {
	height: 81px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

a#sidebar-host .box-inside .box-pad {
	padding-top: 0;
}

a#sidebar-host img {
	display: block;
	margin-top: 3px;
}

div#sidebar-address .box-inside {
	height: 78px;
	overflow: hidden;
}

div#sidebar-address .box-pad {
	padding-right: 0;
	padding-top: 0;
}

div#sidebar-address {
	font-size: 11px;
	line-height: 13px;
}


div#sidebar-address a:hover {
	color: #EB008B;
}

div#sidebar-address span {
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
}

div#social {
	position: absolute;
	height: 20px;
	padding-left: 54px;
	overflow: hidden;
}

div#social a {
	display: block;
	float: left;
	width: 20px;
	height: 1px;
	margin-right: 2px;
	padding-top: 19px;
	overflow: hidden;
}

div#social a#social-facebook {
	background: url(/images/common/social-facebook2015.gif) no-repeat;
}

div#social a#social-facebook:hover {
	background-position: 0 -20px;
}

div#social a#social-twitter {
	background: url(/images/common/social-twitter2015.gif) no-repeat;
}

div#social a#social-twitter:hover {
	background-position: 0 -20px;
}

div#social a#social-google {
	background: url(/images/common/social-google2015.gif) no-repeat;
}

div#social a#social-google:hover {
	background-position: 0 -20px;
}

div#social a#social-instagram {
	background: url(/images/common/social-instagram2015.gif) no-repeat;
}

div#social a#social-instagram:hover {
	background-position: 0 -20px;
}

div#social a#social-tumblr {
	background: url(/images/common/social-tumblr2015.gif) no-repeat;
}

div#social a#social-tumblr:hover {
	background-position: 0 -20px;
}

div#social a#social-youtube {
	background: url(/images/common/social-youtube2015.gif) no-repeat;
}

div#social a#social-youtube:hover {
	background-position: 0 -20px;
}







#page-header {
	height: 36px;
	overflow: hidden;
}



/* -- Share Tool Include -- */

div#share-tool {
	line-height: 14px;
	margin: 20px 0;
	height: 19px;
}

a#share {
	display: block;
	float: left;
	width: 69px;
	height: 1px;
	padding-top: 18px;
	margin-right: 10px;
	overflow: hidden;
	background: url(/images/common/social-share.gif) no-repeat;
	cursor: pointer;
}

a#share:hover {
	background-position: 0 -19px;
}

div#share-menu {
	display: none;
	position: absolute;
	background: #FFF;
	border: 2px solid #D9DBDC;
	z-index: 99;
	margin: -74px 0 0 0;
}

div#share-menu a {
	display: block;
	width: 60px;
	padding: 4px;
}

div#share-menu a:hover {
	background: #EB008B;
	color: #FFF;
}


/* -- Static page columns -- */

div#column-subnav {
	float: left;
	width: 224px;
	overflow: hidden;
}

div#column-content {
	float: right;
	width: 550px;
	padding-bottom: 20px;
	line-height: 16px;
	overflow: hidden;
}

div#column-text {
	width: 750px;
	padding-bottom: 20px;
	line-height: 16px;
	overflow: hidden;
}

div#column-content p,
div#column-content ul,
div#column-content ol {
	margin-top: 0;
	line-height: 20px;
	padding-right: 5px;
}

div#column-content p.caption {
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 5px;
}

div#column-text a,
div#column-content a {
	color: #EB008B;
}

div#column-text a:hover,
div#column-content a:hover {
	color: #EB008B;
	text-decoration: underline;
}

div#column-content a.pink {
	color: #EB008B;
}

div#column-content a.box {
	color: #000;
}

div#column-content a.box:hover {
	text-decoration: none;
}

.columns {
	width: 100%;
	overflow: hidden;
}

.columns .column-left {
	width: 250px;
	float: left;
}

.columns .column-right {
	width: 250px;
	float: right;
}

.box-two-col {
	width: 575px;
	overflow: hidden;
}

.box-two-col .box {
	width: 260px;
	float: left;
	margin-right: 10px;
}

.box-two-col img.left {
	padding-right: 7px;
	background: #FFF;
}


/* -- Footer -- */

div#footer {
	height: 30px;
	padding: 0 5px;
	overflow: hidden;
	text-align: left;
	cursor: default;
}

div#footer {
	font-size: 11px;
	color: #A5A7AA;
}

div#footer a {
	display: block;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	color: #A5A7AA;
	text-transform: uppercase;
}

div#footer a:hover {
	color: #666;
}