/*
	PALETTE USED:
	COLOURlovers - "Above The Forest Sky"
	http://www.colourlovers.com/palette/230482/Above_The_Forest_Sky
	
	lightblue:	#427CBC
	darkblue:	#2D4148 
	lightgreen:	#9DC03E
	darkgreen:	#456A1D
	brown:		#4C451B

*/

body {
	background: #956446 url(../images/bg-wood.jpg);
	font: normal 12px tahoma;
	margin: 0;
}

input, textarea {
	background: url(../images/menu-selected-bg.png) repeat-x #fff;
	_background: #fff;
	border: none;
}

textarea {
	overflow: auto;
}

a {
	color: inherit;
}

.clear {
	clear: both;
	width: 0;
	height: 0; 
	overflow: hidden;
}

.center {
	display: table;
	margin: -17px auto 0 108px;
	*display: inline-block;
	*text-align: center;
	position: relative;	
	margin-bottom: 20px;
}

.white-canvas {
	position: relative;
	width: 791px;
	min-height: 300px;
	margin: 98px 0 50px 0;
	*margin: 98px 0 70px 0;
	*display: table-cell;
	*text-align: left;
	border: 1px solid transparent;
	*border: none;
}

.white-canvas-wrapper {
	position: relative;
	margin: -50px 0 -50px 0;
	_margin: -50px 0 -50px 0;
	padding: 20px;
}

.white-canvas-padding {
	padding: 9px 11px 9px 9px;
	_padding: 10px 10px 9px 10px;
}

.logo {
	position: absolute;
	width: 210px;
	height: 83px;
	background: url(../images/rekettyes_logo.png);
	top: -20px;
	left: -8px;
	z-index: 10;
	_background: none;
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+document.firstChild.nextSibling.id+'/images/rekettyes_logo.png");');
	_left: -28px;
}

.dropshadow-top-left {
	background: url(../images/canvas.png) top left no-repeat;
	width: 395px;
	height: 50px;
	top: -50px;	
	position: absolute;
	_background: none;
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+document.firstChild.nextSibling.id+'/images/canvas.png", sizingMethod="crop");');
}

.dropshadow-top-right {
	background: url(../images/canvas.png) top right no-repeat;
	width: 396px;
	_width: 395px;
	height: 50px;
	position: absolute;
	top: -50px;	
	right: 0px;
	_background: none;
	_overflow: hidden;
}

.dropshadow-top-right div {
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+document.firstChild.nextSibling.id+'/images/canvas.png", sizingMethod="image");');
	_position: absolute;
	_right: 0;
	_width: 100%;
}

.dropshadow-bottom-left {
	background: url(../images/canvas.png) bottom left no-repeat;
	width: 50%;
	width: 395px;
	height: 50px;
	position: absolute;
	bottom: -50px;
	_top: expression(parentNode.offsetHeight - 1 + 'px');
	_background: none;
	_overflow: hidden;
}

.dropshadow-bottom-left div {
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+document.firstChild.nextSibling.id+'/images/canvas.png");');
	_position: absolute;
	_bottom: 0px;
	_width: 100%;
}

.dropshadow-bottom-right {
	background: url(../images/canvas.png) bottom right no-repeat;
	width: 396px;
	_width: 395px;
	height: 50px;
	position: absolute;
	right: 0px;
	bottom: -50px;
	_top: expression(parentNode.offsetHeight - 1 + 'px');
	_background: none;
	_overflow: hidden;
}

.dropshadow-bottom-right div {
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+document.firstChild.nextSibling.id+'/images/canvas.png");');
	_position: absolute;
	_bottom: 0px;
	_right: 0;
	_width: 100%;
}

.dropshadow-middle-left {
	background: url(../images/canvas-repeat-y.png) center left repeat-y;
	width: 50%;
	height: 100%;
	_height: expression(parentNode.offsetHeight + 'px');
	position: absolute;
	_overflow: hidden;
	_background: none;
}

.dropshadow-middle-left div {
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+document.firstChild.nextSibling.id+'/images/canvas-repeat-y.png", sizingMethod="scale");');
	_width: 719px;
	_height: expression(Math.floor(parentNode.offsetHeight / 2) * 2 + 'px');
	_position: absolute;
	_left: 2px;
}

