@import url(/typo/Guanine.ttf);

html *
{
    margin: 0;
    padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

body
{
	background: #cc0000 url('images/bg.png') repeat-x;
	width: 100%;
	height: 100%;
	font-family: 'Guanine', sans-serif;
	font-weight: 400;
}

body:before 
{ 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

.clear { clear: both; }

/* Color def & styles*/
.yellow { color: yellow; }
.white { color: white; }
.red { color: red; }
.black { color: black; }
.nospace { letter-spacing: 0px; font-size: 0.8em;}
.bold { font-weight: 900; margin-bottom: 5px;}
strong { font-weight: 800; }

/* headings */

h1
{
	font-size: 2em;
	font-weight: 500;
	color: red;	
	text-align: center;
	padding: 0px 0px 20px 0px;
}

h2
{
	font-size: 1.3em;
	font-weight: 300;
	color: red;	
	padding-bottom: 10px;
}

/* WRAPPER */

#wrapper
{
	width: 100%;
}

/* END OF WRAPPER */

/* HEADER */

/* top */
#topbar
{
	background: #f1f2f3 url('images/content-bg.png') 0 0 repeat;
	min-height: 1.5em;
	height: auto;
  	margin: 0;
  	text-align: center;	
	
	-webkit-box-shadow: 0 8px 30px -6px black;
	   -moz-box-shadow: 0 8px 30px -6px black;
		    box-shadow: 0 8px 30px -6px black;
}

#bar
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	height: inherit;
	display: block;
}

#bar p
{
	font-size: 0.8em;
	display: inline;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.2),
                 0px 8px 13px rgba(0,0,0,0.05),
                 0px 18px 23px rgba(0,0,0,0.05); 
	word-spacing: 0.2em;
	letter-spacing: 0.2em;
}

.nospace { letter-spacing: 0px;}
/* end of top */

/* head */
#head
{
	margin: 0 auto;
	display: block;
	position: relative;
	text-align: center;
}

#head img
{
	height: auto;
	width: auto;
	margin: 0 auto;
}
/* end of head */

/* nav */
nav
{
	position: relative; 
	top: -20px;
	z-index: 10;
	background: url('images/nav-bg_shadow.png') repeat-x;
  	list-style: none;
  	margin: 0;
  	text-align: center;	
	text-decoration: none;
	
	text-shadow: 0px 4px 3px rgba(0,0,0,0.2),
                 0px 8px 13px rgba(0,0,0,0.05),
                 0px 18px 23px rgba(0,0,0,0.05);
}

/*nav>ul
{
	width: 1200px;	
	margin-left: auto;
	margin-rigth: auto;
}*/

nav>ul>* 
{
  	display: inline-block;
  	padding: 20px 40px;
  	color: red;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: 800;	
	height: 100px;
}

nav a
{
  	color: red;
	text-decoration: none;
	font-weight: 800;	
}

nav>ul>li:hover 
{
    background: url('images/nav-bg-hover.png') repeat-x;
	color: red;
	text-decoration: none;
	font-weight: 800;
	height: 100px;
}

.actived
{
    background: url('images/nav-bg-hover.png') repeat-x;
	background-position: -10px -10px;
	color: red;
	text-decoration: none;
	font-weight: 800;
	height: 100px;
	border-bottom: white 2x solid;
}
/* end of nav */

/* END OF HEADER */

/* CONTAINER */

#container
{
	width: 100%;
	min-height: 500px;
	background: #f1f2f3 url('images/content-bg.png') 0 0 repeat;
	position: relative;
	top: -120px;
	padding-bottom: 60px;
	
	text-shadow: 0px 4px 3px rgba(0,0,0,0.2),
                 0px 8px 13px rgba(0,0,0,0.05),
                 0px 18px 23px rgba(0,0,0,0.05);
}

#container-wrapper
{
	width: 1000px;	
	margin-left: auto;
	margin-right: auto;
}

/* END OF CONTAINER */

/* SIDEBAR */
#left 
{ 
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#right 
{ 
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -20px;
}

.sidebar
{	
	width: 200px;
	margin: 20% 0%;
	padding: 5%;
	background: red;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;

	border-radius: 10px;
	
	-webkit-box-shadow: 0 8px 30px -6px black;
	   -moz-box-shadow: 0 8px 30px -6px black;
		    box-shadow: 0 8px 30px -6px black;
			
	text-shadow: 0px 4px 3px rgba(0,0,0,0.2),
                 0px 8px 13px rgba(0,0,0,0.05),
                 0px 18px 23px rgba(0,0,0,0.05);
}

#left p
{
	color: white;
	font-size: 0.96em;
	padding-left: 10px;
}

.sidebar p:hover
{
	color: yellow;	
}

#contact
{
	background: url('images/info.png') 100% 100% no-repeat;	
	padding: 5px 0px;
}

#timetable
{
	padding: 20px 0px;
	overflow: visible;	
	background: url('images/timetable.png') 103% 60% no-repeat; 
}

#time
{
	background: #fff;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;	
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 175px;
	padding: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	-webkit-box-shadow: 0 8px 30px -6px black;
	   -moz-box-shadow: 0 8px 30px -6px black;
		    box-shadow: 0 8px 30px -6px black;		
}

.open
{
	color: green;
	font-weight: 600;	
}

.close
{
	color: red;
	font-weight: 600;
}

#facebook
{
	padding-top: 20px;	
}

.fcb { color: white; }

.fbConnectWidgetFooter
{
	display: none;	
}

#right h2
{
	font-size: 2em;
	color: white;	
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;	
	padding: 5px;
}

#right h2:hover
{
	border: 2px white dashed;
}

#right h3
{
	font-size: 0.9em;
	color: #CCC;
	font-weight: 200;
	text-transform: lowercase;
	text-align: center;	
	padding-bottom: 10px;
}

#delivery p
{
    position: relative;
    padding: 15px;
    margin: 0.7em 0 1.5em;
	font-size: 0.9em;
	color: red;
	text-align: left;	
	text-transform: uppercase;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: -moz-linear-gradient(top, white, white);
    background: white;
}

#delivery p:hover { color: red; }

#delivery p:after 
{
    content: "";
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -15px;
    left: 50px;
    width: 0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: white transparent;
}

#map
{
    position: relative;
    padding: 15px;
    margin: 0.7em 0 1.5em;
	font-size: 1em;
	color: red;
	text-align: center;	
	text-transform: uppercase;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: -moz-linear-gradient(top, white, white);
    background: white;
}

#map {
	width: 160px;
	height: 145px;
}
  
