/*
Theme Name:  BestDJ Theme
Theme URI:   http://bestdj.by/
Description: Theme for bestdj.by
Version:     1.0
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/18px Verdana, Arial, Tahoma;
}

body {
	color: #fff;
	background: #0f0b08 url("images/back.jpg") center top no-repeat;
}

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: #eee;
	margin: 10px 0;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.overflow {
	overflow: hidden;
}

/*
	Layonts
*/

#wrapper {
	height: 100%;
	margin: 0 auto;
	width: 1000px;
}

	body > #wrapper {
		height: auto;
		min-height: 100%;
	}

#header {
	float: left;
	height: 70px;
	overflow: hidden;
	width: 100%;
}

#page {
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
}

#aside {
	float: left;
	width: 250px;
}

#content {
	float: right;
	width: 600px;
}

/*
	Header
*/

/* Logo */

#logo {
	display: inline;
	float: left;
	height: 44px;
	margin: 10px 0 0 10px;
	width: 178px;
}

	#logo h1, #logo h2 {
		display: block;
		height: 44px;
		width: 178px;
	}

		#logo h1 a, #logo h2 a {
			color: #fff;
			display: block;
			height: 100%;
			text-decoration: none;
			width: 100%;
		}

		#logo h1 span, #logo h2 span {
			background: url("images/header/logo.png") 0 0 no-repeat;
			float: left;
			height: 100%;
			width: 100%;
		}

/* Menu */

#header .menuwrap {
	float: right;
	height: 70px;
	width: 400px;
}

#menu {
	display: inline;
	float: right;
	height: 25px;
	margin: 10px 0 0;
	width: 400px;
}

	#menu ul {
		float: right;
		/*font: 20px/25px Calibri;*/
		font: 18px/25px Tahoma;
		height: 44px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		width: 100%;
	}

		#menu ul li {
			float: right;
			margin: 0 0 0 6px;
			padding: 0;
		}

			#menu ul li a {
				color: #ffda37;
				display: block;
				padding: 0;
				text-decoration: none;
			}

				#menu ul li a:hover {
					text-decoration: underline;
				}

			#menu ul li.active a {
				color: #fff;
			}

/* Submenu */

#submenu {
	display: inline;
	float: right;
	height: 20px;
	margin: 5px 0 0;
	width: 400px;
}

	#submenu ul {
		float: right;
		/*font: 16px/20px Calibri;*/
		font: 14px/20px Tahoma;
		height: 44px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		#submenu ul li {
			background: url("images/header/sep.png") left 9px no-repeat;
			float: right;
			margin: 0 0 0 4px;
			padding: 0 0 0 12px;
		}

		#submenu ul li.first {
			background: none;
			padding: 0 0 0 0;
		}

			#submenu ul li a {
				color: #fff;
				display: block;
				padding: 0;
				text-decoration: none;
			}

				#submenu ul li a:hover {
					text-decoration: underline;
				}

		#submenu ul li.active a {
			color: #d510ae;
		}
/*
	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;
	display: inline;
	margin: 0;
	width: 100%;
}

	#content .posts .post {
		float: left;
		margin: 0 0 10px;
		padding: 0;
		width: 100%;
	}

		#content .posts .post .title {
			float: right;
		}

			#content .posts .post .title h1,
			#content .posts .post .title h2 {
				color: #dedede;
				display: inline;
				float: right;
				/*font: 23px/26px Calibri;*/
				font: 22px/28px Tahoma;
				letter-spacing: -1px;
				margin-top: 10px;
				text-align: right;
				text-transform: uppercase;
			}

				#content .posts .post .title h1 a,
				#content .posts .post .title h2 a {
					color: #dedede;
					text-decoration: none;
				}

		#content .posts .post .entry {
			float: left;
			margin: 0;
			width: 100%;
		}

			#content .posts .post .entry h1,
			#content .posts .post .entry h2 {
				line-height: 26px;
			}

			#content .posts .post .entry h1 {
				font-size: 22px;
				margin: 10px 0;
			}

			#content .posts .post .entry h2 {
				font-size: 20px;
				margin: 10px 0;
			}

			#content .posts .post .entry h3 {
				font-size: 18px;
				margin: 10px 0;
			}

			#content .posts .post .entry h4 {
				font-size: 16px;
				margin: 10px 0;
			}

			#content .posts .post .entry h5 {
				font-size: 15px;
				margin: 10px 0;
			}

			#content .posts .post .entry h6 {
				font-size: 14px;
				margin: 10px 0;
			}

		#content .posts .post .sociable {
			float: left;
			margin: 10px 0 0;
			width: 100%;
		}

			#content .posts .post .sociable img {
				margin: 0;
			}

