@font-face {
	font-family: ABB;
	src: url("ABB.otf");
}
@font-face {
	font-family: 'LeagueGothic';
	src: url('fonts/league_gothic-webfont.eot');
	src: local('☺'), url('fonts/league_gothic-webfont.woff') format('woff'), url('fonts/LeagueGothic.otf') format("opentype"), url('fonts/league_gothic-webfont.svg#webfont9jalwqxY') format('svg');
}
* {
	margin: 0;
}
body {
	background: #fff;
	width: 950px;
	margin: 0 auto;
}
#outer {
	margin: 0 auto;
	width: 750px;
}

h1 {
	font-family: ABB, Helvetica;
	font-size: 100px;
	color: black;
}
label {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #d5d5d5;
}
fieldset {
	-webkit-box-shadow: #eee 1px 2px 2px;
	border: 0px solid white;
	//border-top: 1px solid #eee;
	//border-left: 1px solid #eee;
	margin-bottom: 15px;
	padding: 15px;
}
legend {
	//padding: 0.2em 0.5em;
	border:0px solid white;
	font-size:15px;
	font-family: Helvetica;
	font-weight: bold;
	color: #d1d1d1;
}
#news {
	position: relative;
}
h1.heading {
	font-family: 'LeagueGothic';
	font-size: 60px;
	display: inline-block;
	border-bottom: 2px solid white;
}
h1.heading:hover {
	border-bottom: 2px solid black;
}
#review:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}
#image_wrapper {
	width: 600px;
	height: 220px;
	overflow: hidden;
	//-webkit-box-shadow: #333 0px 0px 10px;
	position: relative;
	border: 1px solid #d1d1d1;
}
.color_stripe {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: url(images/beta/color_stripe.png) repeat-y; 
	z-index: 1;
}
.top_image {
	position: relative;
	width: 100%;
}
input, textarea {
	display: inline-block; 
	background: #fff url(images/input-bg.png) no-repeat 0 0; 
	margin: 0 0 5px; 
	padding: 3px 4px; 
	border: 1px solid #bbb; 
	font: 12px/18px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif; 
	color: #999; 
	position: relative; 
	z-index: 2; 
	margin-top: 5px;
	margin-right: 10px;
	line-height: 18px;
	-webkit-border-radius: 2px;
}
input:focus, textarea:focus, button {
	color: #333; outline: none;
}
input[type=submit], a.button, .button, button {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.33, rgb(227,227,227)),
	    color-stop(0.67, rgb(242,242,242)),
	    color-stop(0.84, rgb(255,255,255))
	);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	font-size: 13px;
	padding: 6px 17px 4px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	border: 1px solid rgba(0, 0, 0, 0.35);
	display: inline-block;
	-webkit-border-radius: 18px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	cursor: pointer;
	margin-right: 4px;
}
input[type=submit]:focus, input[type=submit]:hover, button:hover {
	background: #fff;
	color: black;
}

