/*
	--------------------------------------------
 	Version: 1.0
  	Last update: 2006-01-19
	--------------------------------------------

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Tahoma CE", "Lucida Grande CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
	color: #666;
	font-size: 12px;
	background: #F8F8F8;
}

a {
	color: #FF6666;
	text-decoration: none;
}
a:visited {
	color: #FF6666;
	text-decoration: none;
}

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

/*	LAYOUT
	--------------------------------------------
*/

div#layout {
	margin: 60px auto;
	width: 749px;
	border: 1px solid #CCC;
	background: white;
}

div#layoutIntro {
	margin: 60px auto;
	width: 749px;
}

/*
	INTRO
	--------------------------------------------
*/

div#intro {
	width: 749px;
	height: 399px;
	background: url(../img/intro.jpg) no-repeat;
}

div#intro h1 {
	display: none
}

div#intro a {
	width: 749px;
	height: 399px;
	display: block;
}
div#intro a span {
	visibility: hidden
}

/*	HEADER
	--------------------------------------------
*/

div#header {
	width: 749px;
	height: 126px;
	background: url(../img/header.jpg) no-repeat;
}

div#header h1 {
	display: none
}

div#header a {
	width: 749px;
	height: 126px;
	display: block;
}
div#header a span {
	visibility: hidden
}

/*	MENU
	--------------------------------------------
*/

div#menu {
	background: url(../img/bg-menu.jpg) no-repeat;
	width: 749px;
	height: 24px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
}

div#menu ul li {
	display: inline;
	list-style: none;
	line-height: 24px;
	float: left;
	width: 92px;
	text-align: center;
	font-size: 12px;
	border-right: 1px solid #CCC;
	font-family: "Tahoma CE", "Lucida Grande CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
}

div#menu li a {
	width: 92px;
	display: block;	
	color: black;
	text-decoration: none;
	letter-spacing: 2px;
}

div#menu li a:hover {
	background: #824B45;
	color: white;
}

div#menu li.last {
	border: 0;
	width: 97px;
}

div#menu li.last a {
	width: 97px;
}

div#menu .active {
	background: #824B45;
	color: white;
}

/*	MENU_ADMIN
	--------------------------------------------
*/

div#menu_admin a {
	padding: 5px 5px 5px 5px;
	background: #C4E6FF;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	font-size: 9px;
}
div#menu_admin a.info {
	background: #993300;
	color:#FFFFFF;
}
div#menu_admin a.memo {
	background: #CCCCCC;
}
div#menu_admin a:hover {
	font-weight: bold;
	background: #FFFF00;
	color: #000000;
	text-decoration:none;
}
div#menu_admin a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

/*	GALLERY MENU
	--------------------------------------------
*/
div#galleryMenu a {
	padding: 5px 5px 5px 5px;
	background: #C4E6FF;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
div#galleryMenu a:hover {
	font-weight: bold;
	background: #FFFF00;
	color: #000000;
	text-decoration:none;
}
div#galleryMenu a:visited {
	background: #C4E6FF;
}
div#galleryMenu a.yellow {
	background: #FFFF00;
}
div#galleryMenu a.selected {
	background: #3399FF;
}

/*	MAIN
	--------------------------------------------
*/

div#main {
	width: 749px;
	background: url(../img/bg-main.jpg) no-repeat;	
}

div#main-in {
	padding: 20px 20px 20px 20px;
}

/*	LEFT
	--------------------------------------------
*/

div#left {
	width: 580px;
	float: left;
}

div#left input.input {
	border:solid 1px #999999;
	font-size:11px;
	color:#666666;
	padding: 2px 2px 2px 2px;
}

div#left input.center {
	text-align:center;
}


div#left input.buttonNone {
	background: none;
	font-weight: bold;
	width: auto;
	height: auto;
	color:#993300;
	font-size: 10px;
}

div#left h2 {
	font-size: 20px;
	font-weight:bold;
	color:#993300;
	padding: 0px 0px 10px 0px;
}

/*	UVOD
	--------------------------------------------
*/

div#uvod {
	float: left;
	width: 320px;
	margin-right: 25px;
}

div#uvod h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 40px;
	font-weight: normal;
	color: #C40000;
	letter-spacing: -2px;
}

div#uvod p {
	line-height: 15px;
}

/*	VYSTOUPENI & EXTRA
	--------------------------------------------
*/

div#vystoupeni, div#extra {
	width: 210px;
	float: left;
	border: 1px solid #CCC;
	margin-bottom: 25px;
}

div#vystoupeni-in, div#extra-in {
	padding: 10px;
}

div#vystoupeni-in h3, div#extra-in h3 {
	color: #C40000;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
div#vystoupeni-in p {
	padding-bottom: 5px;	
}
div#vystoupeni-in p span.date {
	font-weight: bold;
}

/*	EXTRA
	--------------------------------------------
*/

div#extra-in p {
	margin-bottom: 5px;
}

div#extra-in table {
	width: 190px;
}

div#extra-in table td {
	width: 100%;
	height: 15px;
}

div#extra-in table td.song-lable {
	width: 70%;
	font-weight: bold;
}

div#extra-in a:hover {
	text-decoration: underline;
}

div#left td.extra-tracks p.pad {
	padding-bottom: 6px;
}

/*	BIO LIST
	--------------------------------------------
*/

div#bio-list table {
	width: 557px;
}

