/*
Theme Name:  Ultra-Music
Theme URI:   http://slaver.info/portfolio/
Description: Ultra-Music WordPress theme.
Version:     4.0.6
Author:      Slaver
Author URI:  http://slaver.info/
*/

/*
	Reset by Eric Meyer
	http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


sup, sub {
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.4em;
}

sub {
	bottom: -0.4em;
}

/*
	Main styles
*/

html { width: 100%; }

html, body {
	height: 100%;
}

body, textarea, input, select {
	font: 13px/16px Arial, Tahoma, Verdana;
}

body {
	color: #050505;
	background: #fff;
}

p {
	margin: 10px 0 0 0;
}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

pre {
	font: 14px/18px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #9f0000;
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 1px solid #ddd;
	height: 1px;
	float: left;
	margin: 15px 0;
	width: 100%;
}

/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.overflow {
	overflow: hidden;
}

/*
	Layonts
*/

#banner {
	background: #000;
	display: none;
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

	.hasadv #banner {
		display: block;
	}

	#banner div {
		text-align: center;
	}

	#banner .close {
		background-image: url("images/close.png");
		position: absolute;
		right: 5px;
		top: 5px;
		cursor: pointer; 
		height: 13px;
		text-indent: -1000px;
		width: 13px;
	}

#page {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1000px;
}

	.hasadv #page {
		top: 90px;
	}

#head {
	float: left;
	height: 200px;
	overflow: hidden;
	width: 100%;
}

#content {
	float: left;
	margin: 10px 0 0;
	width: 100%;
}

	#content .posts {
		width: 650px;
	}

	#content .aside {
		float: right;
		margin: 0 0 0 30px;
		width: 320px;
	}

/*
	Header
*/

/* Title */

#title {
	background: url("images/header/logo.png") 0 0 no-repeat;
	display: inline;
	float: left;
	height: 150px;
	margin: 0;
	width: 100%;
}

	#title h1, #title h2 {
		color: #1d0b0b;
		float: left;
		font: bold 150px/150px "Trebuchet MS", Arial;
		height: 150px;
		letter-spacing: -10px;
		overflow: hidden;
		text-transform: lowercase;
		width: 800px;
	}

		#title h1 a, #title h2 a {
			color: #1d0b0b;
			cursor: pointer;
			display: block;
			height: 150px;
			position: relative;
			width: 800px;
		}

			#title h1 span, #title h2 span {
				background: url("images/header/logo.png") 0 0 no-repeat;
				display: block;
				height: 150px;
				position: absolute;
				top: 0;
				width: 800px;
			}

	#title .rss {
		background: url("images/header/rss.png") 0 0 no-repeat;
		color: #696969;
		height: 24px;
		float: right;
		font: bold 30px/24px Arial;
		letter-spacing: -1px;
		margin: 90px 0 0;
		padding-left: 28px;
		text-decoration: none;
		width: 70px;
	}

/* Menu */

#menu {
	background: #dad7d7;
	display: inline;
	float: left;
	font: bold 19px/50px Arial;
	height: 50px;
	letter-spacing: -1px;
	margin: 0;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
	#menu ul {
		float: left;
		height: 50px;
		list-style-type: none;
		margin: 0 0 0 20px;
		padding: 0;
		width: 770px;
	}

		#menu ul li {
			float: left;
			height: 50px;
			margin: 0 1px;
		}

			#menu ul li a {
				color: #1d0b0b;
				display: block;
				height: 50px;
				padding: 0 7px 0 7px;
				text-align: center;
				text-decoration: underline;
			}

			#menu ul li.active a,
			#menu ul li a:hover,
			#menu ul li.hover a {
				background: #ada6a6;
				color: #3b3b3b;
				text-decoration: none;
			}

		/*#menu ul li ul {
			display: none;
		}*/

		/* Submenu */			

		#menu ul li ul {
			background: #ada6a6;
			display: none;
			/*height: 150px;*/
			list-style-type: none;
			padding: 0;
			position: absolute;
			margin: 0;
			width: 185px;
		}

			#menu ul li ul li {
				border-right: 1px solid #847979;
				background: #ada6a6;
				height: 40px;
				line-height: 40px;
				list-style-type: none;
				margin: 0;
				padding: 0;
				width: 185px;
			}

			#menu ul li#in_news {
				width: 230px;
			}

			#menu ul li#in_news ul,
			#menu ul li#in_news ul li {
				height: 40px;
				width: 230px;
			}

				#menu ul li.hover ul li.last {
					border-bottom: 1px solid #847979;
				}

				#menu ul li.hover ul li a,
				#menu ul li ul li a {
					background: #ada6a6 url("images/dot.png") 0 bottom repeat-x;
					color: #1d0b0b;
					height: 40px;
					margin: 0 8px;
					padding: 0;
					text-align: left;
					text-decoration: underline;
				}

					#menu ul li.hover ul li.last a,
					#menu ul li ul li.last a {
						background: #ada6a6;
					}

					#menu ul li.hover ul li a:hover,
					#menu ul li ul li a:hover {
						color: #3b3b3b;
						text-decoration: none;
					}

				/*#menu ul li.hover a,
				#menu ul li.active a {
					background: #ada6a6;
					color: #3b3b3b;
					display: block;
					text-decoration: none;
				}

				#menu ul li ul li a {
				}

					#menu ul li ul li a:hover {
						color: #fff;
					}*/