input[type=checkbox], #upload_image, #guest {
	display: inline-block;
}
input.user_login {
	height: 40px;
	width: 273px;
	font-size: 23px;
	font-family: Helvetica;
	font-weight: bold;
	letter-spacing: -1px;
	background-color: white;
	color: #eee;
}
input.user_login:focus {
	color: #333;
}
#guest_wrapper, #admin_wrapper {
	position: relative;
}
.guest_name, .upload_image_label {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #d5d5d5;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 9px;
}
#guest, #upload_image {
	text-indent: 38px;
	position: relative;
	z-index: 0;
}
#upload_image {
	text-indent: 45px;
}
.name_w {
	position: absolute;
	bottom: 0;
	left: 20px;
	font-size: 10px;
	color: #919191;
	font-family: Helvetica;
	font-weight: bold;
}
.name_useragent {
	font-weight: normal;
}
.bar {
	height: 75px;
	width: 100%;
	background: #03e7a9 url(images/grid.png) repeat;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.02);
	position: absolute;
	width: 950px;
	top: 0;
	z-index: 21;
}
.bar_hover {
	//background-color: white;
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.41);
	height: 300px;
}
#bar_title {
	font-size: 28px;
	color: white;
	font-family: Helvetica;
	font-weight: bold;
	position: relative;
	left: 32px;
	top: 6px;
}
#bar_desc {
	font-size: 18px;
	color: #373737;
	font-family: Helvetica;
	font-weight: bold;
	position: relative;
	top: 4px;
	left: 48px;
}
#bar_image {
	position: absolute;
	right: 0;
	bottom: 0;
}
#submit {
	display: block;
}
h2.top {
	font-size: 35px;
	color: white;
	font-family: ABB, Helvetica;
	word-spacing: 1px;
	text-shadow: rgba(0,0,0,0.75) 0px 1px 2px;
	//border-bottom: 4px solid white;
	pacity: 0.80;
	letter-spacing: -.5px;
	margin-right: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	cursor: pointer;
	max-width: 570px;
}
.desc {
	font-family: Georgia;
	font-size: 14.3px;
	line-height: 1.3;
	color: white;
	width: 350px;
}
.top_info {
	position: absolute;
	top: 25px;
	left: 530px;
}
a.link_t {
	color: black;
	text-decoration: none;
}
.time {
	font-family:Helvetica; 
	color: #777; 
	font-weight:bold; 
	font-size: 11px; 
}
.title {
	color: #333;
	text-decoration: none;
}
.title:hover {
		text-decoration: underline;
}
h2.red, h2.red2, h2.red3, h2.red4, h2.blue, h2.blue2, h2.blue3 {
	border-left: 10px solid #ff6a6a;
	font-family: Georgia;
	
	font-size: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 19px;
	//text-shadow: rgba(0,0,0,0.75) 0px 1px 2px;
	color: #333;
	font-weight: normal;
	border-top: 1px solid #d1d1d1;
}
h2.red2 {
	border-left: 10px solid #f78466;
}
h2.red3 {
	border-left: 10px solid #ffc58d;
}
h2.red4 {
	border-left: 10px solid #f7deb3;
}
h2.blue {
	border-left: 0px solid #333;
}
h2.blue2 {
	background: #61c5ff;
}
h2.blue3 {
	background: #90e1ff;
}

h2.blue {
	background: #1895ff;
}
h2.blue2 {
	background: #61c5ff;
}
h2.blue3 {
	background: #90e1ff;
}
a.top_link {
	color: white;
	text-decoration: none;
}
.timeline {
	font-family: Helvetica;
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	margin-left: 19px;
	margin-top: 30px;
	margin-bottom: 9px;
	display: none;
}
span.timeline_dark {
	color: #c9c9c9;
	display: none;
}
#header {
	height: 114px;
	width: 100%;
	position: relative;
	border-bottom: 5px solid black;
	margin-bottom: 60px;
	margin-top: 66px;
}
#news_outer {
	border-bottom: 4px solid #f7f7f7;
	width: 100%;
}
#inner, .wrapper {
	position: relative;
	width: 100%;
}
#logo {
	background: url(images/logo.png) no-repeat; 
	height: 50px;
	width: 112px; 
	display: block;
	text-indent:-9999px;
	position: relative; 
	top: 65px;  
	cursor: pointer;
}
#navigation {
	position: absolute;
	top: 71px;
	left: 110px;
}
#navigation:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}
li.nav_tags, li.nav_debate, li.nav_user {
	text-indent:-9999px;
	float: left;
	cursor: pointer;
	height: 31px;
	list-style: none;
}
li.nav_tags {
	background: url(images/beta/nav_tags.png) no-repeat; 
	width: 81px;
}
li.nav_debate {
	background: url(images/beta/nav_debate.png) no-repeat; 
	width: 82px;
}
li.nav_user {
	background: url(images/beta/nav_user.png) no-repeat; 
	width: 108px;
	
}
li.nav_tags:hover, li.nav_debate:hover, li.nav_user:hover {
	opacity: 0.70;
}
#news {
	height: 220px;
	width: 100%;
	margin-top: -25px;
	margin-bottom: 20px;
}
	.live_image {
		max-width: 450px;
		border: 3px solid white;
		-webkit-box-shadow: #999 0px 2px 1px;
	}
	.live {
		background: white;
		border-bottom: 1px solid #eee;
		font-size: 18px;
		font-family: Georgia;
		color: #333;
		padding: 20px;
		position: relative;
		overflow: hidden;
	}

	#send {
		background: white;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		padding: 20px;
		position: relative;
		margin-top: -25px;
		overflow: hidden;
	}
	#live_text {
		width: 470px;
		height: 55px;
	}
	#guest, #upload_image {
		width: 470px;
	}
	.date {
		font-size: 12px;
		font-weight: bold;
		font-family: Helvetica;
		color: #d5d5d5;
		position: absolute;
		right: 10px;
		top: 22px;
	}
	.live_breaking {
		background: #ffe66b;
		font-family: ABB, Helvetica;
		font-size: 24px;
		padding-top: 22px;
		padding-bottom: 22px;
		padding-left: 21px;
		position: relative;
		z-index: 3;
		color: black;
		border-bottom: 1px solid #a8a8a8;
	}
	.breaking_type {
		font-size: 18px;
		font-family: Georgia;
		color: #333;
		padding: 20px;
		position: relative;
		font-weight: normal;
	}
	.text_wrapper {
		width: 95%;
	}
	
	
