/* error message style */
.error {
	color: #DD0000;
}

body  {	
	margin: 0;
	padding: 0;
	background: #fff url(images/bgr.jpg) top center;
	font: 0.9em "Times New Roman", Times, serif;
	text-align: center;
}

h2 {
	font: 1.4em normal Arial, Helvetica, sans-serif;	
}

td { padding: 0.5em; }

.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignJustify { text-align: justify; }

.fltrt { float: right; }
.fltlft { float: left; }

.clear {
	min-height:1%; 
}
* html .clear  {
	height:1%;
	overflow:visible;
}

.clear:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content {
	width: 925px;
	margin: 0 auto;
}

#foto {
	width: 190px;
	height: 220px;
	background: url(images/foto.png) top right no-repeat;
	float: right;
}

#logo {
	width: 323px;
	height: 133px;
	background: url(images/logo.png) top left no-repeat;
	float: left;
	margin-top: 64px;
}

#logo h1 { visibility: hidden; }

#menu {
	margin: 0 190px 0 323px;
	padding: 64px 30px 0 30px; 
}

#menu li {
	font: 1.40em/1.80em "Book Antiqua", serif;
	text-transform: lowercase;
	list-style: none;
	float: left;
	display: block;
}

#menu1 { width: 70%; }
#menu2 { width: 30%; }
#menu3 { width: 50%; }
#menu4 { width: 50%; }
#menu5 { width: 30%; }
#menu6 { width: 70%; }

#menu li a { color: #000; text-decoration: none; }
#menu li a:hover { text-decoration: underline; }

/***************************************************/

#book {
	width: 870px;
	background: url(images/book_2.jpg) top center repeat-y;
	margin: 0 auto;
}

#bookTop, #bookBottom { width: 870px; }

#bookTop {
	background: url(images/book_1.jpg) top center no-repeat;
	height: 41px;
	margin: 18px auto 0 auto;
}

#bookBottom {
	background: url(images/book_4.png) bottom center no-repeat;
	height: 65px;
	margin: 0 auto;
}

#bookContent {
	background: url(images/book_3.jpg) bottom center no-repeat;
	min-height: 600px;
	text-align: left;
}

#bookContent a {
	font-size: 0.8em;
}

.column {
	float: left;
	width: 50%;
}

.wrap1 { margin: 0 30px 0 25px; color: #fff; }
.wrap2 { margin: 0 40px 0 20px; }

#blackCol {
	color: #fff;
}

.date { border-bottom: 1px solid #fff; }
.news { margin-left: 85px; }

/***********/
.play { margin-left: 140px; }
.pic p { width: 120px; }
/*.pic img { border: 2px solid #fff; }*/
.announce { 
	padding-bottom: 15px;
}

.smallTxt {
	margin: 0.3em 0;
	font-size: 0.8em;
}
.wrap1 .smallTxt { color: #ddd; }
.wrap1 a { color: #fff; }

.wrap2 .smallTxt { color: #555; }

/***********/
#guestbook td { padding: 0.5em; line-height: 1.4em; }

#guestbook th {
	border-top: 1px solid #fff;
	padding: 0.5em 0.5em 0.2em 0.5em;
	border-right: 1px dotted #777;
	text-align: center;
	font: 0.8em normal Arial, Helvetica, sans-serif;
	vertical-align: top;
}

#guestbook td.userInfo { 
	text-align: center;
	padding: 0.2em 0.5em 0.5em 0.5em;
}

.userInfo, .dotted { 
	border-bottom: 1px dotted #777;
	border-right: 1px dotted #777;
}
#guestbook td.lastCol, #guestbook th.lastCol { border-right: none; }
#guestbook td.lastRow.lastRow { padding-bottom: 2.5em; }

.date {
	font-size: 0.8em;
	color: #aaa;
	border-bottom: none;
}

/***********/
#repertoire p { margin: 0.4em 0; }

.premiere {
    font-style: italic;
    font-weight: bold;
}
.playName {
    font-weight: bold;
    font-size: 1.2em;
}

/**************/
.histImg {
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}