html {
	background: #E0E0E0 url(../_img/bg/default.jpg) repeat-x; 
    margin: 0 auto;
    padding: 0;
}

body { 
    margin: 0 auto; 
    padding: 0;
	font: 11px Verdana, Arial, sans-serif;
	color: #333;
	background: #E0E0E0 url(../_img/bg/default.jpg) repeat-x; 
}
@font-face {
    font-family: BebasKai;
    src: url(fonts/BebasKai.otf);
}

a {
	color: #2F9CC9;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #2E5B6D;
	padding: 5px 0 0 0;
	margin: 0;
	text-transform: uppercase;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 10px 0;
}
.clear {
    clear:both;
}

ul {
	margin: 0;
	padding-left: 15px;
}
ul li {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	outline: none;
}
input.button {
	height: 20px;
	background: #ea8c06 url('../_img/button_bg.jpg') repeat-x;
	border: 1px solid #CCC;
	color: #FFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 0 2px 3px 2px;
}
input.button:hover {
	background: #ea8c06 url('../_img/button_bg_over.jpg') repeat-x;
}
input.button_full_width {
	width: 100%;
}

td {
	vertical-align: top;
}

.float_r {
	float: right;
}
.float_l {
	float: left;
}
.hide {
	display: none;
}
.margin_t5 {
	margin-top: 5px;
}

#header {
	width: 1000px;
	height: 70px;
    margin: 0 auto;
	padding: 0;
    position: relative;
    overflow:hidden;
}

#logo {
	float: left;
	display: block;
	width: 156px;
	height: 63px;
	background: url('../_img/logo.png') no-repeat;
	margin-top: 2px;
}

#container { 
    width: 1000px;
    margin: 0 auto;
	background: #FFF;
    padding: 0;
    position: relative;
	box-shadow: 0px 0 15px -4px rgba(0, 0, 0, 0.5), 0px 0 8px -4px rgba(0, 0, 0, 0.5);
	border-radius: 1px;
}
	
#nav, #subnav {
	background: #333; 
	color: #FFF;
	vertical-align: top;
	overflow: hidden;
}
#nav a img {
	height: 11px;
}
#nav a {
	color: #FFF;
	display: block;
	float: left;
	font: bold 13px Arial;
	padding: 5px 10px;
	text-transform: uppercase;
}
#nav a:hover {
	color: #2F9CC9;
	text-decoration: none;
}
#nav a.nav_on {
	color: #2F9CC9;
}
#nav a:last-child {
	float: right;
	margin-right: 0;
}

#subnav {
	background: #247EA3 url(../_img/bg_subnav.jpg) repeat-x;
	overflow: hidden;
}
#subnav a {
	display: block;
	float: left;
	padding: 5px 6px;
}
#subnav a:first-child {
	padding-left: 10px;
}
#subnav a:last-child {
	padding-right: 10px;
}
#trending_nav {
	height: 15px;
	padding: 4px 10px;
	background: #2e4650;
	background: -webkit-linear-gradient(left, #2e4650, #87a5b1);
	background: -o-linear-gradient(right, #2e4650, #87a5b1);
	background: -moz-linear-gradient(right, #2e4650, #87a5b1);
	background: linear-gradient(to right, #2e4650, #87a5b1);
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
}
#subnav a, #trending_nav a {
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#trending_nav a {
	font-weight: normal;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav a.nav_on {
	color: #2F9CC9;
}
a#nav_menu_burger {
	display: none;
	margin-top: -3px;
}
a#nav_menu_burger div {
	width: 22px;
	height: 2px;
	background-color: white;
	margin: 4px 0;
}
a#subnav_menu_burger {
	display: none;
	margin-top: -3px;
}
a#subnav_menu_burger div {
	width: 22px;
	height: 2px;
	background-color: white;
	margin: 4px 0;
}

ul#medium_subnav, ul#content_subnav {
	background: #EEE;
	height: 31px;
	padding: 0;
	margin: 5px 0 13px 0;
}
ul#medium_subnav li, ul#content_subnav li {
	font-family: BebasKai, Arial Narrow, sans-serif;
	font-size: 16px;
	color: #000;
	display: block;
	float: left;
	padding: 6px 5px 6px 10px;
	cursor: pointer;
}
ul#medium_subnav {
	height: 27px;
}
ul#medium_subnav li {
	padding: 4px 4px 4px 7px;
}
ul#content_subnav {
	background: #DDD;
	margin: 11px 5px -5px 5px;
}
ul#content_subnav li {
	font-size: 17px;
	letter-spacing: 1px;
	padding: 0;
}
ul#content_subnav li a {
	color: #000;
	display: block;
	padding: 6px 13px;
}
ul#content_subnav li a:hover {
	text-decoration: none;
	color: #FFF;
}
ul#medium_subnav li:first-child {
	padding-right: 12px;
}
ul#medium_subnav li:hover, ul#medium_subnav li.msn_on, ul#content_subnav li:hover, ul#content_subnav li.msn_on, ul#content_subnav li.msn_on a {
	background: #A00;
	color: #FFF;
}
ul#medium_subnav li div {
	font: 12px Arial;
	color: #999;
	float: right;
    margin: 2px 0 0 3px;
    letter-spacing: -1px;
}
div#medium_chars_view_by {
	font-family: BebasKai, Arial Narrow, sans-serif;
	font-size: 16px;
	background: #EEE;
	padding: 5px;
	color: #555;
}
div#medium_chars_view_by a {
	font-family: BebasKai, Arial Narrow, sans-serif;
	font-size: 16px;
 }

select#sort_dropdown {
	float: right;
	margin: -35px 5px 0 0;
	font-family: Arial Narrow, Arial;
}

#leaderboard {
	min-height: 90px;
	background: #EEE url(../_img/bg_leaderboard.jpg) repeat-x;
	padding: 3px;
	text-align: center;
}

#nav_topright {
	width: 446px;
	height: 14px;
	position: absolute;
	z-index: 10px;
	float: right;
	background: #DDD;
	padding: 3px 10px; 
	margin: -120px 10px 0 480px;
}
#nav_topright a {
	font-size: 11px;
	font-weight: bold;
}

#search {
	float: left;
	margin: 37px 0 0 171px;
}
#search input[type=text] {
	width: 233px !important;
	height: 19px !important;
	background: #98b1be !important;
	border: 1px solid #54707f !important;
	color: #FFF;
	font-size: 12px;
}
#search input[type=submit] {
	background: #98b1be url('../_img/icons/search.png') no-repeat !important;
	border: 0 !important;
	margin: 2px 0 0 -28px !important;
}
@-moz-document url-prefix() {
	#search input[type=submit] {
		margin-left: -26px !important;
	}
}
#search_container {
	float: right;
	margin-top: -1px;
}
/* IE7 */
*:first-child+html #search_container {
	margin-top: -3px;
}

#footer {
	height: 65px;
	background: #C8C8C8;
	border-top: 5px solid #247EA3;
	margin-top: 10px;
	padding-top: 15px;
	text-align: center;
}
#footer a {
	color: #333;
	font-weight: bold;
}

/* Titles and Headings */
h1 {
	font-size: 18px;
}
h1 a {
	text-transform: none;
}
h1.seo_name {
	font-size: 16px;
	text-transform: none;
	margin: 0 0 6px 0;
}
.h1_fake {
	color: #247EA3;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
}
h2#h1_size {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h2.home_feature {
	color: #FFF;
	padding-bottom: 3px;
}

h3 {
	font-size: 13px;
	font-style: italic;
	text-transform: none;
}
h3 b {
	color: #333;
	font-style: normal;
	font-weight: bold;
}
h3.title {
	height: 30px;
	margin-bottom: -5px;
}
h4 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
h5 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	text-transform: none;
}
h6 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	text-transform: none;
	margin: 3px 0 0 0;
}

