/*
	VB Learn
	Version 1.3
	May 2010
	Authored by Thomas Mathews + thomas.mathews@mod7.com, Daryl Claudio + daryl.claudio@mod7.com
	Mod7 Communications, Inc.
*/

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

	Basic Skeleton

=======================================*/

html, body {
height: 100%;
}

body {
background: #fff;
text-align: center;
}

#wrapper {
width: 936px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
text-align: left;
}

#footer, .push { height: 100px; /* .push must be the same height as .footer */ }

/*------------------
		Header
=================*/

#header {
margin-bottom: 10px;
border-top: 6px solid #545454;
height: 245px;
background: url('/frontend/img/header-background.png') repeat-x scroll 0 bottom;
position: relative;
}
	
	#header h2 {
		display: block;
		width: 213px;
		height: 17px;
		position: absolute;
		top: 30px;
		left: 3px;
	}
	#header h2 a {
		display: block;
		width: 213px;
		height: 17px;
		text-indent: -9001px;
		background: url('/frontend/img/vancouver-biennale.png') 0 0 no-repeat;
	}
	#header h3 {
		display: block;
		width: 368px;
		height: 18px;
		text-indent: -9001px;
		background: url('/frontend/img/subtitle-come-learn.png') 0 0 no-repeat;
		position: absolute;
		top: 29px;
		left: 240px;
	}
	
#search-box {
	display: block;
	position: absolute;
	top: 25px;
	right: 0px;
	height: 31px;
	background: #fff url('/frontend/img/search-box-gradient.gif') repeat-x bottom left;
}

	#search-box input {
		margin: 0px;
		padding: 0px;
		padding: 0 3px;
		height: 22px;
		background: #fff url('/frontend/img/search-box-inside-gradient.gif') repeat-x bottom left;
		border: solid 1px #e6e6e6;
		color: #c9c9c9;
		font-size: 80%;
	}
	
	#search-box-submit {
		text-transform: uppercase;
	}

/*------------------
		Navigation
=================*/

#navigation {
display: block;
width: 936px;
height: 60px;
position: absolute;
top: 157px;
left: 0px;
background: #fff url('/frontend/img/header-background-navigation.png') repeat-y scroll 0 0;
line-height: 15px;
}

	#navigation li { display: inline-block; padding: 5px; padding-top: 14px; font-size: 0.92em; }
	#navigation li a { font-weight: bold; color: #ffffff; text-transform: uppercase; }
	#navigation li a:hover { text-decoration: underline;}
	#navigation li .active { text-decoration: underline;}

#nav-learning { margin-left: 40px; }
#nav-lesson-plans { margin-left: 40px; }
#nav-tours { margin-left: 38px; }
#nav-gallery { margin-left: 39px; }
#nav-online-exhibit { margin-left: 39px; }
#nav-game { margin-left: 39px; }

/*------------------
		Global Content Styles
=================*/

.body-content {
	
}

.page-title {
	margin-bottom: 25px;
}

.page-title-with-nomargin {
	margin-bottom: 0px;
}

.content {
overflow: hidden;
border-bottom: 1px dotted #cdcdcd;
margin-bottom: 32px;
}

	.col-full {
	clear: both;
	width: 936px;
	}

	.col { float: left; margin-right: 24px; }

	.col-online-exhibit { float: left; margin-right: 72px; width: 432px; }

	.col-edge { float: left; margin-right: 0; }

	.col-3quarters { width: 696px; color: #6b6b6b; }
	.col-half { width: 456px; }
	.col-quarter { width: 216px; }


.preview-image , .preview-image-large {
border: solid 1px #ebebeb;
-moz-box-shadow: 4px 4px 10px #d8d8d8;
-webkit-box-shadow: 3px 3px 8px #d8d8d8;
}

.preview-image-large {
	display: block;
	overflow: hidden;
	width: 214px;
	height: 142px;
}

.col-heading {
padding-bottom: 17px;
font-weight: bold;
}

.col-list-below-heading {
padding-top: 6px;
border-top: 1px dotted #cdcdcd;
}

.col-heading-with-spacer {
margin-top: 73px;
}

.col-item-with-divider {
display: block;
margin-top: 16px;
padding-top: 6px;
border-top: 1px dotted #cdcdcd;
}

.content-page-title {
margin-bottom: 35px;
font-size: 1.75em;
font-weight: bold;
}

.page-title-section-with-linkback {
margin-bottom: 18px;
}

.heading-with-topline {
padding-top: 5px;
border-top: 1px dotted #cdcdcd;
}

.heading-with-mega-space {
margin-top: 50px;
}

.horizontal-spacer-bar {
height: 1px;
width: 100%;
margin-top: 40px;
border-top: 1px dotted #cdcdcd;
}

.sorting-list {
	display: inline;
}

.sorting-list li {
	display: inline;
}

.sorting-list li a {
	font-weight: bold;
}

.sorting-list-item {
	margin-bottom: 50px;
}

.spacer-clear {
	display: block;
	clear: both;
	height: 0px;
	width: 100%;
	overflow:hidden;
}

.spacer-1-divider {
	display: block;
	height: 0px;
	border-top: 1px dotted #cdcdcd;
}

.spacer-16 {
	display: block;
	height: 16px;
}
.spacer-30 {
	display: block;
	height: 30px;
}
.spacer-35 {
	display: block;
	height: 35px;
}
.spacer-45 {
	display: block;
	height: 45px;
}
.spacer-78 {
	display: block;
	clear: both;
	height: 78px;
}

/*------------------
		Footer
=================*/

#footer {
clear: both;
display: block;
width: 936px;
margin: 0 auto;
padding: 0px;
}

