/* CSS Document */
/* v2p2.com */
/* Design (c) Adam Kudrna, 2007 */
/* Written 9/10/2007 */

/* === COLORS USED ===
	1 - dark blue graphic 1: #0E274D
	2 - dark blue graphic 2: #374A67
	3 - light blue text/graphic: #C4CCD9
	4 - red text/graphic: #F4001E
*/



/*-------------------------------------------- GENERAL ELEMENTS --------------------------------------------*/

body {
	font: 8pt verdana, sans-serif;
	line-height: 170%;
	text-align: center;
	color: #fff;
	background-color: #000;
	margin: 0;
	padding: 0 0 2.5em 0;
}

hr, .hidden {
	display: none !important;
}

h1 {
	width: 30%;
	position: relative;
	top: 157px;
	font: normal 1000% impact, verdana, sans-serif;
	margin: 0 0 0 115px;
	z-index: 100;
}
h1 a {
	color: #F4001E !important;
}
h2 {
	font: normal 180% impact, verdana, sans-serif;
	text-transform: lowercase;
	color: #F4001E;
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 1px solid #374A67;
}
h2 span {
	visibility: hidden;
}
#sidebar h2 {
	color: #fff;
	border-color: #fff;
}
h3 {
	font-size: 110%;
	margin-top: 1.5em;
}

p {
	text-align: left;
	margin: 1.7em 0;
}
p.block, .error {
	background: #374A67;
	padding: 1.5ex 2.5ex;
}
p.border {
	background-color: #374A67;
	border: 1px solid #C4CCD9;
	border-right-style: none;
	border-left-style: none;
	padding: .4em 1ex;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

abbr {
	cursor: help;
}

ul {
	list-style-type: square;
}

dl {
	margin-bottom: 1.5em;
}
dt {
	font-weight: bold;
	margin-top: 1.5em;
}

div.hr {
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #374A67;
}

code {
	font-size: 110%;
}

/* TABLE */
table {
	width: 100%;
	border-collapse: collapse;
	margin: 2em 0;
}
th, td {
	border-style: none;
	padding: .3em .5ex;
}
tr.suda td {
	background-color: #374A67;
}
th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #C4CCD9;
}

/* LINKS */

a, a:link {
	text-decoration: none;
	color: #C4CCD9;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	color: #F4001E;
}
a:visited {
	#ccc;
}

a img {
	display: block;
	text-decoration: none;
	border-style: none;
}



/*-------------------------------------------- LAYOUT --------------------------------------------*/

#document {
	width: 800px;
	position: relative;
	text-align: left;
	background: #374A67 url("../img/pozadi_zapati_2.png") bottom right no-repeat;
	margin: 0 auto;
}
#top {
	height: 260px;
	background: #374A67 url("../img/pozadi_top.jpg") bottom left no-repeat;
}
#body {
  position: relative;
}
#contents {
	background: #0E274D url("../img/pozadi_kresba.png") 0 2em no-repeat;
	margin-right: 240px;
	padding: 4.5em 2em 1em 120px;
}
#sidebar {
	width: 240px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
}
#sidebar-inner {
	padding: 4.5em 2em 1.5em 2em;
}
#footer {
  position: relative;
	clear: both;
	background: #0E274D url("../img/pozadi_zapati_1.png") bottom left no-repeat;
	margin-top: -3px;
	margin-right: 240px;
	padding: 5em 1em 1em 120px;
}
#footer_right {
	width: 220px;
	position: absolute;
	bottom: .8em;
	right: 0;
}

div.clearer {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.right {
	float: right;
}
.blue, p.koncerty span {
	color: #C4CCD9;
}



/*-------------------------------------------- MENU --------------------------------------------*/

#menu {
	position: absolute;
	top: 0;
	right: 0;
}
#menu ul {
	width: 240px;
	background-color: #C4CCD9;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu a, #menu a:link {
	height: 28px;
	display: block;
	font: normal 18px impact, verdana, sans-serif;
	line-height: 16px;
	text-transform: lowercase;
	color: #fff;
	background-color: #0E274D;
	background-repeat: no-repeat;
	background-position: -300px 0;
	border-bottom: 1px solid #374A67; /*#C4CCD9;*/
	padding: 0 1.1em;
}
#menu a:hover, #menu a.selected {
	text-decoration: none;
	background-color: #F4001E;
	background-position: 1.1em 0;
	/*border-color: #C4CCD9;*/
}
#menu a:hover img, #menu a.selected img {
	visibility: hidden;
}

/* MENU ITEMS */
#m1 {
	background-image: url("../img/menu/m_novinky_hover.png");
}
#m2 {
	background-image: url("../img/menu/m_v2p2_hover.png");
}
#m3 {
	background-image: url("../img/menu/m_nase_kone_hover.png");
}
#m4 {
	background-image: url("../img/menu/m_desky_hover.png");
}
#m5 {
	background-image: url("../img/menu/m_koncerty_hover.png");
}
#m6 {
	background-image: url("../img/menu/m_videa_hover.png");
}
#m7 {
	background-image: url("../img/menu/m_odkazy_hover.png");
}
#m8 {
	background-image: url("../img/menu/m_kontakt_hover.png");
}
#m9 {
	background-image: url("../img/menu/m_english_hover.png");
}



/*-------------------------------------------- CONTENT-DEPENDENT ELEMENTS --------------------------------------------*/

/* HEADLINES */
#h_novinky {
	background-image: url("../img/nadpisy/novinky.png");
}
#h_v2p2 {
	background-image: url("../img/nadpisy/v2p2.png");
}
#h_nase_kone {
	background-image: url("../img/nadpisy/nase_kone.png");
}
#h_desky {
	background-image: url("../img/nadpisy/desky.png");
}
#h_koncerty {
	background-image: url("../img/nadpisy/koncerty.png");
}
#h_videa {
	background-image: url("../img/nadpisy/videa.png");
}
#h_odkazy {
	background-image: url("../img/nadpisy/odkazy.png");
}
#h_kontakt {
	background-image: url("../img/nadpisy/kontakt.png");
}
#h_english {
	background-image: url("../img/nadpisy/english.png");
}

/* KONCERTY */
p.koncerty span {
	width: 15.5ex;
	float: left;
	position: relative;
}

/* SIDEBAR */
#sidebar img.album {
	width: 200px;
	margin-top: .5em;
}
a.sidebar_deska {
	display: block;
	margin-bottom: 1.5em;
}

/* SKUPINY */
img.foto_skupiny {
	width: 200px;
	float: left;
	position: relative;
	margin: 1em 1em 2em 0;
}

/* DESKY */
a.album_left, a.album_right {
	width: 200px;
	float: left;
	position: relative;
	line-height: 110%;
	margin: 1em 0;
}
a.album_right {
	float: right;
}
a.album_left strong, a.album_right strong, a.album_left em, a.album_right em {
	display: block;
}
a.album_left img, a.album_right img {
	height: 160px;
	margin-bottom: .5em;
}

p.podnadpis {
	margin-top: -1.2em;
}
img.album_detail {
	width: 200px;
	float: right;
	position: relative;
	z-index: 3;
	margin-left: 1em;
	margin-bottom: 1em;
}

