
a#homeLink { top: 35px; }
a#homeLink #borderTop { left: -80px; opacity: 1; }
a#homeLink #borderBottom { right: -30px; opacity: 1; }

.hidden { display: none; }

/* page typography */

.center { text-align: center !important; }

.subpage a:link, .subpage a {
	color: #fc0;
	text-decoration: underline;
}

.subpage a:link:hover, .subpage a:hover {
	color: #ffe26c;
}

.subpage #contentWrapper {
	padding: 1em 7em 7em 19em;
	color: #ccc;
	font-family: "Lucida Grande", "Helvetica Neue", "Helvetica", Arial, Sans-serif;
	font-size: 12px;
}

.subpage h2 {
	display: inline-block;
	font-family: Georgia, Serif;
	font-size: 22px;
	color: #fff;
	margin: 0 0 0.5em 0;
	text-shadow: 0 1px 1px #000, 0 0 45px #ddd;	
	padding: 0 0.25em 0.1em 0;
	border-bottom: 2px #444 solid;
}

.subpage h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 1.5em 0 0.35em 0;	
	color: #000;
	background-color: #fc0;
	padding: 0.15em 0.3em;
	display: inline-block;
}

.subpage h4 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 1.85em 0 0.5em 0;	
}
.subpage p + h4 { margin-top: -2em; }
.subpage p.noSep + h4 { margin-top:  1.85em }
.subpage h3 + h4 { margin-top: 0.75em; }

.subpage p, .subpage ul, .subpage ol {
	margin: 0.5em 0 1.75em 0;
	line-height: 1.45;	
}
.subpage ul, .subpage ol { margin-bottom: 1em; }

.subpage p.noSep {
	padding: 0;
	background-image: none;	
}

.subpage p { 
	color: #bbb;
	width: 85%; 
	padding-bottom: 80px;
	background: transparent url(/i/textSep_bg.png) 50% 100% no-repeat;
}
.subpage hr {
	width: 85%;
	margin: 0 0 2.75em 0;	
}
.subpage hr.specialHr {
	margin: 1px 0 0 0;
	border: 0;
	height: 1px;
	background-color: #555;
}

.subpage p.head { font-weight: bold; background-image: none; padding-bottom: 0; }

.subpage ul, subpage ol {
	margin-top: 1em;
	margin-left: 1.2em;	
}
.subpage li { margin: 0.25em; }

p#contactData {
	margin-top: 1.5em;
	/*border: 1px #222 solid;*/
	border-left: 0;
	border-right: 0;	
	background-image: none;
	/*padding: 1.4em 0;*/
	line-height: 2;
}

p#contactData em {
	font-style: normal;
	color: #888;
	font-size: 11px;
	display: inline-block;
	width: 5em;
	text-align: right;
	margin-right: 0.5em;	
}

/* forms */

.centerContent { text-align: center; }

form {
	display: block;
	margin: 2.5em 0;	
}

form div { margin: 1em 0; }

input[type=text], textarea {
	font-family: "Lucida Grande", Verdana, Sans-serif;
	font-size: 13px;
	padding: 4px;	
	color: #777;
	border: 1px #aaa solid;
	display: block;
}

input[type=text]:focus, textarea:focus {
	-moz-box-shadow: 0 0 40px #555;
	-webkit-box-shadow: 0 0 40px #555;
	box-shadow: 0 0 40px #555;	
	color: #000;
}

/* gallery */

body.gallery #wrapper {
}

body.gallery #contentWrapper {
	padding: 1em;	
}

#leftSidebar {
	float: left;
	width: 170px;
}

#leftSidebar ul {
	list-style: none;
	font-family: Georgia, Geneva, Serif;
	text-align: right;	
}

#leftSidebar ul a {
	font-size: 15px;
	text-decoration: none;
	color: #888;	
	padding-right: 1.3em;
}

#leftSidebar ul a:hover {
	color: #fff;	
}

#leftSidebar ul a.active {
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 30px #aaa, 0 0 1px #000;
	padding-right: 0;
}

#leftSidebar ul a.active:after {
	content: " »";	
}

#thumbs,
#retouch,
#videos {
	margin-left: 200px;
	padding-bottom: 5em;
}

#thumbs .thumbContainer {
	float: left;
	margin: 0.75em;	
}

#thumbs .thumb:hover {
	border-color: #777;	
}

#thumbs .thumb {
	display: table-cell;
	width: 110px;
	height: 121px;
	padding: 0.5em;	
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px #333 solid;
	margin: 0.5em;
	cursor: pointer;
}

#thumbs .thumb a {
	display: inline-block;
	width: 110px;
	/*height: 108px;*/
	overflow: hidden;
	margin-top: 2px;	
}

.thumb img {	
	display: block;
	display: inline-block;
	vertical-align: middle;
	/*height: 108px;*/
	margin: 0 auto;
}

/* kontakt */

body.contact #wrapper {
}

body.contact #contentWrapper {
	/*border: 1px #090 solid;*/
}

body.contact p.head { 
	border-bottom: 1px #333 solid; 
	padding-bottom: 0.5em;
}

#rightSidebar {
	margin-top: 144px;
	float: right;
	width: 300px;
	/*border: 1px #900 solid;*/
}

form#contactForm {margin-left: 0; }
form#contactForm label { display: none; }
form#contactForm input[type=text], form#contactForm textarea { width: 490px; }
form#contactForm input[type=submit] { margin: 0.5em 0; }
form#contactForm div#submitContainer {
	text-align: right;
	margin-right: 166px;
}

/* wedding */
.pagination {
    text-align: center;
    color: #aaa; 
    padding: 1em 6.5em 1em 0;
    border-bottom: 1px #222 solid;
    margin: 1em 8.65em 1.5em 0;  
}
.pagination a { 
    display: inline-block;
    text-decoration: none !important;
    color: #555 !important;
    padding: 0.2em 0.5em;
    background-color: #222;
    border: 1px #555 solid;
    margin: 0 0.15em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pagination a.asLink {
    font-size: 10px;
    display: inline;
    border: 0;
    color: #fc0 !important;
    margin: 0;
    background-color: transparent;   
}
.pagination a.asLink:hover { text-decoration: underline !important; }

.pagination a:hover { border-color: #aaa; } 
.pagination a.active {
    color: #eee !important;
    font-weight: bold;
    cursor: default;   
    border-color: #eee;
}

#weddingVideo {
    float: left;   
}
#weddingVideo iframe { 
    display: block;
    margin: 0 auto 2em auto;
    *float: left;
}
#weddingVideo p { width: auto !important; }

/* retouch */
.retouchContainer {
	width: 358px;
	height: 540px;
	border: 1px #ddd solid;		
	position: relative;
}

.retouchContainer div {
	background-repeat: no-repeat;
	background-position: 0 0; 
	width: 100%;
	height: 540px;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.retouchContainer .slide02 { 
	background-position: -358px 0; 
	z-index: 1;
}

#retouch01 div { background-image: url(../portfolio/retusz/retusz_01.jpg); }

/* videos */
#videoContainer {
	width: 100%;
	height: 490px;
	border: 1px #ddd solid;		
	position: relative;
}
