/*
Theme Name: GERChannel
Theme URI: http://pupungbp.erastica.com/
Description: GERChannel video site.
Version: 1.0
Author: Digital Grafis
Author URI: http://www.digitalgrafis.com/
Tags: custom
*/

/* GLOBAL RESET */
* {
	margin: 0;
	padding: 0;
}
:focus {
	outline: none;
}

/* GLOBAL CSS */
body {
	background: url(images/body-bg.png) repeat-x top;
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.noborder {
	border: none !important;
}
.ffix {
	clear: both;
}
h1,h2,h3,h4 {
	font-size: 10px;
}
img {
	border: none;
}
a {
	color: #2a440c;
}

/* LAYOUT */
#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 79px;
}

/* ELEMENT - HEADER */
#header h1 {
	float: left;
	width: 207px;
	height: 79px;
}
#header h1 a {
	background: url(images/logo.gif) no-repeat left;
	width: 207px;
	height: 79px;
	display: block;
	text-indent: -7777px;
}
#header ul {
	list-style: none;
	text-align: right;
	padding-top: 50px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	color: #345800;
	text-decoration: none;
	border-left: 1px solid #565656;
	padding: 0 8px;
}
#header ul li a.current {
	color: #565656;
	font-weight: bold;
}

/* ELEMENT - HIGHLIGHT */
#highlight {
	height: 240px;
	padding-top: 15px;
	background: url(images/top-bg-shine.png) no-repeat top center;
}
.box {
	width: 226px;
	float: left;
	padding-right: 16px;
}
.box a {
	color: #fff;
	text-decoration: none;
}
.interview h2 {
	background: url(images/title-featured-interview.png) no-repeat top left;
	height: 13px;
	text-indent: -7777px;
}
.watched h2 {
	background: url(images/most-watched.png) no-repeat top left;
	height: 13px;
	text-indent: -7777px;
}
.video h2 {
	background: url(images/title-featured-video.png) no-repeat top left;
	height: 13px;
	text-indent: -7777px;
}
.interview img, .watched img, .video img, .banner img, .latest .box img {
	padding: 3px;
	background-color: #a9b49e;
}
.box h3 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding-top: 13px;
}
.banner {
	padding-top: 27px;
	float: right;
	width: 191px;
}
.banner p {
	padding-top: 17px;
}
.banner p span {
	display: block;
	float: left;
	color: #cccccc;
}
.banner p img {
	padding: 0;
	float: right;
}
.banner p a {
	color: #cbd29a !important;
	font-weight: bold;
	text-decoration: none;
}

/* MAIN CONTENT */
#content {
	padding-top: 15px;
}
#player1 {
	text-align: center;
}
.videos {
	background: url(images/main-bg-top.png) no-repeat top center;
	padding-top: 10px;
	width: 934px;
}
.videos .container {
	background-color: #212121;
	padding: 5px 17px 5px 0;
}
.videos .bottom {
	background: url(images/main-bg-bottom.png) no-repeat center bottom;
	height: 9px;
	font-size: 5px;
}
.latest {
	width: 698px;
	float: left;
	padding: 5px 15px;
}
.latest .meta {
	padding-bottom: 20px;
	color: #999999;
	padding-top: 5px;
}
.latest .meta a {
	color: #999999;
	text-decoration: none;
}
#s5 {
	margin-left: 25px;
}
.inside .latest {
	width: 750px;
	padding: 0;
}
.inside .box {
	padding-left: 16px;
	padding-right: 0;
	/*height: 233px;*/
}
.latest .box {
	text-align: center;
}
.latest .box img {
	background: #a6a6a6;
}
.play {
	width: 480px;
	padding: 0 19px 0 0;
	float: left;
}
#s5 {
	width: 680px;
}
.desc {
	width: 150px;
	float: left;
}
.desc h2 {
	background: url(images/title-latest-video.png) no-repeat top left;
	height: 13px;
	text-indent: -7777px;
}
.desc h3 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	padding-bottom: 10px;
}
.desc h3 a {
	color: #fff;
	text-decoration: none;
}
.desc p {
	color: #fff;
	line-height: 18px;
}
a#prev, a#next {
	display: block;
	width: 13px;
	height: 25px;
	position: absolute;
	z-index: 99;
}
a#prev {
	background: url(images/prev-arrow.png) no-repeat left;
	text-indent: -7777px;
	margin-top: 115px;
}
a#next {
	background: url(images/next-arrow.png) no-repeat right;
	text-indent: -7777px;
	margin-left: 685px;
	margin-top: 115px;
}

/*SIDEBAR CONTENT */
.category {
	width: 188px;
	float: right;
	background: url(images/cat-border.png) repeat-y left;
	height: 270px;
}
.inside .category {
	background: none;
	width: 160px;
}
.category ul {
	color: #cfcfcf;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	border-top: 1px solid #424242;
	width: 150px;
	padding-left: 0;
	float: right;
}
.category ul li {
	text-align: right;
	padding: 5px 0;
	border-bottom: 1px solid #424242;
}
.category ul li a {
	color: #cfcfcf;
	text-decoration: none;
}
h2.browse {
	background: url(images/title-browse-category.png) no-repeat top right;
	height: 13px;
	text-indent: -7777px;
	padding-bottom: 15px;
}

/* PAGE */
.page .latest {
	padding: 17px;
	color: #cccccc;
	width: 680px;
}
.page .latest h3 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
	text-align: center;
}
.page .latest p {
	padding: 5px 0;
	line-height: 18px;
	text-align: center;
}
.lefttext .latest p, .lefttext .latest h3 {
	text-align: left;
}

/*COMMENTS*/
#comment {
	padding-top: 40px;
	width: 480px;
	margin: 0 auto;
}
#comment, #comment h3, h3#comments {
	text-align: left;
}
#comment h3, h3#comments {
	font-size: 16px;
}
ol.commentlist {
	list-style: none;
}
ol.commentlist a {
	text-decoration: underline;
	color: #CCC;
}
cite.fn {
	font-weight: bold;
}
#comment ol.commentlist li p {
	text-align: left;
	clear: both;
	padding-top: 5px;
}
#comment ol.commentlist li.comment {
	border-bottom: 1px solid #ccc;
}
img.avatar {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
form#commentform p{
	text-align: left;
}
div#respond {
	padding-top: 50px;
}
/* FOOTER CONTENT */
#footer {
	padding: 18px 0;
	color: #565656;
}
#footer .copy {
	float: left;
}
#footer .share {
	float: right;
	vertical-align: middle;
}
/* Navigation */
.navigation {
	clear: both;
	padding: 15px;
}
.navigation a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.navigation .alignleft {
	float: left;
	text-align: left;
}
.navigation .alignright {
	float: right;
	text-align: right;
}