/* MISC BASICS **********************************************************/
/*  LALALA */


body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #0d0d0d;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #fff;
	
	background: #333 url(/img/crowd-back.gif) top center no-repeat fixed; /* fallback! */
	
	
	background:
	url(/img/crowd-back.gif) top center no-repeat fixed,
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(10,10,10)),
		color-stop(1, rgb(55,55,65))
	);

	background:
	url(/img/crowd-back.gif) top center no-repeat fixed,
	-moz-linear-gradient(
		center bottom,
		rgb(10,10,10) 0%,
		rgb(55,55,65) 100%
	);
	
	
	
}

strong {
	font-weight: bold;
}

.c {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pos-abs {
	position: absolute;
}
.pos-rel {
	position: relative;
}
.gray a,
.gray {
	color: #ccc; /*fallback*/
	color: rgba(255,255,255,0.7);
}
.gray a {
	text-decoration: underline;
}



.button {
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.1);
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.1);
	background: #000 url(/img/transparent-bw-gradient.png) 0 -30px repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 7px 10px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.button:hover {
	background-position:0 -20px;
	text-decoration:none;
}

.button-red {
	background-color: red !important;
}
.button-green {
	background-color: green !important;
}


.button-disabled {
	background: url(/img/70-black.png) !important;
	color: #333 !important;
	cursor: default !important;
	text-decoration: blink;
}

.button-multiline {
	text-align: left !important; 
	font-size: 12px; 
	line-height: 16px;
	display: block;
	margin-bottom: 2px;
}

.button-multiline .thumb {
	margin-right: 5px;
}

.button-multiline .thumb img {
	width: 40px;
}

.button-sidebar {
	display: block;
}



.button-tiny {
	font-size: 9px;
	line-height: 9px;
	background-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 7px 3px 7px;
	margin-top: 2px;
	text-decoration: none !important;
}
.button-tiny:hover {
	background: #E30046;
}



/* STRUCTURE **********************************************************/

.wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	min-height: 140px;
	position: relative;
}

.content {
	width: 980px;
	margin: 0 auto;
}
.content .wrapper {
	width: auto;
	padding-left: 146px;
	padding-bottom: 50px;
	/*background: url(/img/bg-content.png) bottom left no-repeat;*/
	
}
.content .col-main,
.footer .col-main {
	width: 554px;
	float: left;
}
.content .col-right,
.footer .col-right {
	width: 240px;
	float: right;
}


/* HEADER ELEMENTS **********************************************************/

.header {
	background: url(/img/50-black.png) 0 0 repeat-x;
}

.logo {
	background: url(/img/rbbj-logo.png) 0 0 no-repeat;
	width: 164px;
	height: 156px;
	position: absolute;
	top: 5px;
	left: -15px;
	z-index: 10;
}

.logo a {
	width:150px;
	height:150px;
	display:block
}

.logo span {
	display: none;
}

