/*
Theme Name: Korra Theme
Theme URI: http://www.legendofkorra.tv
Description: Custom Theme for <a href="http://www.legendofkorra.tv">legendofkorra.tv</a>. Made by Fahad
Version: 1.4
Author: Fahad
*/

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top elements */
* { margin:0; padding: 0; }

body {
	background-color: #d4cfbb;
 	color: #555; 
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}  

/* links */
a	{ 
	color: #c60202;
	background: inherit;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
a:hover { 
	color: #1643a0;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #c60202;
}
h3 {
	font-size: 1.1em;
	color: #c60202;
}

h1, h2, h3, p { 
	padding: 0;
}

ul span, ol span {
	color: #666666;
}

/* images */
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(images/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

/* search */
#sidebar2 #search {
	background: #e0dede;
	margin: 0 15px;
	padding: 5px 0;	
}
#sidebar2 #search img {
	vertical-align: bottom;
}
#sidebar2 #search .textbox {
	background: #FFF url(images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
#sidebar2 #search input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(images/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}

/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 990px;  	
}
#content-wrap {
	clear:both;
    margin:0; padding:0;
	width: 990px;		
}

/* header */
#header {
	position: relative;
  	clear:left;
  	width: 990px;
	height: 117px; 
	margin: 0; padding: 0;
	background: #d4cfbb;
}
#header img {
	border: 0;
}
#header #header_logo {
	float: left;
	border: 0;
}

#header #header_right {
	float: left;
	padding: 2px 16px 0 5px;
}

/* menu tabs */
#header .header-tabs {
	background: url(images/nav_men.gif) repeat-x;
	height: 20px;
	padding: 0px 0px;
}
/*Fonts*/
#header  #site_title {
	float: left;
	color: #4A51B0;
	font-size: 36px;
    line-height: 34px;
    font-family: 'Alegreya', cursive;
	font-weight: 600;
    text-shadow: 2px 2px 2px #282828;
	filter: dropshadow(color=#282828, offx=2, offy=2);
	-webkit-text-fill-color: black; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #4A51B0;
}
.rotated_text {
	padding: 4px 2px;
	float:right;
	/* Safari */
	-webkit-transform: rotate(20deg);
	/* Firefox */
	-moz-transform: rotate(20deg);
	/* IE */
	-ms-transform: rotate(20deg);
	/* Opera */
	-o-transform: rotate(20deg);
}
.header-tabs ul {		
	margin:0;
    list-style:none;
}
.header-tabs a {
	float: left;
	Color:#545454;
	padding: 1px 9px 2px 14px;
	text-decoration: none;
	display: block;
}
.header-tabs ul li {
	font-size: 11px;
	float: left;
	text-align: center;
	padding: 0;
	display:block;
}
.header-tabs ul li a{
	float:left;
	Color:#545454;
    display:block;
	font-size:12px;
	font-family:Arial,sans-serif;
	font-weight:bold;
}
.header-tabs ul li a:hover{
	background: url(images/nav_men_hov.gif) repeat-x;
    float:left;
    display:block;
    color: #000;
}

.belowheader {
	position: relative;
  	clear:left;
  	width: 990px;
	margin: 0; padding: 0;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}



