/*
Theme Name: beettv
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@font-face {
	font-family: HelveticaNeueCB;
    src: url('fonts/Helvetica_Neue_Condensed_Bold.eot');
    src: url('fonts/Helvetica_Neue_Condensed_Bold.eot?') format('embedded-opentype'),
    url('fonts/Helvetica_Neue_Condensed_Bold.woff') format('woff'),
    url('fonts/Helvetica_Neue_Condensed_Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
font-family: Helvetica;
src: url('fonts/4864.eot');
    src: url('fonts/4864.eot?') format('embedded-opentype'),
    url('fonts/4864.woff') format('woff'),
    url('fonts/4864.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 


@font-face
{
font-family: 'Raleway', sans-serif;
}

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}


ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	display: none;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 98%;
	max-width: 600px;
	min-width: 600px;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	/* color: purple; */
}
a:hover,
a:focus,
a:active {
	/*color: midnightblue;*/
	color: rgb(154, 62, 135);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
margin: 0 0 1.5em;
margin-bottom: 15px;
}

div.main-post-description div.author {font-family: 'Oswald'; font-size: 13px; margin: 8px 0px; margin-bottom: 14px; text-transform: uppercase;}
div.main-post-description div.author a {text-decoration: none; color:rgb(154, 62, 135) }
div.main-post-description div.author a:hover {text-decoration: underline;}
.author .authorTwitter {font-size: 80%; padding-left: 18px; margin-left: 20px; background-image: url(http://www.beet.tv/wp-content/uploads/2014/01/Twitter_logo_beettv.png); background-repeat: no-repeat; background-size: contain; }


div.author-bio {
font-family: 'Raleway' !important;
font-size: 75%;
width: 440px;
float: left;
line-height: 170%;
margin: 10px 0px 0px 0px;
}

div.author-photo { float: left; margin: 10px 15px 0px 0px;}

div.author-clear {clear: both; height: 20px; border-bottom: 1px solid grey; margin-bottom: 20px; width: 640px;}


.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

body.single #clearWidgets {min-height: 540px;}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/*******************************************/
header .site-title a{
	text-indent: -999px;
	background: url('images/logoHeader.png') no-repeat;
	display: block;
	width: 234px;
	height: 160px;
	margin-top: 22px;
	margin-bottom: -10px;
}
#page{
	width: 970px;
	margin: 0 auto;
}
.float-left{
	float:left;
}
.float-right{
	float: right;
}
header .site-description{
	text-transform: uppercase;
	color: #A5A5A5;
	margin-top: 10px;
	font-family: 'Raleway';
	font-size: 14px;
}
.clear{
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
header .ads-header{
	width: 728px;
	height: 90px;
	border: 1px solid #9c9998;
	margin-top: 34px;
}
header .ads-header .ads{
	width: 100%;
	height: 100%;
}
header .header-left{
	width: 234px;
	margin-top: 5px;
}
header .header-right{
	width: 736px;
}
header.site-header hgroup{
	padding-bottom: 10px;
	border-bottom: 1px solid #d880ac;
}
#main{
	padding-top: 18px;
}
header .google-custom-search{
	width: 200px;
	padding: 1px;
	margin: 0px;
	height: auto;
	background-color: rgb(255, 255, 255);
	background-position: 0% 50%;
	background-repeat: no-repeat no-repeat;
	font-size: 16px;
	border: 1px solid #84878b;
	border-radius: 0;
	outline: none;
	margin-top: 10px;
}
header .header-social{
	padding: 12px 0;
}
.site-content.search-page{
	min-height: 600px;
}



.entry-title {
margin-bottom: 5px;
font-size: 60px;
font-family: 'Oswald';
font-weight: normal;
color: black;
line-height: 84px;
}
.entry-title a{
	color: #5F61B9;
}

.entry-content {
float: left;
}

.video-player {
width: 650px;
float: left;
background: black;
}

.entry-content {
float: left;
width: 645px;
line-height: 18px;
font-size: 13px;
margin-bottom: 10px;
}


.advertise-bar{
width: 298px;
height: 269px;
}

.advertise-slot {
	width: 300px;

}

.social-likes-bar {
	height: 22px;
    width: 967px;
    margin: 10px 0;
}

.social-likes-slot {
float: left;
height: 20px;
width: 95px;
}

.tag-bar a {
font-size: 11px;
line-height: 11px;
color: rgb(154, 62, 135);
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: uppercase;
border-right: solid 1px;
padding-right: 5px;
padding-left: 5px;
}

.tag-bar a:hover {
    text-decoration: underline;
}

.tag-bar {
    width: 650px;
    margin-left: -3px;
}


body.home .recent-posts {clear: left;} 

.related-videos-bar {
width: 667px;
margin-top: 10px;
}

.related-videos-bar .related-videos-slot ,.right-bar .related-videos-slot {
float: left;
height: 120px;
width: 140px;
margin-top: 16px;
margin-right: 22px;
text-overflow: ellipsis;
overflow: hidden;
}

.relatedthumb img {
    display: block;
    width: 135px;
    height: 85px;
}

.relatedthumb a {
    font-size: 11px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.horizontal-separator{
    height:0px; 
    width: 637px; 
    border: solid 1px rgb(154, 62, 135);; 
    float:left;
    border-top: none;
    margin-bottom: 10px;
}



.videoplayer-date {
height: 20px;
width: 132px;
background: #850043;
font-size: 42px;
text-align: center;
line-height: 20px;
vertical-align: middle;
color:#FFF;
font-family: 'Raleway';
position: absolute;
}

.main-content.content-single {
width: 966px;
float: left;
margin-top: 50px;
font-size: 14px;
position: relative;
}

#searchform{
	float: right;
	line-height: 16px;	
}
#searchform #searchsubmit{
	border: 0px;
	outline: 0px;
	color: white;
	padding: 7px 20px;
	font-size: 12px;
	font-size-adjust: 0.48;
	vertical-align: top;
	cursor: pointer;
	background: rgb(154, 62, 135);
	text-transform: uppercase;
	height: 23px;
	font-family: 'Raleway';
	margin-top: 10px;
}

