/* ------------------------------------------- Global */
* {
  margin: 0;
  padding: 0;
  border: 0; 
}

html, body {
  height: 100%;
}

body {
  font-family: verdana, arial;
  font-size: 75%;
}

a:visited, a:link, a:active {
  color: #992222;
}

textarea:first-of-type {
  display: none;
}

ul, ul li {
  list-style: none;
}

ul.list li {
  vertical-align: text-bottom;
  list-style-position: outside;
  list-style-image: URL(images/my_bullet.gif);
  margin-left: 20px;
}
.hebrew ul.list li {
  list-style-image: URL(images/my_bullet_rtl.gif);
  margin-right: 20px;
  margin-left: 0px;
}

ul.horizontal li {
  float: left;
}

.imglist img {
   display: block;
}
.imglist li {
  margin-left: 45px;
}

ol {
  margin-left: 2.5em;
}
.hebrew ol {
  margin-right: 2.5em;
  margin-left: 0;
}

p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: justify;
}

/*
p:first-letter {
  font-weight: bold;
}
*/

.hebrew {
  direction: rtl;
  text-align: right;
}

h1 {
  padding-bottom: 3px;
  border-bottom: 1px dotted #aaa;
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 0.5em;
}

h2 {
  padding-bottom: 3px;
  border-bottom: 1px dotted #aaa;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 0.5em;
}



h1.h1rusrok {
 font-family: Times;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

h2.h2rusrok {
  font-family: Times;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 6px;
}


.song h2 {
  border: 0;
  margin: 0;
  display: inline;
}
.song {
  width: 90%;
  margin: 0 auto;
}
.song .hebrew {
  padding-left: 20px;
}

hr {
  clear: both;
  margin: 1em 0 1em 0;
  border-top: 1px dotted #777;
}

table td {
  vertical-align: top;
}
table th {
  vertical-align: middle;
}

dt {
  float: left;
  clear: both;
  padding: 2px;
  margin-bottom: 2px;  
}

dd {
  float: left;
  padding: 2px;
  margin-bottom: 2px;
}

/* ------------------------------------------- Page centering */

/* There is no pure CSS solution known to man for vertically centering a div
   inside the page, when the height of the div is unknown and might be
   several times longer than the visible portion of the page. No matter
   how many divs you are going to add, in IE7 standards mode this will just
   not work. Sad, but true. That leaves us with the only working solution -
   good old table. */
#tableforcentering {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#tableforcentering td {
  vertical-align: middle;
}

#tableforcentering td table td {
  vertical-align: top;
}

#container {
  height: 100%;
  overflow: visible;
  position: absolute;
  width: 100%;
  display: table;
}
		
#util {
  position: relative;
  width: 100%;
  top: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
		
#wrapper {
  position: relative;
  top: -50%;
  margin: 0 auto;
  text-align: left;
}


/* ------------------------------------------- Front page navigation */
#navigation {
  margin: 0 auto;
  width: 600px;
  height: 360px;
  background: url(images/me_with_ball_on_line.gif) no-repeat;
  position: relative;
}

#navigation ul {
  list-style: none;
}

#navigation span {
  display: none;
}

#navigation  a {
  width: 102px;
  height: 102px;
  display: block;
  position: absolute;
}
#navigation .who a {
  background: url(images/sprite.gif) no-repeat -10px 0px;
  left: 169px;
  top: 137px;
}
#navigation .who a:hover {
  background: url(images/sprite.gif) no-repeat -10px -102px;
}

#navigation .what a {
  background: url(images/sprite.gif) no-repeat -112px 0px;
  left: 256px;
  top: 188px;
}
#navigation .what a:hover {
  background: url(images/sprite.gif) no-repeat -112px -102px;
}

#navigation .where a {
  background: url(images/sprite.gif) no-repeat -214px 0px;
  left: 358px;
  top: 188px;
}
#navigation .where a:hover {
  background: url(images/sprite.gif) no-repeat -214px -102px;
}

#navigation .howto a {
  background: url(images/sprite.gif) no-repeat -316px 0px;
  left: 460px;
  top: 188px;
}
#navigation .howto a:hover {
  background: url(images/sprite.gif) no-repeat -316px -102px;
}


/* ------------------------------------------- Side navigation */
#sidenav {
  position: absolute;
  height: 506px;
  top: 30px;
  left: 20px;
  background: white;
  z-index: 10;
}

#sidenav ul {
  z-index: -1;
  background:   url(images/sprite.gif) no-repeat -418px 0px;
  width: 160px;
  height: 194px;
  list-style: none;
  display: block;
  position: relative;
  top: -40px;
}
#sidenav li {
  display: inline;
  position: absolute;
}
#sidenav span {
  display: none;
}
#sidenav  a {
  width: 93px;
  height: 93px;
  position: relative;
  display: block;
  left: 0px;
  top: 193px;
}
#sidenav .who a {
  background: url(images/sprite.gif) no-repeat -418px -193px;
  width: 146px;
}
#sidenav .who a:hover {
  background: url(images/sprite.gif) no-repeat -418px -286px;
}