/* Search */

#search {
	position: absolute;
	top: 165px;
	right: 0;
	width: 200px;
	z-index: 3;
}

	#searchform {
		float: right;
		height: 25px;
		margin: 0 10px 0 0;
		width: 160px;
	}

		#searchform div {
			margin: 0;
		}

		#searchform input {
			background: #f2f2f2;
			border: 1px solid #9e9e9e;
			color: #9e9e9e;
			font: 13px/18px Arial;
			height: 16px;
			padding: 2px;
			width: 150px;
		}

			#searchform input:hover,
			#searchform input:focus {
				background: #f8f8f8;
				border: 1px solid #817c7c;
				color: #817c7c;
			}

			#searchform input#searchsubmit {
				display: none;
			}
/*
	Content
*/

/* Typograpthy */

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

	#content ol ol li {
		list-style-type: lower-alpha;
	}

	#content ul ul li {
		list-style-type: circle;
	}

#content dt {
	font-weight:bold;
}

#content dd {
	margin: 0 0 10px 10px;
}


/* Layout */


#content .posts {
	float: left;
	font-size: 0; /* Hack: http://www.mindfly.com/blog/post/2009/07/10/Making-Inline-Blocks-Play-Nice-With-Webkit.aspx */
	list-style-type: none;
	margin: 0;
}

	#content .posts li,
	#content .aside li {
		display: inline-block;
		font-size: 13px;
		margin: 0 13px 5px 0;
		width: 100%;
		zoom: 1;
	}

		#content .aside li {
			width: 315px;
		}

	#content .posts li h2,
	#content .aside li h2 {
		border-bottom: 1px solid #ddd;
		color: #000;
		display: block;
		/*float: left;*/
		font: bold 20px/32px Arial;
		letter-spacing: -1px;
		margin: 0;
		padding-left: 15px;
		/*width: 100%;*/
	}

		.forum #content .posts li h2,
		#content .aside li h2 {
			background: #1d0b0b;
			border: 0 none;
			color: #fff;
			/*height: 35px;*/
			margin-bottom: 5px;
		}

			#content .aside li h2 {
				margin-bottom: 0px;
			}

	#content .posts li h2 a,
	#content .aside li h2 a {
		color: inherit;
		text-decoration: none;
	}

	#content .posts li ul,
	#content .aside li ul {
		float: left;
		margin: 0;
	}

		#content .posts li ul li,
		#content .aside li ul li {
			/*border-bottom: 1px solid #ddd;*/
			float: left;
			margin: 10px 0 10px;
			/*padding: 0 0 10px;*/
			position: relative;
			width: auto;
		}

			#content .posts li ul li ul,
			#content .aside li ul li ul {
				float: left;
				margin: 10px 0 10px 20px;
			}

				#content .posts li ul li ul li,
				#content .aside li ul li ul li {
					float: left;
					margin: 0;
				}

	#content .posts li .comments,
	#content .aside li .comments {
		color: #000;
		background: url("images/cloud.gif") 0 0 no-repeat;
		display: block;
		float: left;
		font: bold 11px/16px Arial;
		height: 19px;
		position: absolute;
		right: 175px;
		top: 5px;
		text-align: center;
		width: 20px;
	}

		#content .posts li .comments a,
		#content .aside li .comments a {
			display: block;
			color: #000;
			text-decoration: none;
		}

		#content .posts li .comments span,
		#content .aside li .comments span {
			display: none;
		}

			#content .posts li.category-video .comments {
				right: 185px;
			}

		#content .aside li.banner {
			/*border: 1px solid #ddd;*/
			float: left;
			text-align: center;
			width: 315px;
		}

		#content .aside li.special {
			float: left;
			text-align: center;
			width: 315px;
		}

#content .posts li .entry ol {
	float: left;
	margin: 10px 30px;
}

	#content .posts li .entry ol li {
		border: 0 none;
		display: list-item;
		list-style-type: decimal;
	}

#content .posts li .entry ul li {
	border: 0 none;
	display: list-item;
	list-style-type: disc;
	margin: 0 0 0 30px;
	width: 100%;
}

/*
	Posts
*/

#content .posts li ul li.post,
#content .aside li ul li.post {
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
	overflow: hidden;
	padding: 0 0 15px;
}

	#content .posts li ul li.post:last-child,
	#content .aside li ul li.post:last-child {
		border-bottom: 0;
	}

	#content .posts li ul li.post .image,
	#content .aside li ul li.post .image {
		background: #020202;
		float: left;
		height: 150px;
		margin: 0 10px 10px 0;
		overflow: hidden;
		position: relative;
		width: 150px;
	}

		#content .posts li ul li.post .image img,
		#content .aside li ul li.post .image img {
			float: left;
		}

	#content .posts li ul li.post h3,
	#content .aside li ul li.post h3 {
		font: bold 18px/22px Arial;
		letter-spacing: -1px;
		margin: 0 0 5px;
	}

		#content .posts li ul li.post h3 a,
		#content .aside li ul li.post h3 a {
			color: #050505;
		}