#searchform #searchsubmit:hover {
   background-color: #000;
}

#header-sidebar .textwidget{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}


.archive-content-slot {
	width:645px;
	height: 158px;
	margin-right: 25px;
	font-size: 14px;	
	margin-bottom: 23px;
}

.archive-content-slot .entry-title{
	font-size: 18px;
	line-height: 18px;
	max-height: 44px;
	font-family: 'Oswald';
}



.archive-content-slot .video{
	float: left;
	width: 260px;
	height: 158px;
}

.archive-content-slot .content {
float: right;
width: 373px;
height: 157px;
margin-left: 12px;
overflow: hidden;
text-overflow: ellipsis;
margin-top: -4px;
}

.category-advertise-bar {
	float: left;
	width: 300px;
	background-color: #e2e2e2;
	height: auto;
	margin-top: 5px;
	margin-bottom: 20px;
}

.category-advertise-slot {
	width: 158px;
	float: right;
	margin-right: 70px;
}

.archive-post-list {
	float: left;
	/*margin-bottom: 194px;*/
	margin-top: -15px;
	min-height: 885px;
}

.archive-post-list  .list-title{
	font-size: 36px;
	color: rgb(154, 62, 135);
	font-family: 'Oswald';
	font-weight:bold;
	margin-bottom: 14px;
}

.archive-content-slot .entry-meta{
	display:none;
}

.archive-content-slot .entry-content {
margin-top: -18px;
width: 376px;
}



/** calin **/
#footer-sidebar{
	font-size:11px;
	font-family:"Myriad Pro",regular;
	font-weight:bold;
}
li{
margin-bottom: 5px;
}
#footer-sidebar{
	background-color: #E6F0F6;
	width: 969px;
	font-size: 10px;
	float: left;
	margin-top: 40px;
	height: 45px;
	padding-top: 10px;
	list-style-type: none;
}
.widget_recent_entries{
	width: 579px;
	float:left;
}
	#entries_wrap{
	margin-left: 10px;
	}
.widget_calendar{
	float: left;
}
	#calendar_wrap{
		margin-left: 10px;
		font-size:10px;
    color:#908f8f;
	}
.widget_archive{
	width: 178px;
	float: left;
}
	#archive_wrap{
	margin-left: 10px;
	margin-top:15px;
	}