#sidenav .what a {
  background: url(images/sprite.gif) no-repeat -320px -204px;
  left: 67px;
  top: 284px;
}

#sidenav .what a:hover {
  background: url(images/sprite.gif) no-repeat -320px -297px;
}

#sidenav .where a {
  background: url(images/sprite.gif) no-repeat -41px -297px;
  left: 51px;
  top: 375px;
}

#sidenav .where a:hover {
  background: url(images/sprite.gif) no-repeat -134px -297px;
}

#sidenav .howto a {
  background: url(images/sprite.gif) no-repeat -227px -204px;
  left: 1px;
  top: 453px;
}
#sidenav .howto a:hover {
  background: url(images/sprite.gif) no-repeat -227px -297px;
}

/* ------------------------------------------- Nav bar */
#navbar {
  z-index: 1000;
  background: #f8f8f8 url(images/sprite.gif) no-repeat -460px -379px;
  margin-left: 70px;
  height: 30px;
  line-height: 30px;
  padding-left: 105px;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
#navbar a {
  z-index: 1000;
  color: black;
}
#page.fleur #navbar {
  border: 0;
  margin-left: 0;
}

/* ------------------------------------------- Content */
#content {
  text-align: left;
  margin: 0 auto;
  position: relative;
  padding-left: 0px;
  min-height: 560px;
  height:auto !important;
  height: 560px;
  margin-top: 10px;
}

#frontpage #content {
  height: auto;
  min-height: 0;
  height:auto !important;
  height:0;
}

#page #content {
  width: 960px;
}
#text {
  border: 1px solid #d8d8d8;
  border-top: 0;
  width: 750px;
  padding: 20px 20px 20px 120px;
  margin-left: 68px;
  min-height: 480px;
  height:auto !important;
  height:480px;
}
#maintext {
  text-align: center;
}
#page.fleur #text {
  border: 0;
  margin-left: 0;
}
.back {
  clear: both;
  display: block;
  background: url(images/sprite.gif) no-repeat -10px -297px;
  width: 25px;
  height: 12px;
  margin-top: 2em;
}
.back span {
  display: none;
}

#titleheader span {
  display: none;
}
#titleheader {
  height: 16px;
  position: absolute;
  top:-10px;
}
.whoiam {
  background: url(images/sprite.gif) no-repeat -10px -225px;
  width: 99px;
  left: 480px;
}
.whatido {
  background: url(images/sprite.gif) no-repeat -109px -225px;
  width: 107px;
  left: 475px;
}
.whereilive {
  background: url(images/sprite.gif) no-repeat -10px -241px;
  width: 131px;
  left: 470px;
}
.howtocontactme {
  background: url(images/sprite.gif) no-repeat -10px -257px;
  width: 195px;
  left: 440px;
}

.firstletter {
  width: 34px;
  height: 24px;
  float: left;
  color: white;
  font-size: 0px;
  margin-top: 3px;
  margin-right: 3px;
}
.letterA { background: url(images/sprite.gif) no-repeat -10px -390px; }
.letterB { background: url(images/sprite.gif) no-repeat -44px -390px; }
.letterC { background: url(images/sprite.gif) no-repeat -78px -390px; }
.letterD { background: url(images/sprite.gif) no-repeat -112px -390px; }
.letterE { background: url(images/sprite.gif) no-repeat -146px -390px; }
.letterF { background: url(images/sprite.gif) no-repeat -180px -390px; }
.letterG { background: url(images/sprite.gif) no-repeat -214px -390px; }
.letterH { background: url(images/sprite.gif) no-repeat -248px -390px; }
.letterI { background: url(images/sprite.gif) no-repeat -282px -390px; }
.letterJ { background: url(images/sprite.gif) no-repeat -316px -390px; }
.letterK { background: url(images/sprite.gif) no-repeat -350px -390px; }
.letterL { background: url(images/sprite.gif) no-repeat -10px -414px; }
.letterM { background: url(images/sprite.gif) no-repeat -44px -414px; }
.letterN { background: url(images/sprite.gif) no-repeat -78px -414px; }
.letterO { background: url(images/sprite.gif) no-repeat -112px -414px; }
.letterP { background: url(images/sprite.gif) no-repeat -146px -414px; }
.letterQ { background: url(images/sprite.gif) no-repeat -180px -414px; }
.letterR { background: url(images/sprite.gif) no-repeat -214px -414px; }
.letterS { background: url(images/sprite.gif) no-repeat -248px -414px; }
.letterT { background: url(images/sprite.gif) no-repeat -282px -414px; }
.letterU { background: url(images/sprite.gif) no-repeat -316px -414px; }
.letterV { background: url(images/sprite.gif) no-repeat -350px -414px; }
.letterW { background: url(images/sprite.gif) no-repeat -384px -414px; }
.letterX { background: url(images/sprite.gif) no-repeat -418px -414px; }
.letterY { background: url(images/sprite.gif) no-repeat -452px -414px; }
.letterZ { background: url(images/sprite.gif) no-repeat -486px -414px; }

