/*
(c) Designed by Constantin Mashinskiy, 2012 | www.constantinus.ru
*/

html, body {
	height: 100%;
}

body {
	font: 12px/1.5 'Lato', "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #fff;
	/* 	
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	*/
	background-color: #000;
}


.right {
	text-align: right;
}

.float-right {
	text-align: right;
	float: right;
}

.center {
	text-align: center;
}

/* @group type */

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,tr,td,th,form,address,blockquote {
	padding: 0;
	margin: 0.75em 0 1em 0;
	font-size: 100%;
}

div:after,form:after,ul:after,ol:after,dl:after,dt:after,dd:after,h1:after,h2:after,h3:after,h4:after,p:after {
	content: '';
	display: block;
	clear: both;
}

div, input, textarea, select {
	font-size: 100%;
}

p {
	font-size: 100%;
}

p:last-child {
	margin-bottom: 0;
}

strong, dfn {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

sup, sub {
	position: relative;
	top: -0.5em;
	line-height: 0;
	vertical-align: baseline;
	font-size: 75%;
}

a, a:visited, a:link, a.anchor {
	color: #ee99e0;
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

a:hover {
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

a:hover, a:hover.anchor {
	color: #ffebfc;
}

.anchor {
	border-bottom: 1px dashed #ffebfc;
	cursor: pointer; 
	//cursor: hand;
	text-decoration: none !important;
}

a:hover.anchor {
	border-bottom-color: #000;
}

hr {
	border: 0 #f5bef8 solid;
	border-top-width: 1px;
	clear: both;
	height: 0
}

/* @end */

/* @group headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

h1 {
	font-size: 3em;
	line-height: 1.2;
	padding: 0;
	margin: .2em 0 0;
	color: #e09eff;
}

h1 span {
	font-weight: 400;
	font-size: .75em;
	color: #9755b6;
}

/* @end */

#header-layout {
	background-color: #23022b;
}

#header {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
}

#content-layout {
	background-color: #15001a;
	margin-bottom: 120px;
}

#content {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 120px;
}

#content p {
	font-size: 1.3em;
	margin: 1em 0;
}

#content .grid_5.right {
	border-right: 1px solid #5d3d61;
	padding-right: 29px;
	margin-right: 19px;
}

#content p.newsletter {
	margin-top: 3em;
	color: #f7d6f1;

}

#music-layout {
	background-color: #3c004a;
	margin-bottom: 120px;
	height: 450px;
}

#video, #music {
	margin-bottom: 60px;
}

#footer {
	margin-top: 200px;
	padding-bottom: 60px;
	text-align: center;
	font-weight: 300;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p {
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
}

#footer p.rights {
	font-size: 1.4em;
}