.archive #content .posts li ul li.post .entry,
.search #content .posts li ul li.post .entry {
	margin: 0 0 0 10px;
}

/* Interview */

.interview #content .posts {
	width: 980px;
}

	.single.interview #content .posts li ul li {
		width: 980px;
	}

		.single.interview #content .posts li .entry {
			font: 14px/18px Arial;
			width: 920px;
		}

		.single.interview #content .posts li .share {
			float: left;
			margin: 10px 0 0 30px;
			width: 150px;
		}

		.single.interview #content .posts li .source {
			margin: 0;
			width: 800px;
		}

		.single.interview #content .posts li ul li.post h3 {
			font: bold 24px/30px Arial;
		}

		.single.interview #content .posts li ul li.post img.alignleft {
			margin: 10px 10px 10px 0;
		}

		.single.interview #content .posts li ul li.post img.alignright {
			margin: 10px 0 10px 10px;
		}

		.single.interview #content .posts li.comments .comments-wrapper,
		.single.interview #content .posts li.respond .respond-wrapper {
			width: 920px;
		}

		.single.interview #content .posts .commentlist .cancel-comment-reply {
			margin-top: -20px;
		}

		.single.interview #content .posts li.other_posts {
			border-top: 1px solid #ddd;
			margin: 10px 0;
			width: 100%;
		}

			.single.interview #content .posts li.other_posts ul {
				margin: 10px 0 0;
			}

			.single.interview #content .posts li.related_posts {
				border-top: 0;
				float: left;
				width: 450px;
			}

			.single.interview #content .posts li.related_posts.hot {
				border-left: 1px solid #ddd;
				float: left;
				padding-left: 20px;
				width: 400px;
			}

/* Photo */

.photo #content .posts {
	width: 980px;
}

	.single.photo #content .posts li ul li {
		width: 980px;
	}

		.single.photo #content .posts li .entry {
			font: 14px/18px Arial;
			width: 920px;
		}

		.single.photo #content .posts li .share {
			float: left;
			margin: 10px 0 0 30px;
			width: 150px;
		}

		.single.photo #content .posts li .source {
			margin: 0;
			width: 800px;
		}

		.single.photo #content .posts li ul li.post h3 {
			font: bold 24px/30px Arial;
		}

		.single.photo #content .posts li ul li.post img.alignleft {
			margin: 10px 10px 10px 0;
		}

		.single.photo #content .posts li ul li.post img.alignright {
			margin: 10px 0 10px 10px;
		}

		.single.photo #content .posts li.comments .comments-wrapper,
		.single.photo #content .posts li.respond .respond-wrapper {
			width: 920px;
		}

		.single.photo #content .posts .commentlist .cancel-comment-reply {
			margin-top: -20px;
		}

		.single.photo #content .posts li.other_posts {
			border-top: 1px solid #ddd;
			margin: 10px 0;
			width: 100%;
		}

			.single.photo #content .posts li.other_posts ul {
				margin: 10px 0 0;
			}

			.single.photo #content .posts li.related_posts {
				border: 0;
				float: left;
				width: 450px;
			}

			.single.photo #content .posts li.related_posts.hot {
				border-left: 1px solid #ddd;
				float: left;
				padding-left: 20px;
				width: 400px;
			}

#content #slideshow {
	float: left;
	margin: 0 0 0 70px;
	/*min-height: 536px;*/
	text-align: center;
	width: 850px;
}

	#content #slideshow p {
		text-align: center;
		width: 800px;
	}

	#content #slideshow img {
		text-align: center;
	}

#content #nav {
	float: left;
	margin: 15px 0 0 70px;
	width: 850px;
}

	#content #nav li {
		float: left;
		list-style: none;
		margin: 0 1px 1px 0;
		width: 100px;
	}

	#content #nav a {
		display: block;
		width: 100px;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}

		#content #nav a.activeSlide {
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			opacity: 1;
		}

	#content #nav img {
		border: none;
		display: block;
	}

/* Single */

