/*
 * CSS reset
 */

/* http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */

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, input,
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;
}

/*
 * Markup
 */

h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*
 * Page general setup
 */

body {
	background: url('/images/background_page.jpg') no-repeat 50% top fixed;
}

#wrap {
	width: 980px;
	margin: 0 auto;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

#topMenu {
	width: 778px;
	height: 73px;
	margin: 59px 0 0 162px;
	background: url('/images/background_topmenu.gif') no-repeat;
	position: relative;
}
	#topMenu ul {
		position: absolute;
		display: inline-block;
		z-index: 2;
	}
	#topMenu ul li {
		display: inline;
	}
	#topMenu ul {
		margin-left: 60px;
		margin-top: 1px;
	}
	.ie7 #topMenu ul {
		padding-right: 60px;
	}
	#topMenu a {
		text-decoration: none;
		text-transform: lowercase;
		font-size: 33px;
		font-weight: bold;
		letter-spacing: -1px;
		white-space: nowrap;
	}
		#topMenu .white {
			color: #747272;
		}
		#topMenu .yellow {
			color: #71622b;
		}
		#topMenu .highlited .white {
			color: #fff;
		}
		#topMenu .highlited .yellow {
			color: #f7d43f;
		}
		#topMenu #logoTv, #topMenu #logoZZ {
			display: block;
			position: absolute;
			overflow: hidden;
			white-space: nowrap;
		}
		#topMenu #logoTv {
			width: 195px;
			height: 181px;
			left: -213px;
			top: -60px;
			background: url('/images/logo_lzt.png') no-repeat;
			text-indent: 195px;
		}
		#topMenu #logoZZ {
			width: 169px;
			height: 108px;
			right: -24px;
			top: 20px;
			background: url('/images/logo_zz.png') no-repeat;
			z-index: 0;
			text-indent: 169px;
		}
	#topMenu ul.social {
		margin: 0 !important;
		top: 151px;
		left: -145px;
	}
	#topMenu ul.social li {
		display: inline-block;
		margin-right: 5px;
	}
	.ie7 #topMenu ul.social li {
		float: left;
		margin-right: 8px;
	}
	.ie7 #topMenu ul {
		clear: left;
	}
	#topMenu ul.social a {
		width: 24px;
		height: 24px;
		font-size: 0;
		display: block;
		white-space: nowrap;
		text-indent: 99em;
		overflow: hidden;
	}
	#topMenu ul.social #facebook { background: url('/images/icons/facebook.png') 0 0 no-repeat; }
	#topMenu ul.social #draugiem { background: url('/images/icons/draugiem.png') 0 0 no-repeat; }
	#topMenu ul.social #twitter { background: url('/images/icons/twitter.png') 0 0 no-repeat; }
	#topMenu p.socialIntro {
		position: absolute;
		top: 130px;
		left: -145px;
		font-size: 11px;
		font-weight: bold;
	}
	
