/*
Theme Name: WordPress-Tube
Theme URI: http://pangeran.org/
Description: Wordpress the with YouTube look.
Author: Pangeran Wiguan
Author URI: http://pangeran.org/
Version: 1.0
*/
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:#ffffff;
}
a {
	color:#0099FF;
	text-decoration:none;
}
a:hover {
	color:#800000;
	text-decoration:underline;
}
#grand-container {
	width:875px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:28px;
	padding-top:28px;
}
/* Header */
#grand-container #header {
	width:875px;
	height:auto;
	float:left;
	margin-bottom:18px;
}
#header #top-header {
	width:875px;
	height:auto;
	float:left;
}
#top-header #bloginfo {
	width:333px;
	height:auto;
	float:left;
	padding:8px;
}
#bloginfo h1 {
	font-size:17px;
}
#bloginfo h1 a {
	color:#000000;
	text-decoration:none;
}
#bloginfo h1 a:hover {
	color:#333333;
	text-decoration:underline;
}
#bloginfo h1 a:visited {
	color:#999999;
	text-decoration:none;
}
#bloginfo h2 {
	font-size:11px;
	color:#cccccc;
}
#top-header #navigation-menu {
	width:506px;
	height:auto;
	float:left;
	padding:8px;
}
#navigation-menu ul {
	width:auto;
	height:25px;
	float:left;
}
#navigation-menu ul li {
	height:25px;
	width:auto;
	float:left;
	padding:8px;
	padding-bottom:0px;
	background:#e6eefc;
	border:#a1b4d9 1px solid;
	margin-left:3px;
	color:#000000;
}
#navigation-menu ul li:hover {
	background:#f1f1f1;
	border:#cccccc 1px solid;
}
#navigation-menu ul .current_page_item {
	background:#f1f1f1;
	border:#cccccc 1px solid;
}
#navigation-menu ul li a {
	color:#000000;
	text-decoration:none;
}
/* Search */
#grand-container #top-search {
	width:859px;
	height:auto;
	float:left;
	padding:8px;
	background:url(images/top-search.gif) top left no-repeat;
}
.search-wpt .searchform {
	float:left;
	width:333px;
}
.searchform input {
	width:178px;
	float:left;
}
.searchform input[type=submit] {
	width:88px;
	float:left;
	margin-left:8px;
}
.search-wpt .adsense-link-unit-wpt {
	width:523px;
	height:auto;
	float:left;
}
/* Content */
#content-container {
	width:1075px;
	height:auto;
	float:left;
}
#content-container #the-content {
	width:555px;
	height:auto;
	float:left;
	border-top:#cccccc 1px solid;
}
#the-content .content{
	width:539px;
	height:auto;
	float:left;
	margin:8px;
	margin-bottom:18px;
}
#the-content .thumbs-container {
	width:100px;
	height:75px;
	border:#cccccc 3px double;
	float:left;
}
#the-content .content-excerpt {
	width:423px;
	height:auto;
	float:left;
	margin-left:8px;
}
#the-content .meta-info {
	width:90px;
	height:auto;
	float:left;
	padding-left:8px;
	border-left:#cccccc 1px solid;
	color:#333333;
	font:10px;
}
/* Sidebar */
#content-container #sidebar {
	width:300px;
	height:auto;
	float:left;
	margin-left:15px;	
}
#sidebar .top-widget {
	width:300px;
	height:8px;
	float:left;
	background:#ffffff url(images/widget-top.png) top center no-repeat;
}
#sidebar .widget {
	width:298px;
	height:auto;
	float:left;
	border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
}
#sidebar .widget .widgettitle {
	background:#eaeaea;
	padding:3px;
	padding-left:18px;
	border-bottom:#ccccc 1px solid;
}
#sidebar .widget ul {
	padding:18px;
}
#sidebar .bottom-widget {
	width:300px;
	height:8px;
	float:left;
	margin-bottom:10px;
	background:#ffffff url(images/widget-bottom.png) top center no-repeat;
}
/* Footer */
#grand-container #footer {
	width:875px;
	height:auto;
	float:left;
	margin-bottom:18px;
	background:#f1f1f1;
	border-bottom:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
}
#footer .footer-items {
	width:875px;
	height:auto;
	float:left;
}
#footer #top-footer {
	width:859px;
	height:auto;
	float:left;
	padding:8px;
	border-bottom:#cccccc 1px solid;
}
#bottom-footer .bottom-footer-item {
	width:273px;
	height:auto;
	float:left;
	margin-top:10px;
	padding-left:10px;
	margin-bottom:10px;
}
#bottom-footer .left-border {
	border-left:#cccccc 1px solid;
}
#bottom-footer #categories h4 {
	margin-bottom:8px;
}
#bottom-footer .bottom-footer-item ul li {
	width:136px;
	height:auto;
	float:left;
}
#bottom-footer p {
	margin-bottom:8px;
}
/* Theme License */
#theme-license {
	text-align:center;
}
