/*
THEME NAME: bTube
THEME URI: http://www.batuhanbal.com/btube/
VERSION: 1.0
AUTHOR: Batuhan Bal
AUTHOR URI: http://www.batuhanbal.com
DESCRIPTION: bTube Video Theme for Wordpress.
TAGS: white, red, two-columns
*/

li {list-style: none;}

body {
	font-family: trebuchet ms;
	font-size: 12px;
	background: #FFFFFF url(/) no-repeat;
}

a {
	color: #CC003D;
	text-decoration: none;
}

a:hover {
	color: #CC003D;
	text-decoration: underline;
}

a img {
	border: none;
}

.h1 {
	font-size: 24px;
	font-weight: bold;
}

.h2 {
	font-size: 18px;
	font-weight: bold;
}

.h3 {
	font-size: 16px;
	font-weight: bold;
}

.h4 {
	font-size: 14px;
	font-weight: bold;
}

#wrapper {
	width: 964px;
	margin: 0 auto;
}

#header {
	width: 964px;
	height: 60px;
}

#logo {
	width: 510px;
	float:left;
}

#ads {
	width: 454px;
	float: right;
	text-align: right;
}

#menu {
	width: 964px;
	background: #CC003D;
}

#nav {
	font-size: 12px;
	font-weight: bold;
	width: 100%px;
}

#nav a.home {
}

#nav ul {
	list-style: none;
	display: block;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	width: 650px;
	float: left;
}

#nav ul li {
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}

#nav ul li a {
	padding: 6px 10px 6px 7px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

#nav li a:hover {
	color: #FFFFFF;
	background: #000000;
}

#search {
	float: right;
	text-align: center;
	margin-top: 3px;
}

#categories {
	width: 964px;
	background: #DDDDDD;
	text-align: center;
	margin-bottom: 5px;
}

#categories a.home {
}

#categories ul {
	list-style: none;
	display: block;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	float: left;
}

#categories ul li {
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}

#categories ul li a {
	padding: 6px 10px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}

#categories li a:hover {
	color: #000000;
	text-decoration: underline;
}

#item {
	width: 964px;
}

#right {
	width: 200px;
	float: right;
}

#videos {
	width: 764px;
	text-align: center;
}

#watch {
	width: 100%;
}

#detail {
	float: right;
	width: 190px;
	height: 100%;
	margin-right: 9px;
	margin-left: 9px;
	background: #DDDDDD;
	border: 1px solid #999999;
}

#share {
	width: 550px;
	margin-top: 5px;
	margin-bottom: 2px;
	border-bottom: 1px solid #DDDDDD;
}

#pgshare {
	float: right;
}

#sh {
	background: transparent;
}

#comment {
	width: 550px;
}

#commenttext {
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#image {
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-left: 20px;
}

#title {
	text-align: center;
	margin-bottom: 10px;
}

#page {
	width: 754px;
}

#pagetit {
	background: #DDDDDD;
	width: 100%;
	border-top: 1px solid #CC003D;
	border-bottom: 1px solid #999999;
	line-height: 20px;
}

#footer {
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #DDDDDD;
	text-align: left;
}

.avatar {
	float: left;
	margin-right: 2px;
}

.clear {
	clear:both;
}

.button {
	background: url(images/button.png);
	color: #000000;
	font-weight: bold;
	width: 131px;
	height: 25px;
	border: none;
}

.submit {
	background: #DDDDDD;
	border: 2px solid #DDDDDD;
	color: #000000;
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{display:inline-block;} 
* html .fix{height:1%;}
.fix{display:block;}