/* global */
body {
	background-color: #efefef;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFEEB9;
	text-decoration: none;
}
a:hover {
	color: #FFEEB9;
	text-decoration: underline;
}
img {
	border: 0px;
	text-align:center;
}
p {
	margin: 0px;
	margin-bottom: 3px;
}
li {
	margin-left: -28px;
}
ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
noscript {
	font-style: italic;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.hidden {
	display: none;
}
h2 {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 562px;
	height: 34px;
	float: left;
	position: relative;
	left: 37px;
}
h3 {
	margin:10px;
	padding: 0px;
}
form input, textarea, select {
	border: 2px solid #FFD75B;
	color: #FFD75B;
	background-color: #9C5B00;
	font-size: 8pt;
	padding-left: 2px;
	font-family: "Tahoma", "Arial", sans-serif;
	text-align: center;
	margin-bottom: 5px;
}
form input.readonly {
	border: 2px solid #AAAAAA;
	color: #AAAAAA;
	background-color: #FFFFFF;
}
textarea {
	text-align: left;
}
/* layout */
#top {
	background-image: url('../images/top.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 231px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#topmenu {
	text-align: left;
	position: relative;
	top: 115px;
	left: 26px;
	width: 709px;
	height: 115px;
	overflow: hidden;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: #9C5B00;
	overflow: hidden;
	background-image: url('../images/bcgr.png');
	background-position: center;
	background-repeat: repeat-y;
	color: #9C5B00;
}
#content {
	float: left;
	width: 558px;
	color: #FFD75B;
	position: relative;
	left: 37px;
	border: 2px solid #FFD75B;
	border-top: 0px;
	padding-bottom: 10px;
}
#sub_text {
	border: 2px solid #FFD75B;
	border-top: 0px;
	padding: 3px;
	text-align: center;
	overflow: hidden;
}
#left {
	position: relative;
	left: 26px;
	text-align: left;
	float: left;
	width: 137px;
	background-color: #FFD75B;
	font-size: 10pt;
}
#bottom {
	background-image: url('../images/bottom.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 760px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFD75B;
}
#bottom ul {
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
}
#bottom li {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 7pt;
}
#bottom li:before {
	content: ' | ';
}
#bottom li:first-child:before {
	content: '';
}
/* top menu */
#topmenu a {
	text-decoration: none;
	height: 115px;
	display: block;
	float: left;
}
a.basak {
	background-image: url('../images/siluetky/basak.png');
	width: 70px;
}
a.emsik {
	background-image: url('../images/siluetky/emsik.png');
	width: 58px;
}
a.lucka {
	background-image: url('../images/siluetky/lucka.png');
	width: 62px;
}
a.lisak {
	background-image: url('../images/siluetky/lisak.png');
	width: 67px;
}
a.radka {
	background-image: url('../images/siluetky/radka.png');
	width: 66px;
}
a.kudlajz {
	background-image: url('../images/siluetky/kudlajz.png');
	width: 65px;
}
a.honza {
	background-image: url('../images/siluetky/honza.png');
	width: 67px;
}
a.kuba {
	display: block;
	float: left;
	background-image: url('../images/siluetky/jakubH.png');
	width: 64px;
	height: 115px;
}
a.nany {
	display: block;
	float: left;
	background-image: url('../images/siluetky/nany.png');
	width: 63px;
	height: 115px;
}
a.terka {
	display: block;
	float: left;
	background-image: url('../images/siluetky/terka.png');
	width: 55px;
	height: 115px;
}
a.kubik {
	display: block;
	float: left;
	background-image: url('../images/siluetky/kubik.png');
	width: 72px;
	height: 115px;
}
#topmenu a:hover {
	/*background-position: 0px -115px;*/
}
/* left - obecné */
#left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}
.header {
	width: 132px;
	height: 35px;
	background-repeat: no-repeat;
}
/* left - menu */
#menu {
	width: 132px;
	margin-top: 2px;
	border-right: 3px solid #9C5B00;
}
#menu a {
	text-transform: uppercase;
	display: block;
	color: #9C5B00;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #FFD75B;
	border-top: 1px solid #FFD75B;
	text-align: left;
	padding-left: 15px;
	text-decoration: none;
}
#menu a:hover {
	color: #9C5B00;
	display: block;
	border-left: 5px solid #9C5B00;
	padding-left: 10px;
	font-weight: bold;
	background-color: #FFEEB9;
	border-bottom: 1px solid #9C5B00;
	border-top: 1px solid #9C5B00;
	text-decoration: none;
}
#menu li.new {
	padding-left: 10px;
}
#menu li.new.last {
	border-bottom: 3px solid #9C5B00;
}
#menu li.active {
	background-color: #9C5B00;
	color: #FFD75B;
	border-bottom: 2px solid #FFD75B;
	border-top: 2px solid #FFD75B;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
}
/* left - menu - plebs */
#left #plebsMenu .header {
	background-image: url('../images/plebsMenu.png');
}
/* left - menu - private */
#left #privateMenu .header {
	background-image: url('../images/privateMenu.png');
}
/* left - vypis koncertu */
#left #nextConcert {
	border-right: 3px solid #9C5B00;
	width: 132px;
}
#left #nextConcert li {
	padding-left: 6px;
}
#left #nextConcert a {
	color: #9C5B00;
	text-decoration: underline;
}
#left #nextConcert a:hover {
	color: #9C5B00;
	text-decoration: underline;
	font-weight: bold;
}
#left #nextConcert .header {
	background-image: url('../images/next-concert.png');
}
/* content - obecné */
#content .top_L {
	font-weight: bold;
	text-align: left;
	float: left;
	padding-left: 3px;
	padding-top: 2px;
	width: 120px;
	height: 26px;
	border-left: 2px solid #FFD75B;
}
#content .top_C {
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	float: left;
	padding-top: 2px;
	width: 312px;
	min-height: 26px;
}
#content .top_R {
	text-align: right;
	float: left;
	padding-right: 3px;
	padding-top: 2px;
	width: 120px;
	height: 26px;
	border-right: 2px solid #FFD75B;
}
#content .line_2 {
	text-align: justify;
	clear: both;
	border: #FFD75B solid 2px;
	border-top: #FFD75B solid 1px;
	overflow: hidden;
	padding: 3px;
	width: 552px;
}
/*  content - home */
#content.home {
	top: 0px;
	border: 0px;
	width: 562px;
}
#content.home .top_L, #content.home .top_C, #content.home .top_R {
	margin-top: -2px;
}
h2.home {
	display: none;
}

