/*   template: Webdesign Veit style
     author: Veit Karel  */

/* ---------------------------------------------
GLOBAL.CSS
-----------------------------------------------*/

body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color:#2c170e;
	text-align:center;
	background:#040201;
}

a{
	text-decoration:none;
}

.content a { 
	text-decoration:none;
	color:#744c19;
	border-bottom:dotted 1px #744c19;
} 

.content a:hover { 
	border-bottom:solid 1px #744c19;
}

.content p{
	font-size:1.1em;
	margin-bottom:0;
	letter-spacing:-0.04em;
	padding-bottom:1em;
	line-height:1.8em;
} 

.content p.intro {
	font-size:1.2em;
} 


/* ---------------------------------------------
	HEADINGS
-----------------------------------------------*/

h1{
	position:relative;
	float:left;
	display:block;
	width:250px;
	height:214px;
	background:url(../img/logo_background.jpg) no-repeat;
}

h1 a{
	position:absolute;
	top:92px;
	left:-37px;
	display:block;
	width:356px;
	height:86px;
	background:url(../img/logo.png) no-repeat;
	text-indent:-5000px;
	z-index:1000;
}

h2{
	padding:15px 0;
	font-size:2.4em;
	font-weight:normal;
}

#blackboard h3.h3_whats_happening{
	display:block;
	width:190px;
	height:38px;
	text-indent:-5000px;
	background:url(../img/whats_happening.gif) no-repeat;
}

h3{
	padding:8px 0;
	font-size:1.8em;
	font-weight:normal;
}

#right_column h3{
	font-size:1.8em;
	padding-bottom:0.4em;
	font-weight:normal;
}

/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

#page_wrapper{
	width:100%;
	margin:0 auto;
	text-align:left;
	background:#040201 url(../img/page_background.jpg) center top repeat-x;
}


#header{
	width:860px;
	height:55px;
	margin:auto;	
}

#flash_header{

}

#content_wrapper{
	width:860px;
	margin:auto;
	background:url(../img/content_background.gif) center top repeat-y;
}

#blackboard, #center_column, #right_column, #center_column_wide{
	float:left;
	background-image:url(../img/content_top.jpg);
	background-repeat:no-repeat;
}

#blackboard{
	position:relative;
	width:270px;
	min-height:211px;
	height:auto !important;
	height:211px;
	background:url(../img/blackboard_background.gif) 31px 0 repeat-y;
	color:#FFF;
	z-index:10;
}

#center_column{
	width:320px;
	min-height:325px;
	height:auto !important;
	height:325px;
	background-position:center top;
}

#center_column_wide {
	width:540px;
	min-height:325px;
	height:auto !important;
	height:325px;
	background-position:left top;
	background-image:url(../img/content_top_wide.jpg);
	padding-left:50px;
}

#right_column{
	position:relative;
	width:270px;
	min-height:145px;
	height:auto !important;
	height:145px;
	padding:180px 0 20px 0;
	background-position:right top;
}

#wooden_frame{
	position:absolute;
	top:-5px;
	left:0;
}

#blackboard_footer{
	position:absolute;
	left:0;
	bottom:0;
	width:270px;
	background:url(../img/blackboard_footer.gif) left bottom no-repeat;
	text-align:center;
}


.contact input, .contact textarea {
	padding:2px;
	border:solid 1px #b18353;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* ---------------------------------------------
	SIGN UP FORM
-----------------------------------------------*/

form#sign_up input.text_area{
	width:186px;
	padding:0.4em 5px;
	margin-bottom:5px;
	border:solid 1px #b18353;
	background:#e0cc96;
	color:#5a2e1a;
	font-family:Georgia, "Times New Roman", Times, serif;
}

form#sign_up input.text_area:focus{
	background:#eadaad;
}

input.button{
	margin:0 auto;
	padding:0.3em 5px;
	border:solid 1px #8f6335;
	background:#b18353;
	color:#5a2e1a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

/* ---------------------------------------------
	GENERIC CONTENT AREA
-----------------------------------------------*/

#blackboard .content{
	padding:21px 29px 0 51px;
	background:url(../img/content_top.jpg) left top no-repeat;
	color:#CCC;
}

/*-- BLACKBOARD FOOTERS --*/

.bread_loaf{
	padding-bottom:114px;
}
.bread_loaf #blackboard_footer{
	height:122px;
}

#blackboard .content p{
	padding:15px 15px 20px 10px;
	background:url(../img/blackboard_divider.gif) center bottom no-repeat;
}

