@CHARSET "UTF-8";

/* -------------------------------------
/*  html, body
/* -------------------------------------*/
html {
	color: #464444;
	font: 76% Arial, Helvetica, sans-serif;
	text-align: center;
}

html,body {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/bg1.jpg) top center no-repeat fixed #9CC2E6;
	text-align: center;
	margin: 0 auto;
}

/* -------------------------------------
/*  Baseline values for browser consistency
/* -------------------------------------*/
p,div,h1,h2,h3,h4,ul,li,form,input,select,option {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
}

a {
	outline: 0;
}

blockquote {
font-size: 11px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
border-left: 3px solid #e48f51;
}

/* -------------------------------------
/*  default links
/* -------------------------------------*/

a:link, a:visited {
	color:					#062f4e;
	text-decoration:		none;
}

a:hover {
	color:#e48f51;
	text-decoration:		underline;
}

#clear {
	clear: both;
	height:	0px;
	font-size: 0px;
	line-height: 0px;
}


/* -------------------------------------
/*  site specific headers
/* -------------------------------------*/

h1 {
	color: #062f4e;
	font-size: 15pt;
}

h2 {
	color: #e48f51;
	font-size:14pt;
	text-align: left;
	padding-left:220px;
	padding-top:20px;
}

h3 {
	float:left;
	color: #062f4e;
	font-style: italic;
	display: block;
	float:left;
	width: 100px;
	text-align:right;
}

/* -------------------------------------
/*  global layout
/* -------------------------------------*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
}


#contentcontainer {
	width: 920px;
	background: #fff;
	padding:10px;
	clear:both;
}

#contentcontainer2 {
	width: 920px;
	background: #fff;
	padding:10px;
	clear:both;
}


#main2 {
	width: 920px;
	background: url('/images/background.jpg') left top no-repeat;
	min-height: 700px;

}

#main-teatr {
	width: 920px;
	background: url('/images/background-teatr.jpg') left top no-repeat;
	min-height: 700px;
}

#main-kino {
	width: 920px;
	background: url('/images/background-kino.jpg') left top no-repeat;
	min-height: 700px;
}

#main-muzyka {
	width: 920px;
	background: url('/images/background-muzyka.jpg') left top no-repeat;
	min-height: 700px;
}

#main-video {
	width: 920px;
	background: url('/images/background-video.jpg') left top no-repeat;
	min-height: 700px;
}

#main-blagodarnost {
	width: 920px;
	background: url('/images/background-blagodarnost.jpg') left top no-repeat;
	min-height: 700px;
}

#main-druzja {
	width: 920px;
	background: url('/images/background-druzja.jpg') left top no-repeat;
	min-height: 700px;
}

#main-news {
	width: 920px;
	background: url('/images/background-news.jpg') left top no-repeat;
	min-height: 700px;
	
}

#main-foto {
	width: 920px;
	background: url('/images/background-foto.jpg') left top no-repeat;
	min-height: 700px;
	
}

/* -------------------------------------
/*  about layout
/* -------------------------------------*/
#btext {
	text-align:left;
	padding:15px 0px 50px 50px;
}

#btextin {
	padding-left:20px;
	width:400px;
	float:left;
}

#btextin p{
	margin-bottom:10px;
}

/* -------------------------------------
/*  index css
/* -------------------------------------*/

.sprite0 {
	width: 920px;
	height: 645px;
	background: url('/images/a0.jpg') right top no-repeat;
}
.sprite1 {
	width: 920px;
	height: 645px;
	background: url('/images/a1.jpg') right top no-repeat;
}

.sprite2 {
	width: 920px;
	height: 645px;
	background: url('/images/a2.jpg') right top no-repeat;
}

.sprite3 {
	width: 920px;
	height: 645px;
	background: url('/images/a3.jpg') right top no-repeat;
}

.sprite4 {
	width: 920px;
	height: 645px;
	background: url('/images/a4.jpg') right top no-repeat;
}