.single #content .posts li ul li,
.page #content .posts li ul li {
	margin: 0;
	padding: 0;
	width: 650px;
}

	.single #content .posts li .title,
	.page #content .posts li .title {
		display: inline;
		float: left;
		margin: 10px 0 0 30px;
	}

	.single #content .posts li .image,
	.page #content .posts li .image {
		background: #020202;
		float: left;
		overflow: hidden;
		width: 150px;
	}

		.single #content .posts li .image img,
		.page #content .posts li .image img {
			float: left;
			margin: 0;
			vertical-align: bottom;
		}

	.single #content .posts li .entry,
	.page #content .posts li .entry {
		display: inline;
		float: left;
		/*font-size: 14px;
		line-height: 18px;*/
		margin: 10px 0 20px 30px;
		width: 620px;
	}

	.category-update #content .posts li .entry {
		margin: 10px 0 20px 10px;
		width: 620px;
	}

	.single #content .posts li .share {
		float: left;
		margin: 15px 0 0 30px;
		width: 150px;
	}

	.single #content .posts li .source {
		display: inline;
		float: right;
		color: #8f8f8f;
		margin-top: 10px;
		width: 450px;
	}

		.single #content .posts li .source p {
			font: 11px Arial;
			text-align: right;
			margin: 0;
		}

		.single #content .posts li .source a {
			color: #8f8f8f;
		}


	/* Small */

	.single #content .posts li .small .image {
		max-width: 150px;
		min-height: 0px;
		width: auto;
	}

		.single #content .posts li .small .image img {
			float: left;
			min-height: 0px;
		}

		.single #content .posts li .small .title {
			float: left;
			margin: 0 0 0 10px;
			width: 480px;
		}

			.single #content .posts li .small .title h3 {
				font: bold 20px/24px Arial;
				margin-left: 5px;
				letter-spacing: -1px;
			}

		.single #content .posts li .small .entry {
			margin: 0 0 0 15px;
			width: 470px;
		}

	/* Large */

	.single #content .posts li.large .image {
		background: #020202;
		float: left;
		overflow: hidden;
		width: 100%;
		min-height: 300px;
	}

		.single #content .posts li.large .image img {
			float: right;
			margin: 0;
			vertical-align: bottom;
		}

	.single #content .posts li.large .title {
		display: inline;
		float: left;
		margin: -50px 0 0 30px;
		position: relative;
		width: 100%;
	}

		.single #content .posts li.large .title h2,
		.single #content .posts li.large .title h3 {
			font: bold 36px/40px Arial;
			letter-spacing: -1px;
		}

			.single #content .posts li.large .title h2 span,
			.single #content .posts li.large .title h3 span {
				color: #dbdbdb;
				display: block;
				text-shadow: 1px 0px 0px #000;
			}

			.single #content .posts li.large .title h2 a,
			.single #content .posts li.large .title h3 a {
				color: #050505;
			}

		.single #content .posts li.large .title a {
			text-decoration: none;
		}

		.single #content .posts li.large .entry {
			margin-left: 30px;
		}

.single #content .posts li ul li ol li,
.single #content .posts li ul li ul li,
.page #content .posts li ul li ol li,
.page #content .posts li ul li ul li {
	max-width: 600px;
}

/* Other posts */

#content .aside li.category-update h3,
#content .posts li.category-update h3 {
	padding: 0 10px;
}

#content .aside li.category-update p,
#content .posts li.category-update p {
	padding: 0 10px;
}

/* Related posts */

#content .posts li.related_posts {
	border-top: 1px solid #ddd;
	margin: 10px 0;
	width: 100%;
}

	#content .posts li.related_posts div {
		float: left;
		margin: 0 0 0 30px;
		width: 620px;
	}

	#content .posts li.related_posts ul {
		float: left;
		width: 100%;
	}

		#content .posts li.related_posts ul li {
			display: list-item;
			float: left;
			list-style-type: disc;
			margin: 0 0 0 30px;
			width: 100%;
		}

	#content .posts li.related_posts h3 {
		font: bold 20px/24px Arial;
		letter-spacing: -1px;
		margin: 20px 0 10px;
	}

/* Archive and search posts */

.archive #content .posts li,
.search #content .posts li {
	width: 650px;
}

	.archive #content .posts li ul li.post,
	.search #content .posts li ul li.post {
		border-bottom: 1px solid #ddd;
		margin: 5px 0;
		padding: 5px 0 10px;
	}

	.archive #content .posts li ul li.post .image,
	.search #content .posts li ul li.post .image {
		background: #020202;
		float: left;
		height: 150px;
		overflow: hidden;
		position: relative;
		width: 150px;
	}

	/*.archive #content .posts li ul li.post .title,
	.search #content .posts li ul li.post .title {
		float: left;
		width: 500px;
	}*/

		.archive #content .posts li ul li.post .title h2,
		.archive #content .posts li ul li.post .title h3,
		.search #content .posts li ul li.post .title h2,
		.search #content .posts li ul li.post .title h3 {
			font: bold 20px/24px Arial;
			margin-left: 10px;
			letter-spacing: -1px;
		}

	/*.archive #content .posts li ul li.post .entry,
	.search #content .posts li ul li.post .entry {
		float: left;
		width: 500px;
	}

		.archive #content .posts li ul li.post .entry p,
		.search #content .posts li ul li.post .entry p {
			margin-left: 10px;
		}*/

	.archive #content .posts li ul li.post .comments,
	.search #content .posts li ul li.post .comments {
		background: url("images/cloud.gif") 0 0 no-repeat;
		color: #000;
		display: block;
		float: left;
		font: bold 11px/16px Arial;
		height: 19px;
		position: absolute;
		right: 5px;
		top: 5px;
		text-align: center;
		width: 20px;
	}

		.archive #content .posts li ul li.post .comments a,
		.search #content .posts li ul li.post .comments a {
			display: block;
			color: #000;
			text-decoration: none;
		}