.bg_bucket_title {
	width: 100% - 11px;
	height: 21px;
	background: #4e4f4e url('../_img/bg_bucket_title.jpg') repeat-x;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0 0 11px;
}
.bg_bucket_title_html_text {
	height: 25px;
	padding-top: 5px;
}
.bg_bucket_title_onwhite {
	width: 100% - 11px;
	height: 16px;
	background: #E5E5E5 url('../_img/bg_bucket_title_onwhite.jpg') repeat-x;
	padding: 6px 0 0 11px;
}
.onwhite_text {
	color: #337591;
	font-weight: bold;
	padding-top: 3px;
	height: 19px;
}
.bucket {
	width: 100%;
	background: #EAEAEA;
	margin-top: 10px;
}
.bucket_onwhite {
	width: 100%;
	margin-top: 15px;
}
.bucket_subtitle {
	color: #EA7F06;
	font-size: 12px;
	font-weight: bold;
}

.see_more {
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin: -5px 10px 0 10px;
}
.see_more_bucket_text_list {
	margin: 0 10px 5px 10px;
}

ul.bucket_text_list {
	list-style-type: square;
	padding: 4px 10px 5px 20px;
}
ul.bucket_text_list_no_bullet {
	list-style-type: none;
	padding: 4px 10px 5px 10px;
}
ul.bucket_text_list li {
	border-bottom: 1px dotted #AAA;
	padding: 4px 0;
	line-height: 14px;
}
ul.bucket_text_list li.oj:before {
    color: #EA7F06;
}
ul.bucket_text_list a {
	font-size: 12px;
}
ul.bucket_text_list span {
	color: #999;
	font-size: 10px;
}

/* Colors */
.orange {
	color: #EA7F06;
}
.darkorange {
	color: #d9780a;
}
.white {
	color: #FFF;
}
.charcoal {
	color: #444;
}

.divider {
	height: 21px;
	background: url('../_img/divider_bg.png') repeat-x;
	clear: both;
}
.divider_shorter {
	height: 11px;
	margin: -5px 0 5px 0
}
a.check_out_more {
	display: block;
	float: right;
	margin-top: -5px;
	font-size: 10px; font-weight: bold;
}

.polaroid_img {
	border: 1px solid #CCC;
	padding: 2px;
	float: left;
	margin-right: 10px;
}
a.polaroid_img {
	display: block;
	border: 1px solid #CCC;
	padding: 2px;
	float: left;
	margin-right: 10px;
}
a.polaroid_img:hover {
	border-color: #2F9CC9;
}

a.thin_img {
	display: block;
	border: 2px solid #CCC;
	float: left;
	margin: 12px 10px 0 0;
}
a.thin_img:hover {
	border-color: #2F9CC9;
}

.white_border_img {
	border: 2px solid #FFF;
	float: left;
	margin-right: 10px;
}
a.gray_border_img {
	display: block;
	border: 3px solid #CCC;
	margin-bottom: 2px;
}
a.gray_border_img:hover {
	border-color: #2F9CC9;
}

a.gold_border_img {
	display: block;
	border: 5px solid #fff94f;
	margin-bottom: 2px;
}
a.gold_border_img:hover {
	border-color: #ffd800;
}

a.gray_border_img2 {
	display: block;
	border: 2px solid #CCC;
	margin-bottom: 2px;
}
a.gray_border_img2:hover {
	border-color: #2F9CC9;
}
div.creds_medium_container {
	margin-bottom: 30px;
}
div.credit_pic_float, a.credit_pic_float {
	width: 136px;
	/*float: left;*/
	text-align: center;
}

#credits_medium_msn_tv_shows div.credit_pic_float a.gray_border_img, 
#credits_medium_msn_movies div.credit_pic_float a.gray_border_img, 
#credits_medium_msn_games div.credit_pic_float a.gray_border_img, 
#credits_medium_msn_shorts div.credit_pic_float a.gray_border_img, 
#credits_medium_msn_rides div.credit_pic_float a.gray_border_img,
#credits_medium_msn_commercials div.credit_pic_float a.gray_border_img {
	height: 148px;
}

div.credit_pic_float a, a.credit_pic_float a {
	line-height: 11px;
}
div.credit_pic_float a:first-child, a.credit_pic_float a:first-child {
	background: #EEE;
}
div.credit_pic_float img, a.credit_pic_float img {
	width: 130px;
	height: 148px;
}
div.credit_pic_float .flag img, a.credit_pic_float .flag img {
	width: 28px;
	height: 18px;
}
div.credit_pic_float img.char_nolink, a.credit_pic_float img.char_nolink {
	border: 3px solid #8bb1dc;
	margin-bottom: 2px;
}
div.credit_pic_float_actual_float, a.credit_pic_float_actual_float {
	float: left;
	margin: 0 10px 10px 10px;
}
div.credit_pics_wide {
	width: 100%;
	overflow: hidden;
}
div.credit_pics_wide div.credit_pic_float, div.credit_pics_wide a.credit_pic_float {
	margin: 0 8px 8px 8px;
}
div.credit_pics_half {
	width: 48%;
	float: left;	
}
div.credit_pics_half_divider {
	margin-right: 4%;
}
div.credit_pics_half div.credit_pic_float, div.credit_pics_half a.credit_pic_float {
	margin: 0 5px 8px 5px;
}
div.credit_pics_wide div.credit_pics_container, div.credit_pics_half div.credit_pics_container, div.credit_pics_medium_container {
	display: flex;
	flex-wrap: wrap; /* Wrap after the items fill the row */
	display: -webkit-flex; /* Safari specific rules */
	-webkit-flex-wrap: wrap; /* Safari specific rules */
}
div.credit_pic_vertical_divider {
	width: 4%;
	float: left;
}
div.credits_medium_container {
	margin-bottom: -8px;
}
div.credits_medium_container  h2, div#medium_title_container_wide h2, h2#comments_heading {
	color: #A00;
	border-bottom: 2px solid #A00;
    padding-bottom: 6px;
	font-size: 15px;
	margin-top: 21px;
}
div#medium_title_container_wide h2 {
	margin: 2px 0 15px 0;
}
h2#comments_heading {
	color: #2E5B6D !important;
	border-color: #2E5B6D !important;
	font-style: italic;
	margin: 0 0 15px 0;
}

/* Module Styles */
.gradient_blue_box {
	height: 220px;
	background: #1E607C url('../_img/bg_gradient_blue.jpg') repeat-x;
	padding: 10px;
}

.gradient_gray_box {
	height: 220px;
	background: #DCDCDC url('../_img/bg_gradient_gray.jpg') repeat-x;
	padding: 10px;
}

.gray_header_white_box {
	background: #FFF url('../_img/block_title_bg.gif') repeat-x;
	border: 1px solid #CCC;
	padding: 5px 10px 15px 10px;
	margin: 10px 10px 0 0;
}
.gray_header_white_box_small {
	background: #FFF url('../_img/block_title_bg.gif') repeat-x;
	border: 1px solid #CCC;
	padding: 5px 5px 10px 5px;
	margin: 10px 10px 0 0;
}

.google_adsense_rightside {
	border: 1px solid #CCC;
	padding: 5px 5px 0px 5px;
	margin: 10px 10px 0 0;
}
.google_adsense_rightside2 {
	padding: 1px 0 0 10px;
	margin: 10px 0 0 0;
	background: #E9E9E9;
}
.google_adsense_leftside {
	padding: 1px 0 0 10px;
	margin: 5px 0 20px 0;
}
.google_adsense_3col_banner {
	margin-left: 56px;
}

