/* fotomat.sk 2010 */

body {
	background: #fff;
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	-webkit-text-stroke: 1px transparent;
	overflow-y: scroll;
}

.wrap {
	width: 960px;
	width: 970px\9;
	margin: 0 auto;
}

#header {
	height: 100px;
	background: #222 url(../img/noise.png) repeat left top;
}

#header .wrap {
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#logo h1 a {
	width: 180px;
	height: 100px;
	display: block;
	background: transparent url(../img/logo.png) no-repeat left center;
	text-decoration: none;
}

#logo h1 a:active {
	position: absolute;
	top: 1px;
}

#menu {
	position: absolute;
	top: 0;
	left: 220px;
}

#menu ul li {
	float: left;
	margin-right: 20px;
	/*opacity: 0.3;*/
}

#menu ul li a {
	display: block;
	text-indent: -9999px;
	height: 100px;
	width: 80px;
	/*opacity: 1;*/
	background: url(../img/menu.png) no-repeat;
}

#menu ul li.current {
	background: #333 url(../img/current.png) no-repeat center bottom;
}

#menu ul li a:hover,
#menu ul li.current a {
	/*opacity: 1;*/
}

#menu ul li a:active {
	position: relative;
	top: 1px;
}

#menu ul li#gallery a {
	background-position: 0 25px;
}

#menu ul li#about a {
	background-position: -80px 25px;
}

#menu ul li#guestbook a {
	background-position: -160px 25px;
}

#menu ul li#prints a {
	background-position: -240px 25px;
}

#main {
	/*margin-bottom: 30px;*/
}

#content {
	width: 600px;
	padding: 20px 0;
	/*margin-left: 220px;*/
}

#footer {
	height: 20px;
}

#loading {
	width: 100%;
	min-height: 400px;
	background: url(../img/loading.gif) no-repeat center center;
}

ul#albums {
	padding: 15px 0;
	margin-bottom: 15px;
	height: 90px;
}

ul#albums li.album {
	float: left;
	width: 106px;
	height: 95px;
	margin-right: 15px;
	opacity: 0.3;
}

ul#albums li.album a {
	display: block;
	position: relative;
	width: 106px;
	height: 95px;
	color: #333;
	text-decoration: none;
}

ul#albums li.album a img {
	border: 3px solid #ddd;
}

ul#albums li.current a {
	opacity: 1;
}

ul#albums li.album a p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

ul#albums li.album:last-child,
ul#albums li.album.last {
	margin-right: 0;
}

ul.album li.photo {
	width: 230px;
	float: left;
	margin: 0 10px 10px 0;
}

ul.album li.photo:nth-child(4) {
	margin-right: 0;
}

ul.album li.photo a {
	width: 230px;
	height: 157px;
	display: block;
}

ul.album li.photo a img {
	border: 5px solid #eee;
}

ul.album li.photo a:hover img {
	border: 5px solid #ddd;
}

#photo {
	position: relative;
	min-height: 400px;
}

#image {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#image img {
	cursor: pointer;
	margin: 0 auto;
}

#control_prev, #control_next {
	width: 32px;
	height: 32px;
	margin-top: -32px;
	position: absolute;
 	top: 50%; 
	/*top: 180px;*/
	background: url(../img/gallery_controls.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#control_next {
	right: 0;
	background-position: -32px 0;
}

#control_prev:hover {
	background-position: 0 -32px;	
}

#control_next:hover {
	background-position: -32px -32px;
}

a#control_prev:active {
	background-position: 0 -64px;	
}

a#control_next:active {
	background-position: -32px -64px;
}

a.disabled#control_prev {
	background-position: 0 -96px;
	cursor: default;
}

a.disabled#control_next {
	background-position: -32px -96px;
	cursor: default;
}

#control_close {
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 11px;
	background: #ccc;
	text-decoration: none;
	padding: 1px 5px;
	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#control_close:hover {
	background: #999;
}

#control_close:active {
	top: 1px;
}

#caption {
	margin: 10px 0;
	text-align: center;
}

.comment {
	margin-bottom: 15px;
}

.comment .message {
	width: 480px;
	margin-bottom: 10px;
	padding: 10px;
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 15px;
}

form.default dl dt {
	float: left;
	width: 80px;
	margin-right: 20px;
	line-height: 26px;
	text-align: left;
}

form.default dl dd {
	margin: 0 0 10px 0;
	line-height: 26px;
}

form.default dl dd.submit,
form.default dl dd.captcha,
form.default dl dd.remember {
	padding-left: 100px;
}

form.default dl dd.no_margin,
form.default dl dd.submit,
form.default dl dd.captcha {
	margin-bottom: 0;
}

form.default dl dt.required,
form.default dl dd.required {
	font-weight: bold;
}

input[type=text], input[type=password], textarea {
	margin: 0;
	padding: 4px 3px;
	font-family: Arial,Helvetica Neue,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	border: 2px solid #eee;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background-color: #ffffcf;
}

form.default input.normal {
	width: 220px;
}

form.default input.tiny {
	width: 30px;
}

form.default input.small {
	width: 50px;
}

form.default input.large {
	width: 250px;
}

form.default input.placeholder, input.placeholder {
	color: #999;
}

form.default textarea.normal {
	width: 390px;
	height: 70px;
}

form.default .form_error {
	margin-bottom: 15px;
	padding-left: 100px;
	line-height: 24px;
	color: #ff0000;
}

form.default p.error {
	padding-top: 3px;
	padding-left: 100px;
	color: #ff0000;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: none;
}

button.button, input.button {
	margin: 0;
	padding: 0;
	border: 0 none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

button.button, input.button, .button, .button:visited {
	position: relative;
	display: inline-block;
	padding: 7px 10px 6px 10px;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background: #111 url(../img/button.png) repeat-x left -5px;
	cursor: pointer;
}

.button:hover {
	color: #fff !important;
	background-color: #000;
}

.button:active {
	top: 1px;
}

.button.small, .button.small:visited {
	font-size: 12px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	line-height: 24px;
	padding: 0 8px;
}

.button, .button:visited,
.button.medium, .button.medium:visited {
	font-size: 12px;
	line-height: 1;
}

.button.large, .button.large:visited {
	font-size: 16px;
	padding: 8px 14px 9px;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
	height: 0;
}

.triangle-isosceles {
	position: relative;
	margin: 1em 0 3em;
}

.triangle-isosceles:after {
	content: "\00a0";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	z-index: -1;
	bottom: -22px; /* value = - border-top-width - border-bottom-width */
	left: 15px; /* controls horizontal position */
	width: 0;
	height: 0;
	border-width: 15px 15px; /* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #eee transparent transparent;
}

#intro #black {
	height: 350px;
	background: #222 url(../img/noise.png) repeat left top;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

#intro #logo {
	position: absolute;
	top: 0;
	left: 50%;
	width: 180px;
	height: 100px;
	margin-left: -90px;
}

#intro #image {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	z-index: 10;
}

#intro #image a {
	position: relative;
	display: block;
}

#intro #image a:active {
	top: 1px;
}

#text table tr th {
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
}