/*#text-7{
float: left;
margin-right: 39px;
max-width: 176px;
}*/
	#text_wrap{
	margin-left: 10px;
	margin-top:15px
	}
	
.widgettitle{
border-bottom-style: dashed;
border-bottom-width: 1px;
margin-left: 16px;
margin-right: 10px;
margin-top: 14px;
margin-bottom:15px;
text-transform: uppercase;
color: #83878B;
}
/*.textwidget{
margin-left: 17px;
margin-top:15px;
}*/
#calendar_wrap caption{

}
/*#text-8 .textwidget
{
font-size:10px;
    color:#908f8f;
}*/

#wp-calendar{
width: 118px;
margin-left: 42px;
}
#wp-calendar caption
{
position: relative;
left: -35px;
font-size:10px;
    color:#908f8f;
}


#footer-sidebar .widget_recent_entries{
width: 579px;
}	
#footer-sidebar .widget_recent_entries  .widgettitle
{
width: 550px;
}

/*#text-2 .textwidget{
padding-left:0px!important;
margin-left:0px;
}
#text-2 a{
margin-left: 58px;
}
#text-2 .widgettitle
{
width: 164px;
margin-left: 29px;
}*/

#footer-sidebar .widget_recent_entries a{
float: left;
width: 170px;
max-height: 68px;
min-height: 39px;;
padding-bottom: 10px;
padding-left: 10px;

}

#footer-sidebar .widget_recent_entries li{
float: left;
}
/*#text-3 .textwidget{
margin-left: 29px;
width: 161px;
}*/
#archives-2 li{
width: 161px;
}

.entry-header .entry-title a
{
	color: black;
	text-decoration: none;
	font-family: 'Oswald';
	font-weight: bold;
	font-size: 30px;
	line-height: 42px;
}




.comments-area{
	width: 645px;
}

.static-pages .entry-content{
	margin-top: -5px;
	font-size: 14px; 
	line-height: 24px;
	font-family: 'Raleway';
	margin-bottom: 220px;
	width: 660px;
	padding-right: 10px;
}

.static-pages .entry-header{
	margin-top: -15px;
	font-family: 'Raleway';
}

.static-pages .entry-title{
	margin-bottom: 0px;
}

.static-pages  .category-advertise-bar{
margin-top: -42px;
margin-bottom: 30px;
}
#footer-sidebar a
{
	text-decoration: none;
list-style-type: none;
font-size: 12px;
font-weight: normal;
}
#footer-sidebar ul{
text-decoration:none;
list-style-type:none;
}
#footer-sidebar .column {
	max-width:170px;
	float:left;
}
#footer-sidebar .widgettitle{
}




.title-bar{
	margin-bottom: -3px;
	font-size: 18px;
}

.title-bar a{
	float: left; 
	width: 967px; 
	color: #B8427A; 
	font-weight:bold; 
	margin-top: 20px;
}

.comment-slot .picture, .comment-slot  .comment-slot-info,  .comment-slot  .reply{
	float: left;
}

.comment-slot {
	width: 600px;
	margin-bottom: 30px;
	float: left;
}

.comment-slot  .picture{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.comment-slot  .comment-info{
	width: 600px;
	word-wrap: break-word;
}

.comment-slot  .reply{
	width: 600px;
	margin-bottom: 40px;
}

.comment-slot  .comment-content p{
	margin-bottom:0px;
}

.comment-slot  .comment-meta{
	width: 600px;
	float: left;
	margin-top: 3px;
	border-bottom: 1px solid rgb(172, 0, 82);
}

.comment-form-author label, .comment-form-email label, .comment-form-url label{
	margin-right: 10px;
}

.comment-form-url input{
	margin-left: -4px;
}

.comment-form-comment {
	width: 648px;
}

.comment-slot .fn a {
	text-decoration: none;
	color: rgb(60, 60, 60);
}

.comment-slot .datetime{
	text-decoration: none;
}
.comment-slot .moderation{
	width: 600px;
	height: 20px;
	float:left;
}

.textwidget{
	font-size:16px;
	font-family:"Myriad Pro",regular;
	font-weight:bold;
	color:#84878b;
}
#recent-posts-2{
	width:555px;
}
/*#text-8 .textwidget
{
float: left;
/*margin-top: 80px;*/
/*width: 173px;
margin-left: 23px;
}
#text-8 .textwidget p{
	line-height:162%;
	
}*/