/*TAG PARSER*/

.preview {
	float:left;
	clear:left;
}
#edit {
	display: none;
	margin-top: 15px;
}
.btn {
	background: transparent url('images/buttons.png') no-repeat scroll 0 0;
	width:20px;
	height:20px;
	margin-right:5px;
	display:inline-block;
	float:left;
}

.bold, #bold {
	background-position:0 0;
}

.bold:hover, #bold:hover {
	background-position:0 -25px;
}

.italic, #italic {
	background-position:-25px 0;
}

.italic:hover, #italic:hover {
	background-position:-25px -25px;
}

.underline, #underline {
	background-position:-50px 0;
}

.underline:hover, #underline:hover {
	background-position:-50px -25px;
}

.link, #link {
	background-position:-75px 0;
}

.link:hover, #link:hover {
	background-position:-75px -25px;
}

.quote, #quote {
	background-position:-100px 0;
}

.quote:hover, #quote:hover {
	background-position:-100px -25px;
}

.codes, #codes {
	background-position:-125px 0;
}

.codes:hover, #codes:hover {
	background-position:-125px -25px;
}

.image, #image {
	background-position:-150px 0;
}

.image:hover, #image:hover {
	background-position:-150px -25px;
}
.litem, #litem {
	display: none;
}
.back, #back {
	display: none;
}
.back_disable, #back_disable {
	display: none;
}
.forward, #forward {
	display: none;
}
.forward_disable, #forward_disable {
	display: none;
}
.parser:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}
.byline_views {
	background: url(images/hot.png) no-repeat;
	padding-left: 13px;	
	margin-left: 13px;
}
.top_info {
	position: absolute;
	top: 14px;
	left: 5px;
}
h2.top {
	font-size: 32px;
	background: black;
	padding: 5px;
	padding-right: 12px;
	//width: 85%;
	display: inline-block;
}
.time {
	background: black;
	padding: 4px;
	margin-bottom: 5px;
	display: inline-block;
}
.time_block {
	display: block;
}
#text {
	width: 500px;
	padding: 5px;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
}
#text:focus {
	outline: none;
}
.content_wrapper {
	background: #fff;
	height: 100%;
	width: 533px;
	margin-bottom: 16px;
	margin-top: 16px;
	padding: 40px;
	padding-top: 10px;
	padding-left: 20px;
	border: 1px solid #D6D6D6;
	-webkit-box-shadow: #ddd 1px 1px 2px;
}
.sidebar {
	width: 220px;
	padding: 40px;
	padding-top: 10px;
	padding-left: 20px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	-webkit-box-shadow: #ddd 1px 1px 2px;
	background: white;
	float: right;
	margin-top: -419px;
	position: relative;
	left: -20px;
}
#comment_wrapper {
	margin-top: 30px;
	padding: 50px;
	padding-left: 0px;
}
.comment {
	margin-bottom: 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e1e1e1), color-stop(.6,#f7f7f7));
	padding: 10px;
	width: 90%;
	margin: 0 auto;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: #eee 1px 1px 2px;
	margin-top: 19px;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
}