/* text - home - forum,fotky */
#content.home .home_forum .top_L, #content.home .home_fotky .top_L {
	width: 375px;
}
#content.home .home_forum .top_R, #content.home .home_fotky .top_R {
	width: 177px;
}
#content .home_fotky .line_2 {
	text-align: center;
}
#content .home_fotky .line_2 img {
	margin-right: 3px;
}
/* content - novinky */
h2.novinky {
	background-image: url('../images/novinky.png');
}
#content.novinky .top_L {
	width: 115px;
	margin-top: 2px;
	margin-left: 3px;
	border-left: 0px;
}
#content.novinky .top_C {
	width: 316px;
	margin-top: 2px;
}
#content.novinky .top_R {
	width: 115px;
	margin-top: 2px;
	margin-right: 3px;
	border-right: 0px;
}
#content.novinky .line {
	border-bottom: #FFD75B solid 1px;
}
#content.novinky p {
	clear: both;
	padding-top: 10px;
}
#content.novinky form, #content.forum form, #content.private-forum form {
	clear: both;
	padding-top: 7px;
}
#content.novinky label, select {
	font-size: 7pt;
}
#content.novinky .line_2 {
	border: 0px;
	border-top: #FFD75B solid 1px;
}

/* content - forum */
h2.forum {
	background-image: url('../images/forum.png');
}
/* content - forum-pravidla */
h2.forum-pravidla {
	background-image: url('../images/forum-pravidla.png');
}
/* content - forum, fotogalerie, koncerty - vypis, private - fórum */
#content.forum .top_L, #content.fotogalerie .top_L, #content.koncerty .top_L, #content.private-forum .top_L {
	width: 380px;
	border-top: 5px solid #FFD75B;
	border-left: 1px solid #FFD75B;
	margin-left: 3px;
}
#content.forum .top_R, #content.fotogalerie .top_R, #content.koncerty .top_R, #content.private-forum .top_R {
	width: 160px;
	border-top: 5px solid #FFD75B;
	border-right: 1px solid #FFD75B;
	margin-right: 3px;
}

