* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body , html {
	font-family: Verdana;
	font-size: 10px;
	background: #FFFFFF url('../images/design/square.gif');
}
input , select {
	font-family: Verdana;
	font-size: 10px;
}
ul {
	list-style-type: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
p {
	color: #333333;
}
h1 {
	font-size: 12px;
	padding: 6px 0 3px 0;
	text-transform: uppercase;
	border-top: 2px solid #000000;
	background: #FFFFFF url(../images/design/dots.gif) left bottom repeat-x;
	margin-bottom: 10px;
}
h1 a:hover {
	color: #808080;
	text-decoration: none;
}
h1.events {
	margin-bottom: 40px;
}
h2 {
	font-size:15px;
	background: #FFFFFF url(../images/design/dots.gif) left bottom repeat-x;
}
h2 a:hover {
	color: #808080;
}
.clear {
	clear: both;
}
.spacer {
	display:block;
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	visibility:hidden;
}
.event .date {
font-size: 11px; 
}
.date {
	display: block;
	float: none;
	margin-bottom: 10px;
}
a.rssfeed {
	font-size: 11px;
	padding-left: 17px;
	color: #a8a9ab;
	background: transparent url('../images/design/rss_gray.png') 0 0 no-repeat;
	margin-bottom: 5px;
}

a.rssfeed:hover {
	background-image: url('../images/design/rss.png');
}

a#share {
	padding-left: 17px;
	color: #000000;
	background: transparent url('../images/design/share_grey.png') 0 0 no-repeat;
}
a#share:hover {
	
	background-image: url('../images/design/share_blue.png');
}

#imagesArrow {
	display: block;
	width: 100px;
	color:#999999;
	font-weight: bold;
	font-size: 11px;
	margin: -30px 0 30px 488px;
}

#image {
	width: 708px;
	height: 536px;
	background-color: #cccccc;
}

/* skeleton */

#wrapper {
	width: 898px;
	height: 100%;
	margin-left: 140px;
}
#header {
	width: 898px;
	height: 73px;
	padding-top: 62px;
	background-color: #FFFFFF;
}
#header h1 {
	border: 0;
	padding: 0;
	background-image: none;
}
#header h1 a {
	display: block;
	width: 339px;
	height: 62px;
	background: #FFFFFF url('../images/design/logo.gif') 0 0 no-repeat;
	margin-left: 23px;
	text-indent: -9999px;
}
#left {
	width: 708px;
	float: left;
	padding: 10px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
#left.noMargin {
	padding: 0px;
	background: none;
	width: 728px;
}
#right {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 160px;
	float: left;
}
#footer {
	clear: both;
	padding: 20px 30px 15px 30px;
	background: #FFFFFF;
}
#footer ul {
	float: left;
	margin: 0 55px 10px 0;
}
#footer ul li {
	margin-bottom: 4px;
	font-size: 11px;
	color: #808080;
}
#footer ul li a {
	color: #808080;
}
#footer ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#copyright {
	text-align: right;
	clear: both;
	color: #b8b8b8;
	
}

/* navigation */

#navigation {
	height: 23px;
	background-color: #000000;
	margin-bottom: 10px;
}
#navigation ul li {
	float: left;
}
#navigation ul li.first {
	margin-left: 10px;
}
#navigation ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li a.selected, #navigation ul li a:hover {
	background-color: #808080;
}

/* banner */

#banner {
	width: 160px;
	margin-bottom: 10px;
}

/* newsletter */

#newsletter {
	width: 140px;
	height: 42px;
	padding: 5px 10px 0px 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #000000;
}
#newsletter p {
	font-size: 12px;
	color: #FFFFFF; 
	margin-bottom: 3px;
}
#newsletter input[type="text"] {
	width: 134px; 
	height: 16px;
	padding: 2px 4px 0 4px;
	color: #808080;
}
#newsletter input.textMail {
	float: left;
	width: 111px;
	height: 16px;
	padding: 2px 5px 0 5px;
}
#newsletter input.buttonMail {
	float: left;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
}

/* calendar */

#calendar {
	width: 140px;
	height: 125px;
	padding: 10px;
	font-size: 9px;
	text-align: center;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#calendar span , #calendar span a {
	display: block;
}
#calendar a {
	text-decoration: none;
}
#month {
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
	height: 10px;
}
#month a {
	display: block;
	float: left;
}
#month span {
	float: left;
	width: 90px;
}
#date {
	height: 17px;
	margin-bottom: 3px;
}
#date span {
	float: left;
	width: 20px;
	height: 15px;
	border-bottom: 2px solid #000000;
	font-weight: bold;
}
#days span {
	width: 20px;
	height: 15px;
	float: left;
	color: #808080;
}
#days span a {
	font-weight: bold;
	color: #000000;
}
#days span a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

/* partners */

#partners {
	font-size: 11px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#partners ul li {
	margin: 5px 0;
}

#partners ul li a:hover {
color: #FF4500;
}

