/*
svatba.css - Based on Arcsin templates

Template name: Bright Pixel
Template URI: http://templates.arcsin.se/bright-pixel-website-template/
Release date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
a {
	color: #222;
	text-decoration: underline;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font-family: sans-serif, Arial;
	font-weight: normal;
	font-size: 0.85em;
	//font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
.logo a {
	background: white url(img/logo2.png) no-repeat; display: block; height: 200px;
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	font-size: 2.6em;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #EEE;
	text-align: center;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 8px;
	width: 199px; height: 24px;
}
.menu a.current {
	font-weight: bold;
	background: #EEE;
}
.menu a:hover {
	background: #DDD;
	color: black;
}
.menu a#last {
	width: 200px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0 20;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	color: #555;
}
.content h2 {
	margin: 2pt 0 10pt 0;
	font-weight: bold;
	font-size: 1.4em;
	color: #555;
}
.content h3 {
	margin: 2pt 0 5pt 0;
	font-weight: bold;
	font-size: 1em;
	color: #555;
}
.content p, .content li {
	margin: 3px 0 6px;
	color: #666;
	line-height: 150%;
}
.content p.important, .content li.important, .content span.important {
	color: #227;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #444;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}


/* program table */

table.program th, table.program td {
	padding: 8px;
}
table.program th {
	text-align: right;
	vertical-align: top;
}
table.program td div {
	font-weight: bold;
}
tr.rodina th, tr.rodina div, span.rodina {
	font-weight: bold;
	color: black;
}
tr.vsichni th, tr.vsichni div, span.vsichni {
	font-weight: bold;
	color: blue;
}


/* maps */

p.map {
	text-align: center;
}
p.map img {
	align: center;
}


/* gifts */

div.dar {
	padding: 5px 0px;
}

div.dar p {
	font-size: 85%;
	font-style: oblique;
}

div.dar img.land {
	width: 480px;
	height: 360px;
}

div.dar img.port {
	width: 360px;
	height: 480px;
}


/* photos */

div.foto {
	padding: 2px 0px 20px;
}

div.foto img.land {
	width: 135px;
	height: 90px;
}

div.foto img.port {
	width: 60px;
	height: 90px;
}