.footer-nav {
display: block;
margin-top: 32px;
padding: 15px 0px;
border: 1px dotted #cdcdcd;
border-left: 0 none; 
border-right: 0 none;
font-size: 11px;
}

	.footer-nav li {
	display: inline-block;
	padding: 0;
	margin: 0 3px;
	}

	.footer-nav li a {
	color: #8f8f8f;
	margin: 0;
	padding: 0;
	}

	.footer-nav li a:hover {
	text-decoration: underline;
	}

/*------------------
		Homepage
=================*/

#homepage-excerpt {
margin-bottom: 60px;
font-size: 30px;
letter-spacing: -0.3px;
color: #636363;
}

#homepage-preview {
margin-bottom: 35px;
}

	#homepage-preview li {
	float: left;
	width: 216px;
	margin-right: 24px;
	}
	#homepage-preview li.last { margin-right: 0; }
	
		#homepage-preview .preview-image {
		display: block;
		overflow: hidden;
		width: 214px;
		height: 142px;
		margin-bottom: 36px;
		}
	
	#homepage-preview li h3 {
		display: block;
		width: 230px;
	}
	
/*------------------
		Learning from Art
=================*/

.art-piece-list {
overflow: visible;
}

	.art-piece-list .art-piece-list-single {
	width: 216px;
	float: left;
	margin-right: 24px;
	}
		
		.art-piece-list .art-piece-thumbnail {
		display: block;
		overflow: hidden;
		width: 214px;
		height: 142px;
		border: 1px solid #ebebeb;
		-webkit-box-shadow: 2px 2px 6px #ddd;
		-moz-box-shadow: 2px 2px 6px #ddd;
		}
	
		.art-piece-list .c1 { }
		.art-piece-list .c2 { }
		.art-piece-list .c3 { }
		.art-piece-list .c4 { margin-right: 0; }
		
		.art-piece-list-single {
			margin-bottom: 60px;
		}
		
		.art-piece-list-single h4 {
			display: block;
			width: 236px;
			font-weight: 600;
		}
		
		.art-piece-thumbnail {
			margin-top: 18px;
		}

.art-piece-main-container {
	position: relative;
	display: block;
	overflow: hidden;
}

	.art-piece-main-transp {
		width: 696px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
		
	.art-piece-main-image {
		max-width: 696px;
		max-height: 464px;
		border: solid 1px #fff;
		-webkit-box-shadow: 2px 5px 18px #d8d8d8;
		-moz-box-shadow: 2px 5px 18px #d8d8d8;
	}

.sub-image-gallery {
	margin-top: 42px;
	margin-bottom: 73px;
}

.com-image-gallery {
	margin-top: 27px;
}
	.sub-image-gallery .last { margin-right: 0; }

	.sub-image-gallery h3 {
	}
	
	.sub-image-gallery a {
		display: block;
		float: left;
		margin-right: 24px;
		margin-top: 21px;
		width: 96px;
	}
	
	.sub-image-gallery a img {
		-moz-box-shadow: 2px 5px 18px #D8D8D8;
		-webkit-box-shadow: 2px 5px 18px #D8D8D8;
		border: 1px solid #FFFFFF;
		height: 62px;
		width: 94px;
	}

/*-----------------
		Community Gallery
=================*/
#community-gallery {
	display: block;
	width: 960px;
	border: none;
}
	#community-gallery li {
		width: 94px;
		height: 62px;
		float: left;
		margin-top: 48px;
		margin-bottom: 8px;
		margin-right: 24px;
		border: solid 1px #fff;
		-webkit-box-shadow: 2px 5px 6px #d8d8d8;
		-moz-box-shadow: 2px 5px 18px #d8d8d8;
	}
	#community-gallery .last {
		margin-right: 0px;
		border-color: red;
	}