/*------------------
	HOME
------------------*/
#event {margin-bottom: 10px;}
#events {
	float: left;
	width: 462px;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
}
#events span.date { float: right; margin-top: -26px; color: #808080;}
#events img {width: 462px;}
#news h1 a:hover , #events h1 a:hover {
	text-decoration: none;
}
#events h2 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 9px;
	padding-right: 110px;
	padding-bottom: 3px;
	margin-bottom: 9px;
	text-transform: uppercase;
}
#events h2 a:hover {
	text-decoration: none;
}
#events p {font-size: 11px; padding-bottom: 5px;}
a.more { display: block; margin-top: 5px; width: 55px; }
a.more:hover {color: #FF4500;}
a.more2 {display: inline;margin-left: 10px;}
#block {
	margin:0 0 10px 10px;
	float: left;
	width: 216px;
	padding: 10px;
	background-color: #FFFFFF;
}
#bulletin select {width: 120px; border: 1px solid #808080; color: #808080;}
#playlist {
	margin-top: 15px;
	padding-top: 10px;
}
#partners h2 , #bulletin h2 , #playlist h2 , #movie h2 {font-size: 12px; padding-bottom: 3px; margin-bottom: 7px;}
#playlist span {font-weight: bold; color: #000000;}
#playlist b {color: #333333;}
.space {display: block; float: left; margin: 8px 0 8px 0;}
a#qt {
	float: left;
	display: block;
	margin: 6px 0 0 6px;
	width: 16px;
	height: 15px;
	background: #FFFFFF url('../images/design/quicktime.gif') 0 -15px no-repeat;
	text-indent: -9999px;
}
a#qt:hover {background-position: 0 0;}
#playlist p.clear {clear: both;}
#playlist img {
	margin-top: 10px;
}
#playlist h1 , #bulletin h1 {
	text-transform: lowercase;
}
#bulletin p {margin-bottom: 20px;}
#movie {border-bottom: 0; padding-bottom: 5px; margin-bottom: 0;}
#movie img {float: left;}
#movie p {margin-left: 80px;}
#movie p.space {margin: 14px 0 7px 80px;}
#news.index {
background-color:#FFFFFF;
clear:both;
overflow:auto;
padding:10px;
float:none;
}
#news.index .postSmall {float: left; width: 236px;}
#news.index .postSmall h3 {
	width: 137px;
	margin-left: 82px;
	font-size: 10px;
	margin-bottom: 10px;
}
#news.index .postSmall h3 a:hover { color: #000000; }

#news.index .postSmall p {width: 137px; margin-left: 82px;}
#news.index .postSmall span.date {
	display: block;
	font-size: 9px;
	color: #808080;
	margin: 0 0 3px 82px;
}
#news.index .postSmall img {float: left;}
/*------------------
	/HOME
------------------*/

/*------------------
	EVENTS
------------------*/
h2.eventTitle { padding: 0 239px 2px 0; margin:0 0 5px 0; background: #FFFFFF url('../images/design/dots_black.gif') left bottom no-repeat; }
.event h2 { padding: 2px 0; }
.event h2 a:hover { text-decoration: none; }
.event { clear:both; margin-bottom: 20px; }
.event img {width: 229px; height: 133px; float: left; margin-right: 10px;}
.event p {margin-bottom: 10px; font-size:11px;}
.event p a:hover {color: #007AEA;}
.smallInfo {line-height: 12px; color:#999999; margin: -55px 0 20px 239px; }
.smallInfo span {display:block;}

#eventInfo {float:left; width:219px; margin-left: 20px; font-size: 10px;}
#newsInfo p, #newsInfo p a, #eventInfo p , #eventInfo p a { color:#999999; }
#newsInfo p a:hover, #eventInfo p a:hover { color: #0099CC; }
.smallInfo.detail {float:left; color:#999999; margin: 0; width: 229px;}
.smallInfo.detail span {display:block;}
.singleEvent {float: left; width:239px;}
img.eventImage {width: auto; height: auto; margin-bottom: 15px;}
.singleEvent p { margin-bottom: 15px; font-size: 11px;}
.singleEvent img {float: none;}
#pm-icon {
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 11px;
	background: #FFFFFF url('../images/pm.jpg') 0 0 no-repeat;
	float: right;
	margin-right: 10px;
}
#fb-icon {
	text-indent: -9999px;
	display: block;
	width: 17px;
	height: 16px;
	background: #FFFFFF url('../images/fb.jpg') 0 0 no-repeat;
	float: right;
}
/*------------------
	/EVENTS
------------------*/

/*------------------
	NEWS
------------------*/
#news { float: left;}
#news .post {float: none; width: 482px; height: 120px; margin-bottom: 30px;}
#news .post h3 {
	width: auto;
	margin-left: 123px;
	font-size: 13px;
	margin-bottom: 3px;
}
#news .post h3 a:hover { color: #999999; text-decoration:none;}
#news .post span.date {
	display: block;
	font-size: 9px;
	color: #808080;
	margin: 0 0 8px 123px;
}
#news .post img {float: left; width: 113px; height: 113px; margin-right: 10px;}
#news .post p {font-size: 11px; width: auto; margin-left: 0;}
#news .post p a {text-decoration: underline; margin-top: 5px; display: inline;}

