@import url('https://fonts.googleapis.com/css?family=Abel|Open+Sans+Condensed:300|Quicksand');

/* This is just here as a place to store it: */
/*font-family: 'Quicksand', sans-serif;*/

body {
	font-family: 'Quicksand', "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	/*font-size: 12px;*/
	font-size: 16px;
	/*font-size: 14px;*/
	color: #000000;
	/*color: #999999;*/
	background-color: #ffffff;
}

h1 {
	color: #900;
	/*color: #000;*/
	/*color: #666;*/
	
	/*color: #999;*/
	font-family: 'Quicksand', "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-size: 36px;
	/*font-size: 36px;*/
	font-weight: normal;
	margin-top: 60px;
	/*margin-top: 50px;*/
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	/*padding-bottom: 0px;*/
	padding-left: 0px;
}

h2 {
	font-family: 'Quicksand', "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
	font-size: 22px;
	/*font-size: 24px;*/
	color: #000;
	/*color: #999; */
	/*margin-bottom: 20px;*/
	margin-bottom: 25px;
	/*font-weight: bold;*/
	font-weight: normal;
	margin-top: 20px;
	/*margin-top: 10px;*/
	/*margin-top: 30px;*/
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

h3 {
	/*font-family: 'Quicksand', "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
	font-size: 18px;
	/*font-size: 24px;*/
	color: #000;
	/*color: #999; */
	margin-bottom: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 20px;
	/*margin-top: 10px;*/
	/*margin-top: 30px;*/
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

hr {
	color: #999999;
}

em {
	font-style: italic;
}

strong {
	font-weight:bold;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	/*padding-top: 50px;*/
}
#nav{
	/*font-family: 'Quicksand', "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
	color: #000;
	/*color: #666;*/
	font-size: 16px;
	/*font-size: 14px;*/
	font-weight: normal;
	text-align: left;
	/*border-bottom: 1px solid #999;*/
	/*border-top: 1px solid #999;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav a{
	color: #000;
	/*color: #666;*/
	text-decoration: none;
	/*padding-left: 4px;
	padding-right: 4px;*/
	/*padding-left: 40px;
	padding-right: 40px;*/
}
#nav a:hover{
	color: #999;
}
#nav a:active{
	color: #333;
}


#main {
	min-height: 500px;
	
}

#main a{
	/*colour for the text in the video menu is here*/
	color: #000;
	/*color: #666;*/
	text-decoration: none;	
}



#main a:hover{
	/*color: #999;*/
	text-decoration: underline;
}


#main a:active{
	color: #333;
}


#video_menu a {
	/*font-weight: bold;*/
	/*color: #888888;*/
	color: #000;
	text-decoration: none;
	font-size: 14px;
	/*font-size: 16px;*/
	/*font-size: 18px;*/
}

#video_menu a:hover{
	color: #888;
	text-decoration: none;
	
}
#video_menu a:active{
	color: #888;
}


#video_menu img {
	display: inline;
	margin: 3px;
	border: 0;
	vertical-align: bottom;
	margin: 5px 10px 5px 0;
 }
  
#video_menu a:hover img {
  border: 0;
 }

p.indent {
	padding: 0 0 0 0px;
	margin-top: 0;
	margin-bottom: 25px;
	/* margin-bottom: 0; */
	color: #000000;
	/* color: #7E7E7E; */
	/* width: 480px; */
}

p.indent_runtime {
	padding: 0 0 0 0px;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	/*color: #7E7E7E;*/
	width: 480px;
}
.not_bold {
	font-weight: normal;
}

p.indent_home {
	padding: 0 0 0 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #7E7E7E;
	/*width: 480px;*/
}

p.indent_wide {
	padding: 0 0 0 0px;
	margin-top: 0;
	color: #000000;
	/*color: #666666;*/
	width: 640px;
}


p.indent_wide a{
	text-decoration:underline;	
}

p.indent_wide a:hover{
	color: #888;
	text-decoration: none;
	
}


.italic {
	font-style: italic;
}

#video {
	width: 480px;
	float: left;
}

#video_wide {
	/*width: 720px;*/
	width: 640px;
	float: left;
}

#sidebar {
	font-size: 14px;
	width: 100px;
	padding: 0px 0 0 20px;
	float: left;
}

.clear_both{
	clear: both;
	height: 0;
}

#wrapper #sidebar a {
	font-weight: bold;
	color: #000;
	/*color: #999999;*/
}
hr.pad_bottom {
	padding-bottom: 10px;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;*/
	margin-top: 40px;
	/*margin-top: 20px;*/
	padding-left: 2px;
}

/*for extra links inside the description/title section of the menu items - like links to current exhibition pages*/
#wrapper #main #video_menu .indent a.normal_link:link {
	font-weight: normal;
	color: #888888;
	/*color: #888888;*/
	text-decoration: underline;
	font-size: 16px;
	
}

#wrapper #main #video_menu .indent a.normal_link:hover {
	font-weight: normal;
	color: #AAA;
	text-decoration: underline;
	font-size: 16px;	
}

.bold{
	font-weight: bold;
	
}

.menu_caption{
	font-size:14px;
	font-weight: normal;
}
