@charset "UTF-8";
/* ----- START 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- END CSS RESET ----- */

body {
	background: url('img/bkg.jpg') top left repeat-x #d9dce2;
	font-family: 'Droid Serif', arial, serif;
	font-style:normal;
	color: #00000;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

h1,h2 {
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 18px;
}

h2 {
	font-style: italic;
}

h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#menu a,#menu a:hover {
	padding-left:22px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
}

a,a:hover {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
}

a.selected {
	color: #000000;
	font-style: normal;
}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

#header {
	height: 50px;
}

#logo {
	float: left;
}

#menu {
	float: right;
	padding-top: 13px;
}

a.title,a.title:hover {
	color: #000000;
	font-size: 28px;
	letter-spacing: 3px;
	text-decoration: none;
	font-style: normal;
}

.subtitle {
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 3px;
	padding-left: 10px;
	font-style: normal;
}

#content {
	width: 960px;
}

#page-home {
	width: 960px;
	height: 480px;
}

#page-basic {
	width: 920px;
	height: 440px;
	padding: 20px;
	background: #b5b8bf;
}

#page-gallery {
	width: 960px;
	height: 480px;
}

#page-store {
	width: 899px;
	height: 480px;
	padding-left: 61px;
}

#page-about {
	width: 920px;
	height: 440px;
	padding: 20px;
	background: #b5b8bf;
}

#scroller {
	width: 632px;
	height: 440px;
	padding-left: 20px;
	padding-right: 10px;
	overflow-y: hidden;
}

.fl-left {
	float: left;
	margin-right: 20px;
}

#about-img {
	float: left;
	width: 258px;
}

#about-text {
	float: left;
	height: 440px;
	width: 662px;
	/*overflow: hidden;*/
}

#concerts-block1 {
	width: 450px;
	float: left;
	height:406px;
}

#concerts-block2 {
	float: left;
	margin-left: 20px;
	padding: 20px;
	width: 410px;
	height:366px;
	background: #a3a5ac;
}

.c-item {
	float: left;
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 436px;
	background: #a3a5ac;
	margin-bottom: 1px;
}

a.c-item,a.c-item:hover {
	color: #ffffff;
}

a.c-selected,a.c-selected:hover {
	background: #919399;
}
.c-date {
	float: left;
	width: 100px;
}

.c-title {
	float: left;
	width: 180px;
}

.c-venue {
	float: left;
}

#c-text {
	margin-top: 20px;
	margin-left: -20px;
	margin-right: -20px;
	border-top: 1px solid #a3a5ac;
	padding: 20px;
}

/* --- STORE --- */
a.s-album,a.s-album:hover {
	float: left;
	margin-left: 12px;
	width: 367px;
	padding: 20px;
	height: 400px;
	background: #b5b8bf;
	text-align: center;
	color: #000000;
}

.s-album img {
	padding-bottom: 20px;
}

.note {
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	padding-top: 10px;
	line-height: 12px;
}

/* --- STORE ALBUM --- */

#page-store-album {
	width: 920px;
	height: 440px;
	padding: 20px;
	background: #b5b8bf;
}

#album-img {
	float: left;
	width: 258px;
	text-align: center;
	background: #a3a5ac;
	height: 440px;
}

#album-img img {
	padding-bottom: 30px;
}

a.order, a.order:hover {
	color: #ffffff;
	font-size: 18px;
}

/* --- STORE ORDER --- */
td {
	padding-bottom: 14px;
	vertical-align: middle;
}

td.label {
	width: 200px;
}

input {
	border: 0px;
	background: #a3a5ac;
	width: 220px;
	padding: 3px;
}

textarea {
	width: 220px;
	height: 80px;
	border: 0px;
	padding: 3px;
	background: #a3a5ac;
}

input,textarea {
	color: #ffffff;
	font-family: 'Droid Serif', arial, serif;
	font-style: normal;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
}

input.checkbox {
	width: 30px;
	margin-left: 30px;
}

#store-title {
	padding-bottom: 10px;
}

.store-form {
	float: left;
	width: 460px;
}

input.submit {
	width: auto;
	padding: 10px;
	margin: 0px;
	margin-top: 20px;
	cursor: pointer;
}
.strike {
	text-decoration: line-through;
	color: red;
}

/* --- NEWS --- */
.news-item {
	width: 920px;
	padding: 20px;
	background: #b5b8bf;
	margin-bottom: 20px;
	clear: both;
}

.news-item img {
	margin-right: 15px;
	margin-bottom: 5px;
}

.news-item img.right {
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
}

/* --- GALLERY --- */
.g-item {
	float: left;
	width: 191px;
	padding: 20px;
	height: 440px;
	background: #b5b8bf;
	color: #000000;
}

.g-marg {
	margin-left: 12px;
}

.g-header {
	height:48px;
}

.g-subtitle {
	margin-top: -10px;
}

/* --- OTHER --- */

img.left {
	margin-right: 15px;
	margin-bottom: 5px;
}

img.right {
	margin-left: 15px;
	margin-bottom: 5px;
}
