/*
	Theme Name: ShotOnWhat?
	Author: ShotOnWhat?
	Author URI: http://shotonwhat.com/
	Version: 5.0.0
*/
/* LAYOUT */
html {
	min-height: 100%;
	position: relative;
	/*background: #000;*/
	overflow-y: scroll;
}/* make sure it is at least as tall as the viewport */
body {
	background: #000; /*#2c4ca0; */
	height: 100%;
	font-size: 75%;
	color: #acacac;
	font-family: 'Lato', sans-serif;
}

/* hide #nogo on addinfo page */
form#sow_search_title_mixed li.ui-menu-item.local a[href*='#nogo'] {
	display:none;
}
.loginpopupdiv {
	margin:10px 0;
	text-align:center;
}
.loginpopupspan {
	font-size:1.6em;
	cursor:pointer; 
	padding:10px 10px;
	border-radius:4px;
	background:#039;
	margin: 10px auto; 
	display:inline-block;
}
#wrapper {
}
.grecaptcha-badge {
    display: none;
}
.updates_top {
	box-sizing: border-box;
	height:25px;
	margin:0px;
	padding:0px;
	width:100%;
	position:fixed;
	text-align:center;
	top:0;
	font-size:1.3em;
	z-index:9999;
}
#container {
	margin-bottom: 150px;
	margin-top: 67px;
}
/* main content area outside container */
#contentwrap {
	background: #000;
	border: #000 0px solid;
	border-radius: 3px 3px 0 0;
}
.logo-image {
	margin: 0;
	width: 238px;
	height: 42px;
}
div.bluewide {
	width: 100%;
	height: 39px;
	background: #2c4ca0;
	position: absolute;
	z-index: -1;
}
div.blackwide {
	width: 100%;
	height: 168px;
	top: 39px;
	background: #000;
	position: absolute;
	z-index: -1;
}
a {
	/*color: hsl(223,78%,66%);*/
	color:#f5f5f5
	;
	text-decoration: none;
}
a:hover {
	color: #658bec;
}
a:focus {
	outline: none;
}
a:active {
	color: #aa8888;
}
/* MOVIE LISTING */
.titlecount {
	text-align: left;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	color: #777;
	font-weight: 500;
}
#movielisting h3 {
	font-size: 13px;
}
#movielisting td {
	margin: 0;
	padding: 0;
	border: 1px #0F6 solid;
}
.movielistingh {
	margin: 0;
	padding: 4px 10px 1px 5px;
	font-size: 14px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #353535;
	text-decoration: none;
	
	width:98%;
}
.movielistingh a {
	float: right;
	margin: 0 10px 5px 5px;
}
.open_crew_list {
                padding: 4px 10px 1px 5px;
                margin: 10px 0 0 0;
                border-bottom: 1px solid #222;
                text-decoration: none;
                width:98%;
                display:inline-block; 
                cursor:pointer; 
                /*color:hsl(223,78%,66%);*/
                font-size:14px;
            }
            span#arrow {
           		transform:none;
               	display:inline-block;
                font-size:.65em;
                vertical-align: top;
                }
				.crew_list_block .crew_list { 
    display: none;
}
.open_crew_list:hover {
	color: #658bec;
}
.crew_list_block .more_icon {
    float:right;
}
.crew_list_block .more_icon {
    content: url('/c/wp-content/themes/shotonwhat/images/toggle-plus.png');
}
.crew_list_block.expanded .more_icon {
    content: url('/c/wp-content/themes/shotonwhat/images/toggle-minus.png');
}
.crew_list_block .crew_list {
    display: none;
}
.crew_list_block.expanded .crew_list {
    display: block;
}
.crew_list_block.expanded .crew_arrow,
.crew_list_block.expanded .open_crew_list {
    color: #acacac;
}
.crew_list_block .crew_arrow {
    display: inline-block;
    font-size: .65em;
    vertical-align: top;
}
.crew_list_block.expanded .crew_arrow {
    transform: rotate(90deg);
    display: inline-block;
}
.crew_list {
	background: #151515;
    border-radius: 0 0 5px 5px;
    padding-bottom: 4px;
}
.crew_list_block {
	width: 99%;
}				
				
				
				
a#camdlist img {
	float:right;
}
div.sos_gallery_arch {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 2px 0;
	position: relative;
	display: block;
	white-space: nowrap;
}
div.sos_gallery_arch li, div.sos_gallery_front_sticky li {
	display: inline-block;
}
div.sos_gallery_arch img {
	padding: 0px;
	display: inline-block;
	height: 80px;
}
div.sos_gallery_front {
	width: 95%;
	height: 60px;
	overflow: hidden;
	margin: 2px 10px;
	position: relative;
	display: block;
	white-space: nowrap;
	padding-bottom: 8px;
 ---border-bottom: 1px solid #999;
}
div.sos_gallery_front li {
	display: inline-block;
}
div.sos_gallery_front img {
	padding: 0px;
	display: inline-block;
	height: 60px;
}
div.sos_gallery_front img:hover {
	opacity: 1;
	height: 60px;
}
div.sos_gallery_front_sticky {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin: 2px 0;
	position: relative;
	display: block;
	white-space: nowrap;
	padding-bottom: 8px;
 ---border-bottom: 1px solid #999;
}
div.sos_gallery_front_sticky img {
	padding: 0px;
	display: inline-block;
	height: 120px;
}
div.sos_gallery {
	width: 100%;
	height: 130px;
	background: #000;
	border: 1px solid #000;
	opacity: 0;
	overflow: hidden;
	position: relative;
	margin: 5px auto;
}
div.sos_gallery.load {
	opacity: 1;
}
div.sos_gallery img:hover, div.sos_gallery_arch img:hover, div.sos_gallery_front img:hover {
	opacity: .8;
}
div.sos_gallery img:active, div.sos_gallery_arch img:active, div.sos_gallery_front img:active {
	opacity: .5;
}
div.sos_gallery li {
	margin: 0;
}
div.sos_gallery li a {
	display: inline-block;
}
div.sos_gallery ul {
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
div.sos_gallery.scroller-ready ul {
	opacity: 1;
}
.form_help_header {
	margin: 0;
	padding: 0px 10px 1px 5px;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 0px;
	border-bottom: 1px solid #353535;
	text-decoration: none;
	text-align: right;
	height: 20px;
	color: #061FB4;
}
.form_help_header_blank {
	margin: 0;
	padding: 0px 5px 1px 5px;
	margin-bottom: 0px;
	text-align: right;
	height: 0px;
}

.imdb_icon {
	display: block;
	background: url(images/imdb_iconbw.jpg) no-repeat;
	width: 40px;
	height: 20px;
	float: left;
}
.imdb_icon:hover {
	background: url(images/imdb_icon.jpg)no-repeat;
}
.netflix_icon {
	display: block;
	background: url(images/netflix_iconbw.jpg) no-repeat;
	width: 43px;
	height: 20px;
	float: left;
}
.netflix_icon:hover {
	background: url(images/netflix_icon.jpg)no-repeat;
}
.updatebutton {
	display: block;
	float: right;
	background: url(images/update_title_button.png) no-repeat;
	width: 90px;
	height: 37px;
	margin: 0 10px 0 10px;
}
.updatebutton:hover {
	background: url(images/update_title_button.hover.jpg) no-repeat;
}
.updatebutton:active {
	opacity: 0.6;
}
.tbutton {
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	padding: 2px;
	margin-top: 1px;
	background: #c5c5c5;
	display: inline-block;
	position: relative;
}
.tbutton:hover {
	border: 1px solid #d7d7d7;
	background: #d7d7d7;
}
.aboutpageimage {
	float: right;
	padding: 10px 8px 10px 10px;
}
.postimage, .postimage_frnt {
	float: left;
	width: 214px;
	margin-right:20px;
	overflow: hidden;
	height:340px;
}
.post img {
/*width: 216px;
	height:319px;*/
}
img.sp_postimage {
	/*box-shadow: 1px 1px 3px 1px rgba(000,000,000,.3);*/
	margin: 10px;
	vertical-align: text-top;
}
.postimage img {
	/*border: 1px #000 solid;
	box-shadow: 2px 3px 5px 1px rgba(0,0,0,.3);*/
	vertical-align: bottom;
	min-width:214px;
	max-width: 476px;
	height: 317px;
}
.postimage_frnt img {
	border: 1px #000 solid;
	box-shadow: 2px 3px 5px 1px rgba(0,0,0,.3);
	vertical-align: bottom;
	width: 214px;
}
.postimage_frnt img:hover {
	border: 1px #454545 solid;
	box-shadow: 2px 3px 5px 1px rgba(000,050,255,.4);
}
.postimage_frnt img:active {
	opacity: 0.5;
	box-shadow: 2px 3px 5px 1px rgba(000,050,255,.4);
}
.postimagesummarybox {
	float: left;
	width: 120px;
	vertical-align: top;
}
.postimageidx {
	border: 1px #232323 solid;
	-webkit-transition: border 0.4s ease-out;
	-moz-transition: border 0.4s ease;
	-o-transition: border 0.4s ease;
	-ms-transition: border 0.4s ease;
	transition: border 0.4s ease;
}
.postimageidx:hover {
	border: 1px #777 solid;
	-webkit-transition: border 0.4s ease-out;
	-moz-transition: border 0.4s ease;
	-o-transition: border 0.4s ease;
	-ms-transition: border 0.4s ease;
	transition: border 0.4s ease;
}
.postimageidx img {
	
	max-width: 108px;
	/*box-shadow: 1px 1px 3px rgba(000,000,000,.3);*/
	vertical-align: bottom;
	
	
}
.postimageidxo {
}
.postimageidxo img {
	border: 1px #000 solid;
	max-width: 168px;
	/*box-shadow: 1px 1px 3px rgba(000,000,000,.3);*/
	vertical-align: bottom;
	
}
/*.postimageidx img:hover,*/ .postimageidxo img:hover {
	border: 1px #777 solid;
	-webkit-transition: border 0.4s ease-out;
	-moz-transition: border 0.4s ease;
	-o-transition: border 0.4s ease;
	-ms-transition: border 0.4s ease;
	transition: border 0.4s ease;
}
.postimageidx img:active {
	opacity: 0.5;
}
.recentcols {
	width: 680px;
	-moz-column-count: 6;
	-moz-column-gap: 0px;
	-webkit-column-count: 6;
	-webkit-column-gap: 0px;
	column-count: 6;
	column-gap: 0px;
}
.recentpagediv {
	margin-bottom: 8px;
	border: 1px solid #ddd;
	padding: 4px;
	display: inline-block;
}
.recentpagediv li img {
	width: 74px;
	height: 113px;
	box-shadow: 1px 1px 3px rgba(000,000,000,.3);
}
.summarylistingmovie {
	width: 500px;
	float: left;
	vertical-align: top;
}
.summarycols {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.summarylistingdop {
	width: 250px;
	float: left;
	vertical-align: top;
}
.indextoptext {
	float: left;
	max-width: calc(99% - 235px);
}
.indextoptext button {
	background: #bbb;
	color: #000;
	padding: 4px;
	font-size: .87em;
	font-weight: 800;
	border-radius: 3px;
	border: none;
	display: inline-block;
	margin: 2px 0;
	outline: none;
}
.indextoptext button:hover {
	background: #268506;
	color: #eee;
}
/*.indexingheader {
	width: 660px;
	margin-top: 10px;
	font-size: 16px;
	word-spacing: 5px;
	text-align: center;
	padding: 10px 3px 2px 3px;
	border-radius: 4px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #eee;
	box-shadow: 1px 1px 3px rgba(000,000,000,.2), inset 0px -1px 20px rgba(150,150,150,.4);
	background: -moz-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee)); /* older webkit syntax here! */
	/*text-decoration: none;
	text-shadow: 0 -1px 0 #999;
}
*/
.single_topwrap {
	display: inline-block;
	width: 99%;
	margin-bottom: 15px;
}
.people_rolewrap {
	display: inline-block;
	max-width: 455px;
}
.singlesline {
	display: inline-block;
	width: 99%;
	line-height: 1.6;
	margin-left: 10px;
}
.singletables {
	width: 210px;
	display: inline-block;
	vertical-align: top;
}
.singletablesw {
	width: 47%;
    margin:5px;
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

.trailersz {
	text-align: center;
}
td#indexpeople {
	padding: 0;
	font-weight: 600;
	max-width: 200px;
	float: left;
}
.indexpeopletitle {
	padding: 5px 0 0 0;
	font-weight: 400;
}
.indexingheader a:hover {
	color: #0C0;
}
ul.topindex, .topindex li {
	display: inline;
	margin: 0px 5px;
	font-size: 22px;
}
div.topindexbox {
	text-align: center;
	border-bottom: 1px solid #aaa;
}
.indextaxo {
	line-height: 1.8;
}
a.indextaxolet {
	font-size: 18px;
}
.indexingdir, .indexingdirtoparch, .indexingdir_gearlist, .indexingdir_prodtype {
	-moz-column-count: 2;
	-moz-column-gap: 5px;
	-webkit-column-count: 2;
	-webkit-column-gap: 5px;
	column-count: 2;
	column-gap: 5px;
	vertical-align: bottom;
	line-height: 1.6em;
}
.indexingdir {
	font-size: 15px;
}
.indexingdir_gear {
	vertical-align: bottom;
	line-height: 1.6em;
	font-size: 18px;
}
.indexingdir_map {
	-moz-column-count: 2;
	-moz-column-gap: 5px;
	-webkit-column-count: 2;
	-webkit-column-gap: 5px;
	column-count: 2;
	column-gap: 5px;
	vertical-align: bottom;
	line-height: 1.5em;
	font-size: 18px;
	list-style: none;
}
/*.indexletter {
	font-size: 20px;
	margin: 3px 10px 3px 3px;
	padding: 3px 3px 3px 7px;
	border-radius: 4px;
	border-top: 1px solid #fcfcfc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #eee;
	box-shadow: 1px 1px 3px rgba(000,000,000,.2), inset 0px -2px 3px rgba(000,000,000,.1);
	background: -moz-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee)); /* older webkit syntax here! */
	/*text-decoration: none;
	
}
*/
#indexlisttitle {
	margin: 3px 3px 20px 15px;
}
.indexingdir4 {
	-moz-column-count: 3;
	-moz-column-gap: 5px;
	-webkit-column-count: 3;
	-webkit-column-gap: 5px;
	column-count: 3;
	column-gap: 5px;
	border: 1px #00f solid;
	font-size: 15px;
	vertical-align: bottom;
	line-height: 1.6em;
	list-style: disc;
}
.indexingdirtoparch {
	font-size: 13px;
	padding: 10px 10px;
	color: #acacac;
	list-style: none;
	margin: 4px 5px 0 10px;
	background: #000;
	border-radius: 5px;
}
.indexingdirtoparch a {
    color: #929292;
    
}
.brd_children_links {
    border: solid #222 1px;
    border-radius: 4px;
    padding: 2px 8px;
    margin-bottom: 5px;
    display: block;
    vertical-align: text-top;
    background: #151515;
   
}
.indexingdirtoparch a:hover, .indexingtaxopar a:hover {
	color: #658bec;
}
.indexingtaxopar {
	font-size: 15px;
    vertical-align: bottom;
    line-height: 2em;
    padding: 0 0 0 10px;
    color: #acacac;
    list-style: none;
    margin: 0 5px 0 10px;
    background: #232323;
    border-radius: 5px;
}
.indexingtaxopar a {
	color: #acacac;
}
.cat-par-item {
	margin-bottom: 10px;
}
.cat-item a {
	font-size: 18px;
}
.indexingdir_year {
	-moz-column-count: 9;
	-moz-column-gap: 5px;
	-webkit-column-count: 9;
	-webkit-column-gap: 5px;
	column-count: 9;
	column-gap: 5px;
	border: 0px #000 solid;
	font-size: 18px;
	vertical-align: bottom;
	line-height: 1.6em;
	list-style: none;
}
.indexingdir_gearlist {
	border: 1px #cff solid;
	font-size: 18px;
	list-style: disc;
}
.indexingdir_gear_cl {
	border: 0px #000 solid;
	font-size: 18px;
	vertical-align: bottom;
	line-height: 1.6em;
	list-style: disc;
}
.indexingdir_prodtype {
	font-size: 18px;
	list-style: none;
}
/* CONTENT */

.articleimg {
	margin: 5px;/*box-shadow: 2px 2px 3px rgba(000,000,000,.3);*/
}
#single_page_groups_wrapper {
	column-count: 2;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
	-moz-column-gap: 0px; /* Firefox */
	column-gap: 0px;
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	margin-bottom: 25px;
}
#single_page_groups_wrapper .single_page_group {
	display: inline-block;
	/*IE 9 hacks*/
	vertical-align: top\9;
	/*width: 49.6%\9; */
	margin-top: 10px;
}
.dmessage_box {
	margin-top:25px;
	border:solid 1px #454545;
	background:#333;
	border-radius:4px;
	padding:10px;
	color:#eee;
}
.dmessage_box .dmessage_title {
	color:#ffca44;
	font-size:1.4em;
	text-align:center;
}
.dmessage_box .dmessage_text {
	color:#eee;
}
.dmessage_box span {
	background-color:#ffca44; 
    color: #555;
	font-size33F:1.1em;
	-webkit-font-smoothing: antialiased;
	border: 1px #E3AB2E solid;
	border-radius:3px;
	padding:6px 12px;
	display:inline-block;
}
/*#update_title_submit {
	float: right;
	margin: 0px 6px 0px 0;
	padding: 4px 6px 4px 6px;
	font-size: 12px;
	color: #039;
	border-radius: 4px;
	background: -moz-linear-gradient(#fff, #bfbfbf);
	background: -o-linear-gradient(#fff, #bfbfbf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bfbfbf));
	box-shadow: 1px 1px 3px rgba(000,000,000,.3);
	border: 1px solid #bbb;
	text-shadow: 0px -1px 0px rgba(000,000,000,.7);
}
#update_title_submit:hover {
	color: #090;
	border-radius: 4px;
	background: -moz-linear-gradient(#fff, #bfbfbf);
	background: -o-linear-gradient(#fff, #bfbfbf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bfbfbf));
	box-shadow: 1px 1px 3px rgba(000,000,000,.3);
	border: 1px solid #bbb;
	text-shadow: 0px -1px 0px rgba(000,000,000,.7);
}
#update_title_submit:active {
	color: #777;
	border-radius: 4px;
	background: -moz-linear-gradient(#fff, #bfbfbf);
	background: -o-linear-gradient(#fff, #bfbfbf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bfbfbf));
	box-shadow: 0px 0px 1px rgba(000,000,000,.3);
	border: 1px solid #bbb;
	text-shadow: 0px -1px 0px rgba(000,000,000,.7);
}
*/

