*
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	color: #fff;
	background: #4c4c4c url('./images/bg.png') top left repeat-x;
	font-size: small;
	font-family: sans-serif;
}


a
{
	color: #fdaf0f;
	text-decoration: underline;
}

a:hover
{
	color: #fff;
}

h1, h2, h3, h4, h5, h6
{
	color: #fdaf0f;
	text-style: normal;
	text-decoration: none;
	font-weight: normal;
	margin: 1em 0 .5em 0;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
}

h4
{
	font-size: 1em;
	font-weight: bold;
}

h5, h6
{
	font-size: 1em;
	font-weight: normal;
}

p
{
	margin: 1em 0;
}

ul
{
	margin: 1em 0;
}
li
{
	margin: 0 0 .5em 1.6em;
}

dl.contact dt
{
	float: left;
	font-weight: bold;
	margin-right: .5em;
}
dl.contact dd
{
	margin: 1em 0;
}


#holder
{
	text-align: left;
	margin: 60px auto;
	width: 991px;
	padding-left: 10px; /* davam o 10px vetsi sirku, aby se mi nezalamovaly floaty...
		proto ten padding, aby se vratil cely div doprostred stranky */
}

h1.page-title
{
	font-size: 1.8em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding-left: 311px;
}

#header
{
	width: 281px;
	float: left;
}

#header h1
{
	padding: 0;
	margin: 0;
}

#header h1 a
{
	display: block;
	width: 281px;
	height: 221px;
	background: url('./images/header_logo.png') no-repeat;
	margin-bottom: 30px;
}

#header h1 a span
{
	display: none;
}


#nav
{
	padding: 40px 0;
	width: 281px;
	text-align: right;
}

#nav ul, #nav ul li
{
	list-style: none;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

#nav ul a
{
	font-size: 1.2em;
	display: block;
	padding-right: 34px;
	background: url('./images/bullet.png') 100% .2em no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	margin: 1em 0;
}
#nav ul a:hover
{
	background-image: url('./images/bullet_hover.png');
}
#nav ul li.first a { margin-bottom: 2.5em; }
#nav ul li.last a { margin-top: 2.5em; }


#content
{
	float: left;
	margin-left: 30px;
	width: 670px;
	overflow: hiddden;
}


.album-row { width: 700px; }
.album-row img
{
	border: none;
}
.album-row a
{
	float: left;
	width: 203px;
	height: 184px;
	overflow: hidden;
	padding: 0 30px 30px 0;
}
.album-row.album-row-first a
{
	height: 221px;
}
/* hover ramecek jenom kdyby chteli, bylo by treba cropnout obrazek...
.album-row a:hover
{
	width: 197px;
	height: 178px;
	border: #fff 3px solid;
}
*/

#footer
{
	color: #a09f9f;
	font-size: .8em;
	text-align: right;
	padding-right: 10px; /* to co bylo pridano navic sirce holderu... */
}
#footer a
{
	color: #a09f9f;
	text-decoration: none;
}
#footer a:hover { color: #fff; }

/*
 * Markup free clearing
 * Details: http://www.positioniseverything.net/easyclearing.html
 */
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