.main {
	padding: 10px;
}
.main_no_padding {
	padding: 0;
}
.main h3 {
	margin: 10px 0 0 0;
	line-height: 15px;
}
h3.credit_pic_title {
	height: 14px;
	line-height: 12px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
h3.credit_pic_title.credit_pic_title_chargen  {
	height: 14px;
}
/*h3.credit_pic_title a {
	/*font-family: KenyanCoffee;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}*/
div.credit_pics_wide h3.credit_pic_title {
	height: auto;
	/*margin-bottom: -5px;*/
	padding-bottom: 5px;
}
div.credit_pics_wide h3, div.credit_pics_half h3 {
	margin-top: 6px;
}

a.pic_n_name {
	display: block;
}
a.pic_n_name img {
	border: 3px solid #CCC;
	margin-bottom: 2px;
}
a.pic_n_name:hover img {
	border-color: #2F9CC9;
}

.img_gallery {
	padding: 0 15px;
}
.img_gallery_content {
	width: 120px;
	line-height: 11px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}
.img_gallery_divider {
	width: 15px;
}
.img_gallery_divider2 {
	width: 40px;
}
img.img_gallery_pic {
	width: 120px;
}
img.img_gallery_pic2 {
	width: 115px;
	height: 131px;
}
.img_gallery_medium_box {
	width: 255px;
	vertical-align: top;
}
/* ***** */
.img_gallery_wide {
	padding: 0 20px;
}
.img_gallery_content_wide {
	width: 130px;
	line-height: 11px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}
.img_gallery_content_wide a.gray_border_img_wide, .img_gallery_content_wide a.gray_border_img_wide img {
	width: 130px;
	height: 148px;
}
.img_gallery_divider_wide {
	width: 18px;
}
img.img_gallery_pic_wide {
	width: 130px;
}
/* ***** */

.latest_news {
	padding: 0 7px;
}

.img_left_text_right {
	width: 450px;
	float: left;
	padding-top: 2px;
}
a.latest_news_heading {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

.name_list {
	font-weight: bold;
	line-height: 16px;
	padding-top: 15px;
}
.name_list a {
	font-weight: bold;
}

.latest_news_main {
	padding: 0 10px 0 0;
}
.latest_news_main div {
	float: left;
	padding-left: 5px;
}
.latest_news_main img:first-child {
	width: 200px;
	height: 115px;
}
a.latest_news_heading_main {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 1px 0 2px 0;
}
.latest_news_main p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 14px;
}
div.latest_news_main a.thin_img {
	margin: 0 5px 0 0;
	position: relative;
	overflow: hidden;
}
/*
https://cssanimation.rocks/pseudo-elements/
div.latest_news_main a.thin_img::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}
div.latest_news_main a.thin_img:hover::after, div.latest_news_main a.thin_img:focus::after {
  animation: sheen 1s forwards;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
@-webkit-keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
@-moz-keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}*/
.latest_news_main span {
	color: #999;
}

/* PAGE SPECIFIC */
/* Home */
	
#content_full {
	width: 100%;
}
#content_home_left {
	width: 228px;
	float: left;
}
#content_home_center {
	width: 432px;
	float: left;
}
#content_wide_left {
	width: 660px;
	float: left;
}
#content_widest_left {
	width: 780px;
}
#content_home_right {
	width: 340px;
	float: left;
}
#left_side_home {
	width: 200px;
	float: left;
	background-color: #DDD;
}
h5.left_block {
	background-color: #AAA;
	border-bottom: 2px solid #EA7F06;
	color: #222;
	font-size: 14px;
	padding: 3px 7px;
	text-transform: none;
}
/* end home */

#content {
	width: 600px;
	float: left;
}
#left_side {
	width: 180px;
	float: left;
	background: #DDD url('../_img/bg_left_column.jpg') repeat-x bottom;
}
#right_side {
	width: 180px;
	float: left;
}
#right_side_grad {
	width: 180px;
	float: left;
	background: #DDD url('../_img/bg_left_column.jpg') repeat-x bottom left;
}

#in_the_spotlight {
	width: 228px;
	height: 250px;
	background: #25596f url('../_img/bg_spotlight.jpg') repeat-x;
}
#birthdays_today {
	width: 280px;
	height: 314px;
	margin-top: -338px;
	text-align: center;
	padding: 0 8px;
}
#birthdays_today b {
	font-size: 15px;
	color: #2E5B6D;
	text-transform: uppercase;
}
#birthdays_today div.bday {
	width: 110px;
	margin: 11px 15px 2px 15px;
	float: left;
}
#birthdays_today div.bday img {
	width: 110px;
	height: 125px;
	border: 2px solid #999;
}

#feature {
	width: 100%;
	background: #F0F0F0 url('../_img/bg_feature_profile.jpg') repeat-x;
	height: 240px;
}

#feature_profile {
	background: #F0F0F0 url('../_img/bg_feature_profile.jpg') repeat-x;
	height: 240px;
}
#feature_profile img {
	float: left;
	margin-right: 10px;
}
#feature_profile_wide, #feature_chargen_wide, #feature_banner_wide {
	background: #EEE;
	background: -webkit-linear-gradient(top, white, #D3D3D3);
	background: -o-linear-gradient(bottom, white, #D3D3D3);
	background: -moz-linear-gradient(bottom, white, #D3D3D3);
	background: linear-gradient(to bottom, white, #D3D3D3);
	height: 250px;
}
#feature_profile_wide, #content_full {
	background: none;
	background: -webkit-linear-gradient(top, #e0e0e0, white);
	background: -o-linear-gradient(bottom, #e0e0e0, white);
	background: -moz-linear-gradient(bottom, #e0e0e0, white);
	background: linear-gradient(to bottom, #e0e0e0, white);
}
#feature_profile_wide img#main_pic {
	float: left;
	margin: 5px 22px 5px 5px;
    box-shadow: 9px 8px 13px rgba(0, 0, 0, 0.8);
	border-radius: 1px;
	width: 210px;
	height: 240px;
}
#feature_profile_wide div#main_chargen_pic {
	float: left;
	margin: 5px 22px 5px 5px;
}
#feature_profile_wide .va_flag {
	float: left;
	margin: 1px 7px 0 0;
	border: 1px solid #CCC;
	box-shadow: none !important;
	width: 28px;
	height: 18px;
}
#feature_profile_wide .main {
	padding-right: 0;
}
#feature_profile_wide .main div:first-child {
	width: 410px;
	float: left;
}
#feature_profile_wide .main div#top_titles_bucket {
	width: 348px;
	float: left;
	padding: 6px 0 0 5px;
}
#feature_profile_wide #va_trivia {
	height: 210px;
	overflow: auto;
	font-size: 12px;
}
#feature_banner_small_info {
	float: left;
	width: 452px;
	height: 210px;
	margin: 5px 0 0 5px;
	padding-left: 7px;
	overflow-y: auto;
}
#feature_banner_small_info #medium_heading {
	margin: 3px 0 11px 0;
	line-height: 20px;
}
#tmg_info_text {
	width: 303px;
	line-height: 15px;
	/*font-family: Arial;
    font-size: 12px;*/
}
#feature_banner_small {
	float: left;
	margin: 5px 5px 0 0;
    width: 524px;
	height: 210px;
}
#feature_banner_small img#banner_image { /* not:#banner_title {*/
	width: 524px;
	height: 210px;
}
#feature_banner_small img#banner_title {
	margin: -1px 0 0 7px;
}
.feature_banner_small_info_wrap {
	width: 970px !important;
	padding: 5px 15px 0 15px;
	font-size: 12px;
	line-height: 17px; 
}
.feature_banner_small_info_wrap .polaroid_img {
	margin: 9px 10px 10px 0;
	float: left;
}
.feature_banner_small_info_wrap .polaroid_img img {
	width: 140px;
}
.feature_banner_small_info_wrap #feature_banner_small {
	float: right;
	margin: 0 -3px 8px 8px;
}
.feature_banner_small_info_wrap h6 {
	margin: 10px 0;
	line-height: 15px;
	font-weight: bold;
}
img#feature_banner1_small {
	position: absolute;
    z-index: 1001;
    width: 524px;
	height: 210px;
	margin-left: 7px;
}
img#feature_banner2_small {
	-webkit-filter: grayscale(25%); /* Chrome, Safari, Opera */
    filter: grayscale(25%);
	position: absolute;
    z-index: 1000;
	opacity: .50;
	filter:alpha(opacity=50);
	margin: 7px 0 0 1px;
	width: 524px;
	height: 210px;
}