/* Images */

#content img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
}

	#content img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#content img.alignright {
		margin: 10px 0 10px 10px;
		display: inline;
	}

	#content img.alignleft {
		margin: 10px 5px 10px 0;
		display: inline;
	}

.wp-caption {
	border: 1px solid #b2b2b2;
	margin: 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
}

	.wp-caption.alignright {
		margin: 10px 0 10px 10px;
	}

	.wp-caption.alignleft {
		margin: 10px 5px 10px 0;
	}

	.wp-caption img {
		border: 0 none;
		margin: 0;
		max-width: 100%;
		padding: 0;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 15px;
		padding: 0 0 5px;
		margin: 0;
	}

/* Tables*/

#content .posts table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #eee;
	border-collapse: collapse;
	margin: 5px 0;
}

	#content .posts table.full {
		width: 100%;
	}

#content .posts table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #eee;
}

#content .posts table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #eee;
}

/*
	Aside
*/

#aside ul {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 80px 0 20px;
	width: 100%;
}

	#aside ul li {
		float: left;
		margin: 0 0 10px 0;
		width: 100%;
	}

		#aside ul li ul {
			list-style-type: disc;
			margin: 10px 0 10px 20px;
		}

			#aside ul li ul li {
				background: none;
				margin: 0;
			}

				#aside ul li ul li ul {
					margin: 0 0 0 20px;
				}

	#aside a {
		color: #fff;
	}

	#aside h3 {
		color: #dedede;
		font: 18px/22px Tahoma;
		margin: 20px 0 0;
		/*text-align: right;*/
		text-transform: uppercase;
		position: relative;
	}

		#aside h3 span {
			height: 25px;
			margin-left: 5px;
			position: absolute;
			width: 22px;
		}

		#aside h3 a {
			color: #ffd700;
			text-decoration: none;
		}

	#aside ul li .textwidget {
		color: #fff;
		margin: 10px 0 0 0;
	}

	#aside table {
		border-collapse: collapse;
		width: 100%;
	}

		#aside table td {
			border-bottom: 1px solid #9aa392;
			color: #fff;
			padding: 4px;
		}

		#aside table .number {
			width: 10px;
		}

		#aside table .name {
			color: #363636;
			width: 190px;
		}

		#aside table .points {
			color: #d6d8d3;
			padding-left: 13px;
			width: 30px;
		}

			#aside table .points.up {
				background: url("images/aside/up.png") 0 8px no-repeat;
			}

			#aside table .points.down {
				background: url("images/aside/down.png") 0 8px no-repeat;
			}

/* Vote block */

#aside ul li .textwidget span {
	color: #ef0875;
}

	#aside ul li .textwidget .button {
		display: block;
		height: 36px;
		text-align: center;
		width: 126px;
	}

		#aside ul li .textwidget .button span {
			background: url("images/aside/vote.png");
			position: absolute;
			height: 36px;
			text-indent: -10000px;
			width: 126px;
		}

/*
	Footer
*/