#content  .entry-content p{
	color: #404040;
	margin-top: 10px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 27px;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400; letter-spacing: .04em;
}

.entry-content .main-post-description div {margin-bottom: 18px}




body.page .entry-content {
        padding-top: 20px;
}

body.page .entry-content p {
        padding-bottom: 0px !important;
}

.error404{
	height: 250px;
}

.error404 .entry-content #searchform{
	float: left;
}

.error404 .entry-content p{
	font-family: 'Raleway';
	font-size: 14px;
}

.error404 .entry-content #searchform .submit{
	margin-top:2px;
}



.widget_bt_recent_entries, .widget_calendar, .widget_archive{
float: left;
}

.widget_calendar {
min-height: 330px;
}

.widget_bt_recent_entries, .widget_calendar{
min-height:500px;
}
.recent-content-image{
	float:left;
	width: 300px;
	height: 600px;
	margin-top: 6px;
	margin-right:10px;
}
.recent-post-title{
	font-family: 'Oswald';
	font-size: 24px;
	color: #5f61b9;
	font-style: normal;
	font-weight: 400;
	text-overflow: ellipsis;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 710px;
	line-height: 36px;
}
.recent-post-title a{
	text-decoration: none;
	color: black;
	font-weight: bold; 
}
.recent-post-content{
	max-width:640px;
}
.advertise-slot img{
	width: 300px;
	height: 600px;
	margin-top: 18px;
	margin-left: 3px;
}
.related-posts .title-bar
{
float: left;
width: 967px;
color: #B8427A;
}
.homepage-advertise-slot{
	height: 250px;
	width: 300px;
}
.homepage-advertise-slot img{
	height: 250px;
	width: 300px;
}

.home .advertise-bar{
float: right;
width: 300px;
height: 250px;
}
.recent-video-container{
width: 960px;
height: 150px;
margin-bottom: 30px;
}

.home .social-likes-bar {
width: 652px;
float: left;
}
.title-bar{
float: left;
width: 967px;
color: rgb(154, 62, 135);
font-weight: normal;
margin-top: 5px;
font-family: 'Oswald';
font-size: 24px;
text-transform: uppercase;
padding-bottom: 8px
}
.home #content .recent-video-container .fmvps-wrapper
{
margin-right: 17px;
}

.right-bar {
width: 300px;
position: absolute;
right: 0;
margin-top: -20px;
top: 0;
}

.related-videos-bar {
width: 324px;
margin-top: 10px;
height: 618px;
}

.horizontal-separator,.title-bar{
width: 960px;
}






.social-widget {
width: 300px;
height: 200px;
float: left;
margin-top: 20px;
}

#footer-sidebar span {
margin-left: 2px;
margin-right: 2px;
}

#main .recent-posts .recent-video-container img{
	
	float:left;
	margin-right:15px;
}
#main .recent-posts .recent-video-container p{
/*width: 640px;*/
}



.search-title-bar	
{
	float: left;
color: #B8427A;
font-size: 12px;
border-bottom: 1px;
border-style: dashed;
width: 970px;
margin-bottom: 14px;
}
#content .gsc-result .gs-title b{
color:#C71978;
}
#content .gsc-result .gs-title {
color: #C71978;
text-decoration: underline;
font-size: 16px;
line-height: 14px;
}
#content .gsc-url-top .gs-visibleUrl
{
color: #0466CC;
}
#content .gsc-expansionArea .gsc-cursor-box{
	text-align: center;
	color: #C71978;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page{
	text-decoration: underline;
	color:#C71978;
}

.gsc-cursor .gsc-cursor-page {
	color: #C71978!important;

}
.gsc-results .gsc-cursor-box .gsc-cursor-page{
	text-decoration: underline!important;
}

#content .gsc-result .gs-title :hover,
#content .gsc-result .gs-title :hover *{
color: #00C;
text-decoration: underline;
font-size: 16px;
line-height: 14px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
	text-decoration:none!important;
}

#content .related-container{
height: 53px;
width: 958px;
background-color: black;
overflow: hidden;
padding-top: 0px;
}
#related-videos-bar{
	width:300px;
}