ul#menu {
	text-align:left;
	padding:50px 0 0 45px;

	font-size: 20pt;
	font-family: Times New Roman, Times, serif;
	font-style:normal;
   	letter-spacing: -.01em;
    line-height: 1em;
}

#news {
	background: #fff;
}

#lanskaya {
	padding-left:280px;
	padding-top: 50px;
}

table.newsblock td {
	padding: 10px;
	text-align: left;
}

div#menu_foto {
	text-align:left;
	padding-top:150px;
	padding-left:120px;
	font-size: 20pt;
	font-family: Times New Roman, Times, serif;
	font-style:italic;
   	letter-spacing: -.01em;
    line-height: 1em;
}

.posted {
margin-bottom: 10px;
font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #666;
}


.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
 background-color:	transparent;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #fff;
font-family:       Arial, Verdana, Sans-serif;
font-size:         11px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
text-transform:    uppercase;
color:             #000;
}

/* -------------------------------------
/*  footer
/* -------------------------------------*/

div.hr {
  height: 15px;
  background: #fff url(/images/hr-blue.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

#footer {
	font-size: 10px;
	color: #bbbbbb;
	height: 40px;
	background: #fff
}

a.gray {
	color: #bbbbbb;
}


/* Formatting Buttons
------------------------------------------------------ */

.buttonMode {
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 10px;
color: #73769D;
background-color: transparent;
white-space: nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
background-color: #f6f6f6;
padding: 0;
border-top: #333 1px solid;
border-right: #333 1px solid;
border-bottom: #333 1px solid;
}
.htmlButtonOuterL {
border-left: #333 1px solid;
}
.htmlButtonInner {
background-color: transparent;
text-align: center;
padding: 0 3px 0 3px;
border-left: #fff 1px solid;
border-top: #fff 1px solid;
border-right: #ccc 1px solid;
border-bottom: #ccc 1px solid;
}
.htmlButtonOff {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOff a:link {
color: #000;
text-decoration: none;
white-space: nowrap;
}
.htmlButtonOff a:visited {
text-decoration: none;
}
.htmlButtonOff a:active {
text-decoration: none;
color: #999;
}
.htmlButtonOff a:hover {
background-color: #fff;
text-decoration: none;
color: #999;
}
.htmlButtonOn {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size: 11px;
font-weight: bold;
background: #f6f6f6;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOn a:link {
color: #990000;
text-decoration: none;
white-space: nowrap;
}
.htmlButtonOn a:visited {
text-decoration: none;
}
.htmlButtonOn a:active {
text-decoration: none;
color: #999;
}
.htmlButtonOn a:hover {
background-color: #fff;
color: #999;
text-decoration: none;
}



.border {
 border:	1px solid #000;
}

.paddedborder {
 padding: 	20px;
 border: 	1px solid #000;
}

.thumbs {
 text-align:	center;
 padding:	15px 3px 8px 3px;
 background-color: #EAEBEE;
}

.title {
 margin:            3px 0 0 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight: 		bold;
 color:             #000;
}

.caption {
 margin:  			12px 0 4px 0;
 background-color:	transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color: #000;
}

.commentlink {
 margin:            4px 0 8px 0;
}

.stats {
 margin:            4px 0 4px 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight: 		normal;
 color:             #fff;
}

.imageBG {
 text-align: center;
 background-color:  #8185A9;  
}

.categories {
 padding:           5px 10px 5px 12px;
 background-color:  #E9E9F2;  
}

.tableBorder {
 border: 1px solid #73737E;
}

th {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 color:             #fff;
 font-weight:		bold;
 text-align:			left;
 padding:           5px 4px 5px 12px;
 background-color:  #7378A7;  
}

td {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
}

/*
*
*/

div#guest_record {
  text-align:left;
  padding:5px 0px 5px 50px;
  border-bottom:1px dotted #a6a2a2; 
}