#main {
	position: relative;
}
	#main p {
		line-height: 1.2em;
	}
	#main .sideLeft {
		position: absolute;
		width: 210px;
		left: 0;
		margin-top: 120px;
	}
	#main #character-1 {
		height: 378px;
		background: url('/images/character-1.png') no-repeat 50% 50%;
	}
	#main #character-2 {
		height: 389px;
		background: url('/images/character-2.png') no-repeat 50% 50%;
	}
	#main #character-3 {
		height: 393px;
		background: url('/images/character-3.png') no-repeat 50% 50%;
	}
	#main #character-4 {
		height: 392px;
		background: url('/images/character-4.png') no-repeat 50% 50%;
	}
	#main #character-5 {
		height: 406px;
		background: url('/images/character-5.png') no-repeat 50% 50%;
	}
	#main #character-6 {
		height: 360px;
		background: url('/images/character-6.png') no-repeat 50% 50%;
	}
	#main #character-7 {
		height: 372px;
		background: url('/images/character-7.png') no-repeat 50% 50%;
	}
	#main #character-9 {
		height: 380px;
		background: url('/images/character-9.png') no-repeat 50% 50%;
	}
	#main #character-10 {
		height: 381px;
		background: url('/images/character-10.png') no-repeat 50% 50%;
	}
	#main #character-11 {
		height: 364px;
		background: url('/images/character-11.png') no-repeat 50% 50%;
	}
	#main .sideRight {
		position: absolute;
		width: 220px;
		right: 0;
		margin-top: 70px;
		text-align: center;
	}
		#main .sideRight .banner {
			margin: 20px 0;
		}
	#main .sideCenter {
		position: absolute;
		left: 210px;
		right: 240px;
		margin-top: 15px;
		padding-bottom: 20px;
	}
		.sideCenter h1 {
			font-size: 39px;
			font-weight: bold;
			letter-spacing: -2px;
			padding-left: 58px;
			margin-bottom: 15px;
		}
			.sideCenter h1.star-blank {
				background: url('/images/icons/star-blank.gif') no-repeat 0 50%;
				padding-top: 10px;
				padding-bottom: 4px;
				margin-bottom: 0;
			}
			.sideCenter h1.star-exclamation {
				background: url('/images/icons/star-exclamation.gif') no-repeat 3px 50%;
				padding-top: 10px;
				padding-bottom: 4px;
			}
			.sideCenter h1.star-jury {
				background: url('/images/icons/star-jury.gif') no-repeat 3px 50%;
				padding-top: 10px;
				padding-bottom: 4px;
			}
			.sideCenter h1.star-contestants {
				background: url('/images/icons/star-contestants.gif') no-repeat 3px 50%;
				padding-top: 10px;
				padding-bottom: 4px;
			}
			.sideCenter h1.star-rocket {
				background: url('/images/icons/star-rocket.gif') no-repeat 3px 50%;
				padding-top: 10px;
				padding-bottom: 4px;
			}
			.sideCenter h1.star-eye {
				background: url('/images/icons/star-eye.gif') no-repeat 3px 50%;
				padding-top: 10px;
				padding-bottom: 4px;
			}
			.sideCenter h1.star-galleries {
				background: url('/images/icons/star-galleries.gif') no-repeat 3px 50%;
				padding-top: 10px;
				padding-bottom: 4px;
			}
			.sideCenter h1.star-shows {
				background: url('/images/icons/star-shows.gif') no-repeat 3px 50%;
				padding-top: 10px;
				padding-bottom: 4px;
			}
			.sideCenter h1.star-mobile {
				background: url('/images/icons/star-mobile.gif') no-repeat 3px 50%;
				padding-top: 10px;
				padding-bottom: 4px;
			}
		.sideCenter h2 {
			font-size: 28px;
			font-weight: bold;
			letter-spacing: -2px;
		}
		.sideCenter p {
			margin: 5px 0 15px 10px;
		}
		.sideCenter ul,
		.sideCenter ol {
			margin: -5px 0 0 18px;
		}

		.sideCenter li {
			line-height: 1.2em;
			margin: 0 0 10px;
		}

		.sideCenter ul li {
			list-style-type: disc;
			list-style-position: inside;
		}

		.sideCenter ol li {
			list-style-type: decimal;
			list-style-position: inside;
		}
		.sideCenter a,
		.sideCenter div.textpage a, .sideCenter div.choicepage a {
			color: #4f6bb3;
			text-decoration: underline;
		}
		.sideCenter div a {
			color: #000;
		}
		.sideCenter div p a {
			color: #4f6bb3;
			text-decoration: underline;
		}
		.sideCenter div.withIcon p a {
			text-decoration: none;
			color: #000;
		}
		.sideCenter div.withThumb p {
			margin-right: 125px;
		}
		.sideCenter div a.highlight {
			color: #00adee;
			text-decoration: none;
		}
		.sideCenter div a,
		.sideCenter .menu a {
			text-decoration: none;
		}
		.sideCenter div a img.rightThumb {
			position: absolute;
			top: 0;
			right: 4px;
		}
.leftindent p {
	margin-left: 80px;
}

.choicepage {
	margin: 10px 0 0 0px;
}
.datelist, .textpage {
	margin: 10px 0 0 11px;
}
	.datelist div {
		min-height: 60px;
		position: relative;
	}
	.datelist h2 {
		position: absolute;
		left: 0px;
		top: 0px;
	}
		.datelist h2.eventPhoto {
			background: url('/images/icons/star-photo.gif') no-repeat right bottom;
			padding: 10px 53px 10px 0;
		}
		.datelist h2.eventVideo {
			background: url('/images/icons/star-video.gif') no-repeat right bottom;
			padding: 10px 51px 10px 0;
		}
		.datelist h2.eventGallery {
			background: url('/images/icons/star-gallery.gif') no-repeat right bottom;
			padding: 10px 50px 10px 0;
		}
	.datelist .withIcon h2 {
		top: -9px;
	}
	.datelist .withIcon p {
		padding-top: 10px !important;
		padding-bottom: 12px !important;
	}
	.leftindent .withIcon p {
		padding-left: 35px;
		padding-top: 15px;
	}
	.datelist div.hr {
		background: url('/images/background_horizontal_ruler.gif') repeat-x left top;
		height: 4px;
		min-height: 4px !important;
		margin-bottom: 5px;
	}

