body { 
	background: url('../images/bkgd_tile.gif');
}

header {
	background: url('../images/bkgd_header.jpg') no-repeat top left;
	height: 284px;
}

#logo {
	background: url('../images/logo_splash.png') no-repeat top left;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 68px;
	text-indent: -9999px;
	width: 600px;
	height: 143px;
}

nav {
	margin-top: 90px;
}
nav ul {
	list-style-type: none;
	margin:0;
}
nav li {
	float: left;
}
nav li a {
	display: block;
	text-align: center;
	width: 320px;
	width: 240px;
	height: 50px;
	line-height: 50px;
	
	color: #dddad3;
	font-size: 14px;
}
nav li a:hover, nav li.active a {
	background: url('../images/bkgd_tab_highlight.png') repeat-x bottom left;
	color: #fff;
	text-decoration: none;
}

#container {
	background: url('../images/bkgd_paper.jpg');
	background: #d2d2d2;
	margin: 0 auto;
	width: 960px;
	
	-moz-box-shadow: 0px 0px 20px #444;
	-webkit-box-shadow: 0px 0px 20px #444;
	box-shadow: 0px 0px 20px #444;
}

aside {
	display: table-cell;
	background: #bbb;
	vertical-align: top;
	width: 210px;
	padding: 0 15px;
	padding-bottom: 50px;

}
aside h2 {
	color: #dddad3;
	font-size: 14px;
}

aside h2{
	position:relative;
	color:#dddad3;
	background: transparent url('../images/bkgd_ribbon.png') no-repeat center right;
	font-weight: normal;
	float:left;
	clear:both;
	padding:5px 0 5px 30px;
	margin: 15px 0 15px -30px;
	text-transform: uppercase;
	width: 210px;
}
aside h2:before{
	content:" ";
	background:url(../images/ribbon.png);
	display:block;
	width:15px;
	height:15px;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-15px;
	z-index:-1;
}


#content {
	display: table-cell;
	vertical-align: top;
	padding: 0 30px;
	width: 660px;
}

#content h2{
	border-bottom: 5px solid #b8b8b8;
	color:#dddad3;
	color: #383838;
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#content p {
	line-height: 175%;
	margin-bottom: 1.25em;
}



.featured img {
	border: 5px solid #fff;
	margin-bottom: 10px;
	
	-moz-box-shadow: 0px 3px 10px #777;
	-webkit-box-shadow: 0px 3px 10px #777;
	box-shadow: 0px 3px 10px #777;
}


footer {
	background: #999;
	color: #555;
	padding: 30px;
	text-align: center;
}

/* Bootstrap CSS overrides ---- */
/* ---------------------------- */

.container-fluid {
	padding: 0;
}
.container-fluid > .sidebar {
	left: 0;
	width: 180px;
}
.container-fluid > .content {
	/*margin-left: 260px;*/
}

.tabs .active > a, .tabs .active > a:hover {
	color: gray;
	background-color: white;
	border: 1px solid #aaa;
}



