/* common styles for multimedia pages such as videos and gallery */
#story_tab_video, #story_tab_gallery {margin: 0 10px 10px 10px;}
#video-body h2, #gallery-body h2 {
	color:white;
	font-size:1.83em;
	font-weight:normal;
}

#media-container {
	background-color: #2f2b25; 
	color: silver;
	padding-top: 10px;
	padding-bottom: 70px;
	float: left;
}

.bold_tabs .bold_tabs_nav .mm_tab_item.ui-tabs-selected {background-color: #2F2B25;}
.bold_tabs .bold_tabs_nav .mm_tab_item.ui-tabs-selected a:link, 
.bold_tabs .bold_tabs_nav .mm_tab_item.ui-tabs-selected a:hover, 
.bold_tabs .bold_tabs_nav .mm_tab_item.ui-tabs-selected a:visited {
	color: white;
}

#media-container a:link, #media-container a:visited, #media-container a:hover, #media-container a:active {color:#a5d7e7;}

#load-animation {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
}

.mm-more {
	text-transform:uppercase;
	float: right;
	font-size: 0.9em;
}
.mm-more * {
	float: left;
	margin-left: 10px;
	line-height: 22px;
}
#media-container .mm-more a:link, 
#media-container .mm-more a:hover, 
#media-container .mm-more a:visited {
	font-weight: bold;
	color: white;
	display: block;
	width: 20px;
	height: 22px;
	padding-left: 12px;
	background: transparent url("http://media2.newsobserver.com/static/images/story_sprite.jpg") no-repeat -103px -70px;
}
#media-container .mm-more a.current {
	color: #A82112;
	background-position: -103px -48px;
}

#media-container .focus_box {
	background: none;
	border-top: none;
	border-bottom: 5px solid #797979;
	border-left: none;
	border-right: none;
	padding: 0 30px 20px 30px;
	margin-bottom: 30px;
}


.mm-toolbox {
	float: left;
	margin: 0 10px;
	width: 360px;
}
.mm-toolbox div {
	margin: 5px 0;
	overflow: auto;
	text-align: left;
}

.mm-toolbox .label {
	font-weight: bold;
	color: white;
	float: left;
	margin-right: 5px;
}
.mm-toolbox input {width: 240px;}
.mm-toolbox .note {color:white;}

#media-explorer {width: 960px;}
#media-explorer h3 {
	margin-top: 30px;
	background: transparent url("http://media2.newsobserver.com/static/images/media_heading_bg.gif") top left repeat-x;
	border-bottom: 1px solid #b6b5b4;
}
#media-nav {
	float:left;
	width: 160px;
	height: 500px;
	background-color: #1b1816;
}

#media-nav li {
	padding: 10px 20px;
}
#media-nav li li.subnav {
	font-size: 0.9em;
	padding: 5px 20px;
	display: none;
}
#media-nav li.current, #media-nav li.current-parent {background-color: #2F2B25;}

#media-nav a:link, #media-nav a:visited {
	color: silver;
	font-size: 1.17em;
	font-weight: bold;
}
#media-nav a:hover, #media-nav li.current a {color: white;}
#media-nav a:hover, #media-nav li.current  li.subnav a {color:silver;}

.media-list {background: transparent url("http://media2.newsobserver.com/static/images/media_bg.jpg") repeat-x;}
.media-list .media-block {
	width: 160px; 
	height:220px; 
	float:left;
	margin:20px 20px 0 20px;
	position:relative;
}

.media-list .media-block .thumbnail {
	background-color: white;
	height: 115px;
	width: 150px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.media-list .media-block .title a {
	font-size: 1.1em;
	font-family: georgia;
	font-weight: bold;
}

.media-list div#pager {
	clear:both;
	float:right;
	margin: 15px;
	font-weight: bold;
}

.media-list div#pager img {margin: 0 10px;}