.comment_text_wrapper {
	width: 95%;
	margin-right: 5px;
	font-family: Helvetica;
	font-size: 14.5px;
	color: #333;
	
}
.comment_author {
	font-family: Helvetica, Arial, sans-serif;
	color:#999;
	font-size:12px;
	font-weight:normal;
}
.comment_date {
	font-family: Helvetica, Arial, sans-serif;
	color:#ddd;
	font-size:10px;
	margin-top: 0px;
}
.comment_info{
	width: 95%;
	margin: 0 auto;
	padding: 10px;
	padding-left: 27px;
}
.form_wrapper {
	width: 95%;
	margin: 0 auto;
}
#form {
	padding: 10px;
}
#text_comment {
	height: 145px;
	width: 100%;
}
#author {
	margin-top: -2px;
	width: 100%;
	margin-bottom: 9px;
}
.label_i {
	font-family: Helvetica;
	font-weight: bold;
	color: #d1d1d1;
	font-size: 12px;
}
.comments_start {
	width: 95%;
	margin: 0 auto;
	color: #333;
	overflow: hidden;
	position: relative;
	text-indent: 10px;
	font-family: Helvetica;
	margin-top: 10px;
}
#comments_stripe {
	position: relative;
}
#comment_error {
	background: #edff6f;
	color: #333;
	font-family: Helvetica;
	font-weight: bold;
	display: none;
	font-size: 15.5px;
	text-align: center;
}
.image_container {
	width: 100%;
	-webkit-box-shadow: #333 1px 1px 3px;
}
blockquote .quote_box {
	padding: 0px 20px 0px 19px;
	border-left: 1px solid #575750;
	display: block;
	margin-top: 10px;
	margin-bottom: -18px;
}
.shadow {
	background: url(images/beta/shadow.png) repeat-x;
	height: 9px;
	width: 100%;
}
.tag {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 4px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.light_tag {
	color: #999;
}
.sidebar_latest_news {
	border-bottom: 1px solid #eee;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #afafaf;
}
.sidebar_title {
	font-family: Georgia;
	margin-bottom: 10px;
	color: black;
	font-size: 15px;
	border-bottom: 3px solid black;
	padding: 4px;
}

a.link_white {
	color: white;
	text-decoration: none;
}
#wrapper_tags {
	margin: 0 auto;
}
#wrapper_tags .byline_time {
	color: #fff;
	height: 32px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 20%;
	background: #333;
	text-align: center;
	padding-top: 6px;
	-webkit-border-radius: 4px;
}
.byline_time a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-family: Helvetica;
}

#wrapper_tags:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}
#login, #tags {
	position: absolute;
	z-index: 20;	
	top: 104px;
	left: 320px;
	display: none;
}


#tags {
	left: 157px;
}

.login {
	width: 304px;
	padding: 15px;
	padding-left: 35px;
	padding-top: 50px;
	background: white;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: #333 3px 3px 8px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 15px;
}

a.create {
	font-size: 13px;
	padding: 6px 17px 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	display: block;
}
#create_error {
	display: none;	
	font-family: Helvetica;
	font-weight: bold;
	color: #333;
	background: #6fffca;
	padding-top: 20px;
}
.floating {
	float: left;
}
.floating:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
	margin-bottom: -55px;
}

#reviews {
	position: relative;
	background: #fff url(images/white_grid.png) repeat;
}