.dropshadow-middle-right {
	background: url(../images/canvas-repeat-y.png) center right repeat-y;
	width: 396px;
	_width: 395px;
	height: 100%;
	_height: expression(parentNode.offsetHeight + 'px');
	top: 0px;
	right: 0px;
	position: absolute;
	_overflow: hidden;
	_background: none;
}

.dropshadow-middle-right div {
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+document.firstChild.nextSibling.id+'/images/canvas-repeat-y.png", sizingMethod="scale");');
	_width: 719px;
	_height: expression(Math.floor(parentNode.offsetHeight / 2) * 2 + 'px');
	_position: absolute;
	_right: 2px;
}
#leftlink-container-bg{
	background: #000;
	top: 50px;
	left: -90px;
	width: 92px;
	height: 164px;
	position: absolute;
	_border:1px solid red;
	text-align:center;
	opacity: 0.5;
}
#leftlink-container {
	top: 66px;
	left: -90px;
	width: 92px;
	height: 158px;
	position: absolute;
	text-align:center;
	color: #9DC03E;
}
#leftlink-container2-bg{
	background: #000;
	top: 290px;
	left: -94px;
	width: 100px;
	height: 94px;
	position: absolute;
	_border:1px solid red;
	text-align:center;
	opacity: 0.5;
}
#leftlink-container2 {
	top: 306px;
	left: -90px;
	width: 92px;
	height: 58px;
	position: absolute;
	text-align:center;
	color: #9DC03E;
}
.header-img-bg {
	width: 100%;
	height: 300px;
	background: #000;
	position: relative;
	margin-bottom: 10px;
}

.header-img {
	width: 100%;
	height: 300px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/header-img2.jpg);
	position: relative;
}

.topmenu-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
}

.topmenu-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	*filter: alpha(opacity=60);
}

ul.topmenu {
	position: absolute;
	text-transform: uppercase;
	font-size: 1.2em;
	list-style: none;
	height: 100%;
	overflow: visible;
	margin: 0;
	right: 0;
}

ul.topmenu li {
	float: left;
	line-height: 30px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

ul.topmenu li a {
	text-decoration: none;
	line-height: 30px;
	padding: 10px 12px;
	width: 100%;
	
	color: #9DC03E;
}

ul.topmenu li.selected {
	background-color: #9DC03E;
	background-image: url(../images/menu-selected-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	_background-image: none;
}

ul.topmenu li.selected a {
	color: white;
}

ul.topmenu li a:hover {
	background: #9DC03E;
	color: white;
}

#footprint {
	text-align: center;
	color: #FEFECC;
	font-size: .9em;
	width: 100%;
	*width: expression($(this).previous().offsetWidth + 'px');
	position: relative;
	_bottom: -55px;
	_right: 41px;
	_top: expression($('white-canvas-wrapper').offsetHeight - 63 + 'px');
}

#footprint a {
	color: #FEFECC;
	text-decoration: none;
}

#footprint a:hover {
	text-decoration: underline;
}

#footprint img {
	border: 0;
	vertical-align: bottom;
}


.leftblock {
	position: relative;
	float: left;
	width: 420px;
	min-height: 347px;
	_height: 347px;
	padding: 0;
	
	/*overflow-x: hidden;*/
	overflow: hidden;
}
.leftblock p.date {
	padding:0 ;
	margin:0 ;
	font-size:10px ;
} 
.leftblock h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0 4px 4px;
	margin: 0 0 0px 0;
	_padding-top: expression(previousSibling ? '15px' : '0');
	color: #4C451B;
}
.leftblock h2.widthdate {
	padding:0 ;
	margin:0 ;
}
.leftblock h2:first-child {
	padding-top: 0px;
}

.msg {
	margin-bottom: 10px;
}

.msg cite {
	padding: 0;
	
	color: #4C451B;
	font-size: 90%;
	font-style: normal;
}

.msg .nick {
	font-weight: bold;
}

.msg blockquote {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	
	border: 1px solid #456A1D;
}

.msg .tip {
	position: absolute;
	top: -6px;
	left: 8px;
	height: 7px;
	width: 11px;
	
	background: url(../images/msg-tip.gif) no-repeat;
	overflow: hidden;
}

