body { 
	background: #000;
}

.blue {
	color: #2EC8FF;
}

.jip {
	position: absolute;
	padding: 5px 10px;
	border-radius: 5px;
	background: #333;
	color: white;
	right: 10px;
	bottom: 10px;
}
.jip a{
	color: white;
}

			.navbar {
				text-transform:uppercase;
			}
			.navbar-inverse li {
				line-height: 40px;
/* 
 */
/* 
 */
				font-size: 130%;
			}
			.navbar li {
					border-left: 1px solid #1b8ea0;
					border-right: 1px solid #03555d;
			}
			.navbar li:first-child {
					border-left: none;
			}
			.navbar li:last-child {
					border-right: none;
			}

			.navbar-inverse li {
					border-left: 1px solid #333;
					border-right: 1px solid #000;
			}
			.navbar-inverse li:first-child {
					border-left: none;
			}
			.navbar-inverse li:last-child {
					border-right: none;
			}
			.search-form {
				margin: 10px 10px 0 0;
/* 
 */
			}
			.search-form i {
				margin-left: 10px;
				margin-right: 10px;
			}



.navbar-inner {
	padding: 0 !important;
}

.datepicker {
	color: black;

}
body {
	color: white;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
/* 
	font-family: sans-serif;
 */
	font-weight: 300;
}
.top_nav {
}
.top_nav .header {
	height: 126px;
	background: url(../i/header-bg.png) no-repeat left top;
	position: relative;
}
.top_nav .header .logo span {
	display: none;
}
.top_nav .header .logo {
	display: block;
	width: 183px;
	height: 65px;
	background: url(../i/logo.png) no-repeat left top;
	position: absolute;
	left:10px;
	top: 30px;
}
.top_nav .header .ads {
	position: absolute;
	right:15px;
	top: 15px;
}
.page_content {
	background: url(../i/content-bg.png) no-repeat top;
	padding: 15px 15px 0;
}
.footer_content {
	padding: 0 15px 0;
}
.footer_content .ads {
	margin: 20px 0;
}

.right .ads {
/* 
	position: absolute;
	right:15px;
	top: 15px;
 */
	margin-bottom: 20px;
}
.right .share_block {
	margin-bottom: 20px;
}
.block .header {
	font-weight: 500;
	font-size: 150%;
	padding: 7px 0;
	margin-top: 20px;
	border-top: 5px solid #333;
	clear: both;
}
.block.big .header {
	font-size: 170%;
	padding: 20px 0;
}
.block .content {
	margin-bottom: 10px;
}

.block.big .submenu {
	float: right;
	font-size: 120%;
	font-weight: 500;
}
.block .submenu a{
	display: block;
	float: left;
	color: white;
	padding: 20px 15px;
	border-left: 1px solid #333;
	text-decoration: none;
	margin: 5px 0 0 0;
}
.block .submenu a:hover,.block .submenu a.selected {
	background: #003D5E;
}
.block.page, .block.page p, .block.page li{
	font-size: 120%;
	line-height: 160%;
}


.song.one .title{
	font-size: 170%;
	line-height: 120%;
	font-weight: 500;
	color: #00CCF8;
	margin: 0 0 10px 0;
}
.song.one .artist{
	font-size: 120%;
	line-height: 120%;
	font-weight: 500;
	margin: 0 0 15px 0;
}










.box-block {
	padding: 15px;
	border-radius: 10px;
	margin: 20px 0 0 0;

	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #012f3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#012f3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#012f3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#012f3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#012f3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#012f3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#012f3a',GradientType=0 ); /* IE6-9 */

}
.vote {
	white-space: nowrap;
}
/* 
.vote.voted .if_voted{
	display: block !important;
}
.vote.voted .if_not_voted{
	display: none;
}
 */
.vote .bar {
	clear: both;
	overflow: hidden;
	margin: 5px 0 2px 0;
}
.vote .bar .likes, .vote .bar .dislikes{
	height: 5px;
	float: left;
	width: 50%;
	background: green;
}
.vote .bar .dislikes{
	background: red;
}
.vote .controls a {
	width: 70px;
}
.vote .controls, .vote .info {
/* 
	line-height: 30px;
 */
	text-align: center;
}
.vote .controls .plus {
	background: #008000;
}
.vote .controls .plus:hover,.vote .controls .plus.voted {
	background: #00A000;
}
.vote .controls .minus {
	background: #FF0000;
}
.vote .controls .minus:hover,.vote .controls .minus.voted {
	background: #FF4949;
}
.vote .info {
	font-size: 100%;
	font-weight: 500;
}