.player-related-images
{
padding-top: 5px;
padding-left: 10px;
}

.player-related-images img{
	/*margin-top: 11px;*/
	padding-bottom: 10px;
}

.player-related-images a{
text-decoration: none;
}
.pluginLikeboxStream{
	height:0px;
}
.single #secondary{
float: left;
margin-left: 1136px;
margin-top: -553px;
position: relative;
top: 0px;
}
.home #page #main #primary #secondary{
float: left;
margin-left: 674px;
margin-top: -241px;
position: relative;
top: -1523px;
}
.single #page #main #secondary{
float: left;
margin-left: 668px;
margin-top: -401px;
position: relative;
top: 0px;
}

.menu-footermenu-container li {
float: left;
border-left: solid 1px rgb(154, 62, 135);
height: 15px;
margin-right: 5px;
padding-left: 5px;
}

.menu-footermenu-container li:first-child{
border-left:none;
}

/*#twitter-widget-0 {
border: none;
/*max-width: 100%;*/
/*min-width: 180px;
width: 300px;
height: 350px;
}*/


.main-video-description{
width: 650px;
float: left;
font-size: 13px;
margin-bottom: 10px;
color: #404040;
margin-top: 10px;
line-height: 18px;
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
}

.ads-wrapper {
margin-left: 6px;
}

.homapage-related-videos {
position: relative;
}

.single-recent-post-container .recent-posts{
	
		
}

.recent-posts .recent-post-content{
	width: 725px;
	height: 70px;
	margin-top: 1px;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
}

.recent-posts .recent-post-author {
font-size: 11px; font-family: 'Oswald'; margin-left: 10px; margin-top: 5px;
}


/*#page #main #secondary #text-10 #twitter-widget-0
{
border: none;
max-width: 100%;
min-width: 220px;

top:0px;
clear: both;
}*/
/*#page #main #secondary #facebook-like-box-2{
	float:right;
}*/
.category-link-container a{
	text-decoration: none;
}
.pluginFacepile .uiList .pluginFacepileItem .img{
	*float:left;
}
/*#text-10
{
	*width:300px;
}*/	



#secondary {
width: 300px;
float: right;
}
 
.tag-bar a:last-child{
	border-right:none;
}

.header-horizontal-separator{
    height:0px; 
    width: 968px; 
    border: solid 1px #B8427A; 
    float:left;
    border-top: none;
    margin-bottom: 0px;
    margin-top: 11px;
}

#homepage-title {
width: 651px;
line-height: 26px;
}



.recent-post-title a:hover, .entry-header .entry-title a:hover {
color: rgb(154, 62, 135); 
text-decoration: underline;
}

.gray-label {
font-size: 11px;
color: rgb(129, 129, 129);
}

.related-videos-bar .relatedthumb.related-videos-slot a ,.right-bar  .relatedthumb.related-videos-slot a {
text-align: left;
}

.main-video-description p, .recent-post-content p {
font-size: 13px;
line-height:22px;
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
margin-left: 10px; margin-top: 8px;
}

.recent-posts img {
border: solid 1px #9c9998;
}

.recent-post-text {
height: 154px;
width: 652px;
}

.gray-text{
color: #B8427A;
}

.content-single .recent-post-thumbnail {
float: left;
}

.related-videos-slot {
float: left;
height: 120px;
width: 140px;
margin-top: 20PX;
margin-right: 4px;
}

.related-videos-slot {
margin-right: 22px;
}

.slider-video-slot img {/*
border: solid 2px rgb(116, 113, 113);
padding-bottom: 0px;
margin-bottom: 15px;
margin-top: -5px;
margin-left: 10px;*/
}
.more-link{
	float:right;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 229px;
	height: 229px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}
/**
 * Skinning the jCarousel
 */

 .jcarousel-skin .jcarousel-container {
}

.jcarousel-skin .jcarousel-container-horizontal {
	width: 922px;
height: 80px;
margin: 0 auto;
/*background: transparent url('images/jcarousel/bg-carousel.jpg') center top no-repeat;*/
}

.jcarousel-skin .jcarousel-clip-horizontal {
width: 870px;
height: 304px;
}