#reviews_container, #title_container {
	position: relative;
}
#reviews_container {
	margin-top: -25px;
}
#reviews_container:after, #title_container:after, .member_button:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}

#title_container {
	margin-top: 15px;
}

.review_all, .review_rest{
	width: 217px;
	height: 326px;
	background: transparent;
	float: left;
	margin-right: 27px;	
	-webkit-box-shadow: #8f8f8f 2px 2px 2px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.review_title_all, .review_title_rest {
	width: 217px;
	height: 60px;
	float: left;
	margin-right: 27px;
	position: relative;
	color: #131313;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -1.5px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
} 
.review_title_all:hover, .review_title_rest:hover {
	opacity: 0.75;
} 
.review_image {
	width: 217px;
	height: 326px;
}
.review_icon {
	position: absolute;
	top: 113px;
	left: 59px;
	height: 100px;
	width: 100px;
	cursor: pointer;
	-webkit-box-shadow: #000 2px 2px 6px;
	-webkit-border-radius: 25px;
	-webkit-transition: all 0.2s ease-in-out;
}
#review_icon {
	width: 100px;
	height: 100px;
}
#upload_icon {
	display: none;
}
.review_icon:hover {
	-webkit-box-shadow: #000 2px 2px 20px;
	opacity: 0.8;
}
.review_rest, .review_title_rest {
	margin-right: 0;
}
.review_title {
	position: absolute;
	bottom: -20px;
	z-index: 10;
	color: red;
	font-size: 20px;
}
.review_price {
	background: url(images/review_price.png) no-repeat; 
	height: 34px;
	width: 79px; 
	position: absolute;
	right: 0;
	top: -5px; 
}
.review_price_tag {
	margin: 0 auto;
	width: 79px;
	text-align: center;
	top: 7px;
	position: relative;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

table.other_reviews {
	width: 100%;
	border: 1px solid #d1d1d1;
	margin-bottom: 20px;
	padding: 3px;
	-webkit-box-shadow: #d1d1d1 2px 2px 2px;
}
tr.even {
	background-color: #F4F4F4;
}
tr.uneven:hover, tr.even:hover {
	background: #f5f5f5;
	opacity: 1.0;
}

td.table_title {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
	padding-left: 0;
	cursor: pointer;
	position: relative;
}
td.table_title:hover {

}
td.table_rest {
	color: #d1d1d1;
	font-family: Helvetica;
	font-size: 14px;
}
td.table_rest:hover {
	color: #333;
}
td.table_width {
	width: 90px;
}
td.table_head, td.table_head2{
	padding: 10px;
	padding-left: 0;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}
td.table_head2 {
	color: #d1d1d1;
}
.review_platform {
	width: 14px;
	padding-left: 30px;
}
.review_platform_single{
	//width: 14px;
}
img.table_icon {
	width: 40px;
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
}

#add_review_wrapper {
	background: #fff url(images/white_grid.png) repeat;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 2px;
	position: absolute;
	width: 950px;
	top: 0px;
	z-index: 19;
	display: none;
}
#add_review_content {
	width: 490px;
	margin: 0 auto;
	margin-top: 20px;
}
#add_review_icon {
	font-size: 17px;
	font-family: Helvetica;
	font-weight: bold;
	position: absolute;
	top: -60px;
	right: 0;
	height: 80px;
	cursor: pointer;
	z-index: 20;
}
#add_review_icon:hover {
	color: #919191;
}
#review_scores {
	width: 460px;
	height: 170px;
	position: relative;
	background: #f4f4f4;
}
#review_dur, #review_fun, #review_des, #review_ove  {
	float: left;
	width: 115px;
	height: 170px;
	background: #a0d5a8;
	font-size: 100px;
	text-align: center;
	color: #fff;
	font-family: Helvetica;
	font-weight: bold;
	letter-spacing: -10px;
	text-shadow: 0 -1px 2px rgba(0,0,0,0.9);
	cursor: pointer;
}
#review_fun {
	background: #ff5f45;
}
#review_des {
	background: #62c6ff;
}
#review_ove {
	background: #323232;
}
#review_scores_wrapper {
	position: relative;
}
.review_scores_bottom, .review_scores_overall {
	display: block;
	position: absolute;
	bottom: 0;
	background: #323232;
	opacity: 0.80;
	width: 115px;
	height:45px;
	color: #999;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 22px;
	line-height: 49px;
	text-align: center;
	letter-spacing: -1px;
}
.review_scores_overall {
	opacity: 1.0;
	color: #fff;	
}
#review_scores:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}