#content {
	padding: 5px 5px 15px 10px;
	color: #acacac;
	/*border-left: #000 0px solid;
	border-bottom: 0px;
	border-right: #232323 1px solid;
	border-top: 0px;*/
	min-height: 100%;
	height: auto !important; /*Cause footer to stick to bottom in IE 6*/
	height: 100%;
	position: relative;
}
#content.people .wrapper_branded {
	width:100%;
}
.content {
	padding: 1px 5px 15px 15px;
	color: #acacac;
	border-left: #000 0px solid;
	border-bottom: 0px;
	/*border-right: #999 1px solid;*/
	border-top: 0px;
	min-height: 100%;
	height: auto !important; /*Cause footer to stick to bottom in IE 6*/
	height: 100%;
	position: relative;
}
pre {
	overflow: auto;
	width: 470px;
}
.post {
	padding-bottom: 15px;
	margin-top: 5px;
}
.socials {
	float:right; 
	font-size:1.1em;
	margin-top:5px;
}
.post-list .post {
	padding-bottom: 15px;
	margin-top: 5px;
	background:#101010;
	border-radius:4px;
	padding: 10px;
	margin-bottom:14px;
	-webkit-transition: background .4s linear;
    -moz-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    -ms-transition: background 0.4s linear;
    transition: background .4s linear;
}
.post-list .post:hover {
	background:#1e1e1e;
	-webkit-transition: all .4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all .4s linear;
}
.post p {
	margin-bottom: 10px;
}
.producerlisting {
	width: 675px;
	padding: 4px 0px 1px 5px;
}
.boldfont {
	font-weight: 600;
}
.titleyear {
	font-size: 16px;
	font-family: 'Lato', san-serif;
	font-weight:400;
	//vertical-align: baseline;
}
.titleyearidx {
	font-size: 12px;
	vertical-align: top;
}
.titlebox {
	margin: 0;
}
.mtitle {
	margin: 0px 0 0px 0;
	padding: 0px;
	color: #acacac;
	line-height: 28px;
	font-size: 22px;
	
}
.title {
	font-family: 'Montserrat', san-serif;
	font-size: 26px;
	font-weight:400;
	margin: 0px 0 0px 0;
	padding: 0px;
	color: #f5f5f5;
	line-height: 28px;	
}
.title.entry-title {
	font-family: 'Montserrat', san-serif;
	font-size: 26px;
	font-weight:400;
	margin: 0px 0 0px 0;
	padding: 0px;
	color: #eee;
	line-height: 28px;	
}
.title a {
	text-decoration: none;
	color: #eee;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.title a:hover {
	text-decoration: none;
	color: #658bec;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	text-decoration: none;
}
.tit_wrapper{
    margin: 0px 0 0 -5px;
	/*border: 0px solid #ddd;*/
	background:#232323;
	border-radius:4px;
	width:715px;
	padding-bottom:15px;
	
}
.tit_wrapper .count h2{
    margin: 10px 5px 0 4px;
	width:670px;
	line-height:1.2;
}
.tit_wrapper .count {
    margin: 8px 5px 0 10px;
	width:98%;
	line-height:1.2;
	display:inline-block;
}
.archlisttitle {
	font-size: 28px;
	color: #fafafa;
	font-weight: normal;
}
.postdate {
	font-size: 12px;
	color: #615F5F;
}
.postmeta {
	font-size: 11px;
	padding: 2px 4px;
}
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin: 2px;
}
.entry, .entry p {
	line-height: 20px;
	padding-top: 8px;
	font-size: 15px;
	color: #acacac;
}
#nigh.entry {
	padding: 0px;
}
.entry h3 {
	margin-bottom: .5em;
}
.navigation {
	padding: 10px 0;
	font-size: 18px;
}
.navigationtop {
	padding: 8px 0;
	font-size: 14px;
	float: right;
}
blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
}
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	font-size: 15px !important;
	padding: 4px 8px !important;
	color: #232323 !important;
	background: none !important;
	border: 0 !important;
}
.wp-pagenavi span.pages {
	font-size: 15px !important;
	padding: 4px 8px !important;
	color: #232323!important;
	background: none !important;
	border: 0 !important;
}
.wp-pagenavi span.extend {
	font-size: 15px !important;
	padding: 4px 8px !important;
	background: transparent !important;
	color: #232323 !important;
	background: none !important;
	border: 0 !important;
}
.wp-pagenavi span.current {
	font-size: 15px !important;
	padding: 4px 8px !important;
	font-weight: bold;
	color: #fff !important;
	background: #B8200A !important;
	border: 0 !important;
}
.wp-pagenavi a:hover {
	border: 0 !important;
	color: #fff !important;
	background: #373737 !important;
	border: 0 !important;
}
/* SIDEBAR(S) */