.jcarousel-skin .jcarousel-item {
	margin: -5px 9px 0 0;
width: 70px;
height: 91px;
}

.jcarousel-skin .jcarousel-item a, .jcarousel-skin .jcarousel-item a:visited {
	display: block;
float: left;
width: 116px;
height: 106px;
/*background: transparent url('images/jcarousel/bg-carousel-image.png') left top repeat-x;*/
}

.jcarousel-skin .jcarousel-item img {
	width: 100px;
height: 100px;
border: 0 none;

}

.jcarousel-skin .jcarousel-item-horizontal {
}

.jcarousel-skin .jcarousel-item-placeholder {
    
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {
position: absolute;
top: -11px;
right: -24px;
width: 47px;
height: 92px;
cursor: pointer;
background: transparent url('images/jcarousel/slider-right-arrow.png') no-repeat !important;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
	background: transparent url('images/jcarousel/slider-right-arrow-hover.png') no-repeat !important;
	cursor: pointer;
}

.jcarousel-skin .jcarousel-next-horizontal:active {
}

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
	cursor: default;
}

.jcarousel-skin .jcarousel-prev-horizontal {
position: absolute;
top: -11px;
left: -22px;
width: 47px;
height: 92px;
cursor: pointer;
background: transparent url('images/jcarousel/slider-left-arrow.png') no-repeat !important;
}

.jcarousel-skin .jcarousel-prev-horizontal:hover {
	background: transparent url('images/jcarousel/slider-left-arrow-hover.png') no-repeat !important;
	cursor: pointer;
}

.jcarousel-skin .jcarousel-prev-horizontal:active {
}

.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
	/*cursor: default;*/
}
#relatedcontent{
height: 81px;
width: 946px;
margin-top: 2px;
}


 .title-and-content {
float: left;
width: 380px;
height: 140px;
}

.content-single .right-bar{
margin-top: -15px;
top: 0;
}

.content-single .right-bar .advertise-bar{
float:left;
}

.content-more-link  a{
text-decoration: none;
font-size: 11px;
}

.archive-content-slot .related-videos-slot {
height: 150px!important;
width: 250px!important;
height: 0px!important;
width: 0px!important;
margin-top: 0px!important;
margin-right: 0px!important;
}

.archive-content-slot .relatedthumb img {
width: 250px!important;
height: 150px!important;
border: solid 1px #9c9998;
}

#carousel .slider-slot  img{
width: 68px;
height: 53px;
}

#carousel .slider-slot {
height: 58px;
}

.slider-layout{
width: 70px;
height: 53px;
position: absolute;
top: 0;
margin-top: 4px;
border: solid 2px rgb(0, 0, 0);
margin-left: 3px;
}

.slider-layout:hover{
/*background-color: rgb(104, 93, 103);*/
opacity: 0.7;
display: block;
border: solid 2px rgb(135, 60, 150);
}

.slider-title{
display: none;
font-size: 10px;
width: 100px;
height: 42px;
overflow: hidden;
margin-top: 13px;
margin-left: 4px;
color: #ffffff;
}

.slider-layout:hover .slider-title{
display: block;
}

.main-content.content-single .entry-content{
        margin-top:-34px;
}

.main-content.content-single .right-bar{
        margin-top:-40px;
}

.homapage-related-videos .entry-title {
margin-bottom: 15px;
font-size: 20px;
line-height: 23px;
}


.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
/*background: #3279BB;*/
background: rgb(154, 62, 135);
}

.pagination .current{
padding:6px 9px 5px 9px;
/*background: #3279BB;*/
background: rgb(154, 62, 135);
color:#fff;
}

.content-single .horizontal-separator{
	margin-bottom: 25px;
}

#header-sidebar{
	margin-top: 30px;
	margin-left: 8px;
}

#header-sidebar img {
border: solid 1px #9c9998;
}

.simple_ads_manager_zone_widget img {
border: solid 1px #9c9998;
}

#more-videos-button{
	display: none;
	float: left;
	background-color: rgb(151, 14, 83);
	color: #FFFFFF;
	border: none;
	font-family: 'Raleway';
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: top;
	height: 23px;
	padding: 7px 20px;
}

#more-videos-button:hover{
	background-color: black;
	cursor: pointer;
}