#top_titles_bucket_titles {
	height: 210px;
	overflow: auto;
}
#top_titles_bucket h4 {
	text-transform: none;
	font-size: 17px;
	font-style: italic;
	margin-left: 5px;
}
#feature_banner_wide img not:#banner_title {
	float: left;
	margin: 5px 22px 5px 5px;
    width: 600px;
	height: 240px;
}
img#feature_banner1_wide {
	box-shadow: 5px 6px 11px rgba(0, 0, 0, 0.7);
	border-radius: 1px;
	position: absolute;
    z-index: 1001;
    margin: 5px 0 0 -643px;
}
img#feature_banner2_wide {
	-webkit-filter: grayscale(25%); /* Chrome, Safari, Opera */
    filter: grayscale(25%);
	position: absolute;
    z-index: 1000;
	opacity: .50;
	filter:alpha(opacity=50);
	margin: 14px 0 0 -623px;;
}
img#feature_banner3_wide {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.4);
	border-radius: 1px;
	opacity: .45;
	filter:alpha(opacity=45);
	margin: 21px 0 0 48px;
}

img#franchise_banner1_wide {
	box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.6);
	border-radius: 1px;
	position: absolute;
    z-index: 1001;
    margin: 5px 0 0 -647px;
}
img#franchise_banner2_wide {
	width: 655px;
	height: 297px;
	position: absolute;
	z-index: 1000;
	margin: 9px 0 0 -647px;
}
img#franchise_banner3_wide {
	opacity: .45;
	filter:alpha(opacity=45);
	margin: 17px 0 0 52px;
}
#feature_chargen_wide div:first-child {
	margin: 5px 23px 0 5px;
	float: left;
	width: 210px;
}
img#feature_char1_wide {
	float: left;
	box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.8);
	border-radius: 1px;
	position: absolute;
    z-index: 1000;
    margin-left: -220px;
	width: 210px;
	height: 240px;
}
img#feature_char2_wide {
	float: left;
	-webkit-filter: grayscale(45%);
    filter: grayscale(45%);
	box-shadow: none;
	border-radius: 0;
	opacity: .50;
	filter:alpha(opacity=50);
	margin: 15px 0 0 15px;
	width: 210px;
	height: 240px;
}
img#banner_title {
	position: absolute;
    z-index: 1002;
    margin: 5px 0 0 -643px;
}
img#banner_franchise {
	position: absolute;
    z-index: 1002;
	margin: 4px 0 0 -647px;
}
#feature_wide_details, #feature_wide_details p {
	font-size: 12px;
	line-height: 17px;
}
#feature_wide_details {
	height: 193px;
	margin-top: 10px;
	overflow-y: auto;
}
#table_reprisals, #table_reprisals td {
	border-spacing: 0;
	padding: 0;
}
#table_reprisals td:nth-child(2) {
	padding-left: 4px;
}
#table_reprisals td img {
	width: 16px;
	height: 10px;
	border: 1px solid #CCC;
}
#table_reprisals td i {
	font-size: 11px;
}
#table_socnet_buttons {
	margin: 5px 0 -1px -2px;
}
#table_socnet_buttons td:first-child, #table_socnet_buttons td:nth-child(3){
	padding-right: 8px;
}
#table_socnet_buttons div {
	width: 51px;
}
h1#va_voices_of {
	margin-top: -5px;
}
h1#va_voices_of span{
	font-style: italic;
	text-transform: capitalize;
}
h1#medium_heading {
	margin-top: 10px;
}
h1#franchise_heading {
	margin-top: 5px;
	position: absolute;
	z-index: 1003;
}
p.big_bold  :not(a){
	font-weight: bold;
	font-size: 14px;
}

/* rotating carousel */
#carousel_home {
	width: 432px;
	height: 250px;
}
a.carousel_item_switch {
	display: block;
	position: absolute;
	z-index: 10;
	width: 13px;
	height: 13px;
	background: #EEE;
	border: 1px solid #555;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin-top: 167px;
	text-align: center;
	text-decoration: none;
}
a.carousel_item_switch:hover {
	background: #2F9CC9;
	color: #FFF;
}
.carousel_item_switch_wide_container {
	width: 220px;
	height: 44px;
	background: #000;
	margin: 3px 3px 0 3px;
	padding: 1px;
	opacity:.40;
}
a.carousel_item_switch_wide {
	width: 220px;
	height: 44px;
	display: block;
	color: #DDD;
	cursor: pointer;
	font-size: 11px;
	margin: -47px 3px 0 3px;
	padding: 0px;
	position: absolute;
	text-decoration: none;
}
a.carousel_item_switch_wide:hover {
	background: #0f2229;
	opacity:.70;
}
a.carousel_item_switch_wide img {
	width: 74px;
	height: 41px;
	float: left;
	margin-right: 4px;
	border: 2px solid #CCC;
}
a.carousel_item_switch_wide div {
	height: 44px;
	line-height: 13px;
	padding: 2px 2px 0 0;
}

.carousel_bg {
	width: 432px;
	height: 250px;
}
.carousel_text {
	width: 414px;
	height: 43px;
	float: left;
	background: #000;
	color: #FFF;
	font-size: 12px;
	margin-top: 189px;
	padding: 7px 9px 11px 9px;
    opacity:.80;
}
* html .carousel_text {
    filter:alpha(opacity=80);
}	
*:first-child+html .carousel_text {
	filter:alpha(opacity=80);
}
.carousel_text b {
	font-size: 13px;
}

/* ADS */
#ad_300x250 {
	width: 300px;
	height: 250px;
}
.ad_728x90 {
	width: 728px;
	height: 90px;
	background: #DDD;
}
.ad_leaderboard_combo {
	background: none !important;
	padding: 18px 0 7px 0 !important;
}
.ad_300x250, .ad_300x600 {
	width: 300px;
	height: 250px;
	background: #DDD;
	padding: 17px 20px;
}
.ad_300x250_top_right {
	float: left;
	margin: -5px 0 0 47px;
	padding: 0;
}
.ad_300x600, .ad_300x600 div:first-child {
	height: 600px;
}
.ad_160x600 {
	width: 160px;
	height: 600px;
	background: #D6D6D6;
	margin-top: 10px;
}
.ad_160x600_container {
	padding: 0 0 0 10px;
}
.ad_336x280 {
	width: 336px;
	height: 280px;
	background: #DDD;
	padding: 2px;
}
.ad_320x100 {
	width: 100%;
	height: 100px;
	padding: 10px 0;
	text-align: center;
}
/* end ADS */


#newest_additions {
	width: 388px;
	background: #e8eff2;
	padding: 8px 12px 12px 12px;
}
a.switch {
	font-size: 11px;
	text-transform: none;
}
#newest_additions div {
	
}
#newest_additions div a {
	
}
#newest_additions div a div a {
	
}

td.browse_three_col {
	width: 210px;
}
td.browse_two_col {
	width: 365px;
}
td.browse_char_char_col {
	width: 250px;
}
td.browse_char_media_col {
	width: 320px;
}

.most_popular_number { 
	float: left;
	width: 25px;
	text-align: right;
}
.most_popular_item {
	float: left;
	width: 130px;
	margin-bottom: 2px;
}