/* 404 */

.error404 #content .posts li .entry .archive {
	float: left;
	margin: 10px 0 0;
	width: 650px;
}

	.error404 #content .posts li .entry .archive ul {
		float: left;
		margin: 0 0 0 30px;
	}

	.error404 #content .posts li .entry .archive ul li {
		float: left;
		width: 200px;
	}

	.error404 #content .posts li .entry .archive.small {
		width: 220px;
	}

/* Comments */

#content .posts li.comments {
	border-top: 1px solid #ddd;
	margin: 5px 0;
	width: 100%;
}

	#content .posts li.comments .comments-wrapper {
		float: left;
		margin: 0 0 0 30px;
		width: 620px;
	}

	#content .posts li.comments h3 {
		font: bold 20px/24px Arial;
		letter-spacing: -1px;
		margin: 20px 0 10px;
	}


#content .posts .commentlist {
	margin: 5px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

	#content .posts .commentlist li {
		border-bottom: 1px solid #ddd;
		list-style-position: outside;
		list-style-type: none;
		margin: -1px 0 0;
		padding: 0 0 5px;
		width: 100%;
	}

	#content .posts .commentlist .children {
		border-top: 1px solid #ddd;
		float: left;
		margin: 5px 0 0;
		padding: 0 0 0 20px;
		width: 100%;
	}

		#content .posts .commentlist ul.children li {
			border-bottom: 0;
			float: left;
			margin: 5px 0 0;
			width: 97%;
		}


	#content .posts .commentlist li .comment-avatar {
		float: left;
		margin: 5px 10px 0 0;
	}

	#content .posts .commentlist .comment-meta {
		color: #747474;
		font: 10px Arial;
		float: left;
		padding: 10px 0 0;
		width: 100%;
	}

		#content .posts .commentlist .comment-meta a {
			color: #747474;
			text-decoration: none;
		}

			#content .posts .commentlist .comment-meta cite, .commentlist .comment-meta cite a {
				color: #000;
				font: bold 14px Arial;
			}

				#content .posts .commentlist .comment-meta cite a {
					color: #000;
				}

	#content .posts .commentlist a.says {
		border-bottom: 1px dotted #747474;
		color: #000;
		text-decoration: none;
	}

	#content .posts .commentlist li .comment-text {
		float: left;
		margin: 5px 0;
		width: 100%;
	}

		#content .posts .commentlist li p {
			margin: 0 0 10px;
		}

			#content .posts .commentlist li p a {
				color: #9f0000;
			}

	#content .posts .commentlist .comment-author {
		float: left;
		margin: 10px 0 5px;
	}

	#content .posts .commentlist .comment-reply {
		color: #747474;
		font: bold 11px Arial;
		padding: 0 0 5px;
		/*text-align: right;*/
	}

		#content .posts .commentlist .comment-reply a {
			color: #747474;
		}

#content .posts .commentlist .cancel-comment-reply {
	float: right;
	font: 11px/14px Arial;
	margin-top: -50px;
}


#content .posts li.respond {
	margin: 10px 0;
	width: 100%;
}

	#content .posts li.respond .respond-wrapper {
		float: left;
		margin: 0 0 0 30px;
		width: 620px;
	}

		#content .posts .commentlist li.respond .respond-wrapper {
			margin: 0;
			width: 100%;
		}

	#content .posts li.respond h3 {
		font: bold 20px/24px Arial;
		letter-spacing: -1px;
		margin: 0 0 10px;
	}

/* Special */

#content .posts .special {
	background: #020202;
	float: left;
	height: 100px;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}

	#content .posts .special.sziget {
		background: #020202 url("images/special/sziget_back.png") right 0 no-repeat;
	}

	#content .posts .special.openby {
		background: #5f2f2f;
		height: 50px;
		margin: 0 0 10px;
	}

	#content .posts .special h2 {
		color: #dbdbdb;
		font: bold 32px/140px Arial;
		height: 100px;
		letter-spacing: -1px;
		text-shadow: 1px 0px 0px #000;
		padding-left: 230px;
		margin-left: 20px;
	}

		#content .posts .special.sziget h2 {
			background: url("images/special/sziget.png") 0 center no-repeat;
		}

			#content .posts .special.sziget.sziget-2009 h2 {
				background: url("images/special/sziget-2009.png") 0 center no-repeat;
			}

		#content .posts .special.openby h2 {
			background: url("images/openby.png") 10px center no-repeat;
			color: #fff;
			height: 50px;
			line-height: 50px;
			padding-left: 100px;
		}

	#content .posts .special h2 a {
		color: #dbdbdb;
		text-decoration: none;
	}

		#content .posts .special.openby h2 a {
			color: #fff;
		}

#content .posts .post.sziget {
	min-height: auto;
}

/*
	Comments form
*/

#commentform .field, #commentform textarea {
	background: #f2f2f2;
	border: 1px solid #817c7c;
	margin: 3px 0;
	padding: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#commentform .field:focus, #commentform textarea:focus {
	background: #f8f8f8;
}