#blackboard .content p a{
	display:block;
	color:#CCC;
	border:none;
}

#blackboard .content p a:hover{
	color:#FFF;
	border:none;
}

#center_column .content{
	
}

#right_column .content{
	padding:20px 40px 0 25px;
}

/* ---------------------------------------------
	NEWS PAGE
-----------------------------------------------*/

.newspage {
	padding:20px 20px 0 0;
	font-size:1.1em;
	line-height:1.6em;
}

.newspage p {
	line-height:1.8em;
}

.newspage h3 {
	font-size:2.4em;
	font-weight:normal;
}

.newspage h4 {
	font-size:1.4em;
	margin-bottom:10px;
	color:#c1af81;
}

/* ---------------------------------------------
	CONTACT FORM
-----------------------------------------------*/

#contact_form label {
	display:block;
}

p.captcha {
    display:none;
}

#contact_form label.label_inline {
	display:inline;
}

/* ---------------------------------------------
	NAVIGATION
-----------------------------------------------*/

ul#navigation{
	display:block;
	width:836px;
	height:56px;
	padding:0 12px;
	margin:auto;
	clear:both;
	background:url(../img/menu.jpg) left top no-repeat;
}

ul#navigation li{
	display:block;
	float:left;
}

ul#navigation li a{
	display:block;
	height:56px;
	text-indent:-5000px;
	width:100px;
}

ul#navigation li a.nav_home{
	width:165px;
	background-position:-12px -56px;
}

ul#navigation li a.nav_dining{
	width:161px;
	background-position:-177px -56px;
}

ul#navigation li a.nav_drinking{
	width:183px;
	background-position:-338px -56px;
}

ul#navigation li a.nav_gallery{
	width:158px;
	background-position:-521px -56px;
}

ul#navigation li a.nav_contact{
	width:169px;
	background-position:-679px -56px;
}

ul#navigation li a:hover, ul#navigation li a.on{
	background-image:url(../img/menu.jpg);
	background-repeat:no-repeat;
}

/* ---------------------------------------------
	FOOTER
-----------------------------------------------*/

#footer{
	position:relative;
	clear:both;
	width:820px;
	padding-top:8px;
	margin:auto;
	margin-top:-1px;
	border-top:solid 5px #bc9563;
	background:#040201;
	color:#4b4b4b;
	font-size:1.1em;
	z-index:20;
}

#footer ul {
	float:right;
}

#footer ul li {
	float:left;
	margin-left:10px;
	padding-top:6px;
}

#footer ul li.webring{
	text-indent:-5000px;
}

#footer ul li.last{
	padding-top:0;
}

#footer a{
	color:#c2c2c2;
}

#footer a:hover{
	color:#FFF;
	text-decoration:none;
}

#footer a.engage {
	display:block;
	width:119px;
	height:32px;
	background:url(../img/engage.gif);
	text-indent:-5000px;
}
.hidden
{
	display:none;
}







 /**************************************************************************************** */
 /**************************************************************************************** */

 /* FSHL SYNTAXE (nevis-li, o co gou, klidne nasledujici blok CSS smaz) */
 /* (c) 2002 Martin Cohen - www.martincohen.info */

 /* P H P */
.php-keyword1 {color:#d24; font-weight:bold;}
.php-keyword2 {color:#d24; }
.php-var {color:#fa0; font-weight:bold;}
.php-num {color:red;}
.php-quote {color:#843; font-weight:bold;}
.php-vquote {color:#fa0;}
.php-comment {color:#999; background-color:#ffe;}

 /* H T M L */
.html-tag {color:#598527; font-weight:bold;}
.html-tagin {color:#89A315}
.html-quote {color:#598527; font-weight:bold;}
.html-comment {color:#999; background-color:#F1FAE4;}
.html-entity {color:#89A315}

 /* C S S */
.css-class {color:#004A80; }
.css-id {color:#7DA7D9; font-weight:bold; }
.css-def {color:#5674B9;}
.css-property {color:#003663; font-weight:bold; }
.css-value {color:#448CCB;}
.css-color {color:#0076A3;}
.css-comment { background-color:#E5F8FF; color:#999; }

 /* J a v a S c r i p t */
.js-out {color:#898993;}
.js-keywords1 {color:#575757; font-weight:bold;}
.js-num {color:#575757;}
.js-quote {color:#575757; font-weight:bold;}
.js-comment {color:#898993; background-color:#F4F4F4;}

 /* KONEC FSHL SYNTAXE */