.msg p {
	margin: 0;
	padding: 5px;
	
	color: #456A1D;
}

.fooditem {
	padding: 0 0 2px 4px;
	margin-bottom: 2px;
	
	border-bottom: 1px solid #dfe9c3;
	line-height: 19px;
}

.fooditem div {
	font-size: 14px;
	color: #456A1D;
}

.fooditem .fooditem-name-cont {
	width: 280px;
	float: left;
}	

.fooditem .fooditem-name {
}

.fooditem .fooditem-name-cont .desc {
	margin: -2px 0 4px 0;
	
	font-size: 80%;
	font-style: italic;
}

.fooditem .fooditem-unit {
	width: 45px;
	text-align: right;
	float: left;
}

.fooditem .fooditem-price {
	width: 84px;
	text-align: right;
	float: left;
}

.rightblock {
	clear: right;
	float: right;
	position: relative;
	background: #993400;
	border: 1px solid #ebe0cc;
	width: 272px;
	margin-bottom: 10px;
	padding: 15px 14px 6px 14px;
	color: white;
}

.rightblock2 {
	margin-bottom: 51px;
}

.rightblock0 {
	background: url(../img/programok-bg.gif) repeat-x #003366;
	margin-bottom: 10px;
	color: #ffc;
	overflow: hidden;
}

.rightblock1 {
	padding: 0;
	width: 300px;
	background: url(../images/woodpanel_c.jpg) 0px 40px repeat-y #853A10;
	border: 0;
	margin-bottom: 10px;
	color: #ffc;
	overflow: hidden;
}

.rightblock1 .top {
	background: url(../images/woodpanel_t.jpg) no-repeat;
}

.rightblock1 .bottom {
	padding: 40px 14px;

	background: url(../images/woodpanel_b.jpg) bottom no-repeat;
}

.rightblock .date {
	text-transform: uppercase;
	font-size: .75em;
	line-height: .65em;
}

.rightblock1 .date {
	color: #c96;
}

.rightblock2 .date {
	color: #cc9;
}

.rightblock h2 {
	font-size: 1.5em;
	margin: 0;
	font-weight: normal;
}

.rightblock0 h2 {
	color: #ccccff;
}

.rightblock1 h2 {
	color: #fc9;
}

.rightblock2 h2 {
	margin-bottom: 8px;
	color: white;
}

.rightblock h2 span {
	font-weight: normal;
	color: #ffcc97;
}

.rightblock ul {
	margin: 7px 0 6px 0;
	padding: 0;
	list-style: none;
}

.rightblock ul li {
	line-height: 14px;
	padding: 0 0 6px 7px;
	position: relative;
}

.rightblock ul li a {
	color: #CCCC66;
	text-decoration: none;
}

.rightblock ul li a:hover {
	text-decoration: underline;
}

.rightblock ul li span.bullet {
	display: block;
	background-color: #c96;
	width: 3px;
	height: 3px;
	overflow: hidden;
	float: left;
	clear: left;
	margin: 5px 4px 0 0;
	position: absolute;
	left: 0;
	_left: -7px;
}

.rightblock0 ul li span.bullet {
	background-color: #ccf;
}

.rightblock2 ul li span.bullet {
	background-color: #cc6;
}

.rightblock2 ul {
	margin: 4px 0 0 0;
}

.rightblock0 ul li {
	font-size: .9em;
}

.rightblock2 ul li {
	padding: 0;
	color: #cc6;
	font-size: .9em;
}

.rightblock2 {
	background: #427CBC;
	color: #ffc
}

.rightblock h3 {
	position: absolute;
	width: 100%;
	
	text-align: center;
	top: 0;
	left: 0;
	color: #456A1D;
}

.rightblock h4 {
	font-weight: normal;
	font-size: 1em;
	margin: 6px 0 0 0;	
}

.rightblock h4 span {
	text-transform: uppercase;
}

.rightblock form {
	display: block;
	width: 90%;
	margin: auto;
}

.rightblock form label {
	display: block;
}

.rightblock .inp {
	width: 100%;
}

.rightblock textarea {
	height: 100px;
}

#event-details {
	padding: 5px 20px;
	background-color: #555;
}

.accordion_content {
	overflow: hidden;
}