#commentform .button {
	background: #4a4a4a;
	border: 0;
	color: #fff;
	cursor: pointer;
	font: bold 16px/18px Arial;
	margin: 2px 0;
	padding: 2px 4px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#commentform textarea {
	height: 120px;
	width: 99%;
}

/*
	Aside
*/

#aside ul {
	display: inline;
	float: left;
	font: 14px/26px Georgia;
	list-style-type: none;
	margin: 0;
	width: 100%;
}

	#aside ul li {
		float: left;
		margin: 0;
		width: 100%;
	}

		#aside ul li ul {
			list-style-type: none;
			margin: 0;
		}

			#aside ul li ul li {
				background: none;
				margin: 0;
			}

		#aside ul li a {
			color: #2794e1;
		}

		#aside ul li h3 {
			color: #ff3c7a;
			display: block;
			/*float: left;*/
			font: bold 23px/26px Arial;
			letter-spacing: -1px;
			margin: 20px 0 0;
			position: relative;
		}

			#aside ul li h3 span {
				display: block;
				left: 0;
				position: absolute;
				top: 0;
			}

		#aside ul li.widget_comments {
		}

			#aside ul li.widget_comments ul {
				margin: -30px 0 0;
				position: relative;
			}

				#aside ul li.widget_comments ul li {
					background: url("images/sidebar/comments_li.png") 0 8px no-repeat;
					padding-left: 20px;
				}

			#aside ul li.widget_comments h3 {
				height: 122px;
				width: 202px;
			}

				#aside ul li.widget_comments h3 span {
					background: url("images/sidebar/comments.png") 0 0 no-repeat;
					height: 122px;
					width: 202px;
				}

		#aside ul li.widget_news {
		}

			#aside ul li.widget_news ul {
				margin: 10px 0 0;
			}

				#aside ul li.widget_news ul li {
					background: url("images/sidebar/news_li.png") 0 8px no-repeat;
					padding-left: 20px;
				}

					#aside ul li.widget_news ul li span {
						color: #2794e1;
						display: block;
						font: 17px/20px Georgia;
					}

						#aside ul li.widget_news ul li span a {
							text-decoration: none;
						}

			#aside ul li.widget_news h3 {
				height: 91px;
				width: 252px;
			}

				#aside ul li.widget_news h3 span {
					background: url("images/sidebar/news.png") 0 0 no-repeat;
					height: 91px;
					width: 252px;
				}

		#aside ul li.widget_categories {
		}

			#aside ul li.widget_categories ul {
				margin: 0;
			}

				#aside ul li.widget_categories ul li {
					background: url("images/sidebar/categories_li.png") 0 8px no-repeat;
					padding-left: 20px;
				}

			#aside ul li.widget_categories h3 {
				height: 82px;
				width: 230px;
			}

				#aside ul li.widget_categories h3 span {
					background: url("images/sidebar/categories.png") 0 0 no-repeat;
					height: 82px;
					width: 230px;
				}

/*
	Footer
*/

#foot {
	background: #eee;
	border-top: 1px solid #ddd;
	float: left;
	margin-top: 10px;
	position: relative;
	width: 100%;
}

	.hasadv #foot {
		top: 100px;
	}

	#foot .wrapper {
		margin: 0 auto;
		width: 1000px;
	}

	#foot .text {
		float: left;
		padding: 20px 0 10px;
		width: 520px;
	}

	#foot p {
		font: 11px/13px Arial;
		margin: 5px 0 0;
	}

	#foot #counters {
		float: right;
		padding: 20px;
		width: 370px;
	}

	/* Ads */

	#foot .ads {
		margin: 0 auto;
		width: 1000px;
	}

		#foot .ads .text {
			float: left;
			padding: 0 0 10px;
			width: 1000px;
		}

			#foot .ads .text p {
				color: #aaa;
				font: 10px/12px Arial;
			}

				#foot .ads .text p a {
					color: #aaa;
				}

/*
	Options block
*/

#options {
	right: 0;
	position: absolute;
	top: 30px;
	width: 400px;
	z-index: 2;
}

	#options ul {
		float: right;
		font: 12px/14px Arial;
		list-style-type: none;
		margin-right: -1px;
	}

		#options ul li {
			border-right: 1px solid #ada6a6;
			color: #ada6a6;
			float: left;
			margin: 0;
			padding: 0 3px 1px 3px;
		}

			#options ul li a,
			#options ul li span {
				border-bottom: 1px dotted #ada6a6;
				color: #ada6a6;
				cursor: pointer;
				text-decoration: none;
			}

				#options ul li a:hover,
				#options ul li span:hover {
					color: #1d0b0b;
				}

/*
	Overlat boxes
*/

.overlay {
	background-image: url("images/blank.gif");
	display: none;
	height: 230px;
	overflow: hidden;
	width: 400px;
} 

.overlay .close {
	background-image: url("images/close.png");
	position: absolute;
	right: 5px;
	top: 40px;
	cursor: pointer; 
	height: 13px;
	width: 13px;
}