#content.forum .line_2, #content.fotogalerie .line_2, #content.koncerty .line_2, #content.private-forum .line_2 {
	border: 1px solid #FFD75B;
	border-top: 1px dashed #FFD75B;
	width: 540px;
	margin: 0px 3px 15px 3px;
}

/* content - fotogalerie */
h2.fotogalerie {
	background-image: url('../images/fotogalerie.png');
}
#content.fotogalerie .foto_thumbs {
	overflow: hidden;
	border: 1px dashed #FFD75B;
	width: 550px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#content.fotogalerie .foto_thumbs .left, #content.fotogalerie .foto_thumbs .right {
	width: 20px;
	height: 105px;
	background-repeat: norepeat;
}
#content.fotogalerie .foto_thumbs .center {
	float: left;
	width: 510px;
}

#content.fotogalerie .foto_thumbs .left a, #content.fotogalerie .foto_thumbs .right a {
	display: block;	
	height: 105px;
	background-repeat: norepeat;
}

#content.fotogalerie .foto_thumbs .left {
	float: left;	
	background-image: url(../images/fotky-lt-grey.png);
}
#content.fotogalerie .foto_thumbs .right {
	float: right;	
	background-image: url(../images/fotky-gt-grey.png);
}
#content.fotogalerie .foto_thumbs .left a {
	background-image: url(../images/fotky-lt-col.png);
}
#content.fotogalerie .foto_thumbs .right a {
	background-image: url(../images/fotky-gt-col.png);
}
#content.fotogalerie .foto_thumbs .left a:hover, #content.fotogalerie .foto_thumbs .right a:hover {
	background-position: 0px -105px;
}
#content.fotogalerie .foto_thumbs .center a {
	padding-top: 5px;
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	border-left: 1px solid #9C5B00;
	border-right: 1px solid #9C5B00;
}
#content.fotogalerie .foto_thumbs .center a.active, #content.fotogalerie .foto_thumbs .center a:hover {
	background-color: #D29400;

	text-decoration: none;
}
#content.fotogalerie .foto_settings input,select {
	font-size: 9pt;
}
#content.fotogalerie .foto_big {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
#content.fotogalerie .foto_big p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content.fotogalerie .foto_big img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* content - kapela */
h2.kapela {
	background-image: url('../images/kapela.png');
}
#content.kapela p {
	padding: 0px 5px 0px 5px;
	text-align: justify;
}
#content.kapela .left {
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}
#content.kapela .right {
	text-align: left;
	vertical-align: top;
}

/* content - koncerty */
h2.koncerty {
	background-image: url('../images/koncerty.png');
}