#give_dur, #give_fun, #give_des, #give_ove {
	position: absolute;
	top: -20px;
	background: #a0d5a8;
	border: 1px solid #d1d1d1;
	opacity: 0.90;
	display: none;
	width: 460px;
	text-align: center;
}
#give_fun {
	background: #ff5f45;
}
#give_des {
	background: #62c6ff;
}
#give_ove {
	background: #323232;
}
.give_c {
	color: #fff;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: inline-block;
	text-shadow: 0 -1px 2px rgba(0,0,0,0.9);
	width: 42px;
	cursor: pointer;
}
.give_10 {
	margin-right: 0;
}
.give_c:hover {
	background: black;
}
#c_dur, #c_fun, #c_des, #c_ove {
	display: none;
}
#submit_review {
	display: block;
}
#review_text {
	width: 450px;
	max-width: 450px;
	padding: 5px;
}
textarea[name=value] {
	padding: 0;
	margin: 0;
	border: 0px solid white;
	background: transparent;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	width: 500px;
	max-width: 500px;
	min-height: 500px;
	margin-top: 20px;
}
#slider {
	width: 460px;
	margin: 10px;
}
#amount_wrapper {
	background: url(images/review_price.png) no-repeat; 
	height: 34px;
	width: 79px;
	margin-top: 10px;
	margin-bottom: 10px; 
}
#amount {
	font-family: Helvetica;
	margin: 0 auto;
	width: 79px;
	text-align: center;
	top: 7px;
	position: relative;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.hide_input {
	display: none;
}
.fieldset_review {
	width: 460px;
}
.td_wrapper {
	position: relative;
}
.delete {
	background: url(images/close.png);
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 15px;
}
.delete:hover {
	opacity: 0.50;
}
.info {
	background: url(images/info.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px;
}
.info:hover {
	background: url(images/info_hover.png);
}
.sucess {
	display: block;
	font-family: Helvetica;
	font-weight: bold;
	color: #333;
	margin-bottom: 190px;
	margin-top: 170px;
	text-align: center;
	font-size: 20px;
}
div.pagination
{
    padding: 3px;
    margin: 3px;
    width: 80px;
    margin: 0 auto;
    text-align: center;
	position: relative;
	left: 30px;
}

div.pagination a.rest {
    background: #fff;
    color: #666;
    text-decoration: none;
	background: url(images/pagination_rest.png) no-repeat;
	height: 7px;
	width: 7px;
	display: block;
	float: left;
	margin-right: 3px;
    
}

span.pag_current {
	background: url(images/pagination_current.png) no-repeat;
	height: 7px;
	width: 7px;
	display: block;
	float: left;
	margin-right: 3px;
}

div.pagination a:hover, div.pagination a:active
{
    color: #000;
}


/* TipTip CSS - Version 1.2 */

#tip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tip.tip_top {
	padding-bottom: 5px;
}

#tip.tip_bottom {
	padding-top: 5px;
}

#tip.tip_right {
	padding-left: 5px;
}

#tip.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 12px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
	font-family: Helvetica;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tip.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tip.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tip.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tip.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tip.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tip.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tip.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tip.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tip.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tip.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

#no_permission, #no_permission_review, .review_send_black, .review_send {
	padding: 20px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.21); 
	margin-top: 10px; 
	background: #ff7575; 
	font-size:20px; 
	font-family: Helvetica; 
	color: #fff; 
	text-shadow: 0 -1px 2px rgba(0,0,0,0.55);
}
#no_permission_review, .review_send_black {
	background: black;
}
#message {
	display: none;
	color: #333;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 13px;
	margin-left: 5px;
}
#target {
	display: none;
}