div#bio-list img {
	border: solid 1px #CCCCCC;
}

div#bio-list td.info {
	padding: 5px 4px 20px 4px;
	text-align:center;
}

div#bio-photos {
	width: 140px;
	padding: 0px 10px 0px 0px;
	float: left;
}

div#bio-photos img {
	border: solid 1px #CCCCCC;
}

div#bio-description {
	padding-right: 20px;
}

div#bio-description-text {
	text-align:justify;
}

div#bio-description-text p {
	padding-bottom: 15px
}

/*	CONCERTS
	--------------------------------------------
*/

div#concerts {
	padding-right: 20px
}

div#concerts table {
	width: 100%;
}

div#concerts th {
	background: #993300;
	color: #FFFFFF;
	text-align:left;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}

div#concerts td {
	padding: 2px 2px 2px 2px;
	font-size: 11px;
}

div#concerts tr.first {
	background: #EEEEEE;
}

div#concerts tr.second {
	background: #D5D5D5;
}

div#concerts td.noBack {
	background:none;
}

div#left textarea.concerts-description {
	width: 300px;
	height: 70px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	color: #999999;
}

/*	GUESTBOOK
	--------------------------------------------
*/

a#addNewMessageToGuestbook {
	color: #993300;
	background: #FFFF00;
	padding: 5px 10px 5px 10px;
	border: solid 1px #666666;
}
a:hover#addNewMessageToGuestbook {
	color: #993300;
	background: #FFCC00;
	text-decoration: none;
}
div#guestbook td.title {
	color: #666666;
	background: #CCCCCC;
	padding: 2px 5px 2px 5px;
	border: dotted 1px #999999;
}
div#guestbook td.adminStyleTitle {
	color: #666666;
	background: #FFAEAE;
}
div#guestbook td.text {
	color: #666666;
	background: #F4F4F4;
	padding: 7px 5px 7px 5px;
	border: dotted 1px #CCCCCC;
}
div#guestbook td.adminStyleText {
	color: #666666;
	background: #FFD2D2;
}
div#guestbook a {
	color: #993300;
	text-decoration: none;
}
div#guestbook a:hover {
	color: #993300;
	text-decoration: underline;
}
input.border, textarea.border {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
input.button {
	border: 1px outset #CCCCCC;
	background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 2px 5px 2px 5px;
}

/*	BANNER
	--------------------------------------------
*/

div#banner {
	width: 557px;
	height: 60px;
	clear: left;
	background:url(../img/banner.jpg) no-repeat;
	margin-bottom: 10px;
}

div#banner h4 {
	display: none;
}

/*	RIGHT
	--------------------------------------------
*/

div#right {
	width: 122px;
	float: left;
	
}

/*	FOTOGRAFIE
	--------------------------------------------
*/
div#fotografie {
	margin-bottom: 20px;	
}

div#fotografie img {
	border: 1px solid #CCC;
}

div#fotografie p {
	margin-top: 5px;
	color: #C40000;
}

/* preview */
div#foto-preview {
	margin: 20px auto;
	width: 705px;
	text-align:center;
}
div#foto-preview img.foto {
	border: 1px solid #666666;
}

div#foto-preview p.panel {
	margin-top: 10px;
	text-align: center;
}

/*	YOUTUBE
	--------------------------------------------
*/
div#youtube {
	margin-bottom: 20px;	
}

/*	NEWSLETTER
	--------------------------------------------
*/

div#newsletter h3 {
	font-size: 10px;
	color: #C40000;
	margin-bottom: 5px;
}

div#newsletter input.input {
	width: 115px;
	border: 1px solid #CCC;
	background: white;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

div#newsletter input.submit {
	width: 65px;
	border: 0;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C40000;
	border: 1px solid #CCC;
	margin-left: 58px;
	margin-top: 7px;
	padding: 2px;
}

/*	FOOTER
	--------------------------------------------
*/

div#footer {
	clear: left;
	position: relative;
	width: 749px;
	/*text-align: right;*/
	color: #AAAAAA;
	font-size: 10px;
}

div#footer a:link, a:visited {
	color: #666;
	text-decoration: none;
}

div#footer a:hover {
	color: #999;
	text-decoration: none;
}

/*	SHOP
	--------------------------------------------
*/
div#shopItems table {
	width: 540px;
}
div#shopItems td {
	vertical-align: top;
}
div#shopItems td.itemImage {
	padding-right: 5px;
	width: 105px;
}
div#shopItems td.itemTitle {
	color:#993300;
	font-size:13px;
	font-weight:bold;
}
div#shopItems td.itemPrize {
	font-weight: bold;
}
div#shopItems td.itemSection {
	font-weight: bold;
	font-size:15px;
	padding-bottom:5px;
	color:#000000
}
div#shopItems textarea {
	width: 300px;
	height:70px;
	font-size:11px;
}
div#msgOK	{
	border: solid 1px #666666;
	width: 540px;
	padding: 15px 10px 15px 10px;
	text-align: center
}
/*
	OTHER
	----------------------------
*/
div#justify {
	width: 550px;
	text-align:justify;
}

/*
	OTHER
	----------------------------
*/
div#left textarea.email-text {
	border: 1px solid #999999;
	width: 450px;
	height: 400px;
}
div#left input.email-subject {
	border: 1px solid #999999;
	width: 300px;
}