.sidebar .promote_co {
	border: #fff;
	width: 100%;
	font-weight: 800;
	font-family: 'Special Elite', cursive;
	text-align: center;
	margin: 3px 0;
}
.sidebar .promote_co a {
	color: #000;
	width: 100%;
	display: inline-block;
	letter-spacing: 1.3px;
	line-height: 1.3;
	padding-top: 8px;
	font-size: 1.4rem;
	text-shadow: .5px .5px 1px rgba(180,180,180,.4);
	border-radius: 3px;
	background: #bc48a3; /* Old browsers */
	background: -moz-linear-gradient(top, #bc48a3 0%, #a83e8c 19%, #8c0664 100%, #c42a91 100%, #7c0c59 101%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bc48a3 0%, #a83e8c 19%, #8c0664 100%, #c42a91 100%, #7c0c59 101%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bc48a3 0%, #a83e8c 19%, #8c0664 100%, #c42a91 100%, #7c0c59 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc48a3', endColorstr='#7c0c59', GradientType=0 ); /* IE6-9 */
}
.sidebar .promote_co a:hover {
	color: #000;
	text-shadow: .5px .5px 1px rgba(180,180,180,.4);
	background: rgb(113,156,231); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(113,156,231,1) 0%, rgba(94,129,200,1) 47%, rgba(73,102,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(113,156,231,1) 0%, rgba(94,129,200,1) 47%, rgba(73,102,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(113,156,231,1) 0%, rgba(94,129,200,1) 47%, rgba(73,102,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719ce7', endColorstr='#4966a9', GradientType=0 ); /* IE6-9 */
}

/*.gadtdwide {
	width:125px;
}

.sidebaradbox {
	margin-top: 0px;
	text-align: center;
}
*/
div.span-8.last {
	display: block;
	position: relative;
	height: 100% !important;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.sidebar {
	/*margin: 10px 10px 10px 10px;
	//margin: 10px 0px 10px 10px;*/
	margin-left:10px;
	font-size: 15px;
	color: #03c;
	display: block;
	position: relative;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.sidebar a {
	text-decoration: none;
	color: #acacac;
	font-size: 20px;
}
.sidebar a:hover {
	text-decoration: none;
	color: #658bec;
}
.sidebar a:active {
	color: #658bec;
}
.sidebar_support {
	margin-bottom: 5px;
	text-align: center;
	border-radius: 3px;
	background: #a70000;
	height: 30px;
	padding-top: 3px;
}
.sidebar_support:active {
	box-shadow: inset -1px 0px 12px rgba(000,000,000,.4);
}
.sidebar_support a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
.sidebar_support a:hover {
	text-decoration: none;
	color: #FFDC51;
}
.sidebar #socicons {
	margin: 0px 0 0px 0px;
	height: 24px;
	border: 0px solid #03e;
}
.sidebar h2, .sidebar h2 a {
	margin: 0;
	padding: 8px 0 8px 6px;
	text-align: left;
	font-size: 18px;
	line-height: 16px;
	color: #acacac;
	font-weight: bold;
	width: 265px;
 ===border-bottom: 1px #666 solid;
}
li.widget_polls-widget h2.widgettitle {
	text-align:center;
}
. ul.inline {
 display: block;
 margin: 0px 0;
 padding: 0;
}
ul.inline li {
	display: inline;
	margin: 0 0 0 0;
	vertical-align: top;
}
ul.inline.share { /* more social icons - bottom row- */
	display: inline-block;
	float: left;
	width: 185px;
	height: 20px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 0px;
	margin-top: 5px;
}
.sidebar li.moreshare {
	padding: 0;
}
li.moreshare img {
	padding: 0;
	vertical-align: top;
}
sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
}
.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sidebar ul li li, .sidebar ul li ul li {
	padding: 4px 0px 0px 0px;
	margin: 0 0 2px 0;
}
.borderbreak {
	float: left;
	border-top: 2px #999 solid;
	width: 270px;
	height: 5px;
	margin: 10px 0 5px 0;
}
.search_menubar input#search_title,
input#search_people_2,
.search_menubar input#search_people,
.search_menubar input#search_terms {
	border: 1px solid #222;
	border-radius: 2px;
	/*left: 10px;*/
	font-size: 15px;
	text-indent: 5px;
	color: #acacac;
	padding: 0;
	width: 100%;
	position: relative;
	display: inline;
	height: 30px;
	background-color: #222;
	outline: none;
}
.search_menubar input#search_title:focus,
input#s:focus, 
.search_menubar input#search_terms:focus, 
input#search_people_2:focus,
.search_menubar input#search_people:focus {
	color: #fefefe;
	border: 1px solid #2c4ca0;
	border-radius: 2px;
}
label#label_search {
	font-size: 25px;
	text-align: left;
	margin: 0px;
	line-height: 1.2em;
	color: #999;
	width: 600px;
	padding: 0px 0px 4px 0px;
	position: relative;
}
#search {
	display: inline-block;
	position: relative;
	border: 1px solid #232323;
	border-radius: 2px;
	height: 30px;
	width: 100%;
	padding: 0px;
	/*margin-left: 10px;*/
	text-align: right;
	margin-top: 0px;
}
.search_div {
	width: 24%;
	float: left;
	padding-right: 12px;
}
#search input {
	border: 0;
	background: #222;
	color: #acacac;
	font-size: 15px;
}
/*inside search box */
#s {
	height: 30px;
	padding: 0px;
	margin: 0 0 0 0;
	text-indent: 5px;
	outline: none;
}
.topsearch {
	float:left;
	margin:0;
	width:24%;
}
#topsearch #search {
	padding-right: 0px;
	background: #111;
}
#topsearch #s {
	width: 100%;
	float: left;
}
.ui-autocomplete {
	position: relative;
	max-height: 425px;
	min-height: 130px;
	min-width: 340px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 20px;
}
.ui-autocomplete#ui-id-1 {
	width:50px;
}
#content.posterpage {
	background: #000;
	padding-top: 0;
	margin: 0;
	display: inline-flex;
}
#content.posterpage .posterimg_content {
	color: #fff;
	font-size: 1.1em;
	float: left;
	display: inline-flex;
	position: relative;
	width: 95px;
	height: 140px;
	word-wrap: normal;
	padding: 0 2px 2px 0;
}
.posterimg_content_text {
	position: absolute;
	padding: 2px;
	width: 95px;
	width: 95px;
	word-break: break-word;
	text-overflow: clip;
	opacity: 0;
	transition: opacity 1s, filter 1s, -webkit-filter 1s;
}
.posterimg_content:hover span.posterimg_content_text {
	opacity: 1;
}
div.posterimg_content:hover img.posterimg {
	opacity: .2;
	transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
}
.posterimg {
	width: 95px;
	height: 140px;
	padding: 0px 2px 0 0;
	transition: opacity 1s;
}
.posterimg:hover {
	opacity: .2;
	transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
div.posterimg_content:active img.posterimg {
	opacity: .82;
	transition: opacity 0.1s;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.sbdate {
	font-size: 10px;
	color: #aaa;
}
.sbyear {
	font-size: 12px;
}
div.fp_content {
				color: #fff;
				font-size: 1.4em;
				float: left;
				display: inline-flex;
				position: relative;
				word-wrap: normal;
				padding: 0 2px 2px 0;
			}
			.free-wall {
				margin: 0px;
			}	
			div.fp_content {
				color: #fff;
				font-size: 1.4em;
				float: left;
				display: inline-flex;
				position: relative;
				word-wrap: normal;
				padding: 0 2px 2px 0;
			}
			div.fp_content_text {
				position: absolute;
				word-break: break-word;
				text-overflow: clip;
				opacity: 0;
				transition: opacity 1s, filter 1s, -webkit-filter 1s;
				background:rgba(0,0,0,.72);
				bottom:6px;
				display:inline-block;
				z-index:999;
				color:#fff;
			}
			div.fp_content_text  a{
				color:#fff;
			}
			div.fp_content:hover img.fp {
				opacity: .2;
				transition: opacity 1s, filter 1s, -webkit-filter 1s;
			}
			.fpdate {
				font-size:.7em;
				color:#acacac;
			}
			.fpyear {
				font-size:.78em;
				color:#eee;
			}
			
			.fp_content:hover > div.fp_content_text {
				opacity: 1;
				transition: opacity 1s, filter 1s, -webkit-filter 1s;
			}
	
div#reqlink_popu.popup_content input[type="submit" i], div.wrapper_branded button[id^="open_"].reqlink_popu_open {
	background:#2c4ca0;
	color:#eee;
	border:1px solid #2c4ca0;
	border-radius:2px;
	outline:none;
	cursor:pointer;
}
div#reqlink_popu.popup_content input[type="submit" i]:hover, div.wrapper_branded button.reqlink_popu_open:hover {
	opacity:.95;
	color:#3C0;
}
div#reqlink_popu.popup_content input[type="submit" i]:active, div.wrapper_branded button.reqlink_popu_open:active {
	opacity:.7;
	color:#000;
}

/* FOOTER */

.footer {
	/*border-top: 0px solid #000;
	background: #2c4ca0;*/
	border-top: 1px solid #353535;
	border-radius: 0 0 3px 3px;
	color: #ddd;
}
.footer a {
	color: #ddd;
}
.footer a:hover {
	color: #aaa;
}
.menu_footer a {
	color: #f5f5f5;
}
.menu_footer a:hover {
	color: #658bec;
}
#credits {
	padding: 0px;
	height: 40px;
	position: relative;
	color: #ddd;
}
#credits .fb_reset {
	display: inline;
}
#credits #copyrights {
	display: inline;
	font-size: 9px !important;
	float: left;
	width: 140px;
 --height: 30px;
	padding: 10px 0 0 10px;
	border: #f0f solid 0px;
	color: #ddd;
}
#swcontact {
	font-size: 9px;
 	display: inline-block;
	padding: 10px 0 0 0px;
 	width: 500px;
	height: 30px;
	border: 0px solid #f00;
	color: #ddd;
}
#sociconsfoot {
	float: right;
	margin: 10px 0 10px 0;
	height: 20px;
	width: 440px;
	padding: 0;
	border: 0px solid #0f0;
}
.plusonefoot {
	display: inline-block;
	width: 70px;
	height: 30px;
	padding-top: 0px;
	vertical-align: top;
}
.twitfoot {
	display: inline-block;
	width: 91px;
	height: 30px;
	padding-top: 0px;
	vertical-align: top;
}
.linkedfoot {
	display: inline-block;
	width: 106px;
	height: 20px;
	padding-top: 0px;
	vertical-align: top;
}
div .fbbutfoot {
	position: relative;
	display: inline;
	display: inline-block;
	vertical-align: top;
	width: 75px !important;
	height: 24px;
	font-size: 0px;
}
.rssicon {
	width: 32px;
	font-size: 0px;
	display: inline-block;
	height: 20px;
	vertical-align: top;
	position: absolute;
	padding: 6px 6px 0 0;
	top: 0;
	right: 0;
}
.rssiconarch {
	float: right;
	margin: 8px 0 0 5px;
	width: 20px;
	height: 25px;
	z-index: 9999;
	position: relative;
}

/* member profile socials */
.member-soc-fb, .member-soc-tw, .member-soc-g, .member-soc-in, .member-soc-li, .member-soc-yt, .member-soc-vi, .member-soc-web, .member-soc-im {
	display: inline-block;
	cursor: pointer;
	overflow:hidden;
	position:relative;
	height:24px;
	width:24px;
	margin-left:0px;
}

.member-soc-fb img:hover, .member-soc-tw img:hover, .member-soc-g img:hover, .member-soc-in img:hover, .member-soc-li img:hover, .member-soc-li img:hover, .member-soc-yt img:hover, .member-soc-vi img:hover, .member-soc-web img:hover, .member-soc-im img:hover {
	max-width:none;
	left:-24px;
	position:relative;
	
}
.member-soc-fb img:active, .member-soc-tw img:active, .member-soc-g img:active, .member-soc-in img:active, .member-soc-li img:active, .member-soc-li img:active, .member-soc-yt img:active, .member-soc-vi img:active, .member-soc-web img:active, .member-soc-im img:active {
	max-width:none;
	left:-48px;
	position:relative;
	
}
.member-soc-fb img {
	max-width:none;
	position:relative;
	top:-24px;
}
.member-soc-tw img {
	max-width:none;
	position:relative;
	top:-48px;
}
.member-soc-g img {
	max-width:none;
	position:relative;
	top:0px;
}
.member-soc-in img {
	max-width:none;
	position:relative;
	top:-72px;
}
.member-soc-li img {
	max-width:none;
	position:relative;
	top:-96px;
}
.member-soc-yt img {
	max-width:none;
	position:relative;
	top:-120px;
}
.member-soc-vi img {
	max-width:none;
	position:relative;
	top:-144px;
}
.member-soc-web img {
	max-width:none;
	position:relative;
	top:-168px;
}
.member-soc-im img {
	max-width:none;
	position:relative;
	top:-192px;
}
/* end member profile socials */
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
nav#comment-nav-below.comment-navigation {
	position: relative;
}
.post_thumbnail {
	padding: 6px;
	border: 2px solid #C7CBCC;
	margin: 0 10px 10px 0;
	background-color: #F0EFEF;
}
#quick_post_cat_checklist li {
	margin: 0 2px 0 0;
	padding: 0 0px 0 0;
}
#quick_post_cat_checklist li ul {
	margin: 0 10px 0 0;
	padding: 0 5px 0 0!important;
}
#quick_post_cat_checklist #cats {
	margin: 0 2px 0 0;
}
.quick_post_taxonomy_box {
	padding: 4px 4px 4px 0;
}
.quick_post_taxonomy_checklist li ul {
	margin: 0 10px 0 0;
}
.quick_post_option_form {
	text-align: left;
}
.quick_post_option_form a {
	float: right;
}
.quick_post_option_label {
	float: right;
}
.quick_post_option_header {
	float: right;
	margin-right: 2px;
}
.quick_post_option_icon {
	padding: 0 0 2px 16px;
}
.quick_post_option_icon_no_js {
	padding: 0 0 2px 16px;
}
.quick_post_option_div {
	padding: 4px 2px 2px 0px;
}
.quick_post_cat_checklist_admin {
	padding: 0 2px 4px 0;
	text-align: right;
}
.quick_post_cat_checklist_admin li {
	margin: 0 2px 0 0;
}
.quick_post_cat_checklist_admin li ul {
	margin: 0 10px 0 0;
}
.quick_post_custom_fields {
	text-align: right;
}
.quick_post_admin_table {
	text-align: right;
}
/* css for timepicker */
.ui-timepicker-div dl {
	text-align: right;
}
.ui-timepicker-div dl dd {
	margin: -25px 65px 10px 0;
}
#quick_post_form {
	border: 0px solid #9f9f9f;
	margin: 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
#quick_post_content_parent table tr td * {
	border: 0!important;
}
#quick_post_content_parent table.mceLayout {
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
#quick_post_content_parent table.mceLayout tr.mceFirst td.mceToolbar {
	border-top: 1px solid #BBB;
}
#quick_post_content_parent table.mceLayout tr.mceLast td {
	border-bottom: 1px solid #BBB;
}
#quick_post_title {
	width: 99%;
	height: 1.6em;
	font-size: 24px;
	color: #232323;
	padding: 2px 0 2px 5px;
	margin: 0;
	//background: #000;
	border: 0;
	border-bottom: 1px solid #aaa;
}
#quick_post_title_mask {
	position: relative;
	margin-top: -50px;
	width: 99%;
	z-index: 99;
	color: #acacac;
	padding: 2px 0 2px 5px;
	border-radius: 4px;
	background: #232323;
}
#quick_post_title_mask #mask_episode_title {
	float: left;
	height: 100%;
	line-height: 1.6em;
	font-size: 22px;
}
#quick_post_title_mask #mask_series_title {
	float: left;
	height: 100%;
	line-height: 1.6em;
	font-size: 22px;
	margin-left: 20px;
	opacity: .65;
}
#quick_post_title_mask #mask_episode_season {
	position: relative;
	float: right;
	height: 100%;
	line-height: 1em;
	font-size: 17px;
	margin-right: 10px;
	color: #222;
	text-shadow: none;
	top: 4px;
}
#quick_post_title_mask #mask_episode_number {
	position: relative;
	float: right;
	height: 100%;
	line-height: 1em;
	font-size: 17px;
	margin-right: 55px;
	color: #222;
	text-shadow: none;
	top: 4px;
}
#quick_post_content {
	color: #232323;
	width: 100%;
	height: 115px;
	margin: 0;
	font-size: 12px;
	padding: 5px 0 2px 5px;
	background-color: #eee;
	border: 1px solid #dddddd;
	border-radius: 5px;
	position: relative;
}
#quick_post_content:focus {
	background: #fafafa;
	color: #000;
	border:1px dashed #a90000;
	outline: none;
}
#quick_post_content:focus::-webkit-input-placeholder {
	color:#fafafa;

}
#quick_post_content:focus::-moz-placeholder {
	color:#fafafa;

}
#quick_post_content:focus:-moz-placeholder {
	color:#fafafa;

}
#quick_post_content_p {
	position: relative;
	width: 950px;
	max-width: 950px;
	height: 120px;
	margin: 0;
	font-size: 12px;
	padding: 5px 0 2px 5px;
	margin: 0;
	border-radius: 4px;
	background-color: #fcfcfc;
	border: 1px solid #999;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