/*Spotlight CSS*/
#spotlight1 {
	width: 320px;
	height: 122px;
	float: left;
	padding: 2px 5px 0 5px;
	background: url(images/grad.gif);
	border-bottom:1px solid #b9b9b9;
}
#spotlight23 {
	width: 660px;
	float:right;
	background: url(images/grad.gif);
	border-bottom:1px solid #b9b9b9;
}
#spotlight2 {
	float: left;
	width: 320px;
	height: 122px;
	padding: 2px 5px 0 0;
}
#spotlight3 {
	float:right;
	width: 320px;
	height: 122px;
	padding: 2px 5px 0 5px;
}
#belowheader #spotlight1 ul, #spotlight2 ul, #spotlight3 ul {
	color:#000000;
	margin:0;
	padding-top:3px;
}
#belowheader #spotlight1 ul li, #spotlight2 ul li, #spotlight3 ul li {
	font-size: 105%;
	font-family:Arial,sans-serif;
	letter-spacing:0.2px;
	list-style: none;
	color:#000000;
	margin:0;
	padding-left:8px;
}
#belowheader #spotlight1 ul li a, #spotlight2 ul li a, #spotlight3 ul li a {
	color:#e38204;
	margin:0;
	font-size: 105%;
	font-family:Arial,sans-serif;
}
#belowheader #spotlight1 ul li a:hover, #spotlight2 ul li a:hover, #spotlight3 ul li a:hover {
	color:#000;
	margin:0;
	font-size: 105%;
	font-family:Arial,sans-serif;
}
#spotlight1 h3 {
	list-style: none;
	background:transparent url(images/arrows/arrow1.png) no-repeat scroll left center;
	border-bottom:1px dashed #a5a5a5;
	font-size:130%;
	font-weight:bold;
	font-family:Arial,sans-serif;
	line-height:normal;
	margin:4px 20px 0 4px;
	padding:0 0 0 17px;
	color:#545454;
}
#spotlight23 h3 {
	list-style: none;
	background:transparent url(images/arrows/arrow1.png) no-repeat scroll left center;
	border-bottom:1px dashed #a5a5a5;
	font-size:130%;
	font-weight:bold;
	font-family:Arial,sans-serif;
	line-height:normal;
	margin:4px 20px 0 4px;
	padding:0 0 0 17px;
	color:#545454;
}

/* main content */
#main {
	float: right;
	width: 790px;
	margin: 0; padding: 0;
	background-color: inherit;
	border-top:2px solid #FFF;
}
.blank {
	clear:both;
	width:990px;
	height:5px;
}
#main h1 a {
	padding: 2px 0 3px 17px;
	text-transform: none;
	background: transparent url(images/arrows/arrow3.png) no-repeat scroll left center;
	color: #c60202;	
}	
#main h1 {
	padding: 2px 0 0 3px;
	text-transform: none;
	color: #c60202;	
}	
#main p {
        margin:2px 0;
        padding:2px 0;
}
#main ul {
        margin-left:35px;
}
#rawmsg {
	background: #a9bad8 url(images/copy2.gif) no-repeat scroll 3px 5px;
	border:2px solid #000000;
	padding:5px 5px 5px 50px;
	margin:15px 15px 10px 15px;
	height:40px;
	width:500px;
	color:#2f2e2e;
	font-family:Arial,sans-serif;
	font-size:122%;
	font-weight:bold;
}
#dldmsg {
	background: #f0ba64 no-repeat scroll 3px 5px;
	border:2px solid #000000;
	padding:5px 5px 5px 5px;
	height:40px;
	width:600px;
	color:#2f2e2e;
	font-family:Arial,sans-serif;
	font-size:122%;
	font-weight:bold;
}

/* sidebar */
#sidebar1 {
	float: left;
	width: 200px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
	border-top:2px solid #FFF;
}
.sidebar h1 {
	padding: 1px 0 1px 15px;
	margin-left:5px;
	text-transform: none;
	margin-right:2px;
	background:transparent url(images/arrows/arrow3.png) no-repeat scroll left center;
	color: #c60202;	
	line-height: 20px;
	font-size: 13px;
}
.sidebar ul {
	list-style:none;
	margin:3px 10px 3px 5px;
	padding:0;		
}
.sidebar ul li {
	margin-bottom:1px;
	border:1px dotted #d6d5d5;
	background: transparent url(images/arrows/arrow15b.png) no-repeat 2px 4px;
}
.sidebar ul a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 18px;
}
.sideb ul {
	list-style:none;
	margin:3px 10px 3px 5px;
	padding:0;		
}
.sideb ul li {
	margin-bottom:1px;
	border:1px dotted #d6d5d5;
	background: #d38222 url(images/arrows/arrow15b.png) no-repeat 2px 4px;
}
.sideb ul li a {
	display: block;
	font-weight: bold;
	color: #f0f0f0;
	text-decoration:none;	
	padding: 2px 5px 2px 18px;
}

* html body .sidebar ul a { height: 12px; }

.sidebar ul a:hover {
	padding: 2px 5px 2px 18px;
	color: #f0f0f0;
	min-height: 12px;	
	background: #e58700 url(images/arrows/arrow15b.png) no-repeat 2px 4px;
}

/* sidebar right*/
#sidebar2 {
	float: right;
	width: 160px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}