.tabs{border-color:#999;border-style:solid;border-width:0 0 1px;}.tabs>li{position:relative;margin-bottom:-1px;}.tabs>li>a{padding:0 15px;margin-right:2px;line-height:34px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.tabs>li>a:hover{text-decoration:none;background-color:#c1c1c1;border-color:#c1c1c1 #c1c1c1 #999;}
.tabs .active>a,.tabs .active>a:hover{color:#606060;background-color:#d2d2d2;border:1px solid #999;border-bottom-color:transparent;cursor:default;}

.tabs .menu-dropdown,.tabs .dropdown-menu{top:35px;border-width:1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.tabs a.menu:after,.tabs .dropdown-toggle:after{border-top-color:#999;margin-top:15px;margin-left:5px;}
.tabs li.open.menu .menu,.tabs .open.dropdown .dropdown-toggle{border-color:#999;}
.tabs li.open a.menu:after,.tabs .dropdown.open .dropdown-toggle:after{border-top-color:#555;}

blockquote {
	border-left: 5px solid #c1c1c1;
}
blockquote p {
	line-height: 150%;
}



/* Noel Coward CSS ------------ */
/* ---------------------------- */

.clear {
	clear:both;
}

.sidebar {
	background: rgba(255,255,255,.65);
	min-height: 100%;
	padding: 20px;
}

.content {
	padding: 20px;
}

.sidebar_right {
	background: rgba(255,255,255,.65);
	position: absolute;
	right: 0;
	min-height: 100%;
	width: 210px;
	padding: 20px;
}


.sidebar_module {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.sidebar_module input[type=text] {
	width: 90%;
	margin-bottom: 10px;
}

.sidebar_module h5 {
	color: #7d7d72;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	line-height: 2em;
	text-transform: uppercase;
}


.checkbox_column input {
	margin-right: 5px;
}
.checkbox_column label {
	float: none;
}



.result {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.result h6 {
	color: #555;
	line-height: 100%;
	text-transform: none;
}
.result p {
	margin-bottom: 0;
}

img.result_thm {
	float: left;
	margin-right: 10px;
	
	-moz-box-shadow: 0px 2px 4px #999;
	-webkit-box-shadow: 0px 2px 4px #999;
	box-shadow: 0px 2px 4px #999;
	
}


/* Doug messes everything up */

.checkbox_column {
	/*float: left;*/
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	/*margin: 0 10px 10px 0;*/
	margin: 5px;
}
.checkbox_column label {
	float: none;
	width: 300px
}
.tab-content{
	/*height: 300px;
	overflow:auto;*/
	height: 580px;
	overflow: auto;
}
.bottomResults{
	height: 720px;
	overflow:auto;
}
#BookReader{
	height:100%;
	width:100%;
	position: absolute;
	top:51px;
	left:0px;;
}
div.brcontrols{
	top: 0px;
	padding: 0px;
	margin: 0px;
	background-color:#666;
	border: 2px solid black;
	position: absolute;
	height: 47px;
	width: 100%;
}
h5.searchLabel{

	display: inline;
	float:left;
	padding-left: 1em;
	padding-right: 1em;
	
}
#searchBox{
	float: left;	
	margin-top:5px;
}
iframe{
	overflow: hidden;
}

#resultView {
	width: 99%;
	height: 90%;
}


#searchBar {
	background: #999;
	height: 40px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#searchBar h2 {
	font-size: 14px;
	font-weight: normal;
	float: left;
	line-height: 40px;
	padding-left: 15px;
	text-transform: uppercase;
}

#leftCol {
	float: left;
	width: 35%;
	margin-right: 20px;
	margin-top: 30px;
}

.topbar-inner {
	padding-left: 220px;
}

.tabs li a {
	font-size: 11px;
}


.tabs{border-color:#ddd;border-style:solid;border-width:0 0 1px;}.tabs>li{position:relative;margin-bottom:-1px;}.tabs>li>a{padding:0 5px;margin-right:2px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.tabs>li>a:hover{text-decoration:none;background-color:#eee;border-color:#eee #eee #ddd;}

a.slideout_toggle {
	color: #eee;
	display: block;
	/*background: #4c4c4c url('../images/add.png') no-repeat 5px 5px;*/
	background: #444;
	border: 2px solid #666;
	border-radius: 5px;
	padding: 5px 10px;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}
a.active.slideout_toggle, 
a.slideout_toggle:hover {
	background: #4c4c4c;
	color: #fff;
	text-decoration: none;
}

a.slideout_toggle::before, a.slideout_toggle.active::before {
	width: 0;
	height: 0;
	display: inline-block;
	content: "&darrow;";
	text-indent: -99999px;
	vertical-align: top;
	margin-top: 6px;
	margin-right: 8px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid white;
	filter: alpha(opacity=65);
	-khtml-opacity: 0.65;
	-moz-opacity: 0.65;
	opacity: 0.65;
}
a.slideout_toggle.active::before {
	content: "&uarrow;";
	border-bottom: 4px solid white;
}

div.brcontrols {
	border: 0;
	margin: 10px;
	width: 97%;
	height: 40px;
	border-radius: 5px;
}
#BookReader {
	top: 60px;
}

iframe {
	border: 0;
}

h1#project_title {
	float: left;
}


.slideout_menu {
	position: absolute;
	top: 106px;
	right: 48px;
	display: block;
	background: white;
	border: 1px solid #444;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 250px;
	height: auto;
	opacity: .94;
	padding: 0;
	
	/*border-top-right-radius: 0;*/
	
	box-shadow: 0px 4px 6px #555;
	-moz-box-shadow: 10px 10px 5px #555;
}
.slideout_menu h5 {
	color: #ccc;
	font-weight: normal;
	font-size: 12px;
	float: left;
	line-height: 18px;
	padding: 3px 8px;
}

.slideout_menu_header {
	background: #444;
	height: 25px;
}
#showList {
	padding: 10px;
}

h3#modalTitle {
	float: left;
	font-size: 14px;
}
.largeImg{
	max-height: 450px;
	max-width: 600px
}

#closeShows {
	color: #ccc;
	cursor: pointer;
	float: right;
	position: relative;
	right: 10px;
	top: 2px;
	opacity: 1;
	
	text-shadow: 0 0 0 #000;
}
.creditList{
	list-style-type: none;
}
.role{
	font-weight: bold;
}
.legal a {
color: #333;
}
.legal a:hover {
color: #222;
}