/*-----------------
		Lesson Plans for Schools
=================*/

.lesson-plan-list-bytopic li {
padding-top: 6px;
padding-bottom: 17px;
border-top: 1px dotted #cdcdcd;
font-weight: 600;
}

	.lesson-plan-list-bytopic ul ul {
	padding: 17px 0 0 17px;
	}
		.lesson-plan-list-bytopic ul ul li { font-weight: 400; }


/*-----------------
		Self Guided Tours
=================*/

.tour-map-container {
	margin: 20px 0px;
	padding: 20px 0px;
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
}

.tour-map {
	width: 696px;
	height: 464px;
	border: solid 1px #fff;
	-webkit-box-shadow: 2px 5px 15px #d8d8d8;
	-moz-box-shadow: 2px 5px 15px #d8d8d8;
}
	.tour-map  small{
		display: none;
		height: 0px;
	}

/*-------------------------------------
	enewsletter-form
=======================================*/

#enewsletter-form-section {
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 18px;
}

#enewsletter-form {
	
}
	
	#enewsletter-form label {
		margin-bottom: 24px;
	}
	
	#enewsletter-form .enlf-input {
		width: 215px;
		margin: 0px;
		margin-bottom: 24px;
		padding: 0 3px;
		height: 22px;
		background: #fff url('/frontend/img/search-box-inside-gradient.gif') repeat-x bottom left;
		border: solid 1px #c9c9c9;
		color: #767676;
		font-size: 9px; 
		-webkit-box-shadow: 1px 3px 4px #f6f5f6;
		-moz-box-shadow: 1px 3px 4px #f6f5f6;
	}
	
	#enewsletter-form #enlf-submit {
		width: 73px;
		text-transform: uppercase;
	}
	
	.enlf-text {
		text-align: right;
		font-weight: normal;
		font-size: 80%;
	}
	
	.message {
		margin-bottom: 20px;
		font-size: 80%;
		text-align: center;
	}
	.error {
		color: red;
	}
	.success {
		color: green;
	}

/*-------------------------------------
	Online-Exhibit
=======================================*/
	
#online-exhibit-sorter {

}

.online-exhibit-paginator {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
	.online-exhibit-paginator li {
		display: inline-block;
		margin: 0px 3px;
	}
	.online-exhibit-paginator-index {
		text-decoration: underline;
	}

.online-exhibit-video-frame {
	display: block;
	width: 698px;
	height: 522px;
	margin-bottom: 23px;
	padding-bottom: 54px;
	border-bottom: 1px dotted #cdcdcd;
	overflow: hidden;
}

.online-exhibit-audio-frame {
	display: block;
	width: 698px;
	height: 24px;
	margin-bottom: 50px;
	padding-bottom: 23px;
	border-bottom: 1px dotted #cdcdcd;
	overflow: hidden;
}

#online-exhibit-gallery {
	
}
	#online-exhibit-gallery li {
		float: left;
		width: 216px;
		height: 320px;
		margin-right: 24px;
		margin-bottom: 58px;
		text-align: center;
	}
	#online-exhibit-gallery .oeg-edge {
		margin-right: 0px;
	}
	#online-exhibit-gallery img {
		max-width: 214px;
		max-height: 214px;
		margin-top: 22px;
		border: solid 1px #ebebeb;
		-webkit-box-shadow: 2px 5px 6px #d8d8d8;
		-moz-box-shadow: 2px 5px 18px #d8d8d8;
	}
	
.online-exhibit-top-divider {
	display: block;
	height: 23px;
	border-bottom: 1px dotted #cdcdcd;
}
	
#online-exhibit-info-box {
	width: 436px;
	margin-bottom: 24px;
	padding: 10px 13px;
	color: #fff;
	font-weight: bold;
	background-color: #ef4c82;
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 1px 2px 0px #ddd9db;
	-moz-box-shadow: 1px 2px 0px #ddd9db;
}
	#online-exhibit-info-box em {
		font-weight: normal;
		font-style: normal;
	}

#online-exhibit-sorter {
	font-size: 12px;
	font-weight: bold;
}
	#online-exhibit-sorter label {
		margin-right: 10px;
		text-transform: uppercase;
	}
	/* This is stupid and looks ugly as OS will warp stuff too.
	#online-exhibit-sorter select {
		padding: 2px;
		border: none;
		background-color: #f5f0f9;
		font-family: Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #ea7d9e;
		outline: none;
	}
		#online-exhibit-sorter select option {
			margin: 2px;
			border: none;
		} */

