﻿

/*
=============================
Section Header
=============================
*/

#section-header {
	width: 950px;
	margin: 0 auto;
	border: 1px solid #bbb;
	border-width: 1px 0;
	}
	
	#section-header > .container {
		width: 950px;
		margin: 0 auto;
		height: 70px;
		position: relative;
		}
	

#section-header h2 {
	position: relative;
	float: left;
	top: 34px;
	margin: 0 10px 0 0;
	font-size: 22px;
	line-height: 30px;
	height: 34px;
	color: #6c6f70;
	font-weight: normal;
	/*position: absolute;
	width: 310px;	
	top: 28px;
	left: 0;*/
	text-shadow: 0 1px 0 #fff;

	z-index: 0;
	}
	
	#section-header h2 a {		color: #6c6f70;		}
	
#section-header h2.selected a { 	color: #d3222a;	}	
	
#section-header h2.selected {
	border-bottom: 3px solid #d3222a;
	}	

/*
===============================
Main
===============================
*/
#main {
	}
	
/*
===========================
Breadcrumb
===========================
*/
#breadcrumb {
	font-size: 10px;
	line-height: 2em;
	height: 2em;
	color: #e38a8e;
	text-transform: uppercase;
	margin: 1em 0 0;
	}
	
	#breadcrumb a {
		color: #e38a8e;
		text-decoration: none;
		}
		
	#breadcrumb a:hover {
		color: #d3222a;
		text-decoration: underline;
		}
		
	
	
/*
===============================
Content
===============================
*/
#content {
	width: 630px;
	float: left;
	position: relative;
	font-size: .875em;
	line-height: 1.6em;
	padding: 2em 0 0;
	}
	
#content.full {
	width: auto;
	float: none;
	}
	
#cms-content {
	margin: 0 0 3em;
	}	
	
/*
===============================
Page Header
===============================
*/
#content.alternate #page-header {
	background: #D3222A;
	position: relative;
	padding: 5px 20px;
	margin: -1px -51px 20px 0;
	width: 640px;
	}
	
	#content.alternate #page-header h1 {
		color: #fff;
		}

#content.alternate #breadcrumb,
#content.alternate #breadcrumb a
 {	color: #f4c8ca; text-shadow: 0 1px 0 rgba(0,0,0,.2) }

/*
===============================
Sidebar
===============================
*/

#sidebar {
	width: 230px;
	float: right;
	padding-left: 40px;
	/* border-left: 1px solid #ddd; */
	min-height: 650px;
	background: url(sidebar.png) no-repeat 0 0;
	
	font-size: .75em;
	line-height: 1.5em;
	}
	
#sidebar.alternate {	background-position: -1px 0;	}
	
#sidebar h2 {
	font-size: 1.666em;
	line-height: 1.2em;
	color: #d3222a;
	margin: 0 0 5px 0;
	}
	
	#sidebar h2 em {
		font-size: .5em;
		}
	
#sidebar h3 {
	font-size: 1em;
	line-height: 1.4em;
	color: #d3222a;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	}
	
#sidebar .section {
	margin: 2em 0;
	}
	
	
/* Museum Experiences */

#museum-experiences {
	height: 570px;
	overflow: hidden;
	position: relative;
	
	padding: 0 5px;
	margin: 0 -5px !important;
	}
	
#museum-experiences .museum-experiences {
	margin: .5em 0 0;
	}
	
#museum-experiences .cycle-pagination {
	position: absolute;
	right: 5px;
	bottom: 0;
	}
	
	.cycle-pagination a {
		width: 7px;
		height: 8px;
		background: url(pagination.png);
		display: inline-block;
		text-indent: -9000px;
		margin: 0 0 0 3px;
		}
		
	.cycle-pagination a.activeSlide {
		background-position: -10px 0;
		}