.btn-action {
	background: #086A87;
	border: none;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	text-transform:uppercase;
}
.btn-action:hover {
	color: white;
	background: #003D5E;
}
.list .item {
	background: rgb(23,35,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(23,35,37,1) 0%, rgba(16,61,70,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,35,37,1)), color-stop(100%,rgba(16,61,70,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(23,35,37,1) 0%,rgba(16,61,70,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(23,35,37,1) 0%,rgba(16,61,70,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(23,35,37,1) 0%,rgba(16,61,70,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(23,35,37,1) 0%,rgba(16,61,70,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172325', endColorstr='#103d46',GradientType=0 ); /* IE6-9 */
	
/* 
	border-top: 1px solid #12373E;
 */
	border-bottom: 2px solid #084C59;

}
.list .item  table, .list .item  td{
	margin: 0;
	padding: 0;
}
.list .item:hover {
	border-color: #00AFD5;
}
.list .item .thumb img{
	max-width: 56px;
	width: 56px;
	max-height: 56px;
	height: 56px;
	
	margin: 5px 10px 5px 5px;
}
.right .list .item {
}
.right .list .item .thumb img{
	max-width: 64px;
	width: 64px;
	max-height: 64px;
	height: 64px;
	
	margin: 0 10px 0 0;
}
.list .item .actions img{
	max-width: 32px;
	max-height: 32px;
}
.list .item .actions{
	padding: 0 5px 0 10px;
	color: white;
	font-size: 32px;
}
.list .item .actions a{
	color: white;
}
.list .item .rating{
	color: red;
	font-weight: bold;
}
.list .item .info{
/* 
   min-height: 10em;
 */
}

.list .item .artist{
	color: white;
	font-size: 0.9em;
	font-weight: 500;
	overflow: hidden;
}
.list .item .title{
	color: #2EC8FF;
	font-size: 0.9em;
	font-weight: 500;
	overflow: hidden;
}
.list .item .number{
	vertical-align: middle;
	color: #fff;
	font-size: 120%;
	font-weight: 500;
	width: 2em;
	text-align: center;
}
.list .play {
	text-decoration: none;
	display: inline-block;
	min-width: 23px;
	min-height: 23px;
	background: url(/themes/digitaldripped/static/i/listing-play.png) no-repeat center center;
}
/* 
.top .list .item .thumb img{
	max-width: 96px;
	width: 96px;
	max-height: 96px;
	height: 96px;
	
	margin: 0 10px 0 0;
}
*/
.list .item .number {
	display: none;
}
.list .item .vote .info {
	text-align: left;
}

.show_number .list .item .number {
	display: block;
}

.top .list .item .actions {
	display: none;
}
.top .list .item .col1 {
	text-align: left;
	min-width: 120px;
	padding: 5px 10px 5px 10px;
	color: white;
}
/* 
.top .list .item .vote .info{
	text-align: left;
}
 */
.list .item .view, .list .item .vote{
	display: none;
}
.top .list .item .view, .top .list .item .vote{
	display: block;
}

.list .col1 {
	line-height: 1em;
}
.list .view {
	padding-top: 2px;
}
.list .vote .info {
	padding-left: 2px;
}


/* comments */
.comment_list .item {
	position: relative;
	background: rgb(23,35,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(23,35,37,1) 0%, rgba(16,61,70,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,35,37,1)), color-stop(100%,rgba(16,61,70,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(23,35,37,1) 0%,rgba(16,61,70,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(23,35,37,1) 0%,rgba(16,61,70,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(23,35,37,1) 0%,rgba(16,61,70,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(23,35,37,1) 0%,rgba(16,61,70,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172325', endColorstr='#103d46',GradientType=0 ); /* IE6-9 */
	
/* 
	border-top: 1px solid #12373E;
 */
	border-bottom: 2px solid #084C59;

}

.comment_list ._has_parent {
	margin-left: 70px;
}

.comment_list .item  table, .comment_list .item  td{
	margin: 0;
	padding: 0;
}
.comment_list .item:hover {
	border-color: #00AFD5;
}
.comment_list .item .thumb img{
	max-width: 56px;
	width: 56px;
	max-height: 56px;
	height: 56px;
	
	margin: 5px 10px 5px 5px;
}
.comment_list .item .date{
	display: inline;
	color: white;
	font-size: 80%;
}
.comment_list .item .actions{
	float: right;
	white-space: nowrap;
}
.comment_list .item .actions .action{
	display: inline;
}
.comment_list .item .actions a{
	padding: 0 10px;
	color: white;
}
.comment_list .item .vote{
	display: inline;
}
.comment_list .item .vote .plus{
	color: #008000;
}
.comment_list .item .vote .minus{
	color: #FF0000;
}
.comment_list .item .rating{
	color: red;
	font-weight: bold;
}
.comment_list .item .info{
/* 
   min-height: 10em;
 */
}

.comment_list .item .artist{
	color: white;
	font-size: 0.9em;
	font-weight: 500;
	overflow: hidden;
}
.comment_list .item .title{
	color: #2EC8FF;
	font-size: 0.9em;
	font-weight: 500;
	overflow: hidden;
}
.comment_list .item .vote .info {
	text-align: left;
}

/* /comments */


.pager .yiiPager{
	text-align: left;
}
.pager .yiiPager .hidden {
	display: none;
}
.pager ul.yiiPager{
	margin: 20px 0;
}
.pager .yiiPager a {
	background: #333;
	display: inline-block;
	border: 2px solid #00c8ff;
	border-radius: 0;
	color: #00c8ff;
	font-weight: bold;
	padding: 2px 8px;
	margin: 0 10px 0 0;
}
.pager .yiiPager a:hover, .pager .selected a{
	background: #00c8ff;
	color: white;
}

input.input {display:none}

.list .item .arrow div{
	background: url(/themes/digitaldripped/static/i/arrow.png) no-repeat center center;
	min-width: 100%;
	min-height: 30px	;
}
.list .item .arrow {
	min-width: 25px;

	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #002832 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#002832)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#002832 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#002832 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#002832 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#002832 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002832',GradientType=0 ); /* IE6-9 */
}