.peoplelist {
	margin: 10px 0 0 11px;
}
	.peoplelist div.withImage {
		min-height: 100px;
		position: relative;
	}
	.peoplelist img {
		position: absolute;
		left: 0;
		top: 5px;
	}
	.peoplelist h3 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
		margin-bottom: 0;
	}
		.peoplelist h3.star-bullet {
			padding-left: 22px;
			padding-top: 2px;
			background: url('/images/icons/star-bullet.gif') no-repeat left 50%;
		}
		.peoplelist .withImage h3.star-bullet {
			padding-left: 116px !important;
			background: url('/images/icons/star-bullet.gif') no-repeat 94px 50%;
		}
	.peoplelist p {
		padding-top: 0;
		padding-bottom: 7px;
		font-size: 11px;
		margin-bottom: 0;
	}
	.peoplelist .withImage p {
		padding-left: 93px;
	}
	.peoplelist .withImage h3 {
		padding-left: 93px;
	}
	.peoplelist div.hr {
		background: url('/images/background_horizontal_ruler.gif') repeat-x left top;
		height: 4px;
		min-height: 4px !important;
		margin-bottom: 5px;
	}

.videolist {
	margin: 35px 0 0 11px;
}
	.videolist div {
		min-height: 190px;
		position: relative;
	}
	.videolist div.video {
		position: absolute;
		left: 0;
		top: 0;
	}
	.videolist h3 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
		margin-left: 250px;
		margin-bottom: 0;
	}
	.videolist p {
		padding-top: 5px;
		padding-bottom: 8px;
		font-size: 12px;
		margin-left: 250px;
		margin-bottom: 0;
	}
	.ie8 .videolist p {
		padding-bottom: 4px;
	}
	.videolist div.hr {
		background: url('/images/background_horizontal_ruler.gif') repeat-x left top;
		height: 4px;
		min-height: 4px !important;
		margin-bottom: 12px;
	}

.melodieslist {
	margin: 25px 0 0 11px;
}
	.melodieslist .withIcon {
		background: url('/images/icons/colornotes.gif') no-repeat;
		padding-left: 25px;
		padding-top: 1px;
		zoom: 1;
	}
	.melodieslist ul {
		margin-top: -5px;
		margin-bottom: 13px;
	}
	.melodieslist ul li {
		padding-left: 11px;
		padding-right: 5px;
		background: url('/images/icons/colornotes.gif') no-repeat;
		display: inline;
		font-size: 11px;
	}
	.melodieslist h3 {
		font-size: 14px;
	}
	.melodieslist h3 a {
		border-bottom: 2px solid #000;
	}
	.melodieslist .orange {
		background-position: 0 0;
	}
		.melodieslist .orange li.listen {
			background-position: -25px -67px;
		}
		.melodieslist .orange li.dload {
			background-position: -179px -67px;
		}
	.melodieslist .green {
		background-position: 0 -84px;
	}
		.melodieslist .green li.listen {
			background-position: -24px -151px;
		}
		.melodieslist .green li.dload {
			background-position: -179px -151px;
		}
	.melodieslist .purple {
		background-position: 0 -164px;
	}
		.melodieslist .purple li.listen {
			background-position: -24px -231px;
		}
		.melodieslist .purple li.dload {
			background-position: -179px -231px;
		}
	.melodieslist .pink {
		background-position: 0 -245px;
	}
		.melodieslist .pink li.listen {
			background-position: -24px -312px;
		}
		.melodieslist .pink li.dload {
			background-position: -179px -312px;
		}

p.pagination {
	margin: 0 !important;
	font-size: 13px;
}
	p.pagination span {
		color: #fff;
		cursor: pointer;
	}
	p.pagination a {
		color: #000 !important;
		text-decoration: none !important;
	}
p.more {
	margin-top: -15px;
}
ul.menu {
	display: block;
	margin-left: 10px;
	margin-top: 0;
}
	ul.menu li {
		display: inline;
		margin-right: 12px;
		line-height: 1.5em;
	}
	ul.menu li.rightButton {
		position: absolute;
		right: 0;
		margin-right: 0;
		background: #fff;
	}
		.menu li.rightButton a {
			color: #000;
			padding: 0 4px;
		}
	ul.menu .rightButton.highlighted {
		background: #f58325;
	}
		ul.menu .rightButton.highlighted a {
			color: #fff;
		}
	.menu a {
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -1px;
	}
		.menu .highlighted a {
			color: #f58324;
		}