/* content - kapela, koncerty - submenu */
#content.kapela .submenu, #content.koncerty .submenu {
	border-bottom: 1px dashed #FFD75B;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#content.kapela .submenu ul, #content.koncerty .submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content.kapela .submenu li, #content.koncerty .submenu li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#content.kapela .submenu li:before, #content.koncerty .submenu li:after {
	content: ' | ';
}
#content.kapela .submenu li:first-child:before, #content.koncerty .submenu li:first-child:after {
	content: '';
}
#content.kapela .submenu li:first-child:before, #content.koncerty .submenu li:last-child:after {
	content: '';
}
/* content - hudba */
h2.hudba {
	background-image: url('../images/hudba.png');
}
#content.hudba table {
	font-size: 8pt;
	text-align: center;
	color: #FFD75B;
	border-collapse: collapse;
	float: left;
	width: 320px;
	margin: 0px 5px 0px 5px;
	border: 2px solid #FFEEB9;
}
#content.hudba th {
	border: 1px dashed #FFEEB9;
	border-bottom: 2px solid #FFEEB9;
	border-top:0px;
	font-weight: bold;
	padding: 5px;
}
#content.hudba td {
	border: 1px dashed #FFEEB9;
	border-bottom: 1px solid #FFEEB9;
	border-top:0px;
	padding: 2px 5px 2px 5px;
}
#content.hudba .radio object {
	float: left;
	width: 225px;
	height: 230px;
}


/* content - video */
h2.video {
	background-image: url('../images/video.png');
}
#content.video object {
	height: 344px;
	width: 425px;
}
/* content - trička */
h2.tricka {
	background-image: url('../images/tricka.png');
}
#content.tricka table {
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #FFD75B;
	border-bottom: 1px solid #FFD75B;
}
#content.tricka table col.right {
	width: 220px;
}
#content.tricka table td {
	margin-left: auto;
	margin-right: auto;
}

/* content - registrace */
h2.registrace {
	background-image: url('../images/registrace.png');
}
/* content - registrace-podminky */
#content.registrace .registrace-podminky {
	margin: 10px;
	border-top: 1px solid #FFD75B;
}
#content.registrace .registrace-podminky ol {
	margin-left: 10px;
	text-align: left;
}
/* content - registrace-konec */
h2.registrace-konec {
	background-image: url('../images/registrace.png');
}

/* content - odkazy */
h2.odkazy {
	background-image: url('../images/odkazy.png');
}
#content.odkazy table img {
	padding: 2px;
	border: 2px solid #FFD75B;
}
#content.odkazy td {
	text-align: left;
	vertical-align: middle;
}

/* content - statistiky přístupů */
h2.statistiky-pristupu {
	background-image: url('../images/statistiky-pristupu.png');
}

/* content - pravidla fórum, pravidla fotogalerie */
h2.forum-pravidla, h2.fotogalerie-pravidla {
	background-image: url('../images/pravidla.png');
}

/* private */
h2.login {
	background-image: url('../images/private-login.png');
}
/* private invalid-login */
h2.invalid-login {
	background-image: url('../images/invalid-login.png');
}
/* private - forum*/
h2.private-forum {
	background-image: url('../images/private-forum.png');
}
/* private - novinka*/
h2.private-novinka {
	background-image: url('../images/private-novinka.png');
}
/* private - download */
h2.private-download 	{
	background-image: url('../images/private-download.png');
}
/* private - upload */
h2.private-upload 	{
	background-image: url('../images/private-upload.png');
}
/* private - fotky */
h2.private-fotky 	{
	background-image: url('../images/private-fotky.png');
}
/* private - koncert */
h2.private-koncert 	{
	background-image: url('../images/private-koncert.png');
}
/* private - píseň */
h2.private-pisen 	{
	background-image: url('../images/private-pisen.png');
}
/* private - osobni */
h2.private-osobni 	{
	background-image: url('../images/private-osobni.png');
}
/* private - logy */
h2.private-logy 	{
	background-image: url('../images/private-logy.png');
}
#content.private-logy table, #content.private-download table {
	margin-left: auto;
	margin-right: auto;
	width: 97%;
	text-align: center;
	color: #FFD75B;
	border-collapse: collapse;
	border: 2px solid #FFEEB9;
}
#content.private-logy td, th, #content.private-download td, th {
	border: 1px solid #FFEEB9;
	border-bottom: 1px solid #FFEEB9;
	border-top:0px;
	padding: 2px 5px 2px 5px;
}
#content.private-logy th, #content.private-download th {
	border-bottom: 2px solid #FFEEB9;
}
/* private - logout */
h2.logout 	{
	background-image: url('../images/private-logout.png');
}