.country_chooser {
	padding: 4px;
	background: url(/img/50-black.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 22px;
	z-index: 99;
	text-decoration: none;
}

.country_chooser span {
	display: none;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.country_chooser:hover {
	background: url(/img/70-white.png);
	text-decoration: none;
}

.country_chooser:hover span {
	display: inline;
}


/* boxes to display contests and live shows*/

.info-message-box {
	position: absolute;
	top: 100px;
	left: -13px;
	z-index: 100;
	width: 180px;
	text-align:center;
}

.info-message-box a.info-message {
	font-size: 12px;
	float: left;
	width: 95px;
	height: 70px;
	padding-top: 43px;
	margin-right: -20px;
}

.info-message-box a.info-message:hover {
	text-decoration:none;
}

.info-message-box a.info-message span {
	display:block;
	font-weight: bold;
}

a.info-message-red {
	background:url(/img/bubble-red.png) center center no-repeat;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	color: #fff;
	margin-top: 5px;
}

a.info-message-red:hover {
	color: #000;
}

a.info-message-yellow {
	background:url(/img/bubble-yellow.png) center center no-repeat;
	color: #000;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	margin-top: 10px;
}

a.info-message-yellow:hover {
	color: #fff;
}


.info-message-box a.info-message span {
	font-size: 10px;
}

.info-message-box a.info-message span.countdown-timer {
	/* font-weight: normal; */
	display: block;
	font-size: 12px;
}



ul.navi {
	position: absolute;
	top: 15px;
	left: 148px;
	z-index: 20;
}
ul.navi li {
	display: inline;
}
ul.navi li a {
	float: left;
	padding: 7px 8px;
	margin: 1px 6px 1px 1px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: -1px -1px 1px #000;
}
ul.navi li a:hover,
ul.navi li a.active	 {
	background: #e30046 url(/img/transparent-bw-gradient.png) 0 -53px repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	float: left;
}

.login-button {
	position: absolute;
	top: 15px;
	right: 280px;
	z-index: 20;
	font-size: 15px;
	background: #000 url(/img/transparent-bw-gradient.png) 0 -30px repeat-x;
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.1);
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.1);
}

.login-button:hover {
	background: #000 url(/img/transparent-bw-gradient.png) 0 -20px repeat-x;
	text-decoration:none;
}

.search-form {
	position: absolute;
	top: 15px;
	padding: 4px;
	right: 0;
	z-index: 10;
	background: #888 url(/img/transparent-bw-gradient.png) 0 -30px repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000; /* fallback */
	border: 1px solid rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
	width: 226px;
}

.search-form label span {
	display: none;
}

.search-form button {
	background: #000 url(/img/transparent-bw-gradient.png) 0 -30px repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #000;
	padding: 2px;
	width: 70px;
}

.search-form button span {
	color: #fff;
}

.search-form button:hover {
	background-position: 0 -20px;
	cursor: pointer;
}

.search-form input {
	width: 150px;
	border: 0;
	background: transparent;
}


/* Twitter & Facebook Share */