#screenshots, #add_screenshots {
  width: 640px;
  margin: 0 auto;
  -webkit-user-select: none;
  position: relative;
}

#content-slider, #content-slider_ipad{
  width: 640px;
  height: 6px;
  margin: 5px;
  background: black;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-border-radius: 30px;
  opacity: 0.4;
}
#content {
	position: relative;
}

.image_review {
	border: 1px solid white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}

.ui-slider-handle {
  width: 48px;
  height: 6px;
  position: absolute;
  top: 0;
  background: #eee;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 1px 1px 4px;
}
.ui-slider-handle:focus {
  outline: none;
}
#content-scroll, #content-scroll_ipad {
  width: 660px;
  height: 530px;
  margin-top: 10px;
  overflow: hidden;
  border: solid 1px #eee;
  background: #fff url(images/white_grid.png) repeat;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 2px;
}

#content-holder, #content-holder_ipad {
  width: 1500px;
  height: 270px;
}

.image_review_ipad {
	width: 360px;
}

.content-item, .content-item_ipad {
  width: 320px;
  height: 480px;
  padding: 25px;
  overflow: hidden;
  float: left;
}
.content-item_ipad {
	width: 360px;
}
#add_screenshots {
	display: none;
	
}
#review {
	margin-bottom: 50px;
}
#article {
	float: left;
	width: 510px;
	margin-right: 50px;
}
#review_info {
	width: 100px;
	float: left;
	margin-right: 20px;
	position: relative;
	top: 30px;
	-webkit-box-shadow: #333 0px 1px 4px;
	-webkit-border-radius: 35px;
	height: 100px;
}
.scores_single_review {
	float: right;
}
.content_title {
	font-size: 30px;
}
#summary {
	margin-bottom: 40px;
	background: #fff url(images/white_grid.png) repeat;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 2px;
	padding: 20px;
}
#summary:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}
#review_info_more {
	float: left;
	margin-top: 30px;
}

