/*
Theme Name: clevver 2013
Theme URI: http://clevver.com/
Author: Alloy Digital
Author URI: http://www.alloydigital.com/
Description: Daily Entertainment Video News and Pop Culture
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/


/* =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
----------------------------------------------- */

html, body {
    height: 100%;
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	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;
}

/* 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 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: .4em .5em .5em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
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; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* 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;
}

/* New Image Replacement */
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* =Header
----------------------------------------------- */

.site-header {
	min-height: 72px;
	background: #1f1f1f;
	background: -moz-linear-gradient(top, #1f1f1f 0, #000 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #1f1f1f),color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #1f1f1f 0, #000 100%);
	background: -o-linear-gradient(top, #1f1f1f 0, #000 100%);
	background: -ms-linear-gradient(top, #1f1f1f 0, #000 100%);
	background: linear-gradient(top, #1f1f1f 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f1f', endColorstr='#000000');
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
    z-index: 9000;
    -webkit-backface-visibility: hidden;
}
.site-header .site-header-inner {
	clear: both;
	margin: 0 auto;
	min-height: 46px;
	width: 970px;
}
.site-header .site-title {
	float: left;
	margin:10px 20px 0 0;
}
.site-header .site-title a {
	background: transparent url(images/clevver-sprite.png) no-repeat -10px -432px;
 	display: block;
	width: 96px;
	height: 54px;
}
.site-header .site-description {
	display: none;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	float: left;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	min-height: 46px;
	text-transform: uppercase;
	margin: 0 -1px 0 1px;
}
.main-navigation a {
	border-left: 1px solid #2e2e2e;
	border-right: 1px solid #000;
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 72px;
	min-height: 72px;
	padding: 0 14px;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-o-transition: background-color .25s;
	-ms-transition: background-color .25s;
	transition: background-color .25s;
}
.main-navigation a:hover,
.main-navigation .current-video-parent a,
.main-navigation .current-menu-item a,
.main-navigation .current-menu-parent a {
	border-color: transparent;
}
.main-navigation .menu-item-music a:hover,
.main-navigation .menu-item-music.current-video-parent a,
.main-navigation .menu-item-music.current-menu-item a,
.main-navigation .menu-item-music.current-menu-parent a {
	background: #ef8818;
}
.main-navigation .menu-item-movies a:hover,
.main-navigation .menu-item-movies.current-video-parent a,
.main-navigation .menu-item-movies.current-menu-item a,
.main-navigation .menu-item-movies.current-menu-parent a {
	background: #8a2575;
}
.main-navigation .menu-item-trophy-life a:hover,
.main-navigation .menu-item-trophy-life.current-video-parent a,
.main-navigation .menu-item-trophy-life.current-menu-item a,
.main-navigation .menu-item-trophy-life.current-menu-parent a {
	background: #ffc321;
}
.main-navigation .menu-item-tv a:hover,
.main-navigation .menu-item-tv.current-video-parent a,
.main-navigation .menu-item-tv.current-menu-item a,
.main-navigation .menu-item-tv.current-menu-parent a {
	background: #d82e40;
}
.main-navigation .menu-item-style-fashion a:hover,
.main-navigation .menu-item-style-fashion.current-video-parent a,
.main-navigation .menu-item-style-fashion.current-menu-item a,
.main-navigation .menu-item-style-fashion.current-menu-parent a {
	background: #f96497;
}
.main-navigation .menu-item-games a:hover,
.main-navigation .menu-item-games.current-video-parent a,
.main-navigation .menu-item-games.current-menu-item a,
.main-navigation .menu-item-games.current-menu-parent a {
	background: #ff9000;
}
.main-navigation .menu-item-teve a:hover,
.main-navigation .menu-item-teve.current-video-parent a,
.main-navigation .menu-item-teve.current-menu-item a,
.main-navigation .menu-item-teve.current-menu-parent a {
	background: #21aa68;
}
.main-navigation .menu-item-news a:hover,
.main-navigation .menu-item-news.current-video-parent a,
.main-navigation .menu-item-news.current-menu-item a,
.main-navigation .menu-item-news.current-menu-parent a {
	background: #14b0c1;
}
.main-navigation ul ul {
	-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.trophy-life a:hover {
	background-color: #ffc321;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

/* Search form */
.site-header #searchform {
	float: right;
	margin-top: 22px;
}
.site-header #searchform .field {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 6px;
	width: 153px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
}
.site-header #searchform .submit {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: relative;
	left: -2px;
}
.gecko .site-header #searchform .submit {
	padding: .3em .5em;
	top: 1px;
}
.chrome .site-header #searchform .submit,
.safari .site-header #searchform .submit {
	top: -2px;
}

/* =Layout
----------------------------------------------- */
.site {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	/*margin: 0 0 -86px;*/
	overflow: hidden;
}
.site-main {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 2px;
	margin: 0 auto;
	/*margin: 0 auto 1.5em;*/
	padding: 10px;
	width: 950px;
	min-height: 900px;
	height: auto !important;
	height: 900px;
	overflow: hidden;
}
.site-main .content-area {
	float: left;
	width: 640px;
}
.site-main .widget-area {
	float: right;
	width: 300px;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.site-ui-toggler {
    clear: left;
    margin: 5px 0 20px;
    padding: 10px 15px;
    width: 610px;
    -webkit-box-shadow: 0 1px 3px rgba(89, 89, 89, .45), inset 0px 1px 0px 0px #505050;
    -moz-box-shadow: 0 1px 3px rgba(89, 89, 89, .45), inset 0px 1px 0px 0px #505050;
    box-shadow: 0 1px 3px rgba(89, 89, 89, .45), inset 0px 1px 0px 0px #505050;
    background-color: #222222;
    overflow: hidden;
}
.site-ui-toggler h5 {
	color: #fff;
	float: left;
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: uppercase;
}
.site-ui-toggler h5 span {
	font-size: 80%;
}
.ui-toggler {
	display: none; /* hiding because of glitch on ui toggle */
	float: right;
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, .5), 0 1px 0 #000;
	border-radius: 3px;
}
.ui-toggler .ui-btn {
	background: #3c3c3c url(images/clevver-sprite.png) no-repeat;
	border: 1px solid gray;
	border: 1px solid rgba(0, 0, 0, .5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
	display: block;
	width: 53px;
	height: 33px;
	float: left;
	cursor: pointer;
}
.ui-toggler .ui-btn:hover,
.ui-toggler .active {
	background-color: #787878;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.ui-toggler .active {
	cursor: default;
}
.ui-toggler .grid-toggle {
	background-position: 5px -44px;
}
.ui-toggler .list-toggle {
	background-position: 4px -75px;
}
.category .site-ui-toggler {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeaea), to(#fff));
	background-image: -webkit-linear-gradient(top, #eaeaea, #fff);
	background-image: -moz-linear-gradient(top, #eaeaea, #fff);
	background-image: -ms-linear-gradient(top, #eaeaea, #fff);
	background-image: -o-linear-gradient(top, #eaeaea, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff');
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}
.category .site-ui-toggler h5 {
	color: #1f1f1f;
	float: left;
	font-family: 'TradeGothicLT', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 36px;
	text-transform: none;
}
/*.category .music .site-ui-toggler h5 {
	background: url(images/clevver-sprite.png) no-repeat -10px -201px;
	padding-left: 33px;
}*/
.category .ui-toggler {
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, .1), 0 1px 0 #e0dcdc;
}
.category .ui-toggler .ui-btn {
	background: #9b9b9b url(images/clevver-sprite.png) no-repeat;
	border: 1px solid #e0dcdc;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
	display: block;
	width: 53px;
	height: 33px;
	float: left;
	cursor: pointer;
}
.category .ui-toggler .ui-btn:hover,
.category .ui-toggler .active {
	background-color: #fff;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.category .ui-toggler .active {
	cursor: default;
}
.category .ui-toggler .grid-toggle {
	border-left-color: #fff;
	background-position: 5px -108px;
}
.category .ui-toggler .list-toggle {
	background-position: 4px -140px;
}
.site-loop {
	display: none; /* hiding because of glitch on ui toggle */
	overflow: hidden;
}
.grid-view .hentry {
	display: block;
	float: left;
	position: relative;
	width: 211px;
	height: 118px;
	margin-bottom: 3px;
	overflow: hidden;
}
.grid-view .hentry:nth-child(3n+2) {
    margin-left: 3px;
    margin-right: 3px;
}
.grid-view .hentry .entry-thumb {
	position: absolute;
	width: 211px;
	height: 118px;
	z-index: 1;
}
.grid-view .hentry .entry-thumb img {
	width: 211px;
	height: 118px;
}
.grid-view .hentry .entry-summary {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000)";
	position: absolute;
	width: 211px;
	height: 118px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
}
.grid-view .hentry:hover .entry-summary,
.iphone .grid-view .hentry .entry-summary {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.grid-view .hentry:hover .entry-summary .hide-text,
.iphone .grid-view .hentry .entry-summary .hide-text {
	display: block;
	width: 211px;
	height: 118px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.grid-view .hentry .entry-summary .entry-label {
	color: #fff;
	line-height: 12px;
	padding: 3px 5px;
	position: relative;
	top: 6px;
	left: 5px;
}
.hentry .entry-summary .entry-label.music {
	background: #df1212;
}
.hentry .entry-summary .entry-label.movies {
	background: #00a53c;
}
.hentry .entry-summary .entry-label.tv-shows {
	background: #049eff;
}
.hentry .entry-summary .entry-label.style-fashion {
	background: #990ce4;
}
.hentry .entry-summary .entry-label.games {
	background: #ff9000;
}
.hentry .entry-summary .entry-label.teve {
	background: #1edde9;
}
.hentry .entry-summary .entry-label.news {
	background: #346dff;
}
.grid-view .hentry .entry-summary .entry-title {
	color: #fff;
	font-family: 'TradeGothicLT', sans-serif;
	padding: 10px 10px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 16px;
}
.grid-view .hentry .entry-summary .entry-title a {
	color: #fff;
	text-decoration: none;
}
/*.grid-view .hentry .entry-summary .entry-title a:hover {
	text-decoration: underline;
}*/
.grid-view .hentry .entry-summary .entry-post-date {
	color: #bdb7b7;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 0 10px;
}
.grid-view .hentry .entry-summary .entry-date,
.grid-view .hentry .entry-summary .entry-excerpt,
.grid-view .hentry .entry-summary .entry-details {
	display: none;
}
.list-view .hentry {
	border-bottom: 1px solid #ececec;
	position: relative;
	width: 100%;
	padding: 9px 0;
	overflow: hidden;
}
.list-view .hentry:first-child {
	padding-top: 0;
}
.list-view .hentry .entry-thumb {
	float: left;
	width: 311px;
	min-height: 174px;
}
.list-view .hentry .entry-thumb img {
	width: 311px;
	height: 174px;
}
.list-view .hentry .entry-summary {
	float: right;
	width: 308px;
}
.list-view .hentry .entry-summary .hide-text {
	display: none;
}
.list-view .hentry .entry-summary .entry-label {
	color: #fff;
	line-height: 12px;
	padding: 3px 5px;
	position: absolute;
	top: 16px;
	left: 5px;
}
.list-view .hentry:first-child .entry-summary .entry-label {
	top: 6px;
}
.list-view .hentry .entry-summary .entry-title {
	padding: 0 0 10px;
	font-family: 'TradeGothicLT', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 26px;
}
.list-view .hentry .entry-summary .entry-title a {
	color: #000;
	text-decoration: none;
}
.list-view .hentry .entry-summary .entry-title a:hover {
	text-decoration: underline;
}
.ie .list-view .hentry .entry-summary .entry-title a {
	text-decoration: none !important;
}
.list-view .hentry .entry-summary .entry-post-date {
	color: #bdb7b7;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 0 10px;
}
.list-view .hentry .entry-summary .entry-excerpt {
 	padding-bottom: 10px;
}
.list-view .hentry .entry-summary .entry-details {
 	list-style: none;
 	margin: 0;
 	padding: 0;
 	overflow: hidden;
 	position: absolute;
 	bottom: 12px;
}
.list-view .hentry .entry-summary .entry-details li {
 	float: left;
 	line-height: 12px;
 	padding-right: 25px;
}
.list-view .hentry .entry-summary .entry-details li a,
.list-view .hentry .entry-summary .entry-details li span {
 	background: transparent url(images/clevver-sprite.png) no-repeat;
 	color: #000;
 	line-height: 12px;
 	padding-left: 20px;
 	text-decoration: none;
}
.list-view .hentry .entry-summary .entry-details li a:hover {
 	font-weight: bold;
}
.list-view .hentry .entry-summary .entry-details .entry-comments-link a {
 	background-position: -157px -46px;
}
.list-view .hentry .entry-summary .entry-details .entry-views {
	display: none;
}
.list-view .hentry .entry-summary .entry-details .entry-views span {
 	background-position: -157px -65px;
}
.list-view .hentry .entry-summary .entry-details .entry-facebook-likes {
 	padding-right: 0;
}
.list-view .hentry .entry-summary .entry-details .entry-facebook-likes a {
 	padding-left: 16px;
 	background-position: -157px -84px;
}
.list-view .hentry .entry-summary .entry-post-date {
	display: none;
}
.entry-shareme {
	clear: both;
	/*overflow: hidden;*/
}
.entry-shareme .buttons .button {
	float: left;
	padding-right: 10px;
	width: 90px;
}
.entry-meta {
	clear: both;
	margin: 1.5em 0;
}
.page .entry-title,
.single .entry-title {
	padding: 0;
	font-family: 'TradeGothicLT', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 26px;
}
.page .entry-title {
	padding: 0 0 .8em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title,
.widget_tag_cloud .widget-title {
	display: none;
}


/* =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%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.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;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	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 {
	max-width: 100%;
}*/


/* =Navigation
----------------------------------------------- */

.category-nav {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
}
.music .category-nav {
	background: #df1212;
}
.movies .category-nav {
	background: #00a53c;
}
.tv-shows .category-nav {
	background: #049eff;
}
.style-fashion .category-nav {
	background: #990ce4;
}
.games .category-nav {
	background: #ff9000;
}
.teve .category-nav {
	background: #1edde9;
}
.news .category-nav {
	background: #346dff;
}
.category-nav li {
	float: left;
	line-height: 22px;
}
.category-nav li a {
	color: #fff;
	display: block;
    font-family: 'TradeGothicLT', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-o-transition: background-color .25s;
	-ms-transition: background-color .25s;
	transition: background-color .25s;
}
.music .category-nav li a {
	border-left: 1px solid #b20e0e;
}
.movies .category-nav li a {
	border-left: 1px solid #008430;
}
.tv-shows .category-nav li a {
	border-left: 1px solid #037ecc;
}
.style-fashion .category-nav li a {
	border-left: 1px solid #7a0ab6;
}
.category-nav li:first-child a {
	border: none;
	color: #000;
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
}
.music .category-nav li a:hover,
.music .category-nav .current-cat a {
	background: #b20e0e;
}
.movies .category-nav li a:hover,
.movies .category-nav .current-cat a {
	background: #008430;
}
.tv-shows .category-nav li a:hover,
.tv-shows .category-nav .current-cat a {
	background: #037ecc;
}
.style-fashion .category-nav li a:hover,
.style-fashion .category-nav .current-cat a {
	background: #7a0ab6;
}
.games .category-nav li a:hover,
.games .category-nav .current-cat a {
	background: #ff9000;
}
.teve .category-nav li a:hover,
.teve .category-nav .current-cat a {
	background: #1edde9;
}
.news .category-nav li a:hover,
.news .category-nav .current-cat a {
	background: #346dff;
}

.home .site-content .site-navigation,
.category .site-content .site-navigation,
.search .site-content .site-navigation,
.tag .site-content .site-navigation {
	clear: both;
	margin: 3em 0 1.5em;
	overflow: hidden;
}
.home .site-content .site-navigation .nav-previous a,
.category .site-content .site-navigation .nav-previous a,
.search .site-content .site-navigation .nav-previous a,
.tag .site-content .site-navigation .nav-previous a {
    border-top: 1px solid #424142;
    display: block;
    text-align: center;
    font-family: 'TradeGothicLT-BoldTwo', sans-serif;
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(89, 89, 89, .45),inset 0px 1px 0px 0px #505050;
    -moz-box-shadow: 0 1px 3px rgba(89, 89, 89, .45),inset 0px 1px 0px 0px #505050;
    box-shadow: 0 1px 3px rgba(89, 89, 89, .45),inset 0px 1px 0px 0px #505050;
    background-color: #222222;
    transition: all .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    text-indent: 0px;
}
.home .site-content .site-navigation .nav-previous a:hover,
.category .site-content .site-navigation .nav-previous a:hover,
.search .site-content .site-navigation .nav-previous a:hover,
.tag .site-content .site-navigation .nav-previous a:hover {
    background-color: #101010;
    transition: all .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    color: #fff;
}
.single-video .site-content .site-navigation {
	clear: both;
	overflow: hidden;
	margin: 0 0 10px;
}
.single-video .site-navigation div,
.single-video .site-navigation .entry-title {
	float: left;
}
.single-video .site-navigation .entry-title {
	clear: none;
	width: 335px;
	padding: 0 10px;
	position: relative;
	left: 18px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 18px;
}
.single-video .site-navigation .entry-title span {
	font-size: 10px;
	font-size: 1rem;
	line-height: 12px;
	text-transform: uppercase;
}
.single-video .site-navigation .nav-previous,
.single-video .site-navigation .nav-next {
	position: relative;
}
.single-video .site-navigation .nav-previous a,
.single-video .site-navigation .nav-next a {
	color: #fff;
	display: block;
	position: relative;
	background: #787878;
	text-decoration: none;
	text-transform: uppercase;
	width: 114px;
	padding: 0 5px;
}
.single-video .site-navigation .nav-previous,
.single-video .site-navigation .nav-next {
	left: 18px;
}
.single-video .site-navigation .nav-previous a:hover,
.single-video .site-navigation .nav-next a:hover {
	text-decoration: underline;
}
/*.single-video .category-music .site-navigation .nav-previous a:hover,
.single-video .category-music .site-navigation .nav-next a:hover {
	background: #df1212;
}*/
.single-video .site-navigation .nav-previous a:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.single-video .site-navigation .nav-previous a:after {
	border-color: rgba(120, 120, 120, 0);
	border-right-color: #787878;
	border-width: 18px;
	top: 50%;
	margin-top: -18px;
}
/*.single-video .category-music .site-navigation .nav-previous a:hover:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.single-video .category-music .site-navigation .nav-previous a:hover:after {
	border-color: rgba(223, 18, 18, 0);
	border-left-color: #df1212;
	border-width: 18px;
	top: 50%;
	margin-top: -18px;
}*/
.single-video .site-navigation .nav-next a:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.single-video .site-navigation .nav-next a:after {
	border-color: rgba(120, 120, 120, 0);
	border-left-color: #787878;
	border-width: 18px;
	top: 50%;
	margin-top: -18px;
}
.single-video .site-navigation .nav-previous a span,
.single-video .site-navigation .nav-next a span {
    display: block;
    font-size: 10px;
    font-style: italic;
    width: 114px;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}


/* =Comments
----------------------------------------------- */

.bypostauthor {
}
#respond .form-allowed-tags {
	display: none;
}
.comments-area {
	padding-top: 20px;
}
.comments-title,
#reply-title {
	padding: 0 0 10px;
	font-family: 'TradeGothicLT', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 26px;
}
.commentlist,
.commentlist .children {
	list-style: none;
}
.commentlist {
	margin: 0 0 1em;
}
.commentlist li.comment {
	padding: .5em;
	margin-bottom: 1em;
	overflow: hidden;
}
.commentlist li.comment article {
	padding-bottom: 1em;
}
.commentlist li.thread-even {
	background: #e3e3e3;
}
.commentlist li.comment .comment-author {
	float: left;
	margin-right: 10px;
}
.commentlist li.comment .comment-author img {
	border-radius: 40px;
}
.commentlist li.comment .comment-content,
.commentlist li.comment .reply {
	padding-left: 50px;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
/*#searchsubmit {
	display: none;
}*/

.trending-widget {
	margin-bottom: 1.5em;
}
.trending-widget .trending-widget-title {
	background: #111;
	color: #fff;
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	padding: 2px 10px;
}
.trending-widget ul {
	background: #333;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.trending-widget li a {
	background-color: #333;
	border-bottom: 1px solid #242424;
	border-top: 1px solid #464646;
	color: #fff;
	display: block;
	padding: 6px 10px;
	-webkit-transition: background-color .4s ease-out,border-top-color .4s ease-out;
	-moz-transition: background-color .4s ease-out,border-top-color .4s ease-out;
	-ms-transition: background-color .4s ease-out,border-top-color .4s ease-out;
	-o-transition: background-color .4s ease-out,border-top-color .4s ease-out;
	transition: background-color .4s ease-out,border-top-color .4s ease-out;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.trending-widget li a:hover {
	background-color: #222;
	border-bottom: 1px solid #242424;
	border-top: 1px solid #464646;
}
.trending-widget li a img {
	float: left;
	width: 90px;
	height: 50px;
}
.trending-widget .trending-label {
	background: #1f1f1f;
	color: #fff;
	line-height: 12px;
	padding: 3px 5px;
	position: absolute;
	top: 36px;
	left: 13px;
}
.trending-widget .trending-label.music {
	background: #df1212;
}
.trending-widget .trending-label.movies {
	background: #00a53c;
}
.trending-widget .trending-label.tv-shows {
	background: #049eff;
}
.trending-widget .trending-label.style-fashion {
	background: #990ce4;
}
.trending-widget .trending-label.games {
	background: #ff9000;
}
.trending-widget .trending-label.teve {
	background: #1edde9;
}
.trending-widget .trending-label.news {
	background: #346dff;
}
.trending-widget li a .trending-title {
	display: block;
	margin-left: 100px;
}
.trending-widget li a .trending-date {
	display: none; /* hiding because rand order */
	margin-left: 100px;
	font-size: 10px;
	font-size: 1rem;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6;
}


/* =Footer
----------------------------------------------- */
/*.push {
	clear: both;
	width: 970px;
	height: 86px;
	margin: 0 auto;
}*/
.site-footer {
	color: #454444;
	min-height: 86px;
	height: auto !important;
	height: 86px;
	background: #1f1f1f;
	width: 100%;
	overflow: hidden;
}
.site-footer .site-footer-inner {
	clear: both;
	margin: 0 auto;
	width: 950px;
}
.site-footer .site-footer-legal {
	float: left;
	width: 580px;
	margin-top: 20px;
}
.site-footer .site-title {
	float: left;
	margin: 2px 15px 0 0;
}
.site-footer .site-title a {
	background: url(images/clevver-sprite.png) no-repeat scroll -7px -223px / 330px auto;
	display: block;
	width:48px;
	height:28px;
}
.site-footer .site-description {
	color: #fff;
	clear: both;
	font-size: 11px;
	font-size: 1.1rem;
	margin: 0;
	padding-top: .5em;
}
.site-footer .site-description a {
	color: #fff;
}
.site-footer #menu-footer {
	list-style: none;
	margin: 0;
	padding: 5px 0 0;
	overflow: hidden;
}
.site-footer #menu-footer li {
	float: left;
	border-left: 1px solid #454444;
	margin: 0 0 5px;
	padding: 0 10px;
	line-height: 14px;
}
.site-footer #menu-footer li a {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 14px;
}
.site-footer #menu-footer li a:hover {
	text-decoration: underline;
}
.site-footer .site-copyright {
	clear: both;
	font-size: 11px;
	font-size: 1.1rem;
	padding-top: .5em;
}
.site-footer .site-footer-social {
	float: right;
	list-style: none;
	margin-top: 24px;
	overflow: hidden;
}
.site-footer .site-footer-social li {
	float: left;
	padding-left: 11px;
	line-height: 25px;
}
.site-footer .site-footer-social li span {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	text-transform: uppercase;
	line-height: 25px;
}
.site-footer .site-footer-social li a {
	background: transparent url(images/clevver-sprite.png) no-repeat;
 	display: block;
 	width: 25px;
 	height: 25px;
}
.site-footer .site-footer-social .facebook a {
	background-position: -10px -282px;
}
.site-footer .site-footer-social .youtube a {
	background-position: -46px -282px;
}
.site-footer .site-footer-social .twitter a {
	background-position: -81px -282px;
}
.site-footer .site-footer-social .rss a {
	background-position: -115px -282px;
}