.social-share-buttons {
	height: 23px;
	padding: 5px;
	background: url(/img/50-black.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 5px;
	position: absolute;
	top: 94px;
	left: 147px;
	width: 823px;
}

.social-share-facebook {
	margin-left: 5px;
}

.social-share-twitter {
	float: right;
	margin-top: 2px;
	display: block;
}


.my-navi {
	position: absolute;
	top: 60px;
	left:148px;
	z-index: 10;
	width:818px;
	padding: 0px 7px 6px 7px;
	background: url(/img/50-black.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-radius-topleft:0;
	-webkit-border-radius-topright:0;
}
.my-navi .thumb {
	margin-right: 5px;
}

.my-navi ul {
	float: left;
}
.my-navi ul li,
.my-navi ul li a {
	float: left;
	margin: 3px 2px 0 3px;
}
.my-navi ul li a.active {
	background: #E30046;
}


.my-navi .inbox-counter {
	text-decoration: blink;
}


/* FOOTER ELEMENTS **********************************************************/
.footer {
	background: url(/img/50-black.png);
	font-size: 11px;
	line-height: 15px;
}
.footer .wrapper {
	padding: 10px 0;
}
.footer .wrapper .col-main{
	padding-left: 146px;
}
.footer a {
	padding-right: 10px;
}


/* FORMS **************************************************************/
div.textarea {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:1px 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.1);
	background-color: #fff;
	border:1px solid #000000;
	margin-bottom:3px;
	padding:4px;
}

div.textarea textarea {
	border: none;
	display: block;
	width: 100%;
}

form.default-form fieldset {
	padding: 10px;
	margin-bottom: 20px;
	background: url(/img/10-white.png);
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
form.default-form fieldset.dark {
	background: url(/img/30-black.png);
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

form.default-form div.input-wrap {
	margin-bottom: 20px;
}

form.default-form .rte-wrap,
form.default-form textarea,
form.default-form input[type=password],
form.default-form input[type=text] {
	display: block;
	width: 522px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow:1px 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.1);
	background-color: #f2f2f2;
	border:1px solid #000000;
	padding: 5px;
	color: #5a5a5a;
}

form.default-form textarea:focus,
form.default-form input:focus {
	background-color: #fff;
	color: #000;
}

form.default-form label {
	display: block;
	padding-top: 1px;
	padding-bottom: 3px;
	font-weight: bold;
}

form.default-form small {
	padding-top: 2px;
	font-size: 11px;
	display: block;
}

form.default-form div.checkbox-list {
	width: 535px;
}

form.default-form div.checkbox-list div.item {
	float: left;
	background-color: #474747;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	width: 175px; 
	margin: 0 3px 3px 0;
}
form.default-form div.checkbox-list input {
	float: left;
}

form.default-form div.checkbox-list label {
	padding: 4px 0 0 4px;
	font-weight: normal;
}


div.input-checkbox {
	float: left;
	background: url(/img/10-white.png);
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	padding: 0 3px;
}

div.input-checkbox input {
	float: left;
}

div.input-checkbox label {
	float: left;
	padding: 3px;
}

.input-checkbox:hover {
	background: url(/img/30-white.png);
	cursor: pointer;
}


form.default-form .submit-box {
	padding: 10px;
	margin-bottom: 20px;
	background: url(/img/50-white.png);
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

form.default-form .submit-box p {
	line-height:15px;
	margin: 3px 120px 0 3px;
}

form.default-form .submit-box .button {
	float: right;
}

.media-edit-row {
	background: url(/img/30-black.png);
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 3px;
	position: relative;
}

.media-edit-row-header {
	background: url(/img/30-black.png);
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-radius-bottomleft: 0;
	-webkit-border-radius-bottomright: 0;
	margin: -10px -10px 10px -10px;
	padding: 5px 10px;
}

.media-edit-row-header:hover {
	background: url(/img/50-black.png);
	cursor: move;
}

.media-edit-row-header:hover span {
	display: block !important;
	color: gray;
	line-height: 18px;
}

.media-edit-row .thumb {
	float: left;
	margin-right: 10px;
}

.media-edit-row div.input-checkbox {
	margin-top: 6px;
}
.media-edit-row div.input-checkbox,
.media-edit-row div.input-checkbox input {
	float: right !important;
}

.media-edit-row div.input-checkbox label {
	float: right !important;
}

.media-edit-row .input-checkbox {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.media-edit-row input[type='text'] {
	width: 410px !important;
}

.provider-icon {
	position: absolute; 
	left: -50px;
}
.provider-url {
	margin-bottom: 10px;
	text-decoration: underline;
	display: block;
}




/* CONTENT ELEMENTS **********************************************************/
.flash-message {
	padding: 10px;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 18px;
}

.flash-success {
	background: url(/img/80-green.png);
}

.flash-error {
	background: url(/img/80-red.png);
}


h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 6px;
	margin-left: 2px;
}

.content-box {
	margin-bottom: 20px;
	clear: both;
}


.thumb {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #fff;
	float:left;
	/*
	box-shadow: 3px 3px 3px #000;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	*/
}
a.thumb:hover {
	border-color: #000;
}
.thumb-featured {
	border-color: #f4c302;
}
.thumb-video-large {
	border-color: none !important;
}
.thumb-admin {
	border-color: #E30046;
}

.thumb-video {
	border-color: #000;
	width: 65px;
	height: 50px;
}
.thumb-fan {
	border-color: #000;
}
.thumb img.square-img-small {
	width: 21px;
	height: 21px;
}
.thumb img.square-img-tiny {
	width: 14px;
	height: 14px;
}

.thumb-photo {
	border: 1px solid #000;
}

.thumb-photo:hover {
	border: 1px solid #fff !important;
}

.thumb-photo img {
	width: 100px;
	height: 100px;
}
.thumb-photo img.square-img-small {
	width: 50px;
	height: 50px;
}



.thumb-bar {
	background: url(/img/40-black.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
	padding-bottom: 0;
	float: left;
}

.thumb-bar ul {
	margin: 0 -8px -8px 0;
}

.thumb-bar li {
	float: left;
	margin: 0 8px 7px 0;
}

.thumb-bar-wide li {
	float: left;
	margin: 0 7px 7px 0;
}

.photo-large {
	margin-bottom: 20px;
	border: 1px solid #fff;
	float:left;
}

.featured-video {
	background: url(/img/40-black.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px 7px;
	min-height: 170px;
	overflow: hidden;
}


.featured-video a {
	display: block;
	text-decoration: none !important;
}
.featured-video .video-title {
	display: block;
	position: absolute;
	background: url(/img/70-black.png);
	bottom: 0;
	left: 0;
	padding: 10px;
	width: 206px;
}
.video-play-helper {
	width: 60px;
	height: 57px;
	position: absolute;
	top: -5px;
	left: 5px;
	display: none;
	background: url(/img/video-play-overlay.png) 0 0 no-repeat;
}


.activity-list li {
	background: url(/img/40-black.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height:15px;
	margin-bottom: 2px;
	padding:6px 10px;
	position: relative;
}

.activity-list li .account-item {
	position: absolute;
	width: 140px;
	left: -145px;
	top: 2px;
	text-align: right;
	font-size: 10px;
	line-height: 11px;
}

.activity-list li .account-name {
	font-weight: bold;
}

.activity-list li .account-item .thumb {
	float: right;
	margin-left: 5px;
}
.activity-list li span {
	display: block;
}

.activity-list li span.gray {
	font-size: 10px;
}


.activity-list li:last-child {
	margin-bottom: 0;
}

.activity-list li:hover {
}

.activity-list .activity-comment a {
	text-decoration: underline;
}

.activity-list .activity-comment a:hover {
	text-decoration: none;
}


.activity-list li.is-owner {
	background: #000;
}
.activity-list li.is-admin {
	background: #E30046;
}




.activity-list .activity {
	position: relative;
}
.activity-list li:hover .activity-action-buttons,
.activity-list .subactivities li:hover .subactivity-action-buttons {
	display: block;
}
.activity-list .activity-action-buttons,
.activity-list .subactivity-action-buttons {
	position: absolute;
	right:2px;
	top:2px;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 2px 2px 0;
	background-color: #000;
}
.activity-list .activity-action-buttons a,
.activity-list .subactivity-action-buttons a {
	float: left;
	margin-left: 2px;
}
.activity-list .subactivities {
	margin-top: 10px;
}
.activity-list .subactivities li .thumb {
	margin-right: 8px;
}
.activity-list .subactivities li {
	position: relative;
}

.activity-form {
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url(/img/30-white.png);
}

.activity-form textarea {
	width: 100%;
	height: 100px;
}
.activity-form button {
	float: right;
}

.activity-form-no-permission {
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url(/img/30-white.png);
	line-height: 15px;
}

.activity-form-no-permission .button {
	margin-left:20px;
}
.sn-publish { 
	width: 300px;
	float: left;
}
.sn-publish h4 {
	font-weight:bold;
	padding:2px 0;
}
.sn-publish .input-checkbox {
	margin: 2px 2px 0 0;
}






.reply-form {
	padding: 5px;
	margin: 10px 0 5px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url(/img/30-white.png);
}
.reply-form div.textarea {
	float:left;
	margin-right: 5px;
}
.reply-form div.textarea textarea {
	float:left;
	width:440px;
	height: 25px;
}

.news-list {}
.news-list li {
	background: url(/img/30-black.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height:15px;
	margin-bottom: 2px;
	padding:6px 10px;
	
}

.account-list a,
.news-list a {
	text-shadow: 1px 1px 1px #000;
}

.news-list li:last-child {
	margin-bottom: 0;
}

.news-list a.thumb{
	margin-right:5px;
}

.news-list a.thumb img{
	width:37px;
}

ul.fan-list {
	float: left;
	margin-right: -5px;
	margin-bottom: -5px;
}
ul.fan-list li {
	margin: 0 5px 5px 0;
	float: left;
}
ul.fan-list li a img {
	width: 25px;
	height: 25px;
}



.account-list {}
.account-list li,
.account-list div.account-box {

	background: url(/img/30-black.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 2px;
	padding:10px;
	min-height: 50px;
	line-height:15px;
}
/*
.account-list li:last-child {
	margin-bottom: 0;
}
*/
.account-list .thumb {
	margin-right: 10px;
}

.account-list-text {
	margin: 2px 0;
	display: block;
}



ul.video-list {
	margin-right: -10px;
	margin-bottom: -9px;
	width: 230px;
	float: left;
}

ul.video-list li img {
	width: 65px;
	height: 50px;
}


ul.video-list li {
	margin: 0 9px 9px 0;
	min-height: 52px;
	min-width: 65px;
	float: left;
}
.playlist-box {
	width: 220px;
	height: 130px;
	overflow: auto;
}
.playlist-box li {
	height: 60px;
	line-height: 17px;
	display: block;
}
.playlist-box li.current-video {
	background-color:#444; 
	background-color:rgba(255,255,255,0.2);
	padding:3px 0 0 5px;
	margin:1px 0 1px 0;
}




.playlist-box li a.thumb-video {
	margin-right: 10px;
}

ul.photo-list {
	margin-right: -10px;
	margin-bottom: -10px;
	height: 50px;
	width: 230px;
}
ul.photo-list li {
	float: left;
	margin: 0 4px 10px 0;
	min-height: 52px;
	min-width: 52px;
}

ul.photo-list li.prev-photo {
	position: relative;
	margin-right: 15px;
}

ul.photo-list li.next-photo {
	position: relative;
}

ul.photo-list li.prev-photo a span, 
ul.photo-list li.next-photo a span {
	display:none;
	position:absolute;
	width: 102px;
	height: 102px;
	z-index:99;
	left: 0;
	top: 0;
}

ul.photo-list li.prev-photo a:hover span{
	background: url(/img/button-photo-left.png) center center no-repeat;
	display:block;
}

ul.photo-list li.next-photo a:hover span {
	background: url(/img/button-photo-right.png) center center no-repeat;
	display:block;
}




ul.photo-list li.blank-photo {
	width: 100px;
	height: 55px;
	background: #555;
	text-align: center;
	padding-top: 45px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	border: 1px solid #999;
	display: block;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


/* jScrollPane */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}

.sidebar-default-box {
	background: url(/img/30-black.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:10px;
	width: 220px;
	float: left;
}
.sidebar-default-box .sidebar-pagination {
	padding-top: 5px;
	width: 220px;
	clear: both;
}
/* /jScrollPlane */

.account-header,
.media-header {
	background: url(/img/70-black.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:10px;
	margin-bottom: 25px;
}

.account-header .thumb {
	float: left;
	margin-right: 8px;
}

.account-header h2,
.media-header h2 {
	font-size:22px;
	margin:0 0 2px 0;
}
.account-header h4,
.media-header h4 {
	font-size: 13px;
	margin:0 0 2px 0;
}

.account-header h4 a {
	text-decoration: underline;
}

.account-header h4 a:hover {
	text-decoration: none;
}



.header-extras {
	position: absolute;
	top: 13px;
	right: 10px;
	text-align: right;
}

.account-header span.band,
.account-header span.fan {
	color: #fff;
}

.account-header span.admin {
	color: #E30046;
}


.text-box {
	background: url(/img/40-black.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:10px;
}
.text-box p {
	line-height: 16px;
}

.text-box p a {
	text-decoration: underline;
}

.text-box p a:hover {
	text-decoration: none;
}

.text-box h4 {
	margin: 10px 0 2px 0;
	font-weight: bold;
}



ul.list {
	list-style-type: disc;
	list-style-position:inside;
}

ul.list li {
	line-height: 16px;
}

.pagination {
	background: url(/img/50-black.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom:2px;
	padding:5px 4px 12px 4px;
	position: relative;
	
}
.pagination span {
	float: left; 
	margin: 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #333;
	padding: 4px;
}

.pagination span a:hover {
	text-decoration: none;
}

.pagination span.disabled {
	color: gray;
}
.pagination span.current {
	background-color: #e30046;
}
.pagination .sortorder {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 100;
}
.pagination .sortorder span {
	float: left; 
	background: none;
}
.pagination .sortorder ul {
	min-width: 70px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #333;
	padding: 4px;
	float: right;
}
.pagination .sortorder ul li {
	line-height: 14px;
}
.pagination .sortorder ul li.selected {
	font-weight: bold;
	display: block;
}
.pagination .sortorder ul li.expand {
	display: none;
	line-height: 16px;
}
.pagination .sortorder ul:hover li.expand {
	display: block;
}


.filter-box {
	float:left;
	margin-left:-200px;
	margin-top:25px;
	text-align:right;
	width:180px;
}
.filter-box h4 {
	font-size: 15px;
}
.filter-box  ul.filter-list {
	margin: 10px 0 20px 0;
}
.filter-box  ul.filter-list li {
	line-height: 17px;
}


/* News Articles */

.article-list {
	
}

.article-list div {
	margin: 10px 0 60px 0;
}

.article-list p {
	line-height: 18px;
	font-size: 14px;
}

.article-list h3 {
}

.article-list hr {
	display:none;
}

.meta-data {
	position: absolute;
	left:-155px;
	width: 140px;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	margin: 0 !important;
}

.meta-data a.thumb {
	margin: -4px 0 5px 86px;
}

.meta-data a.thumb img {
	width: 55px;
}

.article-image {
	margin-bottom:20px;
}

.article-view p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 14px 0;
}

.article-view h3 {
	font-size:28px;
	line-height: 30px;
	margin-top: 10px;
}

.article-view h4 {
	font-size:24px;
	line-height: 26px;
	margin-top: 6px;
}

.article-view blockquote {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(/img/50-black.png);
	padding: 5px;
}

.article-view ul,
.article-view ol {
	margin: 10px;
}

.article-view ul {
	list-style-type: disc;
}

.article-view ol {
	list-style-type: decimal;
}

.article-view ul li,
.article-view ol li {
	font-size: 14px;
	margin: 6px;
}




/* MISC SNIPPETS ***********/
.account-related,
.media-like-it {
	background: #E30046;
}
.default-table {width:550px;border-collapse:collapse;margin-bottom:15px;clear:both;}
.default-table  thead tr {background:url(/img/50-black.png);font-weight:700;}
.default-table  tbody td {background:url(/img/30-black.png)}
.default-table  th,.default-table td {padding:7px 10px;}
.default-table  tr{}
.default-table  .last{border-right:0;text-align:right;}
.default-table  .unread td {font-weight:700!important;}


/* text layout for pages */

.text-page h1,
.text-page h2, 
.text-page h3, 
.text-page h4, 
.text-page h5 {
	font-weight: bold;
}

.text-page h1 {
	font-size: 28px;
}

.text-page h2 {
	font-size: 24px;
} 

.text-page h3 {
	font-size: 22px;
}

.text-page h4 {
	font-size: 18px;
} 

.text-page h5 {
	font-size: 16px;
} 



.text-page p,
.text-page address, 
.text-page ul, 
.text-page ol {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 40px 0;
}

.text-page p:last-child {
	margin: 0;
}



.text-page p a,
.text-page ul li a,
.text-page ol li a {
	text-decoration: underline;
}

.text-page p a:hover,
.text-page ul li a:hover {
	color: #E80048;
}

.text-page address {
	font-weight: bold;
	font-size: 16px;
}

.text-page ul {
	list-style-type: disc;
	list-style-position:outside;
	margin-left:20px;
}

.text-page ul li,
.text-page ol li {
	margin: 8px 0;
}

.text-page ol {
	list-style-position:outside;
	margin-left:20px;
	list-style-type: decimal;
}

dl {
	margin: 10px;
}

dl dt,
dl dd {
	display: block;
	line-height: 14px;
}

dl dt {
	font-style: italic;
}

dl dd {
	margin-bottom: 7px;
}


.text-page .text-box {

}


/* about page (esher) */

.about-back {
	background: url('/img/about-back.jpg');
	border: 1px solid #000;
	padding: 30px;
}

.about-back h1,
.about-back h2,
.about-back h3,
.about-back p {
	padding-right: 300px;
}

.about-back h1 {
	font-size: 32px;
}

.about-back h2 {
	padding-bottom: 32px;
}

.about-back p {
	margin-top:12px;
	font-size:16px;
	line-height: 22px;
}


/* Example tokeninput style #1: Token vertical list*/

ul.token-input-list {
	overflow: hidden; 
	height: auto !important; 
	height: 1%;
	width: auto;
	cursor: text;
	font-size: 12px;
	z-index: 999;
	margin: 0;
	padding: 0;
}

ul.token-input-list li {
	list-style-type: none;
}

ul.token-input-list li input {
	border: 0;
	width: 350px;
	padding: 3px 8px;
	background-color: white;
}

li.token-input-token {
	overflow: hidden; 
	height: auto !important; 
	height: 1%;
	display: block;
	width: 522px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	background-color: green;
	color: #fff;
	padding: 6px 5px;
}

li.token-input-token p {
	float: left;
	padding: 0;
	margin: 0;

}

li.token-input-token span {
	float: right;
	cursor: pointer;
	padding: 0 5px;
}
li.token-input-token span:hover {
	color: red;
}



li.token-input-selected-token {
	color: #fff;
}

li.token-input-selected-token span {
	color: #bbb;
}

div.token-input-dropdown {
	position: absolute;
	width: 530px;
	background-color: #fff;
	overflow: hidden;
	margin: 1px 2px;
	line-height: 20px;
	cursor: default;
	font-size: 12px;
	font-family: Verdana;
	z-index: 1;
	display: block;
}

div.token-input-dropdown p {
	margin: 0;
	padding: 5px;
	font-weight: bold;
	color: #5a5a5a;
}

div.token-input-dropdown ul {
	margin: 0;
	padding: 0;
}

div.token-input-dropdown ul li {
	background-color: #fff;
	padding: 2px 5px;
	list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
	background-color: gray;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
	background-color: gray;
}

div.token-input-dropdown ul li em {
	font-weight: bold;
	font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
	background-color: #333;
}

/* Personal Messages */

.message-view {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(/img/50-black.png);
	padding: 10px;
	margin: 0 0 30px 0;
}

/* Country Select */

.countrychooser li {
	position: relative;
	padding: 10px;
	background: url(/img/50-black.png);
	margin: 0 0 1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.countrychooser li a {
	display: block;
	font-weight: blod;
	text-decoration: underline;
	line-height: 16px;
}

.countrychooser li a:hover {
	text-decoration: none;
}

.countrychooser li img {
	position: absolute;
	left: -20px;
	top: 12px;
}

div.error-message {
	margin-top: 1px;
	padding: 3px 8px;
	font-weight: bold;
	background-color: red;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#error_out {
	font-weight: bold;
	font-size: 16px;
}

.notactivated {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}


/* contests */

.article-contest {
	background: url("/img/20-white.png") repeat scroll 0 0 transparent !important;  /*fallback*/
	background-color: rgba(255,255,255,0.2) !important;
}

.col-right #random_videos {
	margin-bottom: 20px;
}

/*  editable text on homepage*/

.textblock {
	margin-bottom: 20px;
}

.start-page-welcome-upper {
    margin-bottom: 0;
}