ul.up {
	position: relative;
	top: -8px;
}

/*
 * Grids for galleries
 */

.photogrid {
	margin: 20px 0 0 10px;
}
	.photogrid .row div {
		width: 111px;
		margin-right: 15px;
		display: inline-block;
		font-size: 11px;
		position: relative;
		min-height: 105px;
	}
		.photogrid .row a {
			display: block;
			position: absolute;
			top: 0;
		}
		.photogrid .row img {
			margin-bottom: 8px;
		}
		.photogrid .row span {
			padding-left: 20px;
			padding-top: 4px;
			background: url('/images/icons/star-bullet-m.gif') no-repeat top left;
		}
	.ie7 .photogrid .row div, .ie7 .photogrid .hr {
		float: left;
	}
	.ie7 .photogrid .pagination {
		clear: both;
	}
	.photogrid div.hr {
		background: url('/images/background_horizontal_ruler.gif') repeat-x left top;
		width: 519px;
		height: 4px;
		min-height: 4px !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}

.videogrid {
	margin: 20px 0 0 10px;
}
	.videogrid .menu {
		margin-left: 0;
	}
	.videogrid .content {
		min-height: 255px;
		margin-bottom: 10px;
	}
	.videogrid .row div {
		display: inline;
	}
		.videogrid .row div a {
			display: inline-block;
			vertical-align: top;
			width: 111px;
			margin: 0 15px 10px 0;
			font-size: 11px;
		}
		.videogrid .row img {
			margin-bottom: 4px;
		}
		.videogrid .row span {
			display: inline-block;
			padding-left: 20px;
			padding-top: 4px;
			background: url('/images/icons/star-bullet-m.gif') no-repeat top left;
			cursor: pointer;
		}
	.ie7 .videogrid .row div, .ie7 .videogrid .hr {
		float: left;
	}
	.ie7 .videogrid .pagination {
		clear: both;
	}
	.videogrid div.hr {
		background: url('/images/background_horizontal_ruler.gif') repeat-x left top;
		width: 519px;
		height: 4px;
		min-height: 4px !important;
		margin-bottom: 10px;
	}
	.videogrid ul.dates {
		width: 230px;
	}
		.videogrid ul.dates li {
			margin-right: 10px;
			color: #fff;
			font-size: 15px;
			font-weight: bold;
			display: inline;
		}
			.videogrid ul.dates li a {
				color: #fff;
				padding-left: 15px;
				margin-bottom: 2px;
				display: inline-block;
				background: url('/images/elements/bullets.gif') no-repeat left top;
			}
			.videogrid ul.dates li.highlighted a {
				color: #f58323;
				background-position: left bottom;
			}
	.videogrid ul.withYear {
		width: 265px !important;
	}
	.videogrid #video .placeholder {
		margin-top: 15px;
	}

.audiogrid {
	margin: 20px 0 0 10px;
}
	.audiogrid div.row {
		padding-left: 18px;
		background: url('/images/icons/star-bullet-m.gif') no-repeat left top;
	}
	.audiogrid div {
		margin: 5px 0;
	}
	.audiogrid p, .audiogrid h3 {
		display: inline;
	}
	.audiogrid h3 {
		font-size: 16px;
	}
	.audiogrid p {
		margin-left: 5px;
	}
	.audiogrid p.count {
		position: relative;
		top: -4px;
		margin-left: 2px;
		font-size: 11px;
	}
	.audiogrid div.hr {
		background: url('/images/background_horizontal_ruler.gif') repeat-x left top;
		width: 519px;
		height: 4px;
		min-height: 4px !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}

