@charset "UTF-8";
/* CSS Document */

html {
	overflow-Y: scroll;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../images/the-bart-background-tile.gif) repeat top left;
}

a, a img {
	border:none;
	outline:none;
}

a {
	color:#FFF;
}

a:hover {
	color:#121315;
}

ul {
	list-style:none;
}

#wrapper {
	margin:2em auto;
	width:1024px;
}

#masthead {
	display:block;
	width:1024px;
	min-height:123px;
	overflow:hidden;
	background:url(../images/the-bart-contentbar-top-title.png) no-repeat top center;
}

#logo {
	margin:0 0 0 57px;
	width:auto;
	float:left;
}

#masthead_right {
	margin:0 40px 0 0;
	width:75%;
	float:right;
}

#get_connected {
	display:block;
	margin:0;
	width:100%;
	height:65px;
}

#get_connected ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}

#get_connected ul li {
	display:inline;
}

#nav {
	display:block;
	padding:0 10px 0 0;
	min-height:30px;
	text-align:right;
}

#main_nav, #subnav {
	padding:0 10px 0 10px;
	display:block;
	list-style:none;
}

#main_nav {
	margin:10px 0 0 0;
	text-transform:uppercase;
	font-size:130%;
}

#main_nav li {
	margin-left:15px;
	display:inline;
	min-height:30px;
	line-height:30px;
}

#main_nav li a {
	color:#FFF;
	text-decoration:none;
}

#main_nav li a:hover, #subnav li a {
	color:#3b030e;
}

#main_container {
	display:block;
	margin:0;
	padding:20px 38px;
	width:948px;
	background:url(../images/the-bart-contentbar-middle.png) repeat-y top center;
}

#subnav {
	margin:3px 0 0 0;
}

#subnav li {
	display:inline;
	margin-left:5px;
	font-size:90%;
}

#subnav li a:hover {
	color:#FFF;
}

div.panel h2.title {
	margin-bottom: 10px;
	display:inline;
	font-size:180%;
	font-weight:normal;
	color:#121315;
}

div.panel-image {
	margin-right:20px;
	padding:5px;
	width:250px;
	height:250px;
	float:left;
	background-color:#ab0726;
}

div.panel-content {
	width:590px;
	float:left;
}

div.project-photos {
	width:590px;
	margin:0;
	padding:40px 0 0 0;
	background:#AB0726 url(../images/photos_top.gif) no-repeat top left;
}

div.project-photos ul {
	list-style:none;
	margin:0;
	padding:0 10px 3px 10px;
	background:url(../images/photos_bottom.gif) no-repeat bottom left;
}

div.project-photos ul li {
	margin:0 5px 0 0;
	padding:0;
	display:inline;
}

div.project-photos a img, div.project-photos img {
	margin:0;
	padding:0;
	border:1px solid #666;
}

#footer {
	display:block;
	width:1024px;
	height:60px;
	font-size:80%;
	background:url(../images/the-bart-contentbar-bottom.png) no-repeat bottom center;
	color:#FFF;
}

#footer p {
	margin:0 auto;
	padding:15px 0;
	width:900px;
	border-top:1px dashed #ab0726;
}

div.launch-project {
	float:right;
}

p.emphasis {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:90%;
	font-style:italic;
	color:#FFF; 
	border-bottom:1px dashed #ab0726;
}

div.slider-nav {
	margin:0 auto;
	padding:0;
	width:910px;
	background:#AB0726 url(../images/project_nav_top.gif) no-repeat top left;
	text-align:left;
}

div.slider-nav ul {
	margin:0;
	padding:5px 5px 0 170px;
	list-style:none;
	background:url(../images/project_nav_bottom.gif) no-repeat bottom left;
}

div.slider-nav ul li {
	margin:0 3px 0 0;
	padding:0;
	display:inline;
}

div.slider-nav a img {
	padding:2px;
	background-color:#870820;
}

div.slider-nav a img:hover, .slider-nav a.active img {
	background-color:#ea4866;
}

div.view-more {
	margin-top:15px;
	padding:5px;
	background-color:#ea4866;
}

div.more-content {
	margin:0;
	display:block;
	width:auto;
	clear:both;
}

div.more-content-block {
	margin:5px 0 0 0;
	padding:10px 20px;
	display:block;
	border-top:1px dashed #ab0726;
}

a.view-more-link, a.launch-project-link {
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	height:35px;
	line-height:35px;
}

a.view-more-link {
	padding:0 10px;
	background-color:#0ad7f5;
	text-shadow:0 1px 0 #CCC;
	color:#333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

a.view-more-link:hover {
	color:#FFF;
	text-shadow:0 -1px 0 #333;
}

a.launch-project-link {
	padding:0 15px 0 10px;
	background:#F7C421 url(../images/tag_endcap.png) no-repeat top right;
	color:#121315;
}

a.launch-project-link:hover {
	color:#D51E40;
}

a.lightbox-link {
	color:#000;
	text-transform:uppercase;
}

a.lightbox-link:hover {
	color:#D51E40;
}

p.credits {
	font-style:italic;
	font-size:80%;
}

p.award {
	font-style:italic;
	font-size:80%;
	color:#F7C421;
}

/*** Float Clear ***/

.clear:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}

.clear {
	display:inline-block;
}

* html .clear {
	height:1%;
}

.clear {
	display:block;
}