/**
 * AUTHOR Julius Urblik, urblik.julius@standart.sk, http://standart.sk
 * SITE http://www.standART.sk
 * YEAR 2009 
 * #19
*/

/*
 Reset by Mr. Meyer
  http://meyerweb.com/eric/tools/css/reset/index.html
*/


/* v1.0 | 20080212 */

/* ~~~~~~~~~~~~~~~~~~~~~ RESET ~~~~~~~~~~~~~~~~~~~~~ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~ CLEARFIX ~~~~~~~~~~~~~~~~~~~~~ */

* html .clearfix{
	height: 1%;
}

html[xmlns] .clearfix{
	display: block;
}

.clearfix:after{
	height: 0px;
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	line-height: 0px;
}

.clearfix{
	display: inline-block;
}


/* ~~~~~~~~~~~~~~~~~~~~~ DEFAULT ~~~~~~~~~~~~~~~~~~~~~ */

*{
	font-family: 'tahoma', 'verdana', 'arial', 'sans-serif';
}

html{
	font-size: 62.5%;
}

a{
	text-decoration: none;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.red{
	color:#ee1c23;
}

/* ~~~~~~~~~~~~~~~~~~~~~ MAIN CONTAINERS ~~~~~~~~~~~~~~~~~~~~~ */

body
{
  font-size: 1.2em;
  background: #200607 url('images/bg.jpg') right top no-repeat;
  background-attachment: cover;
}

.container
{
  width: 100%;
  margin: 0 auto;
}

#content_container
{
  width: 100%;
}

#content
{
  width: 65%;
  background: #fff;
  margin-left: 30%;
  padding: 10px;
}

h2
{
	color: #ee1c23;
	margin: 10px;
	font: bold 2.25em/1.0em 'Trebuchet MS';
}

#content p
{
	color: #000;
	text-indent: 10px;
	text-align: justify;
	font: normal 1em/1.20em 'Arial';
	margin: 0px 0px 10px;
}

#content p a
{
	color: #ee1c23;
}

#content p img
{
	margin: 5px 10px;
}


/* ~~~~~~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~~~~~ */
#header h1
{
	display: none;
}

#kontakt
{
	color: #fff;
	font: normal 0.95em/1.0em 'arial';
	width: 170px;
	margin: 23px 12% 0px 0px;
	text-shadow: 0.08em 0.08em #000;
}

#open_hours
{
	margin: 100px 0px 10px 90px;;
	width: 170px;
}

#open_hours p
{
	text-align: right;
}

#header h3
{
	color: #ee1c23;
	font: bold 1.23em/1.0em 'arial';
	text-shadow: 0.05em 0.05em #000;
}

#header a img
{
	margin-left: 13%;
	margin-top: 30px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ MAIN MENU ~~~~~~~~~~~~~~~~~~~~~ */
ul#main_menu
{
  margin-top: 20px;
  float: left;
  width: 21%;
  height: 232px;
}

ul#main_menu li
{
  font: bold 14px 'Trebuchet MS';
  margin: 5px 0px;
  text-align: right;
}

ul#main_menu li a
{
  display: block;
  padding: 10px 5% 10px 5px;
  color: #f1f1f1;
  line-height: 100%;
  white-space: nowrap;
  height: 10px;
  width: 100%;
  background-color: #ee1c23;
}

ul#main_menu li.current_page_item a
{
	background-color: #e4e8c6;
	color: #202020;
}


/* ~~~~~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~~~~~ */


#first a
{
	margin-top: 100px;
}

ul#main_menu li.footer a
{
	padding: 2px 5% 4px 5px;
	height: 8px;
	font: normal 0.8em/1em 'Trebuchet MS';
}


/* <!--<?php bloginfo('stylesheet_directory'); ?>-->   */