.tags a:link, .tags a:visited {
	display: inline-block;
	max-width: 170px;
	height: 16px;
	margin: 0 2px 5px 0;
	padding: 4px 8px 0;
	font: normal 10px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	white-space: nowrap;
	text-transform: lowercase;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: white;
	color: #A0B0B8;
	border: 1px solid #D0DCDF;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-o-border-radius: 11px;
	-webkit-transition: all 0.2s linear;
	
}
#sidebar {
	float: left;
	width: 390px;
}
.tags {
	width: 160px;
	position: relative;
	top: 7px;
	margin-left: 13px;
}
.tags a:hover, .tags a:active, .tags a:hover, .tags a:active {
	color: white;
	border: 1px solid #333;
	background-color: #333;
}
#pushnow:hover {
	color: #999;
}
.buble {
	background: url(images/buble.png) no-repeat;
	width: 336px;
	height: 370px;
	position: absolute;
	-webkit-user-select: none;
	top: 0;
	display: none;
}
.position1 {
	left: -158px;
	top: -40px;
}
.buble_white {
	background: #f5f5f5;
	width: 290px;
	height: 310px;
	position: absolute;
	top: 16px;
	left: 23px;
	-webkit-border-radius: 6px;
}
.buble_overlay {
	background: url(images/buble_overlay.png) no-repeat;
	width: 290px;
	height: 139px;
	position: absolute;
	top: 16px;
	left: 23px;
	z-index: 3;
	opacity: 0.5;
}
.notifications_logo {
	background: url(images/notifications_logo.png) no-repeat;
	width: 181px;
	height: 180px;
	position: absolute;
	top: 39px;
	left: 55px;
	-webkit-transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.notifications_logo:hover {
	opacity: 0.5;
}
.buble .entries {
	position: absolute;
	top: 225px;
	width: 290px;
	font-size: 16px;
	line-height: 25px;
	font-family: Helvetica;
}
.entries .entry {
	position: relative;
}

.toggle {
	background:#ccc;
	border:#777 1px solid;
	clear:both;
	height:25px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	overflow:hidden;
	width:60px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:#ccc 0 0 2px;
	-webkit-user-select: none;
}
.toggle label {
	cursor:pointer;
	display:block;
	left:-34px;
	position:relative;
	width:98px;
	z-index:2;
	-webkit-transition:left .1s ease-in-out;
}
.toggle label.checked {
	left:0;
	-webkit-transition:left .1s ease-in-out;
}
.toggle input {
	left:-5000px;
	position:absolute;
}
.toggle span {
	float:left;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	position:relative;
	text-align:center;
	width:34px;
	z-index:3;
}
.toggle span.on {
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.5,#29c4f0),color-stop(.8,#00beed),color-stop(1,#0695d7));
	color:#FFF;
	margin-right:-5px;
	padding-right:5px;
	text-shadow:#10416c 0 -1px 0;
	-webkit-border-top-left-radius:2px;
	-webkit-border-bottom-left-radius:2px;
}
.toggle span.spacer {
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.5,#fcfcfc),color-stop(1,#cfcfcf));
	border-top:#f7f7f7 1px solid;
	height:24px;
	margin:0;
	width:26px;
	z-index:4;
	-webkit-box-shadow:#222 0 0 3px;
	-webkit-border-radius:2px;
}
.toggle span.off {
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.5,#ebebeb),color-stop(.8,#d6d6d6),color-stop(1,#a2a2a2));
	color:#666;
	float:left;
	margin-left:-5px;
	padding-left:5px;
	text-shadow:#FFF 0 1px 0;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-right-radius: 2px;
}
.buble_border {
	background: url(images/buble_border.png) repeat-x;
	width: 100%;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.entry_label {
	margin-left: 5px;
	position: relative;
}
.togglefix {
	position: relative;
	top: 7px;
}
.byline {
	color: #999;
	font-family: Helvetica;
	font-size: 11px;
	margin-left: 5px;
}
.notification, #pushnow {
	cursor: pointer;
}
.notification {
	border-bottom: 1px dotted #999;
}
.notification:hover {
	border-bottom: 1px dotted black;
	color: black;
}
#text a:link, #text a:visited, #text a:active {
	color: #999;
	text-decoration: none;
}
#text a:hover {
	color: #333;
}
.normal-img {
	background: #ccc;
	border: solid 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.normal-img-2 {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .8), 0 1px 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(0, 0, 0, .6);
}
 
/* rounded image styles */
.rounded-img {
	display: inline-block;
	border: solid 1px #000;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.rounded-img2 {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
}
.avatar {
	height: 70px;
	widows: 70px;
}
#return_users {
	display: none;
	width: 400px;
//	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	padding: 15px;
	background: #fff url(images/white_grid.png) repeat;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 2px;
	position: absolute;
	
}
.member_search {
	font-size: 15px;
	font-family: Helvetica;
	font-weight: bold;
	padding: 5px;
	background: white;
	display: inline;
}
img.member_search_avatar {
	width: 90px;
	height: 90px;
	margin-right: 5px;
	border: 1px solid white;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.member_button {
	position: relative;
	top: 4px;
}
.member_button_left {
	background: url(images/member_button_left.png) no-repeat;
	width: 7px;
	height: 32px;
	float: left;
}
.member_button_right {
	background: url(images/member_button_right.png) no-repeat;
	width: 9px;
	height: 32px;
	float: left;
}
.member_button_fill {
	background: url(images/member_button_fill.png) repeat-x;
	height: 32px;
	display: inline;
	float: left;
}
.member_button_text {
	font-family: Helvetica;
	font-size: 13px;
	color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	position: relative;
	top: 3px;
}
.arrow {
	position: relative;
	top: 2px;
	margin-left: 6px;
}