.form_error {
	display: none;
	background: #FBB;
	border: 1px solid #F00;
	color: #900;
	font-weight: bold;
	padding: 3px;
}

.form_success {
	display: none;
	background: #BDB;
	border: 1px solid #0A0;
	color: #080;
	font-weight: bold;
	padding: 3px;
}
.form_center_msg {
	margin: 0 20px;
	text-align: center;
}

/* COLORS */
.green {
	color: #0A0;
}
.red {
	color: #B00;
}
.gold {
	color: #F2CE04;
}
.darkblue {
	color: #4163BA;
}
b.green, b.red, b.gold, b.darkblue {
	font-size: 12px;
	line-height: 15px;
}
.bg_green {
	background: #A8EAAB;
}
.bg_gold {
	background: #FFEE99;
}

ul.orange {
	width: 170px;
	float: left;
	list-style-type: disc;
	color: #EA7F06;
	margin: 0 0 0 -40px;
}
*:first-child+html ul.orange {
	margin-left: 0;
}

a.spotlight_image {
	width: 100px;
	border: 2px solid #CCC;
	float: left;
	margin: 0 25px 0 0;
}
a.spotlight_image:hover {
	border-color: #2F9CC9;
}
a.spotlight_image img {
	width: 100px;
}

.updated_image_block {
	width: 99px;
	float: left;
	line-height: 11px;
	margin-top: 7px;
	text-align: center;
}

a.updated_image {
	width: 95px;
	height: 108px;
	display: block;
	border: 2px solid #CCC;
	margin-bottom: 2px;
}
a.updated_image:hover {
	border-color: #2F9CC9;
}
a.updated_image img {
	width: 95px;
	height: 108px;
}
a.updated_image_logo, a.updated_image_logo img {
	height: 69px;
}
a.updated_image_poster, a.updated_image_poster img {
	height: 133px;
}
#top_titles_bucket a.updated_image {
	float: left;
	display: block;
	margin: 7px 5px 3px 5px;
}
#top_titles_bucket a.updated_image img{
	
}

.newaddition_image_block {
	width: 85px;
	float: left;
	line-height: 12px;
	margin: 6px 14px 0 0;
	text-align: center;
}

a.newaddition_image {
	width: 85px;
	display: block;
	border: 2px solid #CCC;
	margin-bottom: 2px;
}
a.newaddition_image:hover {
	border-color: #2F9CC9;
}
a.newaddition_image img {
	width: 85px;
}


/***** POLLS *******/
.poll_option_block , .poll_result_block {
	line-height: 20px;
	padding-top: 7px;
}
table.poll_results {
	width: 100%;
	margin-left: 2px;
}
table.poll_results  td.poll_label {
	font-size: 11px;
	line-height: 11px;
	padding-right: 5px;
	vertical-align: middle;
}
.poll_bar {
	height: 15px;
	background: #3c759b;
}
.poll_bar_winner {
	background: #ecc800;
}
.poll_votes {
	color: #666;
	letter-spacing: -1px;
}
table.poll_results td.poll_percent {
	font-size: 10px;
	vertical-align: middle;
}
table.poll_results td.poll_percent span.poll_votes {
	line-height: 11px;
}

/******** VOICE THIS *********/
#voice_this_home {
	color: #FFF;
}

#voice_this_home a.voice_this_home_img {
	width: 292px;
	height: 100px;
	display: block;
	border: 2px solid #CCC;
	margin: 10px 0;
}
#voice_this_home a.voice_this_home_img:hover {
	border-color: #2F9CC9;
}

ul.voice_this_rules {
	margin-top: 0;
}
ul.voice_this_rules li {
	font-size: 10px;
	margin: 4px 0 0 -25px;
}

.new_label {
	position: absolute;
	z-index: 100;
	margin: -15px 0 0 205px;
	color: #C00;
	font-size: 9px;
	font-weight: bold;
}

*:first-child+html .new_label {
	margin: -2px 0 0 -20px;
}

.new_label2 {
	position: absolute;
	z-index: 100;
	margin: -15px 0 0 323px;
	color: #C00;
	font-size: 9px;
	font-weight: bold;
}

*:first-child+html .new_label2 {
	margin: -2px 0 0 -20px;
}

/***** DEMO REEL *****/
.demo_reel_block {
	width: 175px;
	float: left;
	margin: 0 0 12px 0;
	padding: 5px;
	text-align: center;
	background-color: #E6E6E6;
}
*:first-child+html .demo_reel_block {
	margin-bottom: 0;
}
.demo_reel_sound_clip {
	position: absolute;
	margin: -21px 0 0 19px;
}
*:first-child+html .demo_reel_sound_clip {
	margin: -24px 0 0 -68px;
}

.new_feature {
	position: absolute;
	float: left;
	margin-top: -19px;
	margin-left: 365px;
	color: #C00;
	font-weight: bold;
	font-size: 12px;
}
*:first-child+html .new_feature {
	margin: -3px 0 0 5px;
}

.franchise_image_block {
	width: 100px;
	float: left;
	line-height: 11px;
	margin-top: 7px;
	text-align: center;
}

a.franchise_image {
	width: 96px;
	float: left;
	border: 2px solid #CCC;
	margin-bottom: 1px;
}
a.franchise_image:hover {
	border-color: #2F9CC9;
}
a.franchise_image img {
	width: 96px;
}
a.franchise_link {
	font-size: 10px;
	line-height: 10px;
}
a.page_number {
	 border: 1px solid #247EA3;
	 font-size: 12px;
	 font-weight: bold;
	 padding: 0 3px;
	 margin: 0 3px 5px 0;
	 float: left;
}
a.page_number:hover {
	background: #247EA3;
	color: #FFF;
}
a.page_number_active {
	background: #247EA3;
	color: #FFF;
}

/* Filter Browse Pages */
.filter_box {
	height: 129px;
	text-align: center;
	vertical-align: bottom;
}
.filter_box select {
	width: 159px;
	margin-bottom: 10px;
}
/* TOP LISTINGS */
#top_listings {
	width: 100%;
	margin-top: 7px;
}
#top_listings th{
	color: #FFF;
	padding: 5px 10px;
	text-align: left;
}
#top_listings td {
	padding: 4px 10px;
}
.tooltip_img {
	display: none;
	position: absolute;
	z-index: 101;
	border: 5px solid #91b1c5;
	margin-top: 3px;
}
.tooltip_img img {
	width: 125px;
}

a.chargen_actor_name {
	display: block;
	margin-bottom: 10px;
}
a.show_nonenglish, a.hide_nonenglish {
	display: block;
	color: #EA7F06;
	font-size: 10px;
	margin-bottom: 3px;
}
a.hide_nonenglish {
	display: none;
}

/* POPUPS */
.popup {
    display: none;
    position: fixed;
    top: 19%;
    left: 50%;
    background: #FFF;
}
a.popup_close {
	display: block;
	float: right;
	font-weight: normal;
	margin-right: 5px;
}
.jqmOverlay {
	background-color: #000;
}

.popup_login {
    width: 280px;
    height: 210px;
	border: 1px solid #BBB;
	font-size: 11px;
	margin-left: -150px;
}
.popup_login .login_content {
	padding: 15px 20px 0 20px;
	line-height: 12px;
}
input.login_field {
	width: 235px;
	margin: 2px 0 1px 0;
}
.popup_validate {
    width: 280px;
    height: 160px;
	border: 1px solid #BBB;
	font-size: 11px;
	margin-left: -150px;
}
.popup_validate .validate_content {
	padding: 15px 10px 0 10px;
	line-height: 12px;
}