/* footer */
#footer { 
	clear: both;
	height: 20px;
	color: #000;
	background: url(images/footer.gif) repeat-x;
	font-size: 92%;		
	border-top:10px solid #FFF;	
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 88%;
	float: left;
	text-align: left;
	margin: 0; padding: 2px 0px 5px 3px;
}
#footer #footer-right {
	width: 5%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.pt10 { padding-top: 10px; }
.pb10 { padding-bottom: 10px; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #dbdbdb;
	border-bottom: 1px dashed #dbdbdb; 
	padding: 2px 0;
	margin-top: 15px;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #dcdcdc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
	}
.commentauthor {
	color: #7e7e7e;
}
.commentname {
	color:#000;
}
/* End Comments */

.tableentry h2 {
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:20px;
	font-size:14px;
	text-transform:none;
	line-height:normal;
	font-family:'Trebuchet MS',arial,sans-serif;
	color:#bf0202;
	background-color:#CCC;
}
.tableentry h2:hover {
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:20px;
	font-size:14px;
	text-transform:none;
	line-height:normal;
	font-family:'Trebuchet MS',arial,sans-serif;
	color:#bf0202;
	background-color:#c17317;
}

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

#v1 {
	padding: 10px 0;
}
#v2 {
	padding: 10px 0;
}
#v3 {
	padding: 10px 0;
}
#v4 {
	padding: 10px 0;
}
#v5 {
	padding: 10px 0;
}
#rawmsg a {
	background: none;
}
#no_one_must_see {
	;filter:alpha(opacity=00);
	height: 1px;
    opacity: 0;
    overflow: hidden;
    width: 1px;
}
#new_series {
    color: #FF282F;
}
.episode_navigator {
	padding: 4px;
	float: right;
}
.episode_navigator a {
	font-size: 11px;
	margin: 0px 5px;
	text-decoration: none;
}
.main_center {
	text-align: center;
}

/* New spotlight bars !!!!!! */

.anm_featured li.anm2 a {
	background: url("images/korra_book1.png") no-repeat scroll center top #FFF;
    text-shadow: 1px 1px 0 #991111;
}

.anm_featured li.anm1 a {
	background: url("images/avatar_book1.png") no-repeat scroll center top #FFF;
    text-shadow: 1px 1px 0 #358203;
}

.anm_featured li.anm3 a {
	background: url("images/korra_book2.png") no-repeat scroll center top #FFF;
    text-shadow: 1px 1px 0 #2374A8;
}

.anm_featured li.anm3 a div {
    background: none repeat scroll 0 0 #2885B1;
    border-top: 2px solid #2374A8;
}

.anm_featured li.anm3 a:hover {
    border: 2px solid #2885B1;
}

.anm_featured li.anm1 a div {
    background: none repeat scroll 0 0 #489F01;
    border-top: 2px solid #358203;
}

.anm_featured li.anm1 a:hover {
    border: 2px solid #489F01;
}

.anm_featured li.anm2 a div {
    background: none repeat scroll 0 0 #C10B0B;
    border-top: 2px solid #991111;
}

.anm_featured li.anm2 a:hover {
    border: 2px solid #C10B0B;
}

.anm_featured {
	list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.anm_featured li a {
	background: none repeat scroll 0 0 #FFF;
    border: 2px solid #383838;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px #000000 inset;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    height: 186px;
    margin: 0 1px 0 0;
    overflow: hidden;
    text-shadow: 1px 1px 0 #C27418;
    width: 325px;
	transition: all 0.2s ease 0s;
}

.anm_featured li a div {
    background: none repeat scroll 0 0 #2885B1;
    border-top: 2px solid #2374A8;
    float: left;
    padding: 4px 6px 5px;
    width: 313px;
}

.anm_featured li a span {
    float: right;
}

.anm_featured li a div img {
    border-bottom: 1px solid #000000;
    position: relative;
    top: 1px;
}

#div_cover {
    float: right;
    margin: 20px 10px 10px;
    width: 38%;
}
#div_description {
    float: left;
    font-size: 14px;
    margin: 20px 0 10px;
    width: 59%;
}
#div_description p {
	line-height: 1.3em;
	margin-bottom: 3px;
}
#episode_list {
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 0 1px #323232 inset;
    overflow: hidden;
    white-space: normal;
	color: #000;
	margin: 20px 30px 20px 0;
}
#episode_list header {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}
.green {
	background-color: #358203;
}
.avatar_blue {
	background-color: #2374A8;
}

