/* @override http://bob.local/impulse/media/_css/media.css */

/* Media Styles */

h2{
	text-decoration:none;
}

.list_title{
	text-decoration:none;
	color:#B62F12;
	font-size:large;
	width:275px;
	min-height:30px;
	padding:10px;
	margin:10px;
	float:left;
	border-left:#b5b5b5 solid 1px;
}

.list_title a{
	text-decoration:none;
	color:#B62F12;
}

.list_first{
	text-decoration:none;
	color:#B62F12;
	font-size:large;
	width:275px;
	min-height:30px;
	padding:10px;
	margin:10px;
	float:left;
}

.list_first a{
	text-decoration:none;
	color:#B62F12;
}

#media_left{
	position:relative;
	width:500px;
	float:left;
	line-height:1.8em;
}

#media_right{
	position: relative;
	float: left;
	width: 175px;
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	border-left: 1px solid #003366;
}

#media_link.library_media, #media_doc.library_media{
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 5px;
}

#media_photos.library_media{
	position: relative;
	float: left;
	width: 690px;
	margin-right: 0px;
}

.thumb_box{
	position: relative;
	float: left;
}

#aud_vid{
	position: relative;
	float: left;
	width: 690px;
	padding: 10px;
}

#media_videos.media_items{
}

#media_videos.media_items img{
	margin-left: 0px;
}

.media_doc{
	!important;
	width:98%;
	height:185px;
	background:#ccc;
}

#media_nav{
	float:right;
	height: 20px;
	top:0;
	margin-top:-10px;
}

#media_nav a{
	font-family: arial;
	float: left;
	border: 1px solid #ccc;
	background: #9ba9c7;
	text-decoration: none;
	margin-bottom: 2px;
	padding: 3px 5px;
	font-size:10px;
	line-height:14px;
	padding-bottom: 3px;
	color: white;
}

#media_nav a.activeSlide {
	 background: #00062e;
}

#media_nav a:focus {
	outline: none; 
}

#media_list{
	float:left;
	text-align:left;
	width:850px;
	height:230px;
}

#media_list ul{
	margin:0;
	padding:0;
}

#media_list li{
	display:inline;
	overflow:hidden;
	width:270px;
	min-height:220px;
	padding:5px;
	float:left;
	border-left:#b5b5b5 solid 1px;
}

#media_list li.first{
	border:none;
}

#media_list .image_div{
	width:100%;
	text-align:center;
}

.media_button_left{
	margin-top:0px;
	width:50px;
	height:200px;;
	float:left;
}

.media_button_left img{
	vertical-align:middle;
	padding-top:75px;
	padding-bottom:4px;
}

.media_button_right{
	margin-top:0px;
	width:50px;
	height:200px;
	float:right;
}

.media_button_right img{
	vertical-align:middle;
	padding-top:75px;
	padding-bottom:4px;
}

/* Media List Page */
#media_listing{
	float:left;
	text-align:left;
	width:950px;
	height:230px;
	font-size:large;
	color: #b62f12;
}

#media_listing a{
	color: #b62f12;
	text-decoration:none;
}

#media_listing ul{
	margin:0;
	padding:0;
}

#media_listing li{
	display:inline;
	overflow:hidden;
	width:280px;
	min-height:220px;
	padding:10px;
	float:left;
	border-left:#b5b5b5 solid 1px;
}

#media_listing li.first{
	border:none;
}

#media_listing p{
	min-height:30px;
}