.overlay .wrapper {
	float: left;
	font: 13px/18px Arial;
	height: 230px;
	overflow: hidden;
	width: 450px;
}

	.overlay ul {
		float: left;
		margin: 0;
		width: 100%;
	}

		.overlay ul li {
			display: block;
			float: left;
			height: 35px;
			width: 100px;
		}

			.overlay ul li.login {
				width: 70px;
			}

			.overlay ul li.registration {
				width: 120px;
			}

			.overlay ul li a {
				background: #585252;
				color: #fff;
				float: left;
				font: bold 20px/35px Arial;
				letter-spacing: -1px;
				padding-left: 10px;
				text-decoration: none;
				width: 120px;
			}

				.overlay ul li a.current {
					background: #eee;
					color: #585252;
				}

	.overlay .form {
		background: #eee;
		border-top: 0 none;
		float: left;
		width: 100%;
	}

	.overlay .form fieldset {
		float: left;
		margin: 20px;
	}

	.overlay .form legend {
		display: none;
	}

	.overlay .form ul {
		float: left;
		margin: 10px 0 0;
		width: 100%;
	}

		.overlay .form ul li {
			float: left;
			height: 30px;
			width: 100%;
		}

			.overlay .form ul li label {
				float: left;
				font-weight: bold;
				width: 90px;
			}

			.overlay .form ul li input {
				background: #fff;			
				border: 1px solid #817c7c;
				float: left;
				margin: 0;
				width: 170px;
				-moz-border-radius: 2px;
				-khtml-border-radius: 2px;
				-webkit-border-radius: 2px;
				border-radius: 2px;
			}

			.overlay .form ul li.checkbox input {
				border: 0 none;
				width: auto;
				margin: 0 10px 0 90px;
			}

				.overlay .form ul li.checkbox label {
					width: auto;
					font-weight: normal;
				}

			.overlay .form ul li input#registrationsubmit,
			.overlay .form ul li input#loginsubmit {
				background: #dad7d7;
				border: 1px solid #817c7c;
				cursor: pointer;
				float: left;
				font-weight: bold;
				margin: 0 0 0 90px;
				padding: 2px;
				width: 120px;
			}

	.overlay #alw_loading_login,
	.overlay #alw_loading_register {
		display: none;
		padding-left: 90px;
		vertical-align: middle;
		width: 100%;
	}

		.overlay #alw_loading_login img,
		.overlay #alw_loading_register img {
			vertical-align: middle;
		}

/* Text banner */

#rotator {
	float: left;
	height: 90px;
	width: 100%;
}

#rotator div {
	color: #fff;
	cursor: pointer;
	display: none;
	height: 90px;
	font: bold 34px/90px Arial;
	margin: 0 auto;
	text-align: center;
	width: 750px;
}

	#rotator div.show {
		display: block;
	}

	#rotator div:hover {
		color: #dad7d7;
	}

/* Ultra-Music Awards */

#uma {
	background: #50141b url("images/special/uma.png") 30px 6px no-repeat;
	display: inline;
	float: left;
	height: 100px;
	margin: 0 0 10px;
	width: 1000px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

	#uma p {
		color: #fff;
		float: left;
		font: 14px/18px Arial;
		margin: 13px 0 10px 360px;
		width: 620px;
	}

		#uma span {
			font-size: 16px;
			font-weight: bold;
		}

		#uma a {
			color: #fff;
			text-decoration: none;
		}

			#uma a:hover span {
				text-decoration: underline;
			}

/*
	Announcement
*/

#announcement {
	background: #50141b;
	display: inline;
	float: left;
	height: 80px;
	margin: 0 0 10px;
	width: 1000px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

	#announcement.join {
		background: #50141b url("images/special/join.png") 40px 13px no-repeat
	}

	#announcement .text {
		float: left;
		margin: 13px 0 10px 300px;
		width: 620px;
	}

	#announcement p {
		color: #fff;
		margin: 0;
		font: 14px/18px Arial;
	}

		#announcement span {
			font-size: 16px;
			font-weight: bold;
		}

		#announcement a {
			color: #fff;
			text-decoration: none;
		}

			#announcement a:hover span {
				text-decoration: underline;
			}

	#announcement .close {
		background-image: url("images/close_white.png");
		cursor: pointer;
		display: block;
		float: right;
		height: 13px;
		margin: 10px 10px 0 0;
		text-indent: -1000px;
		width: 13px;

		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}

		#announcement .close:hover {
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			opacity: 1;
		}


/*
	Other
*/

.video {
	background: url("images/video.gif") right 3px no-repeat;
	color: #000;
	padding-right: 25px;
	text-decoration: none;
}

	a.video:hover {
		text-decoration: underline;
	}

/*
	Gallery
*/

/* Overlay */

#gallery.overlay .close {
	top: 10px;
}

.next, .prev {
	border: 0;
	color: #000;
	display: block;
	font: bold 24px/30px Arial;
	padding: 5px 10px;
	position: absolute;
	text-decoration: none;
	top: 40%;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}

.next:hover, .prev:hover {
	text-decoration: none;
	background: #fff;
}

.next, .prev, .info {
	background: #fff !important;
}

.progress {
	display: none;
	height: 32px;
	left: 50%;
	position: absolute;
	top: 45%;
	width: 32px;
}

