/*.interior{padding:10px;width:280px;float:left;height:160px;border-bottom:1px solid grey;margin:3px;} 
.interior h3{font-size:17px; margin:0px;padding:0px} */
.interior img {width:300px; height:225px;padding:5px;}
#partition{display:none;} 

#latest-strip{
		width:612px;
		height:22px;
		padding-top:0;
		padding-bottom:10px;
		margin-top:0;
		marging-bottom:10px;
		background-color:#a62a00;
		color:#FFFFFF;
		font-size:20px;
		font-weight:bold;
		padding-left:10px;
		}

.newsstoryaudio{
 border:dotted 1px #ccc; 
 background-color:#f0f0f0;
 color:#02a2de; 
 width:300px;
 padding:5px 5px 15px 5px;
 margin:5px;
 
   }

#img-thumb{
padding:3px 5px 0 5px;
float:right;
}

#latest_tube{
  padding:10px 0 10px 0; 
  width:300px;
  height:270px; 
}

#lastet_tube_link{
	padding:2px;
	margin-bottom:5px
	border:1px solid #ccc;
}

/* General Alignment */
.align-left{float:left}
.align-right{float:right}


/* Gradient Box Classes */
.grad_box{padding:0; padding-bottom:20px; margin:0; margin-bottom:20px; background:#fff url(../../images/grad1.png) bottom left repeat-x;border:1px solid #ccc;position:relative}
.interior{padding:10px;}
/*.news-feature{height:500px;}*/
.readmore{position:absolute;display:block;background-color:#a62a00;padding:2px 5px;color:#fff;bottom:0;right:0}
a.readmore:hover{background-color:#0072bb;color:#fff}
/* Bullets */
ul.use-my-bullets{padding:10px 0;}
ul.use-my-bullets li{background:url(../../images/use-my-bullets.png) 0 10px no-repeat; padding-left:15px; padding-bottom:5px; padding-top:5px; border-bottom:1px dotted #0072bc}

/* Headings */
h1{color:#303030;font-family:Georgia, "Times New Roman", Times, serif;font-size:1.4em;font-weight:normal;text-transform:none;}
h2.section-title{color:#303030;font-family:Georgia, "Times New Roman", Times, serif;font-size:1.8em;text-transform:capitalize;padding:10px 0 5px 0;border-bottom:3px solid #a62a00;margin:0 5px 10px 5px;}
h2{font-size:22px;margin-bottom:10px;}
h3{font-size:18px;margin-bottom:5px;}
.dotted{padding:5px 0;border-bottom:1px solid #eee;margin-bottom:10px;}
h2.section-header{color:#303030;padding:10px 0;margin:0;font-size:18px;}

/*stories design */
.column-split{
width:300px;
height:150px;
float:left;
}

#split-stories{
padding:10px;width:280px;float:left;height:120px;border-bottom:1px solid #cccccc;margin:3px;
}

#split-stories img{
width:100px; height:75px;padding:0px;margin:0px;
} 


/* Pictorials */
.pict-feature{background-color:#0072bb;padding:0 5px 5px 5px;margin-bottom:10px;}
.pict-feature img{width:130px}

/* Multimedia */
.browse{cursor:pointer;}
.black-box{background-color:black;padding-bottom:5px;border:1px solid #ccc}
.black-box h2{color:#fff; background:url(../../images/mm-hdr.png) repeat-x;font-family:Arial, Helvetica, sans-serif; font-size:14px;padding:5px;}
#multimedia-feat img, .photo-feat img, #audio-feat img{float:left;padding:5px;}
#multimedia-feat img, #audio-feat img{width:100px;}
.photo-feat img{width:80px;background-color:#666}
.photo-feat .thumbs img{border:2px solid #333}
#photo.black-box photoslide photo-feat{padding-top:20px;}
#multimedia-feat h4, #multimedia-feat p, #multimedia-feat a, .photo-feat h4, .photo-feat a, #audio-feat p, #audio-feat h4, #audio-feat a{color:#fff;font-family:Arial, Helvetica, sans-serif}
#multimedia-feat h4, #multimedia-feat a, #audio-feat h4, #audio-feat a{font-weight:bold}
#multimedia-feat a:hover,#audio-feat a:hover{ color:#FF0000;}
#multimedia-feat p, #audio-feat p{font-size:11px;padding:5px 0}
ul.mm-nav{position:relative;width:22px;top:-17px;right:-260px}
ul.mm-nav li{float:left;}
ul.mm-nav li a{display:block;width:9px;height:10px;overflow:hidden;background:url(../../images/mm-nav.png) 0 0 no-repeat}
ul.mm-nav li a.fwd{background-position:-13px 0; margin-left:4px}
ul.mm-nav li a.fwd:hover{background-position:-13px -13px;}
ul.mm-nav li a:hover{background-position:0 -13px;}
.thumbs{margin-left:10px;margin-top:15px;}
.thumbs a:hover img{background-color:#222}
.scrollable{
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 300px;
	height:160px;
}

.scrollable .items{
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


.items div {
	float:left;
}
.m-wrap{
	width:300px;
}
.m-wrap div{
	width:170px;
} 
/* Blogs */

#slider, #toons{
	background-image:url(../../images/blog-bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:270px;
	position:relative;
	padding:30px 0 0 0;
	z-index:9;
}
#toons .panes{
	border-top:1px solid #6db5e3;
	padding-top:5px;
	background-color:#fff;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

.tabs{
	padding-right:20px;
	float:right;
	margin-bottom:-1px;
	z-index:9999;
	position:relative;
}
.tabs li{
	float:left;
	width:85px;
}
.tabs li a{
	display:block;
	height:22px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(../../images/tab-off.gif);
	color:#fff;
	text-align:center;
	line-height:25px;
}
.tabs li a.tab-on{
	background-image:url(../../images/tab-off.gif);
	color:#fff;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {

	background-image:url(../../images/tab-on.gif);
	color:#6db5e3;
}
.blogs-list{
	background-color:#fff;
	padding:10px;
}
.blogs-list li{
	padding:10px 0;
	border-bottom:1px solid #f2e1db;
}

span.blog-title{
	display:block;
	padding:10px 0;
	border-top:1px dotted #aa330b;
	margin-top:10px;
}