#quick_post_excerpt {
	width: 99%;
	height: 100px;
	border: 1px solid #9f9f9f;
	padding: 0;
	margin: 0;
}
#quick_post_tags {
	width: 99%;
	height: 20px;
	border: 1px solid #9f9f9f;
	padding: 0;
	margin: 0;
}
#quick_post_date {
	width: 99%;
	height: 20px;
	border: 1px solid #9f9f9f;
	padding: 0;
	margin: 0;
}
#quick_post_cat, #quick_post_new_cat_parent, #quick_post_tag_list {
	width: 100%;
	padding: 0;
	margin: 0;
}
.quick_post_new_taxonomy {
	width: 97%!important;
	height: 20px;
	padding: 0!important;
	margin: 0;
}
.quick_post_taxonomy_droplist {
	width: 98%;
	padding: 0;
	margin: 0;
	height: 99%;
	border-radius: 3px;
	line-height: 1.3;
	font-size: 14px;
	background: #fcfcfc;
}
.level-0 {
	border-radius: 3px;
	background: #fcfcfc;
}
.quick_post_label { /* the header title of each box */
	border: 0px #353535 solid;
	font-size: 15px;
	padding: 0px 8px 8px 0px;
	position: relative;
	color:#232323;
}
.section_header h3 {
	color:#232323;
}
.quick_post_rb {
	margin: 10px 0px 5px 0px!important;
}
.quick_post_custom_field {
	margin: 0;
	width: 99%!important;
	height: 30px;
	font-size: 15px;
	outline: none;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	border-radius: 3px;
	padding: 0 0 0 6px;
	color: #232323;
}
#quick_post_new_cat {
	width: 99%;
	height: 20px;
	border: 1px solid #9f9f9f;
	padding: 0;
	margin: 0;
}
#quick_post_captcha_input {
	width: 40%;
	height: 20px;
	border: 1px solid #9f9f9f;
	padding: 0;
	margin: 0;
}
#quick_post_captcha_image {
	width: 40%;
	height: 23px!important;
	border: 1px solid #9f9f9f;
	padding: 0!important;
	margin: 0;
}
#quick_post_submit {
	/*float: right;
	margin: 10px 12px 10px 0;*/
	padding: 6px 8px 6px 8px;
	font-size: 25px;
	color: #fefefe;
	width:200px;
	height: 48px;
	border-radius: 3px;
	background: #2c4ca0;
	border: 1px solid #2c4ca0;
	outline: none;
}
#quick_post_submit:hover {
	color: #090;
	outline: none;
}
#quick_post_submit:active {
	color: #000;
	background: -moz-linear-gradient(#ccc, #bfbfbf);
	background: -o-linear-gradient(#ccc, #bfbfbf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#bfbfbf));
	outline: none;
}
#quick_post_cat_checklist {
	list-style-type: none;
	height: auto;
	max-height: 200px;
	overflow: auto;
	border: 1px solid #9f9f9f;
	width: 99%;
	padding: 2px 0 2px 0;
	margin: 0 0 15px 0;
}
#quick_post_cat_checklist li {
	list-style-type: none;
	background: none;
	margin: 0 0 0 2px;
	padding: 0 0 0 0px;/*	height: 20px; */
}
#quick_post_cat_checklist li ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 5px!important;
	list-style-type: none;
}
#quick_post_cat_checklist #cats {
	margin: 0 0 0 2px;
	padding: 0;
}
#quick_post_load {
	margin: 10px 0 0 0;
}
#quick_post_page {
	width: 100%;
	max-width: 100%;/* margin: 20px 10px 0 0;*/
}
#quick_post_page .section_body {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count:3;
}
#quick_post_page .section_thing {
	padding-top: 21px;
}
#quick_post_page .section_body .tax_section {
	display: inline-block;
	width: 100%;
	position: relative;
	/*IE 9 hacks*/
	vertical-align: top\9;
}
.form_menus {
	height: 135px;
	width: calc( 99% - 30px);
}
#quick_post_page ul.tabs {
	top: 50px;
	width: calc( 99% - 110px);
	padding: 10px;
	margin: 0 0 20px 0;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	z-index: 9;
	text-align: center;
}
#quick_post_page ul.tabs li {
	float: left;
	padding: 0 10px;
	border: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #dedede;
	margin: 3px 3px;
	cursor: pointer;
	font-size: 15px;
	color: #232323;
	line-height: 1.5;
}
#quick_post_page ul.tabs li.current, #quick_post_page ul.tabs li.current:hover {
	color: #0066CC;
	border-bottom: 2px solid #2c4ca0;
	border-radius:5px;
	background:#ddd;
}
#quick_post_page ul.tabs li.nav-submit.current {
	opacity: 0;
}
#quick_post_page ul.tabs li:hover {
	color: #2c4ca0;
	border-bottom: 2px solid #2c4ca0;
}
#quick_post_page ul.tabs li.disabled {
	opacity: 0.0;
}
#quick_post_page ul.tabs.bottom {
	width: 88%;
	float: left;
	top: 0px;
}
#quick_post_page .box {
	display: none;
	padding: 0px;
	margin: 0px;
	background: none;
}
#quick_post_page .box.visible {
	display: block;
}
#quick_post_seasons_box_dialog {
	width: 442px;
	height: 83px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: -10px;
	z-index: 999;
}
#quick_post_seasons_box_dialog input {
	width: 80px;
	margin: 0 10px;
}
.quick_post_taxonomy_box {
	//background-color: #000;
	//border: 1px solid #000;
	border-top: 1px solid #353535;
	margin: 5px 4px 38px 0;
	padding: 4px 4px 4px 4px;
	color:#232323;
}
.quick_post_taxonomy_checklist {
	list-style-type: none;
	height: auto;
	overflow: auto;
	width: 99%;
	margin: 0 0 5px 0;
}
.quick_post_taxonomy_checklist li {
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 0;
}
.quick_post_taxonomy_checklist li ul {
	margin: 0 0 0 10px;
	list-style-type: none;
}
.quick_post_taxonomy_checklist .cats {
	margin: 0!important;
	font-size: 12px;
}
/* Option Panel */
.quick_post_option_form {
	text-align: right;
}
.quick_post_option_form a {
	float: left;
}
.quick_post_option {
	margin-bottom: 5px;
	width: 55%;
}
.quick_post_droplist {
	width: 40%;
}
.quick_post_option_label {
	clear: both;
	float: left;
}
.quick_post_option_header {
	font-size: .83em;
	font-weight: normal;
	color: #f00;
	text-shadow: white 0 1px 0;
	float: left;
	margin-left: 2px;
}
.quick_post_option_icon {
	background-image: url(images/ui-icons_222222_256x240.png);
	background-position: -160px -192px;
	padding: 0 16px 2px 0;
	cursor: pointer;
}
.quick_post_option_icon_no_js {
	padding: 0 16px 2px 0;
}
.quick_post_option_div {
	padding: 4px 0px 2px 2px;
	margin-top: 2px;
	background-color: #e9e9e9;
}
.quick_post_cat_checklist_admin {
	list-style-type: none;
	height: auto;
	max-height: 80px;
	width: 95%;
	overflow: auto;
	border: 1px solid #9f9f9f;
	padding: 0 0 4px 2px;
	text-align: left;
	background-color: #ffffff;
}
.quick_post_cat_checklist_admin li {
	margin: 0 0 0 2px;
}
.quick_post_cat_checklist_admin li ul {
	margin: 0 0 0 10px;
}
.quick_post_option_box {
	background-color: #ddd;
	margin: 5px 0px 25px 0px;
	border: 1px solid #d9d9d9;
}
.quick_post_option_header_div {
	height: 16px;
}
.quick_post_custom_fields {
	height: 80px;
	width: 99%;
	overflow: auto;
	margin: 0px 0px 5px 0px;
	padding: 1px 0px 4px 0px;
	text-align: left;
	background-color: #fcfcfc;
	border: 1px solid #999;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.quick_post_admin_table {
	text-align: left;
}
/*user frontend plugin*/

.form-profile {
	max-width: 700px;
	margin: 0 auto;
}
.form-profile h1 {
	font-size: 2em;
	padding-top: 10px;/*line-height: 1.6;*/
}
.form-profile h4 {
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0;
}
.form-profile h1, .form-profile h4 {
	clear: both;
}
.form-table {
	background: #fff;
	padding: 5px 20px;
	border-radius: 2px;
	color: #222;
	margin: 0 0 10px 0;
}
.form-table th {
	width: 100%;
	line-height: 2;
}
table.form-table th >label {
	color: #222;
	font-size: 1.2em;
	font-weight: bold;
}
.form-table input, .form-table textarea#description {
	background: #fff;
	line-height: 1.2;
	font-size: 1.8em;
	padding: 2px 0 2px 5px;
	outline: none;
	border-bottom: 3px solid #222;
}
.form-table input[type="text"], .form-table input[type="email"], .form-table input[type="url"], .form-table input[type="password"] {
	margin: 3px;
	width: 98%;
	border-radius: 3px;
}
.table-profile {
}
.table-profile th {
	width: 175px;
}
.table-profile input, .table-profile input#email, .table-profile input#user_login {
	width: 98%;
	border: 0;
	line-height: 1.5;
	font-size: 1rem;
	border-radius: 3px;
	padding-left: 3px;
	background: #232323;
	color: #acacac;
}
.table-profile textarea {
	width: 98%;
	height: 120px;
	border: 0;
	border-radius: 3px;
	background: #232323;
	color: #acacac;
}
.table-profile select#display_name {
	min-width: 120px;
	border: 0;
	line-height: 1.5;
	font-size: 1rem;
	border-radius: 3px;
	padding-left: 3px;
}
input#user_login, input#user_pass, input#email {
	width: 100%;
	border: 0;
	line-height: 1.5;
	font-size: 1rem;
	border-radius: 3px;
	padding-left: 3px;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}
.ui-timepicker-div dl {
	text-align: left;
}
.ui-timepicker-div dl dt {
	height: 25px;
}
.ui-timepicker-div dl dd {
	margin: -25px 0 10px 65px;
}
.ui-timepicker-div td {
	font-size: 90%;
}
#ui-datepicker-div {
	display: none;
}
/* words in title search  and addinfodropdown */
.ui-widget {
	background: #353535;
	padding: 0;
	border: 0;
}
.ui-menu-item .clear {
	clear: both;
}
.ui-menu .ui-menu-item {
	color: #acacac;
	background: #353535;
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
	border-radius: 0;
}
.ui-menu .ui-menu-item a {
	color: #acacac;
}
.ui-menu .ui-menu-item:hover a {
	color: #000;
	background: #acacac;
	border-radius: 0;
	cursor: pointer;
}
.ui-menu-item .imdbTitle {
	font-size: 1.1em;
	font-weight: normal;
	color: #acacac;
}
.ui-menu-item:hover .imdbTitle {
	color: #000;
}
.ui-menu .ui-menu-item:last-child span.additnow {
	border-top: 1px solid #666;
	padding-top: 5px;
	display: inline-block;
	width: 100%;
}
.ui-menu .ui-menu-item:last-child:hover span {
	color: #000;
}
.ui-menu-item .imdbCast {
	font-size: 0.7em;
	font-style: italic;
	line-height: 110%;
	color: #f00;
}
.ui-menu-item .imdbImage {
	height: 0px;
	width: 0px;
}
#new_movie_popup {
    background-color: #000;
    border: 1px solid #565656;
	border-radius:3px;
    padding: 40px;
}
#new_movie_popup legend {
    font-size: 2.2em;
}
#new_movie_popup #movie_details h2 b {
    font-weight: normal;
}
#new_movie_popup #movie_details h2 {
    float:left;
}
#new_movie_popup #movie_details img {
    float:left;
    width:70px;
    height: 100px;
	padding-right:10px;
	
}
select.dept-selector {
	margin:0;
	background:#232323;
	color:#acacac;
	border:1px solid #000;
	border-radius:2px;
	font-size:1.1em;
	line-height:1.2em;
	outline:none;
}
select.dept-selector.has-error {
	border:1px dotted red !important;
}
.role_input {
    /* display: block; */
    display: inline-block;
    /* width: 100%; */
    width: 60%;
	background:#232323; 
	border:1px solid #000;
	border-radius:2px;
	outline:none;
	color:#acacac;
	font-size:1.2em;
	line-height:1.2em;
}

.role_input:focus {
	border:dotted 1px red;
	background:#333; 
}

