/*
(c) 2012 Igor Rjabinin
++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.igo.sk/

bookmarked fonts: 
http://www.google.com/webfonts#UsePlace:use/Collection:PT+Sans:400,700,400italic|PT+Serif+Caption|PT+Sans+Caption:400,700
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*____________ GENERAL _____________*/

* {
margin: 0;
padding: 0;
}

html {
	background: #e6eced url(../images/bg.png) repeat fixed bottom;
/*    height: 100%;	*/
}

body {
color: #555;
text-align: center; /* Center content */
font-family: 'PT Sans', sans-serif;
/*font-size: 74%;*/
font-size: 62.5%;
height: 100%;
}

html>body {
min-height: 100%;
height: auto;
}

img { border: none; }

div { margin: 0; padding: 0; }

ul {
/*margin:0;
padding:0;
list-style:none;
*/
}

/*____________ LINKS ______________*/


a {
text-decoration: underline;
color: #9e032a;
outline: none;
}

a:hover {
color: #ca0335;
text-decoration: none;
}

a:active { color: #9e032a; }

a img { border: 0; }

img.right {
	float: right;
}

/*_________ GENERAL CLASSES ________*/

.hidden {
display: none;
visibility: hidden;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

.error {
font-weight: bolder;
color: #CC3300;
margin-top : 0;
}
hr {
	border: none 0; 
	border-top: 1px solid #d1d1d1;
	background-color: #fff;
	width: 100%;
	height: 1px;
}
.center {
text-align: center;
}
.center img {
margin: auto;
}

.red {
color: #9e032a;
}



/*___________ CONTAINERS ___________*/

#wrapper
{
	margin: 7% auto;
	position: relative;	
	border-top: 5px solid #4d555a;
	border-bottom: 5px solid #4d555a;
	background: #fff;
	text-align: left;
}

#container {
	padding: 30px 45px;
}
#container td {
	vertical-align: top;
}


/*__________ TYPOGRAPHY ____________*/


h1 {
color: #9e032a;
font-family: 'PT Sans Caption', serif;
font-weight: normal;
font-size: 2.4em;
}

h1 a {
	text-decoration: none;
}

h2 {
font-size: 2.0em;
color: #464443;
font-family: 'PT Sans Caption', serif;
font-weight: normal;
}
h3 {
font-size: 1.8em;
font-weight: normal;
color: #000000;
font-family: 'PT Sans Caption', serif;
margin-bottom: 10px;
}


/*____________ FORMS _______________*/

form { margin: 0; padding: 0; }



/*____________ SECTIONS ____________*/

td.leftcol {
	text-align: right;
	width: 35%;
	min-width: 360px;
}

td.rightcol {
	text-align: right;
	width: 250px;
/*	min-width: 360px;*/
}


/* __ MENU __ */
#nav {
	margin-top: 35px;	
}

#nav ul {
	white-space:nowrap;
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	margin: 12px auto;
}
#nav li li {
	margin: 4px auto;
}
#nav li.first {
	margin-top: 0;
}
#nav li a {
/*	display : block;*/
	padding: 1px 10px ;
	color:#5a6369;
	background-color: #e6e4e3;
	font-size: 1.4em;
	text-decoration:none;
	white-space: nowrap;
	font-weight: bold;
}
#nav li a .subindex{
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 10px;
}

#nav li.current a{
	color:#fff;
	background-color: #9e032a;
	border-right: 4px solid #6a001b;
}

#nav li a:hover{
	color:#fff;
/*	background-color: #5a6369;	*/
}

#nav li li a, #nav li.current li a {
	background: none;
	font-weight: normal;
	padding: 0;
	padding-right: 5px;
	border-right: 2px solid white;
	color:#5a6369;	
}
#nav li li a:hover {
	color: #9e032a;
}

/* __ PORTRAIT __ */
.portrait {
	background-color: #e6e4e3;
	padding: 6px 7px;
	border-top: 1px solid #ada5a3;
	border-bottom: 1px solid #ada5a3;
}

.podpis {
	margin: 4px 25px 0 22px;
}

#citat {
	position: absolute;
	top: -90px;
	right: 45px;
/*	border: 1px solid red;*/
}
#citat blockquote {
	color: #fff;
	font-family: 'PT Serif Caption', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	
	padding: 2px;
	text-indent: 23px;
		
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);

	background-image: url(../images/openquote.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#citat blockquote p {
      display: block;
/*      background-image: url(../images/closequote.png);*/
      background-repeat: no-repeat;
      background-position: bottom right;
    }
#citat img {
	float: right;
}

/* __ CONTENT __ */
.content {
	padding: 90px 8px 5px 8px;
}
.content p, .content ul {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}

.content blockquote {
/*	font-family: 'PT Sans Caption', sans-serif;*/
	padding: 2px;
	text-indent: 23px;
	margin: 5px;
	padding: 10px;
	padding-bottom: 15px;
	font-style:italic;
	color: #5a6369;

	background-image: url(../images/openquote-content.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fbfaf2;
	border-top: 1px dashed #4d555a;
	border-bottom: 1px dashed #4d555a;
}
.content .zdroj {
	text-align: right;
	margin: -28px 35px 15px 0;
	color: #9e032a;
}
.content cite {
	font-size: 1.4em;
}

p.q {
	background:#e6e4e3; 
	color:#5a6369;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding: 5px 10px;
/*	font-family: 'PT Sans Caption', sans-serif;*/
	font-style: italic;
	margin-top: 10px;
	border-left: 7px solid #6a001b;
}
p.a {
	text-indent: 23px;
}

.content ul {
	list-style-position: outside;
	margin: 10px 20px;
}
.content ul li {
	margin: 5px 0;
}

/* __ PRICELIST __ */
#pricelist td {
	font-size: 1.6em;
	text-align: center;
	padding: 10px;
}
#pricelist h4 {
	color: #000;
	font-weight: normal;
	color: #000000;
	font-family: 'PT Sans Caption', serif;
}

#pricelist .price span {
	color: #9e032a;
	font-size: 2.0em;
}
#pricelist .other {
	text-align: center;
	color: #707070;
	font-size: 0.8em;
}