ul.spaced li {
  margin-bottom: 1em;
}
ul.doublespaced li {
  margin-bottom: 2em;
}

.standout {
  background-color: #f7f7f7;
  border: 1px dashed #aaa;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 1em 2em;
  clear: both;
}

.centered {
  padding: 10px;
  text-align: center;
  clear: both;
}

.rightimg {
  float: right;
  margin: 0 0 20px 20px;
}

table.fancy {
  border-collapse: collapse;
  margin-bottom: 1em;
}

table.fancy td, table.fancy th {
  border: 1px dotted #aaa;
  padding: 3px;
}
table.fancy th {
  background-color: #f7f7f7;
}

.col1, .col2, .col3 {
  margin-left: 0%;
  width: 230px;
  float: left;
  margin-bottom: 2em;
}
.col1, .col2 { padding-right: 20px; }

.cola, .colb {
  width: 300px;
  float: left;
  margin-bottom: 2em;
}
.cola { margin-left: 60px; padding-right: 20px; }

.twocol {
  width: 95%;
  margin: 0 auto;
}

.bookname {
  background-color: #F2F2F2;
}

.ch {
  background-color: #FFF5F7;
}

.alt {
  background-color: #F7F7F7;
}

.albumtable {
  width: 100%;
  border: 0;
  padding: 0;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.albumtable td {
  padding: 0;
  vertical-align: top;
}
.albumtable ol {
  padding-bottom: 2em;
}

td.albumname {
  width: 38%;
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 1em;
}

td.albumyear {
  width: 30%;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1em;
}

.albumimg {
  text-align: center;
  vertical-align: middle;
}
.albumimg img {
  border: 1px solid black;
  padding: 10px;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.fleurtable {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 1em;
}

.comment {
  font-size: 80%;
  color: #DDD;
}

.youtube {
  margin-left: 30px;
}

.songheader {
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.emailform input, .emailform textarea {
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2px;
}

.emailform dt {
  width: 9em;
}

/* ------------------------------------------- Footer */
#footer {
  text-align: center;
  margin-top: 1em;
  clear: both;
}
#page.fleur #footer {
  border-top: 1px solid #d8d8d8;
  padding-top: 0.5em;
}

#sitelogo a {
  display: block;
  width: 144px;
  height: 21px;
  background: url(images/sprite.gif) no-repeat -10px -204px;
  margin: 6px auto 0 auto;
}
#promo a {
  text-decoration: none;
  color: black;
}
#promo img  {
  vertical-align: middle;
}

#frontpage #sitelogo  {
  margin: 0 auto;
  position: relative;
  top: -70px;
}
#sitelogo span {
  display: none;
}

#quote {
  margin: 0 auto;
  position: relative;
  top: -36px;
  font-family: arial;
  font-size: 110%;
  width: 500px;
}

/* ------------------------------------------- Copyright */
#copyright {
  position: absolute;
  top: 50%;
  float: left;
}

#copyright div {
  margin-left: 5px;
  position: absolute;
  width: 8px;
  height: 394px;
  top: -200px;
  background: url(images/sprite.gif) no-repeat 0px 0px;
}
#copyright span {
  display: none;
}


#yourname {
  width: 960px;
  text-align: right;
  margin: 0 auto;
}
#yourname input {
  border-bottom: 1px solid black;
}
#yourname .msgsent {
  color: #999;
}

/* ------------------------------------------------------ Afisha */
.rusrok {
  margin-top: 2em;
}

.rusrok td {
  padding-left: 4em;
}
.rusrok td.rulast {
  padding-right: 4em;
}
.rusrok .oldconcert {
  color: #777777;
}
.rusrok .newmon td {
  border-top: 1px solid #CCC;
}
.rusrok .newconcert {
  font-weight: bold;
}

.bandname span {
  display: none;
}

a.concertsfound:visited, a.concertsfound:link, a.concertsfound:active {
  color: #227722;
}

.noconcerts {

}

.moskva, .sanktpeterburg, .kiev, .odessa, .odesa {
  color: #AA0000;
}

#going {
  text-align: center;
}
#going p {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 4px;
  text-align: center;
}

.postdate {
  font-weight: normal;
  float: right;
}
.hebrew .postdate  {
  float: left;
  direction: ltr;
}

.post {
  margin-bottom: 2em;
}

.hebrew .post h1 {
  text-align: right;
}


.group { 
  background: #ffeebb;
}

.groupstart td { 
  xborder-top: 1px solid #cc9922;
}

.groupend td { 
  xborder-bottom: 1px solid #cc9922;
}
