/*
Theme Name: Mix Music
Description: Mix Music 
Version: 1.0
Author: Alex Ciobotea
Author URI: http://alexciobotea.net
*/
	/* let the fun begin :) */

/*--- helper clases ---*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	display: block;
	margin: 0 auto;
}

/*--- general ---*/	
body {
	margin: 0;
	background: url("images/bg.png") no-repeat center top #0a0b0c;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	color: #fff;
	line-height: 1.6em;
	font-size: 12px;
}

body.homepage {
	background: url("images/homepage.png") no-repeat center top #000;
}

p {
	font-size: 12px;
}

a {
	color: #dc137b;
	text-decoration: none;
}

a:hover {
	background: #dc137b;
	color: #fff;
}

img {
	border: 2px solid #dc137b;
	margin: 30px auto;
}

h1 {
	font-size: 24px;
	margin: 30px 0;
	text-shadow: 0 1px #000;
}


/*-- cufon fonts --*/
h1, h2, h3, h4, h5 , h6 {
	font-family: Neuropol;
}


/*--- structure ---*/

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 0;
}

/* menu */
#menu {
	height:60px;
	width: 878px;
	background: url("images/menu.png") no-repeat left top;
	margin: 0 0 30px;
}

#menu span {
	background: url("images/menu.png") no-repeat right top;
	float: right;
	position: relative;
	left: 22px;
	height: 70px;
	width: 22px;
}

.homepage #menu {
	margin: 0;
}

/* title & logo */

.page_title {
	font-size: 28px;
	background: url("images/page_title.png") no-repeat left top;
	height: 50px;
	width: 598px;
	line-height: 50px;
	float: left;
	padding: 10px 0 0 20px;
	text-shadow: 0 1px #000;
	margin: 52px 0;
}

#logo {
	background: url("images/logo.png") no-repeat left top;
	width: 281px;
	height: 159px;
	float: right;
	font-size: 9px;
	text-indent: -9999px;
	margin: 0 0 30px;
}

.homepage #logo {
	wdith:159px!important;
	height: 90px;
	float: left;
	background: url("images/homepage_logo.png") no-repeat left top;
	margin: 440px 0 0!important;
}

/* footer */
#footer {
	border-top: 1px solid #dc137b;
	margin: 30px 0 0;
	padding: 15px 0 ;
	font-size: 12px;
	color: #ccc;
}

.homepage #footer {
	margin: 50px 0 0;
	border: 0;
}

/* shortcodes */
.info_box {
	background: url("images/info_box.png") no-repeat center top;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	margin: 30px 0;
	font-weight: bold;
}

.thead {
	background: url("images/thead.png") no-repeat left top;
	height: 42px;
	line-height: 42px;
	text-shadow: 0 1px #666;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 0;
	color: #000;
	width: 878px;
}

.trow1, .trow2 {
	padding: 0 0 0 20px;
	height: 30px;
	line-height: 30px;
	background: #000;
	width: 871px;
	border-right: 3px solid #333;
	border-left: 3px solid #333;
	border-bottom: 3px solid #333;
	margin: 0 0 0 1px;
}

.trow2 {
	background: #0d0d0d;
}

.trow1:hover, .trow2:hover {
	background: #dc137b;
}

.col1, .col2,.col4 {
	float: left;
	margin: 0;
}

.col1 {
	width: 650px;
}

.col2 {
	width: 100px;
	text-align: right;
}

.col4 {
	width: 217px;
}


/* preturi scene */

.scena {
	width: 860px;
	height: 179px;
	background: url("images/scena.png") no-repeat center top;
	margin: 20px auto;
	text-shadow: 0 1px #000;
	padding: 17px 20px 20px 20px;
	color: #fff;
}

.scena:hover {
	background-position: center bottom;
}

.scena:hover h2 {
	color: #830546;
	text-shadow: 0 1px #ee70b1;
}

.scena h2 {
	width: 550px;
	font-size: 32px;
	color: #000;
	text-shadow: 0 1px #7b7b7b;
	padding: 0 0 20px;
	margin: 0;
}

.scena .desc {
	width: 550px;
	font-size: 18px;
	padding: 0 0 20px;
	margin: 0;
}

.scena .price {
	float: left;
	font-size: 14px;
	width: 500px;
	line-height: 1.6em;
	margin: 0;
	list-style: none;
}

.scena .img {
	float: right;
	width: 300px;
}

.scena img {
	opacity: 0.7;
}

.scena img:hover {
	opacity: 1;
}

.scena .gallery {
	float: right!important;
	width: 300px!important;
}

.scena .gallery-item {
	width: 80px!important;
	float: left!important;
	margin: 0 0 13px 20px!important;
}


/* blog page */
.blog {
	float: left;
	width: 600px;
}

.post_title {
	font-size: 22px;
	margin: 10px 0 0 ;
}

.post_title a {
	color: #fff!important;
}

.post_title a:hover {
	background: none;
	text-decoration: none;
}

.meta {
	font-size: 9px;
	color: #444;
}

.tags {
	border-bottom: 1px dotted #444;
	padding: 0 0 30px;
	margin: 0 0 20px;
	color: #444;
}

.meta a, .tags a {
	color: #444!important;
}

.navigation {
	padding: 30px 0 0 0;
}

#sidebar {
	float: left;
	width: 270px;
	padding: 0 0 0 30px;
}

#sidebar ul {
	padding: 0;
}

#sidebar li {
	list-style: none;
	padding: 5px;
	border-bottom: 1px dotted #444;
}

#sidebar ul li a {
	display: block;
}

#sidebar a:hover {
	background: none;
}


.blog .gallery-item {
	width: 30%!important;
	margn: 0 0 10px!important;
}

/* bug fixes*/

.gallery-icon img {
	margin: 0!important;
}

.gallery-icon img:hover{
	padding: 0;
	margin: 0;
	border: 0;
}

.gallery_title {
	font-size: 24px;
	color: #fff;
}

.wta {
	margin: 0 auto;
	text-align: center;
	border: 0;
	padding: 0 ;
}

.wta a, .wta img, .wta a:hover, .wta img:hover {
	border: 0;
	margin: 0 ;
	padding: 0;
}
#wrapper .partners {
	list-style-type:none;
	margin:0;
	padding:0;
	width:960px;
	text-align:left;
	display:block;
	height:100px;
	position:absolute;
}
#wrapper .partners li {
	float:left;
	width:148px;
	height:74px;
	margin:0;
	display:block;
}
#wrapper .partners li a {
	text-decoration:none;
	line-height:1px;
	border:none;
	margin:0;
	background:none;
}
#wrapper .partners li a:hover {
	text-decoration: none;
	border:none;
	margin:0;
	background:none;
}
#wrapper .partners li img {
	border:none;
	margin:0;
	padding:0;
}
#wrapper .partners li a img {
	border:none;
	background:none;
}