#footer {
	clear: both;
	height: 150px;
	margin-top: -150px;
	position: relative;
}

	#footer .partnerswrap {
		background: url("images/footer/back.png");
		clear: both;
		float: left;
		height: 80px;
		overflow: hidden;
		width: 100%;
	}

		#footer .partners {
			height: 60px;
			margin: 10px auto;
			text-align: center;
			width: 950px;
		}

			#footer .partners ul {
				margin: 0 auto;
			}

				#footer .partners ul li {
					float: left;
				}

					#footer .partners ul li a span {
						display: block;
						text-indent: -10000px;
					}

				#footer .partners ul li.i a {
					background: url("images/partners.png") 0 0;
					display: block;
					height: 60px;
					width: 100px;
				}

					#footer .partners ul li.i a:hover {
						background: url("images/partners.png") 0 -61px;
					}

				#footer .partners ul li.d a {
					background: url("images/partners.png") -100px 0;
					display: block;
					height: 60px;
					width: 85px;
				}

					#footer .partners ul li.d a:hover {
						background: url("images/partners.png") -100px -61px;
					}

				#footer .partners ul li.f a {
					background: url("images/partners.png") -185px 0;
					display: block;
					height: 60px;
					width: 65px;
				}

					#footer .partners ul li.f a:hover {
						background: url("images/partners.png") -185px -61px;
					}

				#footer .partners ul li.u a {
					background: url("images/partners.png") -250px 0;
					display: block;
					height: 60px;
					width: 195px;
				}

					#footer .partners ul li.u a:hover {
						background: url("images/partners.png") -250px -61px;
					}

				#footer .partners ul li.t a {
					background: url("images/partners.png") -445px 0;
					display: block;
					height: 60px;
					width: 145px;
				}

					#footer .partners ul li.t a:hover {
						background: url("images/partners.png") -445px -61px;
					}

				#footer .partners ul li.r a {
					background: url("images/partners.png") -590px 0;
					display: block;
					height: 60px;
					width: 125px;
				}

					#footer .partners ul li.r a:hover {
						background: url("images/partners.png") -590px -61px;
					}

				#footer .partners ul li.o a {
					background: url("images/partners.png") -715px 0;
					display: block;
					height: 60px;
					width: 145px;
				}

					#footer .partners ul li.o a:hover {
						background: url("images/partners.png") -715px -61px;
					}

				#footer .partners ul li.g a {
					background: url("images/partners.png") -860px 0;
					display: block;
					height: 60px;
					width: 90px;
				}

					#footer .partners ul li.g a:hover {
						background: url("images/partners.png") -860px -62px;
					}

	#footer .copyrightswrap {
		background: #000;
		clear: both;
		float: left;
		height: 70px;
		overflow: hidden;
		width: 100%;
	}

		#footer .copyright {
			margin: 10px auto;
			width: 1000px;
		}

		#footer .sape {
			margin: 5px auto;
			width: 1000px;
		}

		#footer p {
			font: 11px/14px Arial;
			margin: 0;
		}

		#footer a {
			color: #fff;
		}

			#footer .sape p {
				font: 10px/12px Arial;
			}

			#footer .sape a {
				color: #949494;
				text-decoration: none;
			}

/* Bestdj */

#bestdj {
	display: none;
	background: #333;
	border: 1px solid #666;
	padding: 20px;
	width: 320px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 90px #000;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

#ajaxerror,
#ajaxinfo {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
}

	#ajaxerror {
		color: #ffd835;
	}

#bestdj_form {
}

	#bestdj_form .votes {
		margin-left: 30px;
	}

	#bestdj_form p {
		float: left;
		width: 100%;
	}

	#bestdj_form label {
		float: left;
		width: 80px;
	}

		#bestdj_form .votes label {
			width: 20px;
		}

		#bestdj_form label.desc {
			color: #eee;
			float: left;
			font: 11px/13px Arial;
			padding: 5px 0 0;
			width: 320px;
		}

		#bestdj_form label.error {
			color: #ffd835;
			float: left;
			padding-left: 80px;
			width: 250px;
		}

			#bestdj_form .votes label.error {
				padding-left: 20px;
				width: 300px;
			}

	#bestdj_form input {
		border: 1px solid #46425b;
		float: left;
		font: 12px/20px Arial;
    	padding: 2px 3px;
	    border-radius: 2px;
	    -moz-border-radius: 2px;
	    width: 220px;
	}

		#bestdj_form input.error {
			border: 1px solid #ffd835;
		}

	#bestdj_form input#vote_button,
	#bestdj_approve input#vote_approve_button {
		background: url("images/vote.png") 0 0 no-repeat;
		border: 0 none;
		cursor: pointer;
		height: 39px;
		text-indent: -10000px;
		width: 140px;
	}

.ac_results {
	padding: 0px;
	border: 1px solid #000;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	text-align: left;
	color: #000;
}

.ac_loading {
	background: white url("images/indicator.gif") right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0a246a;
	color: #fff;
}

/* List of artists */

.artists {
	float: left;
	font-size: 14px;
	margin: 0 0 20px;
	width: 100%;
}

	.artists .artist {
		border-bottom: 1px solid #9aa392;
		float: left;
		padding: 5px;
		width: 100%;
	}

		.artists .artist .number {
			float: left;
			width: 25px;
		}

			.artists .artist .number a {
				text-decoration: none;
			}

		.artists .artist .name {
			float: left;
		}

			.artists .artist .name a {
				text-decoration: none;
			}

			.artists .artist .name a:hover {
				border-bottom: 1px dotted #fff;
			}

		.artists .artist .description {
			display: none;
			float: left;
			font-size: 12px;
			margin-left: 25px;
			width: 550px;
		}

			.artists .artist .description img {
				border: 2px solid #eee;
				float: left;
				margin: 10px 5px;
			}

			.artists .artist .description p {
				line-height: 16px;
			}

#gallery {
	display: none;
	z-index: 10000;
	background-color: #333;
	border: 1px solid #666;
	width: 675px;
	min-height: 200px;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* Hacks */
#wrapper {
	*margin-bottom: 160px;
}