.disabled {
	visibility: hidden;
}














/*

		#content .posts li.category-video {
			margin: 0 0 0 15px;
		}

		#content .posts li.category-articles,
		#content .aside li.category-video,
		#content .posts li.category-update,
		#content .aside li.category-update {
			margin: 0 0 0 24px;
		}

			#content .posts li.category-update,
			#content .aside li.category-update {
				background: url("images/updates.png") 0 0 repeat-x;
			}

			#content .aside li.category-update {
				margin: 0 13px 10px 0;
			}

		#content .posts li.category-blog,
		#content .posts li.category-events {
			margin: 0;
			padding: 0 0 0 10px;
		}

		#content .posts li.category-video,
		#content .posts li.category-releases {
			margin: 0;
			width: 665px;
		}

			#content .posts li.category-video.full {
				width: 100%;				
			}

		#content .posts li.category-open {
			background: #ffdfdf;
			margin: 0 0 0 10px;
		}

		#content .posts li.category-video h2,
		#content .aside li.category-video h2{
			background: #ada6a6;
			color: #1d0b0b;
		}

		#content .posts li.category-belarus h2,
		#content .aside li.category-belarus h2 {
			background: #585252;
		}

		#content .posts li.category-blog h2,
		#content .aside li.category-blog h2 {
			background: #817c7c;
		}

		#content .posts li.category-open h2 {
			background: #5f2f2f;
		}

			#content .posts li.category-open h2 a {
				background: url("images/openby.png") 0 2px no-repeat;
				display: block;
				padding-left: 85px;
			}
*/




.home #content .posts li h2 {
	/*background: #1d0b0b;*/
	border: 0 none;
	color: #fff;
	margin: 0;
}

	#content li.category-news h2 {
		background: #1d0b0b;
		color: #fff;
	}

	#content li.category-belarus h2 {
		background: #585252;
	}

	#content li.category-blog h2 {
		background: #817c7c;
	}

	#content li.category-video h2 {
		background: #ada6a6;
		color: #1d0b0b;
	}

	#content li.category-events h2,
	#content li.category-open h2 {
		background: #50141b;
	}

		/*#content li.category-open h2 a {
			background: url("images/openby.png") 0 2px no-repeat;
			display: block;
			padding-left: 85px;
		}*/

/* Sziget nav */

.archive #content .posts li#sziget_nav,
.single #content .posts li#sziget_nav {
	float: left;
	margin: -10px 0 0;
	width: 600px;
}

	.archive #content .posts li#sziget_nav ul,
	.single #content .posts li#sziget_nav ul {
		float: left;
		margin: 0 0 0 30px;
	}

		.archive #content .posts li#sziget_nav ul li,
		.single #content .posts li#sziget_nav ul li {
			float: left;
			margin: 0 5px 0 0;
			width: auto;
		}

			#content .posts li#sziget_nav ul li a {
				background: #ada6a6;
				color: #1d0b0b;
				display: block;
				font: bold 18px/40px Arial;
				letter-spacing: -1px;
				padding: 0 10px;
				border-bottom-left-radius: 5px;
				border-bottom-right-radius: 5px;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-right-radius: 5px;
				-webkit-border-bottom-left-radius: 5px;
			}

/* Tables */

#content .entry table {border-width: 1px;border-spacing: 0px;border-style: ridge;border-color: #eee;border-collapse: collapse;margin: 5px 0;}
#content .entry table th {border-width: 1px;padding: 3px;border-style: ridge;border-color: #eee;}
#content .entry table td {border-width: 1px;padding: 3px;border-style: ridge;border-color: #eee;}

#content table#vkshare0, #content table#vkshare0 th, #content table#vkshare0 td {border:0;margin:0;padding:0;}

/* Events */

#content .posts li ul.events {
	margin: 5px 0 0 10px;
}

	#content .posts li ul.events li {
		border-bottom: 1px solid #ddd;
		float: left;
		margin: 5px 0 5px 10px;
		padding: 0 0 10px;
		width: 620px;
	}

	/*#content .posts li ul.events li.alternate {
		background: #f7f7f7;
	}*/

	#content .posts li ul.events li:last-child {
		border-bottom: 0;
	}

	#content .posts li ul.events .date {
		background: #fff;
		border: 1px solid #ddd;
		float: left;
		text-align: center;
		width: 30px;
	}

		#content .posts li ul.events .day {
			float: left;
			font: bold 18px/24px Arial;
			width: 30px;
		}

		#content .posts li ul.events .month {
			background: #50141b;
			color: #fff;
			float: left;
			font: 10px/14px Arial;
			text-transform: uppercase;
			width: 30px;
		}
	
	#content .posts li ul.events a {
		color: #000;
		text-decoration: underline;
	}

		#content .posts li ul.events a:hover {
			text-decoration: none;
		}

	#content .posts li ul.events .description {
		float: left;
		margin: 10px 0 0 10px;
		width: 500px;
	}

		#content .posts li ul.events .description .title {
			display: inline;
			font: bold 16px/18px Arial;
		}