@import url("common.css");

body {
	background: black url(/media/i/index-sky.gif) repeat-x top center;
}

#container {
	position: relative;
	width: 100%;	
	background: url(/media/i/index-theatre.jpg) no-repeat 50% 250px;
	min-height: 900px;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 985px;
}

/* шапка */
#header {
	position: relative;
	width: 100%;
	height: 250px;
	margin-bottom: 50px;
}

/* логотип */
#logo {
	position: absolute;
	top: 50px;
	left: 25px;	
}

/* меню */
#menu {
	position: absolute;
	top: 140px;
	left: 380px;	
	font-style: italic;
}
#menu a:link, #menu a:visited { color: #999999;	text-decoration: none; }
#menu a:hover, #menu a.mhover { color: white; text-decoration: none; }

#menu .item {
	float: left;	
	font-size: 240%;
	margin: 0 15px;
	height: 40px;
	padding-bottom: 3px;
	border-bottom: 2px solid #999999;
	text-transform: lowercase;
	white-space: nowrap;
}
.ie6 #menu .item { width: 10%; }
#menu .item .title { height: 40px; overflow: hidden; }
#menu .item .title a {
	display: block;
	padding: 0 10px;
	height: 40px;
	margin-top: 9px;
}

/* контент */
#body {
	position: relative;
	margin-top: 400px;
	padding-bottom: 60px;
}

h2 { font-size: 125%; }

/* анонс спектаклей */
#spects { min-height: 150px; }
#spects h2.near { margin: 0 0 20px 65px; }
#spects .spect { float: left;	width: 33%; }
#spects .spect td { vertical-align: top; }
#spects .spect td.date { width: 65px; text-align: center; }
#spects .spect td.date h3 { font-size: 200%; margin: -6px 0 -3px 0; }
#spects .spect td.date span { font-size: 70%; text-transform: uppercase; }
#spects .spect td.date div { font-size: 60%; color: #6D6D6D; margin-top: -2px; }
#spects .spect td.anot { padding-right: 15px; }
#spects .spect td.anot h2 { margin-bottom: 7px; line-height: 1em; }
#spects .spect td.anot span { font-size: 75%; line-height: 1.2em; }

#footer { margin-top: -20px; }