#episode_list .eps-list {
	list-style: none outside none;
	margin-left: 0;
	font-size: 12px;
}
#episode_list .eps-list > li {
    border-bottom: 1px dashed #555555;
    margin-left: 1px;
    margin-right: 1px;
	line-height: 28px;
	padding-left: 5px;
}
#episode_list .list_eps {
    color: #8707AC;
}
#episode_list .eps-list > li > a {
    color: #000;
    padding: 3px 0;
	transition: all 0s ease 0s;
}
#episode_list .eps-list > li > a, .eps-list {
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#episode_list li.list_eps a:hover {
    color: #2374A8;
	text-decoration: none;
}
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*="icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-video:before {
	content: "\e606";
}
.icon-play:before {
	content: "\e600";
}
.icon-film:before {
	content: "\e604";
}
.icon-camera:before {
	content: "\e605";
}
.icon-arrow-right:before {
	content: "\e601";
}
.icon-uniE602:before {
	content: "\e602";
}
.icon-arrow-right2:before {
	content: "\e603";
}

#lights_off {
	background-image:url(images/dark.png); 
	position:absolute; 
	left:0; 
	top:0; 
	width:100%; 
	z-index:100;
}

#div_light_switch {
	height:30px;
	position: relative;
	width: 790px;
	margin: 10px 0 0 0;
}
.light_switch {
	position:absolute;
	z-index:101;
    outline:none;
	text-decoration:none;
	background: none repeat scroll 0 0 #003A59;
	border-radius: 4px 4px 4px 4px;
	color: #CFCFCF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 640px;
	padding: 0 6px;
}
.light_switch:hover {
	background: none repeat scroll 0 0 #1D4B6C;
	color: #CFCFCF;
}
 .turnedOff {
	color:#ffff00; 
 } 
 
 #video_player {
	z-index: 105;
	position: relative;
 }
.index_center {
	text-align: center;
}
.index_article {
	margin: 15px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pt20 {
	padding-top: 20px;
}

/* Media Player Styling*/

#media_loading {
	position: relative;
	width: 770px;
	height: 497px;
	background: url(images/ajax_black_loading.gif) no-repeat scroll 50% 150px #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	z-index: 105;
}

#media_loading_inner {
	color: #FFF;
	position: absolute;
	top: 220px;
	width: 300px;
	left: 245px;
	text-align: center;
}

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

.media_player {
	top: 0px;
	left: 0px;
	width: 770px;
	height: 497px;
	position: absolute;
}

#mplayer {
	
}

#list-sources{
    padding: 0px;
	margin: 10px 0 10px 9px !important;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	z-index: 104;
}

#list-sources > li {
    float: left;
}

#list-sources > li > a{
    margin: 0px;
	border: 1px dotted #D6D5D5;
	border-left: none;
	border-bottom: none;
	font-size: 12px;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	padding: 0px 8px;
}

#list-sources > li:first-child {
    border-left: 1px dotted #D6D5D5;
}

.source_selected {
	background-color: #e58700;
}

.embedded_code > a:hover{
    color: #E5E5E5;
	background-color: #e58700;
}

#li_source > a{
	cursor: default;
	background-color: #c5c5c5;
}

#li_source > a:hover{
	color: #000;
}

#div_ad_switch {
	height:30px;
	position: relative;
	width: 790px;
	margin: 10px 0 0 0;
}
.ad_switch {
	position:absolute;
	z-index:101;
    outline:none;
	text-decoration:none;
	background: none repeat scroll 0 0 #003A59;
	border-radius: 4px 4px 4px 4px;
	color: #CFCFCF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 540px;
	padding: 0 6px;
}
.ad_switch:hover {
	background: none repeat scroll 0 0 #1D4B6C;
	color: #CFCFCF;
}

#announcement {
	background: #FFF url(images/copy2.gif) no-repeat 5px 10px !important; 
	padding: 15px 52px;
	color: #000;
	line-height: 23px;
	text-decoration: underline;
}