h2 span.removeItem {
	//float:right;
	//color:#454545;
	font-size:.56em;
	border:1px #000 solid;
	border-radius:2px;
	//padding:  0 2px ;
}
h2 span.removeItem:hover {
	background:#C90900;
	//color:#0f0;
	border:1px #C90900 solid;
}
h2 .removeItem a {
	color:#454545;
}
h2 .removeItem a:hover {
	color:#000;
}
.addRoleSubmit {
	display:inline-block;
	float:right;
	padding:5px;
}
.addRoleSubmit input, .form-control input[type="submit"] {
	background:#2c4ca0;
	color:#eee;
	border:1px solid #2c4ca0;
	border-radius:2px;
	outline:none;
}
.addRoleSubmit input:hover, .form-control input[type="submit"]:hover {
	opacity:.95;
	color:#3C0;
}
.addRoleSubmit input:active, .form-control input[type="submit"]:active {
	opacity:.7;
	color:#000;
}

.ui-menu-item:hover .imdb {
	background: #acacac;
}
.ui-widget input, .ui-widget {
 /* ----width: 200px; */
}
/*.ui-widget-content li.ui-menu-item a{
	color:#acacac;
	background:#353535;
}*/
/* style for addinfo search box local and imdb searches */
.searchlist .ui-menu-item {
}
.ui-menu-item.local {
	background: #353535;
	border: #fefefe solid 0px;
	color: #acacac;
}
.ui-menu-item.imdb {
	background: #353535;
	border: #fefefe solid 0px;
	color: #acacac;
}
.searchlist.ui-widget-content a {
	color: #acacac;
}
.searchlist.ui-widget {
	background: #353535;
	padding: 0;
	border: 0;
	border-top: 1px solid #666;
}
.searchlist .ui-menu-item.local:hover, .searchlist .ui-menu-item.imdb:hover {
	background-color: #acacac;
}
.searchlist .ui-menu-item.local:hover a, .searchlist .ui-menu-item.imdb:hover a {
	color: #000;
	background-color: #acacac;
}
.additnow {
	color: #888;
	font-size: 0.8em;
	/*font-weight: 600;*/
	line-height: 3em;
	font-family: 'Cousine', sans-serif;
}
.additnow:hover {
	color: #000;
}
.addnew_add {
    padding: 10px;
    margin-top: 10px;
    top: 10px;
    display: inline-block;
    border-radius: 4px;
    background: #039;
    width: 30%;
	-webkit-transition: all .4s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all .2s linear;
}
.addnew_add:hover {
	color:#222;
	background: #999;
	-webkit-transition: all .4s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all .2s linear;
}
.addnew_add:active {
	color:#eee;
	background: #777;
}
#archive_page.ui-widget input {
	width: auto;
	padding: 2px 10px;
}
.ui-autocomplete-loading {
	background: #000 url('imdb_search/spinner-green.gif') right center no-repeat;
}
.ui-autocomplete-loading-b {
	background: #232323 url('imdb_search/spinner-blue.gif') right center no-repeat;
}
ul#ui-id-2.ui-autocomplete.ui-widget-content.ui-menu {
	//max-width: 220px;
	//width: 220px;
	 background: #353535;
}
#customfield_1 {
	font-size: 8px;
	/*padding: 0px;*/
	border: none;
	background: none;
	vertical-align: top;
	color: #aaa;
	height: 10px;
}
#customfield_1.error {
	max-width: 60px;
	font-size: 8px;
	padding: 0px;
}
#quick_post_form #main_info {
	width: calc(100% - 150px);
	position: absolute;
	display: inline-block;
	top: -20px;
	z-index: 9;
	padding: 0 5px;
}
.col1, .col2, .colyear, .col2wide {
	display: block;
	position: relative;
	float: left;
}
.col1 {
	width: 100%;
	float: left;
	margin-left: 10px;
	z-index: 7;
}
.col1wide {
	width: 865px;
	height: 65px;
	float: left;
}
.col2 {
	height: 30px;
	vertical-align: baseline;
}
.col2 label {
	font-size: 0px;
}
div.colyear {
	max-height: 55px;
	height: 35px;
	width: 45px;
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 8;
}
.colcover {
	float: right;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0 0px;
	position: absolute;
	top: 20px;
	right: -135px;
}
span.imdb_year {
	font-size: 17px;
	color: #353535;
}
img.imdbBigImage {
	height: 130px;/*box-shadow: 1px 1px 2px rgba(000,000,000,.3);*/
}
.clear {
	clear: both;
}
/* plus signs for term toggle submit */
a.click_me {
	border: 0px solid #f00;
	padding-right: 7px;
}
/* '?' for the help popup on submit */
span.show_me {
	width: 20px;
	height: 18px;
	color: #0066cc;
	font-weight: 700;
	margin: 1px;
	display: block;
	float: right;
	padding: 0px 8px;
	cursor: pointer;
	border: 0px solid #f00;
	
}
span.show_me:hover {
	color: #fefefe;
}
/* validation */

.error {
	border: 0px;
	border-radius: 4px;
	/*padding: 8px 8px 8px 0px;
	background-color: #FF9; */
}
label.error {
	color: red !important;
}
#quick_post_title.error {
	background: #ff9;
}
.agreeread {
	font-size: 12px;
	font-weight: 700;
}
/* form popups */
.tax_desc {
	display: none;
	font-size: 17px;
	color: #000;
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
	border-radius: 2px;
	padding: 10px;
	width: 230px;
	position: absolute;
	margin-left: 17%;
	background: #fdfdfd;
	box-shadow: 1px 1px 2px 0px rgba(000,000,000,.3);
}
.user_info_block {
	width: 440px;
	float: right;
	margin-right: 10px;
}
.additional_info_block_pages {
	width: 90%;
	height: 120px;
	margin-bottom: 200px;
	border: 1px #e0f solid;
}
.columns_bottom {
	margin-top: 15px;
	padding-top: 40px;
	position: relative;
	text-align:center;
	/*width: 500px;
	float: right;*/
}
.submitformhack {
	width: 900px;
	height: 160px;
}
.submitformhackepi {
	width: 200px;
	height: 120px;
}
.sow_update_title {
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
}
#label_title_submit {
	padding: 0;
	font-size: .8em;
}
#label_id_submit {
	padding: 0;
}
#label_title_edit {
	padding: 0;
	font-size: .8em;
}
#label_id_edit {
	padding: 0;
}
.passdata {
	border: 2px solid #3F0;
}
div.clear_button_wrapper {
	width: 530px;
	float: left;
	margin-bottom: 10px;
}
.search_wrapper {
	background: #000;
	padding: 10px;
	height: 80px;
}
.search_wrapper input#search_title, .search_wrapper input#search_title_mixed, .search_wrapper input#search_terms, .search_wrapper input#search_terms_mixed {
	border: 1px solid #353535;
	/*left: 25px;*/
	font-size: 24px;
	text-indent: 5px;
	color: #acacac;
	padding: 0;
	width: 640px;
	position: relative;
	display: inline;
	height: 45px;
	background-color: #353535;
	border-radius: 2px;
	outline: none;
}
.search_wrapper input#search_title_mixed:focus, .search_wrapper input#search_terms_mixed:focus {
	border: 1px solid #2c4ca0;
}
.search_wrapper label#label_search {
	color: #000;
	height: 45px;
	font-size: 20px;
	width: 620px;
	position: relative;
	margin-left: 175px;
}
.submitshort {
	float: right;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 5px;
	margin-right: 15px;
}
.selectit {
	font-size: 13px;
	color:#232323;
}
.fat {
	font-size: 1.1em;
	font-weight: 700;
}
.selectit#checked {
	font-size: 18px;
}
label.fat {
	font-weight: 700;
	color: #C4000E;
	font-size: 1.1em;
}
li label.highlight {
	font-weight: 700;
	color: #C4000E;
	font-size: 1.1em;
	background: none;
}
.linkcat {
	font-size: 14px;
	text-decoration: none;
	list-style-type: none;
}
.sbdate {
	font-size: 10px;
	color: #aaa;
}
.sbyear {
	font-size: 12px;
}
.randomimagebox {
}
.randomcovers {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 113px;
	width: auto;
	border-right: 2px solid #000;
}
.randomcovers:active {
	opacity: .5;
}
.randomcovers_sidebar:active {
	opacity: .5;
}
.randomcovers_sidebar {
	display: inline-block;
	padding: 0px;
	margin: 3px;
	height: 90px;
	width: 60px;
	border: 1px solid #eee;
	text-align: center;
}
.contactformbox {
	height: 150px;
	border-radius: 5px;
}
.contactformbox_radius {
	border-radius: 4px;
	height: 30px;
	font-size: 20px;
	width: 250px;
	box-shadow: inset 1px 1px 3px rgba(254,254,254,.1);
}
ul#menu-sidebar.menu li a {
	font-size: 18px;
	line-height: 1.1;
}
.datacaplisttable {
	font-size: 13px;
}
.datacaplist {
	font-size: .9em;
	width: 155px;
	font-weight: 700;
}
.geo {
	float: left;
	position: relative;
	width: 90%;
	height: 100px;
	border: 1px solid #f00;
}
#posting_container {
	font-size: 34px;
	margin: 0px 0px 0px 0px;
	color: #30b846;
	width: 260px;
	height: 48px;
	float: right;
	position: relative;
	vertical-align: baseline;
}
.azlink {
	font-size: 22px;
	color: #090;
}
.submitselects {
	font-size: 13px;
}
.randomcoversbox {
	display: inline-block;
}
span.covertitlesmall {
	font-size: 18px;
	float: left;
}
.customnote {
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	color: #B31500;
}
.section_header {
	/*border-bottom: 1px solid #353535;*/
	margin-bottom: 25px;
	margin-top: 0px;
}
ul#menu-about.menu, ul#menu-about-r.menu {
	font-size: 17px;
	line-height: 1.5;
}
div.menu-about-container, div.menu-about-r-container {
	padding: 10px 10px 20px 10px;
	background: #eee;
	margin-bottom: 10px;
	width: 305px;
	height: 75px;
	border-radius: 2px;
	border: #eee solid 1px;
	float: left;
	margin-right: 12px;
	vertical-align: top;
}
.divdata {
	border: 0;
	background: #555;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	height: 1px;
}
.divdata2 {
	border: 0px solid #555;
	background: #555;
	width: 600px;
	text-align: center;
	position: relative;
	margin-left: 40px;
	margin-top: 4px;
	margin-bottom: 10px;
	height: 1px;/*box-shadow: 0px 1px 2px rgba(000,000,000,.2);*/
}
.divdata_bot_left {
	background: #03c;
	height: 2px;
	max-height: 2px;
	width: 143px;
	max-width: 143px;
	text-align: center;
	margin-bottom: 0px;
	float: left;
	position: relative;
	margin-left: 20px;
	box-shadow: 0px 1px 2px rgba(000,000,000,.2);
	border-radius: 180px 5px 5px 180px / 10px;
}
.divdata_bot_right {
	background: #03c;
	height: 2px;
	max-height: 2px;
	width: 143px;
	max-width: 143px;
	text-align: center;
	margin-bottom: 8px;
	position: relative;
	margin-right: 20px;
	float: right;
	box-shadow: 0px 1px 2px rgba(000,000,000,.2);
	border-radius: 5px 180px 180px 5px / 10px;
}
.divdata_imbd {
	text-align: center;
	font-size: 10px;
	width: 100%;
	border: 0px dotted #aaa;
	position: relative;
	float: left;
	line-height: 1em;
	height: 10px;
}
.commentsdisqus {
	width: 715px;
	margin-top:50px;
	display:inline-block;
}
.tablediv {
	width: 100%;
	border-bottom: 1px solid #222;
	font-size: 11.5px;
	padding-bottom: 0px;
	text-transform:uppercase;
}
.tablediv_content {
	margin-bottom: 17px;
	margin-top: 3px;
	padding: 0;
	margin-left:10px;
}
.searchtitlelab {
	font-size: 18px;
	line-height: 1.2em;
	left: 25px;
	position: relative;
}
.addinfonow {
	color: #91062F;
}
.modtime {
	font-size: 9px;
	font-family: 'Cousine', sans-serif;
	padding-top:10px;
	margin-top:35px;
	border-top:1px solid #353535;
}
.cols404 {
	font-size: 12px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	border: 0px solid #ff0;
}
.bottompage {
	padding: 5px;
	/*border-bottom: 1px solid #777;*/
	margin-bottom: 30px;
	height: 18px;
}
.seasons_wrapper .page-numbers {
	display: inline;
	background: #333;
	padding: 0px 5px 0px 5px;
	margin: 1px;
	border: 1px solid #333;
	font-size: 12px;
	border-radius: 2px;
	text-align: center;
}
.seasons_wrapper .page-numbers.disabled {
	background: #808080;
}
.seasons_wrapper {
	width: 410px;
	overflow-wrap: break-word;
}
.seasonslist {
	width: 400px;
}
.seasonslist_epi {
	border: 0;
	border-bottom: 1px solid #353535;
	font-size: 22px;
	margin-top: 8px;
	overflow-wrap: break-word;
	line-height: 1.4em;
}
.seasonslist_epi span {
	float: left;
}
.seasonslist_epi a.season_number {
	float: left;
	margin-left: 5px;
	background: #232323;
	padding: 0px 5px 0px 5px;
	margin: 1px;
	border: 1px solid #232323;
	font-size: 20px;
	border-radius: 2px;
	text-align: center;
	height: 27px;
}
.seasonslist_epi a.current {
	color: red;
}
.seasonslist_epi a.season_number.disabled {
	background: #808080;
}
.seasonslist_epi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.seasonsimg {
	float: left;
	margin-right: 10px;
	max-width: 126px;
	overflow:hidden;
	border: 1px #000 solid;
}
.seasonsimg:hover {
	border: 1px #777 solid;
}
.seasonsimg img {
	max-width:227px;
	border:none;
}
.seasonsimg img:hover {
	max-width:227px;
	border:none;
}
.episode_item_wrapper {
	margin: 20px 0 20px 0;
	border-bottom: #666 solid 1px;
	padding-bottom: 10px;
}
.episodeitem {
	background: #0fc;
	margin: 20px;
}
.epiplot {
	padding-bottom: 10px;
	padding-top: 10px;
}
.seasons_title {
	width: 100px;
	background: #00C;
	float: left;
}
ul.sponslist {
	list-style-type: square;
	line-height: 1.1em;
	margin-left: 50px;
	color: #03c;
	font-size: 24px;
}
ul.sponslist li span {
	color: #000;
	font-size: 14px;
}
/*AddNew Update page styling*/
.first_column, .second_column {
	width: 48%;
	margin: 0 1%;
	float: left;
}
/* styled link edit */
#container .edit {
	position: absolute;
	margin-top: 256px;
	margin-left: 165px;
	z-index: 1;
	width: 25px;
	height: 15px;
}
/*fix ui style*/
div[aria-labelledby="ui-dialog-title-epis-dialog-confirm"] .ui-dialog-content, div[aria-labelledby="ui-dialog-title-epis-dialog-confirm"] .ui-widget-content {
	width: auto !important;
}
.span-16-nosbw {
	background: #353535;
}
.swquotebox {
	width: 500px;
	background: #000;
	text-align: left;
	padding: 30px;
	margin-bottom: 20px;
	margin-left: 50px;
	border: 1px solid #000;
	border-radius: 2px;
}
.swquote {
	font-size: 17px;
	line-height: 1.6;
	font-weight: 300;
	color: #bbb;
}
.swpeep_right {
	text-align: right;
	font-size: 14px;
	font-style: italic;
	float: right;
	margin-right: 40px;
	color: #acacac;
}
.swpeep_title {
	font-size: 12px;
	color: #666;
}
.sponsadpg {
	text-align: center;
	width: 650px;
	padding: 10px;
}
.sponsadpg img {
	padding: 0 10px;
}
.post-edit-link {
	z-index: 1;
	position: relative;
	top:15px;
	right:12px;
}
/*Summary page style*/
/*check boxes */

