a{
	color: #000;
}
.subcol h2{
	color: #fff;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #333333;
}
.featured h3 a:hover {
	color:#000;
}
.video-right h2{
	color: #000;
}
/*tambahan*/
.video-left ul {
	margin:0;
	padding:5px 10px 10px 10px;
	list-style-type:none;
	}
.video-left ul li{
	background-color: #F7F7F7;
	border: 1px solid #DDDDDD;
	}
.video-left ul li a:hover {
	background-color: #DDDDDD;
	display:block;
}
.video-left h2{
	color:#000;
	display:block;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 10px;
}
/*end tambahan */
.catlist h2{
	color: #fff;
	background-color: #CC0000;
	background-image: url(default/ico-catlist.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav .current_page_item {
	background-color: #CC0000;
	color: #FFFFFF;
}
#nav ul  li.back {
	background-color: #CC0000;
	color: #FFFFFF;
}

#nav ul  li a {
	color: #CC0000;
	padding: 0px;
}
#nav2 {
	background-color: #ffffff;
	border-bottom:3px solid #CC0000;
	height:70px;
}
#nav2 li a:hover {
	background:#CC0000;
	color:#fff;
}
.video-right h3{
	color: #CC0000;
}	
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	color: #FFFFFF;
	background-color: #CC0000;
}
.flickr h2{
	background-color: #CC0000;
	color: #FFFFFF;
}
.widget h2 {
	color: #FFFFFF;
	background-color: #CC0000;
}
#footer a{
	color: #CC0000;
}
#archivebox {
	background-color: #f5cccc;
	border: 1px solid #e06666;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	color:#CC0000;
}
.list1 li, .list3 li{
	background: url(default/ico-star.gif) no-repeat left center !important;
}
.list2 li{
	background: url(default/ico-feat.gif) no-repeat left center !important;
}
#rss h2{
	background-color: #f5cccc;
	border: 1px solid #e06666;
	color:#000000;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