#map p:hover { color: red; }

#map:after 
{
    content: "";
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    top: -15px;
    left: 150px;
    width: 0;
    border-width: 0px 15px 15px;
    border-style: solid;
    border-color: white transparent;
}
/* END OF SIDEBAR */

/* MAIN */
#main
{
	position: relative;
	width: 480px;
	position: relative;
	top: 70px;	
	padding: 0 50px;
	height: auto;
}

#main p
{
	padding-bottom: 10px;
}	
/* END OF MAIN */

/* FOOTER */

footer
{
	position: relative;
	top: -123px;
	display: block;
	background: url('images/container-bottom.png') 0 0 repeat-x;	
	padding: 40px;
  	margin: 0;
  	text-align: center;	
	
	text-shadow: 0px 4px 3px rgba(0,0,0,0.2),
                 0px 8px 13px rgba(0,0,0,0.05),
                 0px 18px 23px rgba(0,0,0,0.05);
}

footer .inside
{
	width: 950px;	
	margin-left: auto;
	margin-right: auto;
}

.mod_sitemap
{
	height: auto;
	border-right: #f1f2f3 1px dotted;
	display: inline-block;
}

.mod_sitemap h1
{
	font-size: 1.5em;
	color: yellow;
	text-align: left;
	padding: 10px;
	padding-left: 20px;
}

.mod_sitemap>ul
{
	list-style: none;	
	padding-left: 25px;
}

.mod_sitemap a
{
	text-decoration: none;
	color: white;
	list-style: square;
	font-size: 1.1em;
	padding: 4px 4px 4px 10px;
	letter-spacing: 2px;
}

.mod_sitemap a:hover
{
	color: yellow;
}

#contact-footer
{
   	width: 700px; 
	height: 220px;
	display: inline-block;
    overflow: hidden;
	padding: 0px;
}

#contact-footer left-side
{
    width: 300px;
    float:left;	
}

#contact-footer right-side
{
    float: left;
	width: 300px;
}

#right-side
{
	padding: 50px 0px;	
}

#right-side p
{
	color: white;
	letter-spacing: 2px;
}

#contact-footer img
{
	width: auto;
	height: auto;
	float: left;
	padding: 20px;
}

#copyright
{
	width: auto;
	margin: 0;
	text-align: center;
	padding: 50px;	
}

#copyright p { color: #CCC; }

#copyright a { color: #ccc; }

#copyright a:hover
{
	color: black;	
}

/* END OF FOOTER */

/* MODULES */

/* toTop */
#toTop
{
	float: right;
	padding: 0 50px;
	padding-bottom: 20px;	
}

#toTop a
{
	color: #666;	
}

/* CENIK - icons */
#icons 
{
	padding-bottom: 50px;	
}

#icons li
{
	height: 100px;
	width: auto;
	display: inline;
	list-style-type: none;
}

#icons li a p
{
	position: relative;
	bottom: 30px;
	left: -5px;
	display: inline;
	color: black;
	text-decoration: underline;	
	padding: 20px 0px;
	font-size: 1.3em;
	width: auto;
}

#icons li a p:hover
{
	color: red;	
}
/* TABLE */

table
{
	padding: 10px 0px 10px 20px;	
}

#table-header
{
	height: 85px;
	position: relative;
	bottom: 30px;
	left: -15px;
	font-size: 1.8em;
	text-align: left;	
	border-bottom: 2px solid black;
}
#table-header p
{
	display: inline;
	position: relative;
	bottom: 30px;
}

#price
{
	height: 85px;
	position: relative;
	bottom: 30px;
	left: -15px;
	font-size: 1.8em;
	text-align: left;	
	border-bottom: 2px solid black;
}
#price p
{
	display: inline;
	position: relative;
	left: 30%;
}


/* table FOOD */

table#table-food td
{
	position: relative;
	bottom: 30px;
	left: -15px;
	border-bottom: 1px black dotted;
}

table#table-food td p
{
	padding: 0;	
	font-size: 1.3em;	
}

#priced
{
	text-align: center;	
}

#priced p
{
	text-align: center;	
}

#table-food tr:hover
{
	color: red;
	border-bottom: 2px red dotted;
}

/* NEWS */
mod_newslist h2 a
{
	color: red;	
}

mod_newslist h2 a:hover
{
	color: #666;	
}

.more a
{
	color: red;
	position: relative;
	left: 80%;
}

.teaser p
{
	color: black;
}

.info
{
	text-align: left;	
}

/* END OF MODULES */