#newsInfo {margin-bottom: 20px;}
#newsInfo  li {margin-bottom: 2px;}
.newsBig h2 {font-size: 12px; padding: 6px 239px 3px 0; border: 0; background: #FFFFFF url('../images/dots_black.gif') left bottom no-repeat; }
.newsBig span.date { margin-top: 3px; display: block; font-size: 9px; line-height:9px; color: #808080; height:12px;}
#newsbig p {font-size: 11px; margin-bottom: 5px;}
#newsbig img {margin-bottom: 5px;}
#newsBigText {
	font-size: 11px;
}

#archive { width: 189px; float: left; background-color: #FFFFFF; padding:0 0 0 30px; }
#archive span {display: block; margin-bottom: 10px; color: #000000;}
#archive.nlist {
	padding-left: 45px;
	width: 174px;
}
#newsInfo a  , #archive ul li a {color: #808080; text-decoration: none;}
#newsInfo a:hover  , #archive ul li a:hover {color: #000000; text-decoration: underline;}
/*------------------
	/NEWS
------------------*/

/*------------------
	ABOUT
------------------*/
#idea p {
	margin-bottom: 0;
}
.about {
	overflow: auto;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.noMarginA {
	margin-bottom: 0;
}
.about h1 {
	margin-bottom: 40px;
}
.about h1 small {
	text-transform: none;
	font-size: 12px;
}
.about p {
	font-size: 11px;
	padding-right: 25px;
	margin-bottom: 20px;
}
.about img {
	float: left;
}

.aleft p {
	margin-bottom: 0;
}
#idea p.last , .about p.last {
	margin-bottom: 30px;
}
.iBig p {
	margin-left: 313px;
	margin-bottom: 0;
}
#kafe-kafe {
	margin-bottom: 30px;
}
.aright {
	float: left;
}
#staff li {
	margin-bottom: 30px;
}
#staff li p {
	margin-left: 160px;
}
#staff li img {
	margin-left: -143px;
}

/*------------------
	/ABOUT
------------------*/

/*------------------
	CONTACTS
------------------*/
address {
	width: 482px;
	font-size: 10px;
	margin: 25px 0;
	font-style: normal;
	text-align: right;
}
address p {
	margin-bottom: 3px;
}
address p a:hover {
	text-decoration: underline;
}
address p.fb {
	margin-top: 10px;
}
address p.fb a:hover {
	color: #0099CC;
	text-decoration: none;
}
/*------------------
	/CONTACTS
------------------*/

/*------------------
	SHOP
------------------*/
.product {
	width: 157px;

	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
}
.product img {
	border: 1px solid #000000;
	padding: 5px;
	width: 126px;
	height: 126px;
}
.product b {
	display: block;
	margin-top: 5px;
}
.product p {
	width: 132px;
}
.product span {
	margin-top: 5px;
	padding: 2px;
	width: 65px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #0099CC;
	text-align: center;
}
/*------------------
	/SHOP
------------------*/

/*------------------
	MENU
------------------*/
#rcolumn h2 {
	font-size: 11px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	background-image: none;
}
#rcolumn { width: 468px; margin-left: 239px; }
#rcolumn p {font-size: 11px; margin-bottom: 5px;}
#products div {float: left; width: 229px; margin-top:30px; }
#products .mright {margin-left: 10px;}
#rcolumn h3 {margin: 20px 0; border-top: 1px solid #000000;}
#rcolumn h3 a {
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}
#rcolumn h3 a:hover {color: #FF4500;}
#mpromotion { margin-bottom: 10px;}
/*------------------
	/MENU
------------------*/

.playlist {
	margin-bottom: 20px;
}
.playlist img {
	float: left;
	margin-left: 30px;
}
.pinfo {
	margin-left: 240px;
}
.pinfo h3, .pinfo p {
	margin-bottom: 5px;
}

.marginb40 {
	margin-bottom: 40px;
}
.marginb30 {
	margin-bottom: 30px;
}
a.orange {
	color: #000;
	background-color: yellow;
	width: 91px;
	display: block;
	margin-bottom: 20px;
	padding: 2px;
}
a:hover.orange {
	color: #000;
}
#press1 {
	float: left;
	width: 189px;
	color: #808080;
}
#press2 {
	margin-left: 189px;
}
#press2 ul li {
	margin-bottom: 5px;
}
#press2 ul li a {
	color: #808080;
}
#press2 ul li a:hover {
	color: #000000;
}
#iVictor {
	margin-top: -7px;
}
#iPavel {
	margin-top: 7px;
}
#bulletinMailButton {
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url('../images/design/mail.gif') 0 0 no-repeat;
	text-indent: -9999px;
}