.homepage-more-videos-panel, .homepage-loader{
	
}

.homepage-loader{
	margin-left: 400px!important;
}

#loader{
	display: none;
	width: 30px;
	float: left;
	margin-left: 338px;
}

.content-single .recent-posts .recent-post-content {
margin-top: 4px;
}

#arvhive-container {
height: 260px;
width: 272px;
overflow: auto;
float: left;
/*margin-top: 660px;*/
border: solid 1px rgb(180, 180, 180);
padding: 13px;
}

#arvhive-container #s {
width: 167px;
margin-bottom:10px;
}

#arvhive-container h2{
color: #5f61b9;
font-family: 'Raleway';
font-weight: bold;
}

#arvhive-container a{
text-decoration: none;
color: #5f61b9;
}

#arvhive-container a:hover{
color: purple;
}

#recent-img{
width: 250px;
height: 150px;
}

.at-page-break {
display: none;
}

#content .related-container.homepage-slider {
width: 640px;
}

.homepage-slider .jcarousel-skin .jcarousel-next-horizontal {
right: 281px;
}

.homepage-slider  .jcarousel-skin .jcarousel-prev-horizontal {
left: -34px;
}

.homepage-slider .jcarousel-skin .jcarousel-clip-horizontal {
width: 607px;
/*margin: 0 0 0 10px;*/
}

.content-more-link{
float: right;
}

.main-post.gray-label {
margin-top: 20px;
}


.content-more-link a {
text-decoration: none;
font-size: 11px;
text-decoration: underline;
}

/* Headings */
.entry-content h1, .content-single h1     
{     
  font-size: 48px;    
  color: #000;
  font-family: 'Oswald'; 
  line-height: 60px;
margin-bottom: 12px; padding-bottom: 4px;
} 


.entry-content h2, .content-single  h2     
{     
  font-size: 1.8em;         
  color: #9a3e87;
  margin-bottom: 12px;
} 


.entry-content h3, .content-single  h3    
{     
  font-size: 18px;     
  color: #000;
  margin-bottom: 12px; padding-bottom: 4px;
  font-family: 'Oswald'; color: #9a3e87;
} 


.content-single  h4 
{ 
  font-size: 14px;     
  color: #9a3e87;
  font-family: 'Oswald';
  padding-bottom: 8px; 
} 

.content-single h5 
 { 
  font-size: 1.2em;     
  color: #6f84c2;
}

.search-page .search-results-text{
	color: #B8427A;
	font-size: 15px;
	margin-bottom: 10px;
}

.search-page .search-keyword{
	color: #5f61b9;
	font-size: 15px;
}

.search-results .recent-video-container {
width: 970px;
height: 80px;
margin-bottom: 0px;
}

.search-results .title-and-content {
float: left;
width: 740px;
height: 0px;
}

.search-results .recent-post-title {
font-size: 14px;
max-width: 855px;
line-height: 20px;
max-height: 20px;
float: left;
margin-top: -4px;
margin-bottom: 0px;
}

.search-results .recent-posts .recent-post-content {
width: 855px;
height: 55px;
margin-top: -2px;
float: left;
max-width: 855px;
}

.search-results .recent-posts .recent-post-content p {
max-width: 855px;
}

.search-results .recent-post-thumbnail, .search-results .recent-post-thumbnail img {
width: 89px;
height: 63px;
float: left;
margin-right: 18px;
}

#search {
margin-top: 8px;
}

.homepage-videoplayer{
height: 465px;
}

.single-video-player{
	width:968px;
	height: 585px;
}

.singlepage-slider .jcarousel-skin .jcarousel-prev-horizontal {
	left: -34px;
}

.singlepage-slider .jcarousel-skin .jcarousel-next-horizontal {
	right: -35px;
}

.singlepage-slider .jcarousel-skin .jcarousel-clip-horizontal {
width: 922px;
}

.social-likes-bar div:first-child{
width: 83px;
}

.main-post-description p {
margin: 0px!important;
}

.main-post-description {
margin-top: 10px;
}

body.archive .entry-header .entry-title a
{
    	font-size: 14px !important;
line-height: 21px !important;
}

body.archive #content .entry-content p {
        font-size: 11px !important;
line-height: 18px;
margin-top: 18px;
}