.popup_reason {
	width: 320px;
	height: 220px;
	border: 1px solid #BBB;
	font-size: 11px;
	margin-left: -160px;
}
#popup_members_favorited, #popup_members_num1_favorited, #popup_members_both_favorited {
	width: 400px;
	max-height: 296px;
	border: 1px solid #BBB;
	font-size: 11px;
	margin-left: -160px;
}
#popup_members_favorited .members_favorited_list, #popup_members_num1_favorited .members_favorited_list, #popup_members_both_favorited .members_favorited_list {
	max-height: 268px;
	padding-top: 2px;
	overflow-y: scroll;
	line-height: 12px;
}
#fave_container {
	margin: 5px 0 13px 0;
	padding: 8px 0 0 0;
	font: 16px Arial; /*Arial Narrow, Abadi MT Condensed Light, Arial, sans-serif;*/
	font-weight: bold;
}
#fave_container img {
	margin: -3px 3px 0 0;
    float: left;
}
div.va_vc_page {
	float: left;
	width: 315px;margin: 2px 0;
	text-align: center;
}
div.va_vc_page div {
	float: left;
	width: 145px;
	text-align: left;
	margin-top: 5px;
}
div.va_vc_page div a.va_vc_page_name {
	font-size: 14px;
	font-weight: bold;
}
div.va_vc_page div p {
	line-height: 18px;
}
div.va_vc_page div a.va_vc_page_comments {
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-top: 3px;
}


/* TOP LINKS */
.top_links {
	height: 80px;
	color: #FFF;
	float: right;
}
.top_links a {
	color: #FFF;
	font-weight: bold;
}
.accounts_alert {
	width: 250px;
	position: absolute;
	clear: both;
	color: #D00;
	font-weight: bold;
	font-size: 11px;
	float: right;
	text-align: right;
	margin: 3px 0 0 -130px;
	margin: 15px 0 0 -250px\9;
}
a#my_avatar {
	width: 50px;
	height: 50px;
	border: 1px solid #CCC;
	display: block;
	float: left;
	margin-right: 7px;
}
a#my_avatar:hover {
	border-color: #2F9CC9;
}
a#my_avatar img {
	width: 50px;
	height: 50px;
}

/* COMMENTS */
.comments_container {
	background: #F1F1F1;
	margin-bottom: 6px;
	padding: 6px;
	line-height: 13px;
}
.comments_child_container {
	background: #F8F8F8;
	margin: 6px 0 0 42px;
	padding: 6px;
}
.comments_description {
	padding: 12px 0 15px 0;
	word-wrap: break-word;
}
.comments_description_child {
	margin-right: 40px;
	padding-bottom: 4px;
}
.comments_date {
	color: #999;
	font-size: 10px;
}
#comments_load_more {
	display: block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    background: #DDD;
    padding: 5px;
    border: 2px solid #CCC;
}
#comments_load_more:hover {
	background: #D1D1D1;
}
a.avatar_thumb {
	width: 40px;
	height: 40px;
	border: 1px solid #CCC;
	display: block;
	float: left;
	margin-right: 10px;
}
a.avatar_thumb:hover {
	border-color: #2F9CC9;
}
a.avatar_thumb img {
	width: 40px;
	height: 40px;
}
a.reply {
	display: block;
	float: right;
	background: #b2d2df;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	margin-top: -15px;
	padding: 2px 3px;
}
a.reply:hover {
	background: #2F9CC9;
	text-decoration: none;
}
a.reply_child {
	margin: -13px -3px 0 0;
}
a#add_new_reply {
	display: block;
	margin: -5px 0 10px 23px;
}
#reply_to {
	margin: -15px 5px 7px -20px;
}

#form_add_comment {
	margin: 0 0 0 25px;
}
#form_add_comment table {
	width: 100%;
}
#form_add_comment table textarea {
	width: 300px;
	height: 80px;
}
.post_comment_button {
	margin-top: 8px;
	font-size: 12px;
}

.listing li {
	font-size: 11px;
	padding: 2px 3px;
}

/* Members Listing */
.member_listing_container {
	width: 192px;
	height: 75px;
	float: left;
	background: #E5E5E5;
	margin: 10px 5px 0 5px;
	padding: 5px 0 5px 5px;
}
a.avatar_medium {
	width: 70px;
	height: 70px;
	border: 2px solid #F5F5F5;
	display: block;
	float: left;
	margin-right: 5px;
}
a.avatar_medium:hover {
	border-color: #2F9CC9;
}
a.avatar_medium img {
	width: 70px;
	height: 70px;
}

.rank_admin {
	color: #C00;
	font-size: 10px;
	font-weight: normal;
}
.rank_topmod {
	color: orangered;
	font-size: 10px;
	font-weight: normal;
}
.rank_mod {
	color: darkorange;
	font-size: 10px;
	font-weight: normal;
}
.rank_ayvo {
	color: #3FD6DB;
	font-size: 10px;
	font-weight: normal;
}
.rank_admin2 {
	color: #C00;
	font-weight: bold;
}
.rank_topmod2 {
	color: orangered;
}
.rank_mod2 {
	color: darkorange;
}

.members_faved_listing_container {
	width: 370px;
	height: 55px;
	float: left;
	background: #E5E5E5;
	margin: 0 2px 2px 2px;
	padding: 5px;
}
a.avatar_small {
	width: 50px;
	height: 50px;
	border: 2px solid #F5F5F5;
	display: block;
	float: left;
	margin-right: 5px;
}
a.avatar_small:hover {
	border-color: #2F9CC9;
}
a.avatar_small img {
	width: 50px;
	height: 50px;
}
.title_year {
	color: #247EA3;
	font-size: 11px;
	font-style: italic;
}

.flag {
	width: 28px;
	height: 18px;
	border: 1px solid #AAA;
	float: right;
	margin: -25px 0 0 3px;
	position: absolute;
	z-index: 10px;
}
.flag_sidebyside {
	width: 19px;
	height: 13px;
	border: 1px solid #AAA;
	float: right;
	margin: 61px 0 0 69px;
	position: absolute;
	z-index: 10px;
}
.flag_sidebyside img {
	width: 19px;
	height: 13px;
}

a.confirmed_credit {
	width: 25px;
	height: 26px;
	background: url(../_img/verified_credit_icon.png);
	display: block;
	float: right;
	margin: -35px 6px 0 0;
	margin-right/*\**/: 0px\9;
	margin-right: 0px\9;
	margin-right: 0px\0/;
	position: relative;
	z-index: 11;
}
a.confirmed_credit:hover {
	background-position: 0 -26px;
}
#popup_confirmed_credit {
	width: 658px;
	border: 1px solid #BBB;
	margin-left: -329px;
}
.credit_type {
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 6px;
	margin-right/*\**/: 6px\9;
	margin-right: 0px\9;
	margin-right: 6px\0/;
	position: relative;
	z-index: 11;
}
.credit_type img {
	width: auto !important;
	height: auto !important;
}
.credit_type_page_thumbsize {
	margin-top: -134px;
}
.credit_type_page_thumbsize_wide {
	margin-top: -150px;
}
.credit_type_page_charview {
	margin-top: -150px;
}
.credit_type_page_sidebyside {
	margin: -32px 70px 0 0;
}
.parody {
	width: 36px;
	height: 25px;
	background: url(../_img/parody_icon.png) no-repeat;
	display: block;
	float: left;
	margin-left: 4px;
	position: relative;
	z-index: 11;
}
.parody_page_thumbsize {
	margin-top: -134px;
}
.parody_page_charview {
	margin-top: -140px;
}
.parody_page_sidebyside {
	margin: -35px 69px 0 0;
}

/* Affiliates */
#ee_logo {
	width: 120px;
	height: 52px;
	background: url(../_img/entertainment_earth_logo.png) no-repeat;
	margin: 4px 0 0 28px;
}
.ee_product {
	width: 150px;
	background: #FFF;
	border: 1px solid #247EA3;
	margin: 3px 13px 6px 13px;
	padding-bottom: 5px;
	text-align: center;
}