input[type="checkbox" i]:after {
 background: #000;
}
input[type="checkbox"] + i:before {
	content: '\2718';
	color: red;
}
input[type="checkbox"]:checked + i:before {
	content: '\2718';
	color: green;
}
/*Pop-up header wrapper droppable zone - drop down groups box on summary page see below------*/
#tab-summary .groups_header_wrapper {
	/*position: fixed;
	top: 0;
	width: 1000px;*/
	z-index: 1000;
	background: #aaa;
	width: 98%;
	position: relative;
	/*left: 50%;
	margin-left: -500px;*/
	border-radius: 2px 2px 3px 3px;
 ---box-shadow: 1px 3px 6px rgba(000,000,000,.3), inset 1px 1px 3px rgba(000,000,000,.3);
}
#tab-summary .groups_header_wrapper.fixed {
	position: fixed;
	width: 302px;
	top: 45px;
}
#tab-summary .groups_header_wrapper .close {
	position: absolute;
	z-index: 1;
	top: -2px;
	right: 5px;
	cursor: pointer;
}
/*Pop-up header, user help message -> Drop Here / Drag here*/
#tab-summary .groups_header_wrapper #user_help {
	color: #aaa;
	font-size: 18px;
	margin-top: 8px;
	left: 25% !important;
	position: absolute;
	opacity: 0.6;
	z-index: 5;/*top:-10px;
	line-height: 50px;*/
}
/*On hover state*/
#tab-summary .groups_header_wrapper.ui-hover #user_help {
	text-shadow: 1px 1px 2px #fff;
}
/*Pop-up header droppable groups*/
#tab-summary .groups_header_wrapper .header_group {
	/*float: left;*/
	
	height: 45px;
	position: relative;
	background: repeating-linear-gradient(
		  45deg,
		  #fdfdfd,
		  #fdfdfd 10px,
		  #ddffdd 10px,
		  #ddffdd 20px
		);
	//background: #353535;
	/*background: linear-gradient( #FEFFC5, #FeFFdd);/*CSS 3*/
	/*background: -ms-linear-gradient(#FEFFC5, #FeFFdd);/*Ie 10+*/
	/*background: -moz-linear-gradient(#FEFFC5, #FeFFdd);
	background: -o-linear-gradient(#FEFFC5, #FeFFdd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFFC5), to(#FeFFdd));*/
	margin: 0 -1px;
	border-radius: 2px 2px 3px 3px;
	border: 0px;
	border: 1px solid #00aa00;
}
/*Pop-up header droppable groups on hover status*/
#tab-summary .groups_header_wrapper .header_group.ui-droppable.ui-state-hover {
	background: #6ED261;
	background: linear-gradient( #6ED261, #79E66A);/*CSS 3*/
	background: -ms-linear-gradient(#6ED261, #79E66A);/*Ie 10+*/
	background: -moz-linear-gradient(#6ED261, #79E66A);
	background: -o-linear-gradient(#6ED261, #79E66A);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from( #6ED261), to( #79E66A));
}
#tab-summary .groups_header_wrapper .header_group span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	text-align: center;
	color: #232323;
	font-weight: 600;
	z-index: 10;
}
#tab-summary .groups_header_wrapper .header_group.ui-droppable.ui-state-hover span {
	color: #000;
}
#tab-summary .groups_header_wrapper .drop_notice {
	height: 45px;
	background-color: #fdfdfd;
	margin: 0 -1px;
	border-radius: 2px 2px 3px 3px;
	border: 1px solid #a99;
	//border-bottom: 2px solid #666;
}
#tab-summary .groups_header_wrapper .drop_notice .notification.ui-state-default {
	position: relative;
	background: none;
	/*margin: 0 -1px;*/
	border: 0px;
	margin-right: 10px;
	margin-left: 6px;
	/*color: red;*/
	color: #D00;
}
/*#tab-summary .ui-state-disabled{
  opacity: .75;
}*/

#tab-summary #no_groups_notice {
	margin: 10px 6px;
}
/*Pop-up Notification when user drop item to header droppable zone*/
.notification.ui-state-default {
/*position: fixed;
	top: 0;
	width: 1000px;
	margin: 0 auto;
	z-index: 1000;
	background-color: #FEFFC5;*/
	/*background: linear-gradient( #FEFFC5, #FeFFdd);*//*CSS 3*/
	/*background: -ms-linear-gradient(#FEFFC5, #FeFFdd);*//*Ie 10+*/
	/*background: -moz-linear-gradient(#FEFFC5, #FeFFdd);
	background: -o-linear-gradient(#FEFFC5, #FeFFdd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFFC5), to(#FeFFdd));
	font-size: 22px;
	text-align: center;
	color: #D00;
	line-height: 80px;
	left: 500px;
	margin-left: 5000px;
	height: 80px;
	border-radius: 0px 0px 2px 2px;
	border: 0;
	box-shadow: 1px 3px 6px rgba(000,000,000,.3);*/
}
#tab-summary .header_wrapper {
	border-bottom: 1px solid #aaa;
	margin-top: -10px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#tab-summary .header_wrapper .header_title {
	float: left;
	margin-bottom: 0px;
	color:#232323;
}
#tab-summary .tax_n_groups_area {
	margin-bottom: 10px;/*-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-o-column-count: 2;*/
}
#tab-summary .taxonomies_wrapper {
	margin-bottom: 10px;
	/*-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-o-column-count: 1;*/
	float: left;
	width: 66%;
}
#tab-summary .taxonomies_wrapper .column_wrapper {
	display: inline-block;
	width: 100%;
	position: relative;
	/*IE 9 hacks*/
	vertical-align: top\9;
	width: 49.6%\9;
}
#tab-summary .taxonomies_wrapper .column_wrapper .section_title {
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 16px;
	color: #232323;
}
#tab-summary .taxonomies_wrapper .column_wrapper ol.terms {
	list-style: none;
	font-size: 14px;
	color: #232323;
	margin: 0px;
	//background-color: #000;
	//border: 1px solid #000;
	margin: 5px 4px 10px 0;
	padding: 4px 4px 4px 4px;
}
#tab-summary .taxonomies_wrapper .column_wrapper ol.terms li {
	width: auto;
	position: relative;
	margin: 2px;
	line-height: 28px;
	vertical-align: bottom;
	padding: 2px 5px 2px 5px;
}
#tab-summary .taxonomies_wrapper .column_wrapper ol.terms li.not_allow_to_group:hover {
	cursor: no-drop;
}
#tab-summary .taxonomies_wrapper .column_wrapper ol.terms li:not(.not_allow_to_group):hover {
	background: #6ED261;
	color: #333;
	line-height: 28px;
	vertical-align: bottom;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	cursor: move;
}
#tab-summary .taxonomies_wrapper .column_wrapper ol.terms li input {
	float: right;
	padding: 2px;
	width: 37%;
	border-radius: 2px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #232323;
	outline: none;
}
#tab-summary .taxonomies_wrapper .column_wrapper ol.terms li input:focus {
	background: #fafafa;
	border: 1px dashed #a90000;
	color: #000;
}
#tab-summary .taxonomies_wrapper .column_wrapper ol.terms li input:focus::-webkit-input-placeholder {
	color:#fafafa;

}
#tab-summary .taxonomies_wrapper .column_wrapper ol.terms li input:focus::-moz-placeholder {
	color:#fafafa;

}
#tab-summary .taxonomies_wrapper .column_wrapper ol.terms li input:focus:-moz-placeholder {
	color:#fafafa;

}
#tab-summary .taxonomies_wrapper .column_wrapper ol.terms li .clear {
	clear: both;
}
/*hovered li styled*/


/*draggable li styled* - this little drag box of item - in yellow*/
.ui-draggable-dragging {
	list-style: none;
	margin: 0px;
	background: linear-gradient( #FEFFC5, #FeFFdd);/*CSS 3*/
	background: -ms-linear-gradient(#FEFFC5, #FeFFdd);/*Ie 10+*/
	background: -moz-linear-gradient(#FEFFC5, #FeFFdd);
	background: -o-linear-gradient(#FEFFC5, #FeFFdd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFFC5), to(#FeFFdd));
	margin: 5px 4px 38px 0;
	padding: 4px 4px 4px 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	width: auto;
	margin: 5px;
	line-height: 28px;
	color: #008000;
	cursor: move;
	z-index: 999999;
}
/* drag box when over target group */
.ui-draggable-dragging.ui-state-hover {
	background: #6ED261;
}
.ui-draggable-dragging .close {
	background: #f00;
}
.ui-draggable-dragging input {
	padding: 2px;
	cursor: move;
	color: #008000;
}
.ui-draggable-dragging .clear {
	clear: both;
}
.ui-tooltip {
	background: #acacac !important;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #acacac;
	margin: 0;
	padding: 1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 24px;
	-o-border-radius: 2px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-o-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	width: 200px !important;
	/* height:25px !important;*/
	text-align: center;
	line-height: 2em;
	opacity: 0.95;
	display: inline-block;
}
.ui-draggable .ui-dialog-titlebar {
	color: #000;
	background-color: #FEFFC5;
	background: linear-gradient( #FEFFC5, #FeFFdd);/*CSS 3*/
	background: -ms-linear-gradient(#FEFFC5, #FeFFdd);/*Ie 10+*/
	background: -moz-linear-gradient(#FEFFC5, #FeFFdd);
	background: -o-linear-gradient(#FEFFC5, #FeFFdd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFFC5), to(#FeFFdd));
}
div.ui-dialog-buttonset {
	float: left;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: #fff;
	overflow: auto;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane button {
	background: linear-gradient(#f5f5f5, #ddd);/*CSS 3*/
	background: -ms-linear-gradient(#f5f5f5, #ddd);/*Ie 10+*/
	background: -moz-linear-gradient(#f5f5f5, #ddd);
	background: -o-linear-gradient(#f5f5f5, #ddd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#ddd));
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
/*Groupings Style*/
/*#tab-summary .groupings {
	float: left;
}*/
h3.groupings {
	color:#232323;
}
/*popup window*/
#dialog-group-name {
	overflow: hidden;
}
#dialog-group-name #name {
	width: 200px;
	margin: 0;
	display: block;
	float: left;
	border-right: 0;
	outline: none;
	color: #acacac;
}
#dialog-group-name [role="status"] {
	display: none;
}
#dialog-group-name fieldset a.custom_arrow {
	width: 20px;
	height: 26px;
}
#dialog-group-name fieldset a.custom_arrow:hover {
	border: 1px solid #999;
}
#dialog-group-name fieldset a.custom_arrow span {
	margin: 5px auto;
}
/*//BUTTONS ON FORM AND UPDATE BUTTON - BUTTON STYLE //*/

#quick_post_page .nexttop, #quick_post_page .nexttop.current {
	/*margin: 10px 12px 10px 0;*/
	position: absolute;
	margin: 0;
	top: 140px; /* 140 to put under poster*/
	right: -15px; /*-10 for under poster*/
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	height: auto;
	border-radius: 5px;
	border: 1px solid #2c4ca0;
	background-color: #2c4ca0;
	z-index: 10;
	outline: none;
	cursor: pointer;
    padding: 5px 20px;
}
#quick_post_page .nexttop:hover, #quick_post_page .next:hover {
	color: #eee;
	background-color: #940867;
	border: 1px solid #940867;
}
#quick_post_page .nexttop:active {
	color: #acacac;
	outline: none;
}
.nextbuttonbox {
	margin: 0;
	position: relative;
	display: inline-block;
	float: right;
}
#quick_post_page .next {
	position: relative;
	top: 12px;
	right: 5px;
	cursor: pointer;
	z-index: 999;
	float: right;
	margin: 10px 15px 10px 0;
	padding: 8px 20px;
	font-size: 25px;
	color: #fff;
	height: 48px;
	border-radius: 5px;
	border: 1px solid #2c4ca0;
	background-color: #2c4ca0;
	outline: none;
	box-shadow: none;
}
/*#quick_post_page .next:hover {
	color: #54B140;
}*/
#quick_post_page .next:active {
	color: #222;
 ---box-shadow: inset 1px 1px 3px rgba(000,000,000,.3);
	outline: none;
}
#tab-summary .show_group, a.show_group, .update_button, a.update_button, .update_button_bottom, a.update_button_bottom, #tab-summary .create_group, .blue_button { /* button blue; update/group/show */
	background-color: #2c4ca0;
	color: #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	cursor: pointer;
	border: none;
}
.update_button:hover, .update_button_bottom:hover, #tab-summary .create_group:hover, #tab-summary .show_group:hover { /* HOVER ACTION FOR BUTTONS*/
	color: #999;
}
#tab-summary .create_group {
	height: 28px;
	vertical-align: text-top;
}
#tab-summary .create_group, #tab-summary .show_group, a.show_group {
	float: right;
	position: relative;
	top: 46px;
	z-index: 10;
	margin: 5px 6px 0 5px;
	font-size: 16px;
	padding: 4px 12px;
	font-family: 'Lato', sans-serif;
	text-align: center;
    border-radius: 5px;
}
---#tab-summary .show_group, a.show_group {
 max-height:30px;
 float:right;
 position:relative;
 z-index:10;
 margin:5px 5px 0 5px;
 font-size: 16px;
 cursor: pointer;
 padding: 7px 6px;
}
.update_button, a.update_button {
	line-height: 1;
	max-height: 24px;
	/*float:right;*/
	position: relative;
	z-index: 1;
	margin: 0 0px 0 0px;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 2px 4px 2px 6px;
}
.update_button_bottom, a.update_button_bottom {
	line-height: 1;
	max-height: 24px;
	float: right;
	position: relative;
	z-index: 1;
	margin: 0 0px 0 5px;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 4px 6px 4px 8px;
}
.update_button:active, .update_button_bottom:active, #tab-summary .create_group:active, #tab-summary .show_group:active, .blue_button:active {
	opacity: .9;
	background-color: #46863E;
	color: #000;
}
/* END FORM BUTTONS */