.formpage {
	margin-top: 30px;
	width: 445px;
}
	.formpage form {
		margin-left: 10px;
	}
	.formpage input, .formpage textarea {
		background: #fff;
		border: none;
		width: 297px;
		padding: 3px;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 11px;
		color: #555;
		overflow: auto;
	}
		.formpage input.text {
			height: 14px;
			overflow: hidden;
		}
		.formpage input.file {
			height: auto !important;
			line-height: 1em !important;
			overflow: visible !important;
		}
	.formpage div.row {
		margin-bottom: 4px;
		position: relative;
		padding: 0;
		color: #000;
		font-weight: normal;
		font-size: 100%;
	}
		.formpage div.row label {
			position: absolute;
			padding: 4px;
			padding-top: 5px;
			font-size: 11px;
			color: #555;
			cursor: text;
		}
		.formpage div.row div.preview {
			padding-top: 5px;
			font-size: 12px;
			font-weight: bold;
		}
			.formpage div.row div.preview span {
				font-weight: normal;
				color: #000;
			}
			.formpage div.row div.preview div.textarea {
				margin-top: 2px;
				padding: 4px;
				padding-left: 0;
				font-weight: normal;
				color: #000;
			}
	.formpage div.buttons {
		width: 303px;
		height: 18px;
		padding: 5px 0;
	}
		.formpage div.buttons a, .formpage div.buttons .submit, .formpage div.buttons .preview {
			background: none transparent;
			font-size: 16px;
			font-weight: bold;
			overflow: hidden;
			height: 18px;
			line-height: 18px;
		}
		.formpage div.buttons a {
			color: #fff;
			float: left;
		}
		.formpage div.buttons .submit {
			color: #f58324;
			float: right;
			padding: 0;
			width: 57px;
		}
	.formpage #show-browse-file .file {
		width: auto;
	}
		#show-browse-file {
			width: 303px;
			height: auto;
			height: 20px\9;
			padding: 0;
			overflow: hidden;
			line-height: 20px;
		}

/*
 * Anchors, highlighting
 */

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

.highlight {
	color: #00adee;
}

/*
 * Debug
 */

.d { border: 1px solid red; }

/*
 * Utilities
 */

.relative {
	position: relative;
}

.br {
	margin-top: 1em !important;
}

/*
 * Form errors
 */

.form-error {
	color: #f00;
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 10px;
}

/*
 * Form add media
 */

.clear {
	clear: both;
}

.formpage-add-media {
	width: 570px;
	margin-top: 10;
}

.formpage-add-media ul.menu {
	margin: 0 10px 10px;
}

.formpage-add-media div.row {
	width: 260px;
}

.formpage-add-media input, .formpage-add-media textarea {
	width: 254px;
	font-size: 12px;
	color: #000;
}

.formpage-add-media input {
	height: 14px;
	line-height: 14px;
}

.formpage-add-media div.row label {
	font-size: 12px;
}

.formpage-add-media select {
	font: 11px/20px Arial, Helvetica, sans-serif;
}

.formpage div.row .element-select {

}

.formpage div.element-select label,
.formpage div.element-textarea label,
.formpage-add-media div.element-file label {
	position: relative;
	padding: 4px 4px 4px 0;
	font-size: 12px;
	font-weight: bold;
	color: #010101;
	cursor: default;
}

.formpage div.element-select label {
	float: left;
}

.formpage .element-select .input-fields {
	float: right;
}

.formpage div.element-textarea {
	float: left;
	padding: 10px 20px 0 0;
	margin: 0 0 -5px;
}

.formpage div.element-textarea label {
	display: block;
	min-height: 36px;
}

.formpage-add-media div.element-file {
	width: auto;
	margin: 0 0 0px;
	padding: 10px 0 0;
}

.formpage-add-media div.element-file .upload-title {
	margin: 0 0 5px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
	.formpage-add-media div.element-file .upload-title .file {
		color: #000;
		font-size: 12px;
		font-weight: normal;
	}
	.formpage-add-media div.element-file .upload-title div.textarea {
		margin-top: 2px;
		padding: 4px;
		padding-left: 0;
		font-size: 12px;
		font-weight: normal;
		color: #000;
	}
.formpage-add-media div.element-file p {
	margin: 0 0 5px;
	font-size: 11px;
}

.formpage-add-media .element-file .upload-description {
	margin: 0 0 10px;
}

.formpage-add-media .element-file .upload-description input {
	vertical-align: top;
	padding: 0;
	width: 260px;
	height: auto;
	height: 20px;
	line-height: 20px;
	margin: 0 20px 0 0;
	/*overflow: hidden;
	position: relative;
	z-index: 2;*/
}

.formpage-add-media .element-file .upload-description textarea {
	margin: 0px;
}

.formpage-add-media div.buttons {
	padding: 30px 0 0;
	width: 540px;
	text-align: right;
}

.formpage-add-media div.buttons .submit  {
	cursor: pointer;
	width: auto;
	height: auto;
	height: 20px\9;
	margin-left: 20px;
	float: none;
}

.formpage-add-media form p a {
	color: #4f6bb3;
	text-decoration: underline;
}

.form-message {
	color: #f00;
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 10px;
}

.datelist div.title {
	min-height: 0;
	margin: 0 0 0 80px;
	font-size: 22px;
	font-weight: bold;
}
.datelist .withIcon div.title {
	margin: 0 0 0 115px;
}

