@import url('light.css');
@import url('show_list.css');

img.attachment-1000x309.wp-post-image {
		width:950px;
		height:125px;
		margin:0;
		padding:0;
		border:none !important;
	}
	
	 .shelf_wide .show_info {
			width:920px;
			height:105px;
			padding:10px 15px 10px 15px;
			background:#fc6;
			opacity:.9;
			position:absolute;
			text-align:center;
			line-height:100px;
			color:black;
			font-size:20px;
			top:0;
			left:25px;
			display:none;
		}
		.shelf_wide:hover div.show_info {
			display:block;
		}
		

	a img.banner {
		width:950px;
		height:125px;
		border:none !important;
	}
	
	 .shelf_wide .banner-title {
			width:920px;
			height:105px;
			padding:10px 15px 10px 15px;
			background:#fc6;
			opacity:.9;
			position:absolute;
			text-align:center;
			line-height:100px;
			
			top:0;
			left:25px;
			display:none;
		}
		.shelf_wide:hover div.banner-title {
			display:block;
			text-decoration:none !important;
		}
		.banner-title h1, .banner-title h1:hover, a:hover .banner-title h1, a .banner-title h1 {
		text-decoration:none !important;
		color:black;
		font-size:20px;
		font-weight:normal;
		outline:none;
		border:none;
		}
/*/////////// Host Sidebar/////////////*/
	.host-sidebar {
		float:left;
		width:250px;
		
	}

	.about-show .host-section {
		float:left;
		width:250px;
		margin-top:-20px;
		
	}
	.host-section img.yourhost {
		margin-bottom:-15px;
	}
	.about-show img.hostphoto {
		margin-bottom:10px;
		border:3px solid #fff;
		max-width:100px;
		max-height:100px;
		
		
	}
	.about-show .hosts {
		text-transform:capitalize;
		text-align:center;
		float:right;
		margin:0 0px 10px 10px;
		padding-bottom:5px;
	}
	#host1.hosts {
		float:right;
		margin-right:40px;
	}
	
	.about-show .hosts a.name {
		padding-top:6px;
		padding-bottom:6px;
		width:100%;
		margin:5px auto;
		line-height:16px;
		color:black;
		font-size:12px;
		width:100px;
		border-top:1px dotted #fff!important;
		border-bottom:1px dotted #fff;
	}
	

			.clear {
				clear:both;
			}