a.affiliate_img {
	width: 70px;
	height: 100px;
	float: left;
	display: block;
	border: 1px solid #CCC;
	margin: 5px;
}
a.affiliate_img:hover {
	border-color: #2F9CC9;
}
a.affiliate_img  img {
	width: 70px;
	height: 100px;
}

/* NEWS & REVIEWS */

#news_content, #review_content  {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
}
#news_content p {
	margin: 0;
}
#news_content img {
	max-width: 630px;
	height: auto;
	margin: 5px 0 0 0;
}
#review_content p {
	line-height: 18px;
	margin: 0 0 10px 0;
}
#review_content img {
	max-width: 500px;
	height: auto;
	margin: 10px 0 5px 0;
}
#review_stats {
	line-height: 15px;
}
#review_stats .avatar_thumb, #review_stats .avatar_thumb img {
	width: 32px;
	height: 32px;
	margin-right: 6px;
}
h4.review_subheading {
	color: #125C87;
	font-size: 15px;
	border-bottom: 1px solid #1271A8;
	padding-bottom: 3px;
	margin: 20px 0 0 0;
	text-transform: capitalize;
	font-style: italic;
}
h6.review_bold {
	color: #125C87;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	margin: 17px 0 3px 0;
}
#review_content #review_voice_container img {
	max-width: 610px;
	height: auto;
}
#review_voice_container {
	background: #E5E5E5;
	background: -webkit-gradient(linear,left top, right bottom, from(#D5D5D5), to(#EEEEEE));
	background: -moz-linear-gradient(left,#D5D5D5,#EEEEEE);
	border: 1px solid #C3C3C3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	padding: 10px 10px 5px 10px;
	margin-top: 20px;
}
a.review_standout_performance {
	display: block;
	border: 3px solid #CCC;
	float: left;
	margin-top: 2px;
	width: 70px;
	height: 80px;
}
a.review_standout_performance:hover {
	border-color: #2F9CC9;
}
a.review_standout_performance img {
	width: 70px;
	margin-top: 0 !important;
}
#review_voice_container a.review_standout_performance:nth-child(2) {
	margin-right: 7px;
	margin-left: -3px;
}
#review_voice_container blockquote {
	font-style: italic;
}
#review_voice_container blockquote img {
	margin: 2px -5px -3px 0;
}
.review_score_container {
	width: 286px;
	background: #3B6C89; 
	background: -webkit-gradient(linear,left top, right bottom, from(#526875), to(#578FAF));
	background: -moz-linear-gradient(top,#526875,#578FAF);
	border-top: 1px solid #419FC1;
	border-right: 1px solid #1F4F60;
	border-bottom: 1px solid #316A7F;
	border-left: 1px solid #2C92B7;
	color: #FFF;
	float: left;
	margin: 20px 0 10px 0;
	padding: 5px 10px 10px 10px;
}
.review_mini_score_container {
	width: 160px;
	height: 30px;
	background: transparent;
	margin: 0 auto -15px auto;
}
.review_score {
	font-size: 50px;
	line-height: 50px;
	padding-left: 8px;
	float: left;
}
.review_score_icons {
	float: left;
	margin-left: 12px;
	padding-top: 3px;
}
.review_mini_score_container .review_score_icons {
	margin-top: -16px;
	padding-top: 0;
}

.side_banner {
	width: 150px;
	height: 330px;
	margin-top: -80px;
	position: absolute;
	z-index: 201;
}
.side_banner_left {
	margin-left: -155px;
	margin-left/*\**/: -1115px\9;
	margin-left: -1115px\9;
	margin-left: -155px\0/;
}
*:first-child+html .side_banner_left {
	margin-left: -1110px;
}
.side_banner_left_gg {
	width: 259px;
	height:	355px;
	margin-top: -100px;
	margin-left: -261px;
	margin-left/*\**/: -1221px\9;
	margin-left: -1221px\9;
	margin-left: -261px\0/;
}
*:first-child+html .side_banner_left_gg {
	margin-left: -1216px;
}
.side_banner_right {
	margin-top: -100px;
	margin-left: 962px;
	margin-left/*\**/: 0px\9;
	margin-left: 0px\9;
	margin-left: 962px\0/;
}
*:first-child+html .side_banner_right {
	margin-left: 0px;
}
.side_banner_right_gg {
	width: 262px;
	height:	343px;
}
.side_banner_right_1 {
	height: 110px;
}
.side_banner_right_2 {
	height: 170px;
	margin-top: 30px;
}
.side_banner_right_3 {
	height: 215px;
	margin-top: 200px;
}

#notification_replies {
	display: block;
	width: 21px;
	height: 18px;
	float: left;
	margin-right: 5px;
	background: url(../_img/icons/notification_replies.png) no-repeat;
}
#notification_visitors {
	display: block;
	width: 21px;
	height: 18px;
	float: left;
	margin-right: 5px;
	background: url(../_img/icons/notification_visitors.png) no-repeat;
}

.hide {
	display: none;
}
.show {
	display: block;
}

.counter {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 70px 12px 0 0;
	text-align: center;
}
.counter div {
	font-size: 20px;
	margin: 5px 0;
}

/* BTVA AWARDS */
a.awards_major_category {
	width: 291px;
	height: 54px;
	background: #000 url(../_img/btva_awards/btva_awards_major_category.jpg) center 0;
	color: #FFF;
	display: block;
	float: left;
	font: 25px Times New Roman;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 6px 10px 3px 10px;
	padding: 12px 4px 0 0;
	text-align: center;
}
a.awards_major_category:hover {
	background-position: center -66px;
	text-decoration: none;
}
a.awards_major_category span {
	font-size: 30px;
}
a.awards_nav {
	width: 123px;
	height: 27px;
	background: #000 url(../_img/btva_awards/nav.jpg) center 0;
	color: #FFF;
	display: block;
	float: left;
	font: 12px;
	font-weight: bold;
	margin: 8px 5px 0 0;
	padding: 5px 2px 0 0;
	text-align: center;
}
a.awards_nav:hover {
	background-position: center -32px;
	text-decoration: none;
}
a.awards_nav span {
	font-size: 14px;
}
a.awards_nav_anime {
	width: 210px;
	background: #000 url(../_img/btva_awards/nav_anime.jpg) center 0;
	margin-right: 4px;
}
a.awards_nav_old {
	width: 100px;
	background: #000 url(../_img/btva_awards/nav_2011.jpg) center 0;
	margin-right: 7px;
}
#awards_ordinal {
	width: 36px;
	height: 16px;
	position: absolute;
	z-index: 5;
	margin: -126px 0 0 143px;
}
#awards_year {
	width: 53px;
	height: 16px;
	position: absolute;
	z-index: 5;
	margin: -28px 0 0 477px;
}
h2.award_category {
	background: #000;
	/*background: -webkit-gradient(linear,left top,right top, from(#000), to(#890000));
	background: -moz-linear-gradient(180deg,#890000,#000);*/
	border-top: 3px solid #B50303;
	color: #FFF;
	font: 14px Times New Roman;
	letter-spacing: 1px;
	padding: 2px 8px;
	margin: 15px 0 5px 0;
}
.awards_nominee_container {
	float: left;
	margin: 0 4px 4px;
	padding: 4px;
	text-align: center;
}
.awards_nominee_container_vote:hover {
	background: #FFD51C;
	background: -webkit-gradient(linear,left top, right bottom, from(#FCD94B), to(#DDBB23));
	background: -moz-linear-gradient(135deg,#DDBB23,#FCD94B);
}
.awards_nominee_container_voted {
	background: #BF2222;
}
.awards_block {
	line-height: 12px;
	margin: 3px 0 4px 0;
}
a.awards_actor {
	font-weight: bold;
}
a.awards_view_more {
	font: 9px Arial;
}
a.awards_title {
	color: #586B72;
	display: block;
	font-size: 10px;
	line-height: 11px;
	margin-top: -2px;
}
.awards_nominee_vote {
	display: none;
	margin: 47px 0 0 13px;
	position: absolute;
	z-index: 10;
	margin-left/*\**/: 7px\9;
	margin-left: 7px\9;
	margin-left: 7px\0/;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
}
.awards_nominee_vote_actor_char {
	margin: 35px 0 0 52px;
	margin-left/*\**/: 25px\9;
	margin-left: 25px\9;
	margin-left: 25px\0/;
}
.awards_nominee_vote_tv {
	margin-top: 19px;
}
.awards_nominee_vote_anime {
	margin-top: 19px;
}
input.awards_vote_button {
	width: 86px;
	height: 40px;
	background-image: none;
	background: #DB1818;
	background: -webkit-gradient(linear,left top, left bottom, from(#DB1818), to(#820707));
	background: -moz-linear-gradient(90deg,#820707,#DB1818);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
input.awards_vote_button:hover {
	background-image: none;
	background: #B70B0B;
	background: -webkit-gradient(linear,left top, left bottom, from(#B70B0B), to(#590000));
	background: -moz-linear-gradient(90deg,#590000,#B70B0B);
}
.awards_voted {
	color: #B50303;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
#popup_awards_nominee_roles {
	width: 550px;
	min-height: 170px;
	max-height: 350px;
	background: #FFF;
	border: 1px solid #CCC;
	margin-left: -275px;
	overflow-y: scroll;
}
.awards_winner {
	background: #FFD51C;
	background: -webkit-gradient(linear,left top, right bottom, from(#DDBB23), to(#FCD94B));
	background: -moz-linear-gradient(135deg,#FCD94B,#DDBB23);
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin-top: 3px;
	padding-bottom: 3px;
	/*position: absolute;*/
	text-align: center;
	/*z-index: 11px;*/
}
.awards_peoples_choice {
	background: #E5E5E5;
	background: -webkit-gradient(linear,left top, right bottom, from(#D6D6D6), to(#EAEAEA));
	background: -moz-linear-gradient(135deg,#EAEAEA,#D6D6D6);
	color: #666;
}
.awards_nominee_container_winner {
	background: #FFD51C;
	background: -webkit-gradient(linear,left top, right bottom, from(#FCD94B), to(#DDBB23));
	background: -moz-linear-gradient(135deg,#DDBB23,#FCD94B);
}
.awards_nominee_container_peoples_choice {
	background: #E5E5E5;
	background: -webkit-gradient(linear,left top, right bottom, from(#EAEAEA), to(#D6D6D6));
	background: -moz-linear-gradient(135deg,#D6D6D6,#EAEAEA);
}
/* VA Awards Page */
h2.award_category_small {
	text-transform: capitalize;
	margin: 5px 0 0 10px;
}
a.award_name_year {
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin: 15px 0 7px 0;
	color: #B50303;
}
div.award_year_block {
	border: 1px solid #CCC;
	margin: 0 0 7px 10px;
	text-align: left;
	padding: 5px;
}
div.award_year_block img {
	width: 35px;
	height: 40px;
	float: left;
	margin-right: 10px;
}
div.award_year_block.awards_winner {
	margin-top: 0;
}
div.award_year_block .award_result {
	font-size: 14px;
}
span.award_voted_by {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
span.award_medium_details {
	font-size: 12px;
}
span.award_medium_details a{
	font-size: 12px;
	font-weight: bold;
}

blockquote {
	margin: 0;
	padding: 0;
}

.tooltip {
	color: red;
	font-weight: bold;
}

.tooltip_shoutout {
	color: orange;
	font-size: 10px;
}

.tooltip_shoutout2 {
	display: block;
	color: red;
	float: right;
	margin: -22px 3px 0 0;
	text-decoration: underline;
}

.icon_default_size {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 3px;
}
.icon_comment {
	background: url('../_img/icon_castingcall_audition_comment.gif');
	
}
.icon_shoutout {
	width: 12px;
	height: 12px;
	margin: 1px 4px 0 0;
	background: url('../_img/icon_shoutout.png');
	opacity:.50;
}

#popup_shoutout_who {
    width: 280px;
    height: 137px;
	border: 1px solid #BBB;
	font-size: 11px;
	margin-left: -150px;
}
#shoutout_who_container {
	height: 97px;
	padding: 5px 0 0 5px;
	overflow-y: auto;
}

a.avatar_shoutout {
	width: 42px;
	height: 42px;
	margin-bottom: 5px;
}
a.avatar_shoutout img {
	width: 42px;
	height: 42px;
}

h5.sponsor_heading {
	min-height: 17px;
	background: #1B9191;
	color: #FFF;
	margin: 0 0 3px 0;
	padding: 4px 6px;
}

.play_sound_clip {
	height: 17px;
	background: #DDD url(../_img/contest/icon_play.png) no-repeat center -1px !important;
	display: block;
	margin: -21px 0 2px 0;
	position: absolute;
	z-index: 10;
	opacity:.80;
}
.play_sound_clip_2 {
	height: 17px;
	background: #DDD url(../_img/contest/icon_play.png) no-repeat center -2px !important;
	display: block;
	margin: 137px 0 0px 8px;
	position: absolute;
	z-index: 10;
	opacity:.80;
}

#popup_comments {
	width: 600px;
	height: 340px;
	background: #FFF;
	border: 1px solid #CCC;
	margin-left: -300px;
	overflow-y: auto;
	padding: 0 10px 5px 10px;
}

select#fave_choice {
	width: 160px;
	margin-top: 5px;
}
select#fave_choice option, #fave_choice optgroup {
	max-width: 300px;
}
select.fave_choice_thin {
	width: 160px !important;
}
#poll_fave_thin_container {
	min-height: 600px;
}
#poll_fave_thin_container div.bg_bucket_title {
	height: 25px;
	padding-top: 5px;
	text-transform: capitalize;
}
#poll_fave_thin_container div:nth-child(2) {
	font-size: 12px;
	padding: 5px;
	line-height: 16px;
}
#poll_fave_thin_container .poll_option_block, #poll_fave_thin_container .poll_result_block {
	line-height: 16px;
}
#poll_fave_thin_container table.poll_results td.poll_label, #poll_fave_thin_container span.poll_votes {
	font-family: Arial;
}
#poll_fave_thin_container td.poll_label_name {
	padding-top: 6px;
}
.poll_fave_wide_container {
	min-height: auto !important;
}
.poll_fave_wide_container div:nth-child(2) {
	padding: 10px !important;
}
.poll_fave_wide_container select.fave_choice_thin {
	width: 100% !important;
}

blockquote {
	margin: 0;
	padding: 0;
}
a.quote_actor_img {
	border: 1px solid transparent;
	display: block; margin: -8px 0 0 -8px;
	margin-left/*\**/: -608px\9;
	margin-left: -608px\9;
	margin-left: -608px\0/;
	position: absolute;
	z-index: 10;
}
a.quote_actor_img:hover {
	border-color: #2F9CC9;
}
a.quote_actor_img img {
	width: 120px;
	height: 137px;
}
.quote_actor_img_shadow {
	width: 120px;
	height: 137px;
	background: #444;
	float: left;
	margin-right: 15px;
}

/*
CHROME HACK
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
}
IE HACK
margin-left/*\**/: 25px\9;
/*
margin-left: 25px\9; -- IE9, IE7 document mode
margin-left: 25px\0/; -- IE9, IE8 & 9 doc mode
*/
@media all and (-ms-high-contrast:none) {
	.foo { color: green } /* IE10 */
	*::-ms-backdrop, .foo { color: red } /* IE11 */
}


.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../_img/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