#tab-summary .groups_wrapper {
	float: right;
	width: 33%;
	position: relative;
}
#tab-summary .groupings_wrapper {
	/*-moz-column-count: 1;
	-webkit-column-count: 2;
	column-count: 2;
	-o-column-count: 2;*/
	/*border-top: 1px solid #aaa;*/
	margin-top: 4px;
	margin-bottom: 0px;
	position: relative;
}
#tab-summary .groupings_wrapper .group {
	display: inline-block;
	width: 100%;
	position: relative;
	/*IE 9 hacks*/
	vertical-align: top\9;
	width: 49.6%\9;
}
#tab-summary .groupings_wrapper .group .close {
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #f11;
	text-shadow: 0 1px 0 #435f2f;
	opacity: 0.4;
	filter: alpha(opacity=40);
	text-decoration: none;
	position: absolute;
	top: 24px;
	right: 8px;
}
#tab-summary .groupings_wrapper .group .close:hover {
	color: #f0f;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor: pointer;
}
#tab-summary .groupings_wrapper .group-header {
	margin-top: 20px;
}
#tab-summary .groupings_wrapper .group-header input {
	width: 229px;
}
#tab-summary .groupings_wrapper .group-header .group_name {
	font-size: 18px;
	width: 225px;
	max-width: 225px;
	min-width: 225px;
	color: #acacac;
	border: 0px solid black;
	background: none;
}
#tab-summary .groupings_wrapper .group-header .group_name_annotate, input.ui-corner-all .term_annotate {
	border-radius: 2px;
	background: #fafafa;
	border: 1px solid #fafafa;
	color: #232323;
}

#tab-summary .groupings_wrapper .group-header .group_name_annotate:focus {
	background: #fafafa;
	border: 1px dashed #a90000;
	color: #232323;
	outline: none;
}
#tab-summary .groupings_wrapper .group-header .group_name_annotate:focus::-webkit-input-placeholder {
	color:#fafafa;

}
#tab-summary .groupings_wrapper .group-header .group_name_annotate:focus::-moz-placeholder {
	color:#fafafa;

}
#tab-summary .groupings_wrapper .group-header .group_name_annotate:focus:-moz-placeholder {
	color:#fafafa;

}
#tab-summary .groupings_wrapper .group-header .group_name:active, #tab-summary .groupings_wrapper .group-header .group_name:focus {
	background: #fafafa;
	border: 1px solid #fafafa;
	color: #000;
	outline: none;
}
#tab-summary .groupings_wrapper .group-content {
	list-style: none;
	margin: 0px;
	border: 0;
	margin: 4px 4px 38px 0;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: 600;
	color: #00aa00;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
#tab-summary .groupings_wrapper .group-content ol {
	list-style: none;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #353535;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
/* Item start draggable*/
#tab-summary .groupings_wrapper .group-content ol.ui-state-default {
	font-weight: 600;
	color: #00aa00;
	background-color: #FEFFC5;
}
/* Item over the group at the bottom - not drop down*/
#tab-summary .groupings_wrapper .group-content ol.ui-state-hover {
	background: #6ed261;
	font-weight: 600;
	color: #039;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