#online-exhibit-filter {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}	
	#online-exhibit-filter-cats {
		
	}
		#online-exhibit-filter-cats li {
			display: inline-block;
			margin-right: 20px;
			cursor: pointer;
		}
		#online-exhibit-filter-cats .no-pointer {
			cursor: default;
		}
		
	#online-exhibit-filter-tags {
		position: relative;
		display: none;
		margin-top: 20px;
		padding: 10px;
		background-color: #f5f0f9;
	}
		#online-exhibit-filter-arrow-slider {
			display:block;
			position: absolute;
			top: -10px;
			left: 0px;
			width: 20px;
			height: 11px;
			background: transparent url('/frontend/img/filter-arrow.png') top left no-repeat;
		}		
		.online-exhibit-filter-tagset {
			display: none;
		}
		#online-exhibit-filter-tags ul {
		
		}
			#online-exhibit-filter-tags ul li {
				display: inline-block;
				width: 133px;
				padding: 4px 8px;
				background-color: transparent;
				vertical-align: top;
				line-height: 14px;
			}
			#online-exhibit-filter-tags ul li:hover {
				background-color: #a27ec7;
				color: #fff;
			}
			#online-exhibit-filter-tags ul li:hover a, #online-exhibit-filter-tags ul li:hover a:hover {
				background-color: #a27ec7;
				color: #fff;
				text-decoration: none;
			}
	
/*-------------------------------------
	Type
=======================================*/

.floatright {
	float: right;
}
.floatleft {
	float: left;
}

body {
font-family: /*'Helvetica Neue', Helvetica, */Arial, Verdana, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #8f8f8f;
background: #fff url('/frontend/img/background-gradient.png') bottom left repeat-x fixed;
}

a:link		{ color: #e67a9b; text-decoration: none; }
a:visited	{ color: #e67a9b; text-decoration: none; }
a:hover		{ color: #e67a9b; text-decoration: none; text-decoration: underline;}
a:active	{ color: #e67a9b; text-decoration: none; }

.color-1,
.color-1 a:link, .color-1 a:visited, .color-1 a:hover, .color-1 a:active { color: #8f73b8; }
.color-2,
.color-2 a:link, .color-2 a:visited, .color-2 a:hover, .color-2 a:active { color: #c172b3; }
.color-3,
.color-3 a:link, .color-3 a:visited, .color-3 a:hover, .color-3 a:active { color: #ea7d9e; }
.color-4,
.color-4 a:link, .color-4 a:visited, .color-4 a:hover, .color-4 a:active { color: #e88064; }

strong { font-weight: 600; }
em { font-style: oblique; }
blockquote { padding: 2px 20px; margin: 0.5em 0; border-left: 1px dotted #ccc; }

	/* All body copy */
	p, ul, ol, dl, fieldset, form, label, textarea
	{ font-family: /*'Helvetica Neue', Helvetica, */Arial, Verdana, sans-serif; }

h1 {
font-size: 29px;
line-height: 48px;
color: #646464;
}

h2 {
font-size: 15px;
line-height: 24px;
font-weight: 600;
color: #767676;
}

h3 {
font-size: 15px;
font-weight: 600;
color: #767676;
}

hr {
	width: 100%;
	height: 0px;
	border: none;
	border-top: 1px dotted #cdcdcd;
}

strong {
	color: #767676;
}

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

	WYSIWYG

=======================================*/

/*
p a:link,
p a:visited,
ul a:link,
ul a:visited,
ol a:link,
ol a:visited { border-bottom: 1px none; }
p a:hover,
p a:active,
ul a:hover,
ul a:active,
ol a:hover,
ol a:active { border-bottom: 1px #e67a9b; }
*/


.ugc p { margin: 0.0em 0 24px; }

.ugc ul, .ugc ol { padding: 2px 40px; margin: 0.2em 0; }
.ugc ul { list-style: disc outside; }
.ugc ol { list-style: decimal outside; }

.ugc h1, .ugc h2, .ugc h3, .ugc h4, .ugc h5, .ugc h6 { margin: 1em 0 0.5em; line-height: 1.2; color: #8f8f8f; }

.ugc h1 { font-size: 29px; line-height: 48px; font-weight: 600; color: #646464; }
.ugc h2 { font-size: 15px; line-height: 24px; font-weight: 600; color: #767676; }
.ugc h3 { font-size: 15px; }
.ugc h4 { font-size: 13px; font-weight: 600; }
.ugc h5 { font-size: 12px; font-weight: 600; }
.ugc h6 { font-size: 11px; font-weight: 600; letter-spacing: 2px; }

.ugc img { padding: 10px 20px; }

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

	Credits:

	Sticky Footer 
	Ryan Fait, http://ryanfait.com/

===================================*/