#tab-summary .groupings_wrapper .group-content ol .double_term {
	background-color: #ff0000;
}
#tab-summary .groupings_wrapper .group-content ol .tax_exist {
	background-color: #0b93d5;
}
/* each item box in group */
#tab-summary .groupings_wrapper .group-content ol li {
	width: auto;
	position: relative;
	margin: 5px;
	padding: 0 0 0 2px;
	line-height: 28px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 95%;
}
#tab-summary .groupings_wrapper .group-content ol li .close {
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #f11;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.0;
	filter: alpha(opacity=0);
	text-decoration: none;
	position: absolute;
	top: 1px;
	right: -13px;
}
#tab-summary .groupings_wrapper .group-content ol li .close:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
	color: #f11;
}
#tab-summary .groupings_wrapper .group-content ol li input {
	float: right;
	padding: 2px;
	width: 50%;
	border-radius: 2px;
	background: #fafafa;
	border: 1px solid #fafafa;
	color: #232323;
	outline: none;
}
#tab-summary .groupings_wrapper .group-content ol li input:focus::-webkit-input-placeholder {
	color:#fafafa;

}
#tab-summary .groupings_wrapper .group-content ol li input:focus::-moz-placeholder {
	color:#fafafa;

}
#tab-summary .groupings_wrapper .group-content ol li input:focus:-moz-placeholder {
	color:#fafafa;

}
#tab-summary .groupings_wrapper .group-content ol li input:focus {
	border-radius: 2px;
	background: #fafafa;
	border: 1px dashed #a90000;
	color: #000;
	outline: none;
}
#ui-datepicker-div.ui-datepicker {
	z-index: 99 !important;
}
/*Dates section on Production tab*/
.dates_section input {
	width: 80%;
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
	border-radius: 2px;
	color: #232323;
}
.dates_section #more_date_selectors {
	width: 50%;
	margin-left: 25%;
}
.dates_section .empty_field.blink {
	border: 2px solid #ff0000;
}
/*Remove style*/
.dates_section tr:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.dates_section .remove_date {
	float: right;
	margin-right: 5px;
	font-size: 15px;
}
.dates_section .remove_date:hover {
	font-weight: bold;
	font-size: 18px;
}
.validateTips {
	color: #f00;
}
/*dialog style*/
.new_date_wrapper {
	min-height: initial !important;
}
.new_date_wrapper #new_date_name {
	width: 239px;
	margin: 0;
	display: block;
	float: left;
	border-right: 0;
}
.new_date_wrapper [role="status"] {
	display: none;
}
.new_date_wrapper a.custom_arrow {
	width: 20px;
	height: 26px;
}
.new_date_wrapper a.custom_arrow:hover {
	border: 1px solid #999;
}
.new_date_wrapper a.custom_arrow span {
	margin: 5px auto;
}
div[class*='msg_'] {
	color: #000;
	border: solid 1px #ddd;
	border-radius: 4px;
	padding: 40px;
	margin: 20px 35px 20px 30px;
	font-size: 0.9em;
	background: #ffffcc;
}
div[class*='generic msg_'] {
	color: #000B97;
	border: solid 1px #ddd;
	border-radius: 4px;
	padding: 40px;
	margin: 20px 35px 20px 30px;
	font-size: 0.9em;
	background: #f6f6f6;
	background: linear-gradient( #f7f7f7, #fcfcfc);/*CSS 3*/
	background: -ms-linear-gradient(#f7f7f7, #fcfcfc);/*Ie 10+*/
	background: -moz-linear-gradient(#f7f7f7, #fcfcfc);
	background: -o-linear-gradient(#f7f7f7, #fcfcfc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from( #f7f7f7), to(#fcfcfc));
}
/* Front page style */

.toplinks-p {
	font-size:1.92em; 
	margin-bottom:18px; 
	text-align:center;
	display:inline-block;
	
}
.toplinks-a {
	padding: 3px 7px;
	border-radius: 3px;
	background: #31314c;
	color: #63da7c;	

	}
.toplinks-a:hover {
	background: #e5e5e5;
}
.front-page .post {
	padding: 0;
	margin: 0;
	border-bottom: #a9a9a9 0px solid;
}
/*Sticky post*/
.front-page .sticky {
	padding: 10px;
	border: 1px solid #000;
	border-bottom: solid 1px #777;
	/*set animate effect for shadow*/
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
}
.front-page .sticky:hover {
	/*background: #282828;*/
	border: 1px solid #555;
	border-bottom: solid 1px #777;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
}
/*title style*/
.front-page .sticky .title, .front-page .sticky .title a {
	margin: 5px;
	padding: 0px;
	color: #acacac;
	line-height: 27px;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	/*set animate effect for shadow*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.front-page .sticky .front-title {
	width: 90%;
}
.front-page .sticky .front-title a {
	margin: 0;
}
.front-page .sticky:hover .title a {
	/* Add text shadow when hover to title
	text-shadow: 1px 1px 2px rgba(6, 37, 50, 0.20);*/
	color: #fff;
}
.front-page .sticky .title:hover, .front-page .sticky .title a:hover {
	/* Add text shadow when hover to title
	text-shadow: 1px 1px 3px rgba(6, 37, 50, 0.20);*/
	color: #940867;
}
.front-page .sticky .title {
	margin-bottom: 10px;
	margin-left: 3px;
}
.front-page .sticky .title .titleyear {
	font-size: 15px;
}
/*style for image*/
.front-page .sticky .image {
	margin-left: 10px;
	float: left;
}
.front-page .sticky .image img {
	width: 214px;
	height: 317px;
	/*-webkit-box-shadow: 2px 3px 5px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 3px 5px 1px rgba(0,0,0,.3);
	box-shadow: 2px 3px 5px 1px rgba(0,0,0,.3);*/
	border: 1px #232323 solid;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.front-page .sticky .image img:hover {
	/*box-shadow: 2px 3px 5px 1px rgba(000,050,255,.4);*/
	border: 1px #acacac solid;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.front-page .sticky .image img:active {
	opacity: 0.5;
	box-shadow: 2px 3px 5px 1px rgba(000,050,255,.4);
}
/*set default font style for items*/
.front-page .sticky .hr {
	border-bottom: 1px solid #353535;
	margin-bottom: 3px;
}
.front-page .sticky .hr p {
	margin: 0px;
	padding: 0 0 5px 5px;
	color: #666;
	line-height: 14px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}
.front-page .sticky .items, .front-page .sticky .items * {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 20px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
.front-page .sticky .items span {
	padding: 0;
}
.front-page .sticky .items a {
	display: block;
}
.front-page .sticky .producerlisting, .front-page .sticky .cinematographerslisting, .front-page .sticky .writers, .front-page .sticky .editors {
	width: 222px;
	margin-left: 10px;
	padding: 0;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
}
.front-page .sticky .regions {
	width: 452px;
	margin-left: 14px;
	padding: 0;
	float: right;
	margin-bottom: 5px;
}
.front-page .sticky .production_dates {
	width: 452px;
	margin-left: 14px;
	padding: 0;
	float: right;
	margin-bottom: 2px;
}
.front-page .sticky .cameras, .front-page .sticky .lenses, .front-page .sticky .editing_system, .front-page .sticky .finishing_system, .front-page .sticky .acquisition {
	margin: 5px 0 5px 10px;
	padding: 0;
}
.front-page .sticky .cameras div.items, .front-page .sticky .lenses div.items, .front-page .sticky .editing_system div.items, .front-page .sticky .finishing_system div.items, .front-page .sticky .acquisition div.items {
	/* column count */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.front-page .sticky .cameras div.items a, .front-page .sticky .lenses div.items a, .front-page .sticky .editing_system div.items a, .front-page .sticky .finishing_system div.items a, .front-page .sticky .acquisition div.items a {
	display: inline-block;
	width: 100%;
}
/*end set default font style for items*/

        /*style directors*/

        /*style Cinematography*/

        /*style production dates*/
.front-page .sticky .production_dates .items * {
	padding: 0;
}
/*style regions*/
.front-page .sticky .regions .items a {
	display: inline;
	padding-left: 0;
}
/*style stars*/
.front-page .sticky .stars {
	margin: 10px;
	padding: 0;
	color: #666;
	font-weight: normal;
	text-align: left;
}
.front-page .sticky .stars div {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0;
}
.front-page .sticky .stars div.field_title {
	width: 75px;
	margin-left: 5px;
	line-height: 16px;
	font-size: 14px;
}
.front-page .sticky .stars div.field_options {
	width: 531px;
	line-height: 18px;
	font-size: 18px;
}
/*style cameras*/


        /*style lenses*/

        /*style released*/
.front-page .sticky .released {
	display: inline-block;
	width: 452px;
	padding: 0;
	float: right;
	margin-bottom: 5px;
}
.front-page .sticky .released p a {
	padding-left: 5px;
	line-height: 19px;
	font-size: 18px;
}
/*End sticky post style*/


    /*Columns style*/
.front-page .columns {
	/* column count */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.front-page .column {
	width: 98%;
	margin: 15px 0px;
	display: inline-block;
	border: 1px solid #000;
	border-bottom: 1px solid #777;
	/*set animate effect for shadow*/
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
}
.front-page .column:hover {
	/*background: #232323;*/
	border: 1px solid #555;
	border-bottom: 1px solid #999;
}
.front-title {
	width: 320px;
	padding-left: 7px;
}
/*title style*/
.front-page .column .title, .front-page .column .title a {
	margin: 5px 5px 10px 0px;
	padding: 0px;
	color: #acacac;
	line-height: 23px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	/*set animate effect for shadow*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.front-page .column:hover .title a {
	/* Add text shadow when hover to title*/
           
	color: #fff;
}
.front-page .column .title:hover, .front-page .column .title a:hover {
	/* Add text shadow when hover to title*/
           
	color: #940867;
}
.front-page .column .title .titleyear {
	font-size: 13px;
}
/*style for images*/
.front-page .column .image {
	margin-left: 8px;
	float: left;/*-webkit-backface-visibility: hidden;*/
}
.front-page .column .image img {
	/*Add shadow to images*/
	/*-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.4);
	box-shadow: 2px 2px 3px rgba(0,0,0,.4);*/
	border: 1px #232323 solid;
	width: 108px;
	height: 160px;
	-moz-transition: border 0.5s ease;
	-o-transition: border 0.5s ease;
	-ms-transition: border 0.5s ease;
	transition: border 0.5s ease;
}
.front-page .column .image img:hover {
	/*	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.4);
	box-shadow: 2px 2px 3px rgba(0,0,0,.4);*/
	border: 1px #777 solid;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*
.front-page .column:hover .image img:hover {
	-webkit-filter: grayscale(0%);
	filter: none;
}
.front-page .column:hover img {
	-webkit-filter: grayscale(0%);
	filter: none;
}
.front-page .column:hover .image img:active {
	
	opacity: 0.5;
}
*/
div.hr {
	border-bottom: 1px solid #353535;
}
/*style directors*/
.front-page .column .producerlisting {
	width: 197px;
	margin-left: 10px;
	padding: 0;
	float: left;
	margin-bottom: 10px;
}
.front-page .column .producerlisting .hr {
	/* border-bottom: 1px solid #778899;*/
	margin-right: 10px;
	margin-bottom: 3px;
}
.front-page .column .producerlisting .hr p {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 16px;
	font-size: 14px;
	text-align: left;
}
.front-page .column .producerlisting a {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 15px;
	font-size: 15px;
	text-align: left;
	display: block;
}
/*style Cinematography*/
.front-page .column .cinematographerslisting {
	width: 197px;
	margin-left: 10px;
	padding: 0;
	float: left;
	margin-bottom: 10px;
}
.front-page .column .cinematographerslisting .hr {
	margin-right: 10px;
	margin-bottom: 3px;
}
.front-page .column .cinematographerslisting .hr p {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 16px;
	font-size: 14px;
	text-align: left;
}
.front-page .column .cinematographerslisting a {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 15px;
	font-size: 15px;
	text-align: left;
	display: block;
}
/*style regions*/
.front-page .column .regions {
	width: 197px;
	margin-left: 10px;
	padding: 0;
	float: left;
	margin-bottom: 10px;
}
.front-page .column .regions .hr {
	margin-right: 10px;
	margin-bottom: 3px;
}
.front-page .column .regions .hr p {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 16px;
	font-size: 14px;
	text-align: left;
}
.front-page .column .regions a {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 15px;
	font-size: 15px;
	text-align: left;
}
/*style stars*/
.single_topwrap .creatives {
	margin-top: 5px;
	margin-bottom: 5px;
}
.front-page .column .stars {
	margin: 10px;
	padding: 0;
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.front-page .column .stars div {
	display: inline-block;
	vertical-align: top;
}
.front-page .column .stars div.field_title {
	width: 70px;
	margin-left: 5px;
	font-weight: 400;
}
.front-page .column .stars div.field_options {
	width: 231px;
}
/*style cameras*/
.front-page .column .cameras {
	margin: 10px;
	padding: 0;
}
.front-page .column .cameras .hr {
	margin-bottom: 3px;
}
.front-page .column .cameras .hr p {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 16px;
	font-size: 14px;
	text-align: left;
}
.front-page .column .cameras div {
	/* column count */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.front-page .column .cameras div a {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 15px;
	font-size: 15px;
	text-align: left;
	display: inline-block;
	width: 100%;
}
/*style lenses*/
.front-page .column .lenses {
	margin: 10px;
	padding: 0;
}
.front-page .column .lenses .hr {
	margin-bottom: 3px;
}
.front-page .column .lenses .hr p {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 16px;
	font-size: 14px;
	text-align: left;
}
.front-page .column .lenses div {
	/* column count */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.front-page .column .lenses div a {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 15px;
	font-size: 15px;
	text-align: left;
	display: inline-block;
	width: 100%;
}
/*style released*/
.front-page .column .released {
	margin: 10px;
	padding: 0;
}
.front-page .column .released p {
	margin: 0px;
	padding: 0 0 5px 5px;
	line-height: 16px;
	font-size: 14px;
	text-align: left;
}
.front-page .column .released p a {
	padding-right: 5px;
}
/*End columns style*/


/* End Front page style */

.sidebar ul.viewed_posts {
	margin: 0;
	display: inline-block;
}
.viewed_posts img {
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.viewed_posts img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.viewed_posts img:active {
	opacity: .5;
}
.banner_box {
	top: 50px;
}
.recently_updated img:hover {
	box-shadow: 1px 1px 1px rgba(000,000,000,.5);
}
.recently_updated img:active {
	opacity: .5;
}
.lastmodarch {
	font-size: 9px;
	color: #777;
	margin-top: 10px;
	font-family: 'Cousine', sans-serif;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@-moz-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
.fade-in {
	opacity: 0;  /* make things invisible upon start */
	-webkit-animation: fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	animation-duration: .5s;
}
.fade-in.one {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
​ .fade-infb {
	opacity: 0;  /* make things invisible upon start */
	-webkit-animation: fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-duration: 10.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
​ .tab {
	font-size: 18px;
}
.awardyear {
	font-size: 15px;
	vertical-align: top;
	float: right;
}
.academy-award-winner a {
	font-size: 17px;
}
.oscar_header_menu {
	font-size: 17px;
	padding-left: 10px;
}






/* User Registration and Login Sections */

/* Common Styles for Form Blocks */
.reset-password-header,
.lost-password-form .form-header,
.reg_block .form-header {
    font-size: 1.5em;
    text-align: center;
    margin: 20px auto 30px;
}

.reset-password-form,
.user_login_block,
.lost-password-form,
.reg_block {
    max-width: 320px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    background-color: #222;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.reset-password-form .form-row,
.user_login_block form div,
.lost-password-form .form-row,
.reg_block .registration-form .form-row {
    margin-bottom: 20px;
}

.reset-password-form label,
.user_login_block form label,
.lost-password-form .form-label,
.reg_block .registration-form .form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.2em;
}

.reset-password-form input[type="text"],
.reset-password-form input[type="password"],
.reset-password-form input[type="submit"],
.user_login_block form input[type="text"],
.user_login_block form input[type="password"],
.user_login_block form input[type="submit"],
.lost-password-form .form-input,
.lost-password-form .form-submit,
.reg_block .registration-form .form-input,
.reg_block .registration-form .form-submit {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    background: #fff;
    color: #333;
}

.reset-password-form input[type="submit"]:hover,
.user_login_block form input[type="submit"]:hover,
.lost-password-form .form-submit:hover,
.reg_block .registration-form .form-submit:hover {
    background-color: #1a357e;
}

.reset-password-form a,
.user_login_block form a {
    color: #888;
    text-decoration: none;
}

.reset-password-form a:hover,
.user_login_block form a:hover {
    text-decoration: underline;
}


/* Styles for the Submit Button */
.reset-password-form input[type="submit"],
.user_login_block form input[type="submit"],
.lost-password-form .form-submit,
.reg_block .registration-form .form-submit {
    background-color: #2c4ca0; /* Button background color */
    color: white; /* Button text color */
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 1em;
    cursor: pointer;
    width: 100%; /* Full width for better appearance */
    box-sizing: border-box; /* Ensures padding doesn't affect overall width */
    margin-bottom: 15px; /* Adds space below the button */
}

/* Hover Effect for the Submit Button */
.reset-password-form input[type="submit"]:hover,
.user_login_block form input[type="submit"]:hover,
.lost-password-form .form-submit:hover,
.reg_block .registration-form .form-submit:hover {
    background-color: #1a357e; /* Darker shade for hover effect */
}


/* Password Strength Indicator Styles */
#pass-strength-container {
    width: 100%;
    padding: 5px 0;
}

#pass-strength-result {
    color: transparent;
    height: 10px;
    border-radius: 2px;
    background-color: #333;
    margin-bottom: 20px;
    transition: background-color 0.5s ease;
}

#pass-strength-result * {
    visibility: hidden;
}

#pass-strength-result.strength-weak {
    background-color: #ff3e3e;
}

#pass-strength-result.strength-medium {
    background-color: #ffb100;
}

#pass-strength-result.strength-strong {
    background-color: #12db12;
}

#pass-strength-result.hidden {
    height: 10px;
}

/* Message Block Styles */
.message-block {
    font-size: 1.2em;
    color: #f8f8f8;
    background-color: #333;
    border-left: 4px solid #51b3ff;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: left;
}
.form-instruction {
    font-size: 1em; /* Slightly smaller font size for conciseness */
    color: #f8f8f8;
    background-color: #333;
    border-left: 4px solid #51b3ff;
    padding: 10px; /* Reduced padding for compactness */
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: left; /* Left-aligned for easier reading */
}


.message-text {
    /* Additional text styling if needed */
}

/* Form Footer Styles */
.reg_block .form-footer {
    font-size: 0.8em;
    text-align: center;
    margin-top: 20px;
}

/* Additional Description Styles */
.lost-password-form .form-description,
.reg_block .registration-form .form-description {
    font-size: 0.8em;
    color: #666;
}














.reg_link {
	border: none;
	border-radius: 3px;
	background: #039;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	display: inline-block;
	width: 60%;
	text-align: center;
}
.reg_link a {
	color: #efefef;
}
.reg_link a:hover {
	color: #ccc;
}
.user_login_block {
	width: 40%;
	border: 0px solid #333;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
}
.user_login_block input#user_pass, .user_login_block input#user_login, .reg_block input#email, .reg_block input#user_login {
	width: 98%;
}
.user_login_block input#submit {
	background: #039;
    /*border: none;
	height: 24px;
	width: 50px;
	color: #eee;
	border-radius: 3px;
	float: right;
	margin-right: 5px;*/
}
.reg_block input#submit {
	border: none;
	background: #039;
	height: 34px;
	color: #eee;
	font-size: 16px;
	border-radius: 3px;
	float: left;
	margin-right: 8px;
    margin-top: 12px;
	padding: 0 10px;
}
label#user_login, label#email {
	font-size: 16px;
}
.reg_block {
	width: 400px;
	margin: 0 auto;
}
/*password strength colors */
pass-strength-result {
	font-size: 1.3em;
}
#pass-strength-result .strong {
	color: #0C0;
}
#pass-strength-result .good {
	color: #FC3;
}
#pass-strength-result .short, #pass-strength-result .bad {
	color: #F30;
}
/*RESPONSIVE*/
#masthead {
	/*background: rgba(0,0,0,.8);*/
	background: rgba(0,0,0,1);
	position: fixed;
	width: 100%;
	margin: 0;
	z-index: 999999;
	top: 0px;
	height: 42px;
	border-bottom: 1px solid #444;
}
.desktop_hide {
	display: none;
}
