@charset "UTF-8";

/* HTML5 stuf for old browsers */
article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, mark, meter, progress, time, video { display: inline; }

/* visual structure and aids */
html {
	margin: 0;
	overflow-y: scroll;
	padding: 0;
}

body {
	background: #fff url("/inc/bg.dots.gif") center 200px no-repeat;
	color: #6f6f6f;
	font: 11pt Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

header, nav, #content, footer { margin: 1.5em 0; }

header, nav { text-align: center; }

header a img { border: none; }

nav {
	border-bottom: 1px solid #cfcfcf;
	margin: 0;
	min-height: 36px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

nav ul {
	display: block;
	margin: 0 auto;
	padding: 0;
}

nav ul li {
	display: inline;
	margin: 0 1em;
	padding: 0;
}

nav ul li a {
	font: 1.1em Georgia,"Times New Roman",Times,serif;
	letter-spacing: .15em;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #cfcfcf;
}

nav ul li a, nav ul li a:active, nav ul li a:visited { color: #7f6770; text-decoration: none; }

nav ul li a:hover { color: #df9dc6; text-decoration: none; }

nav ul li a.contest { font-size: 1.2em; font-weight: bold; color: #df9dc6; }

nav ul li a.contest:hover { color: #dd41a3; }

nav .social { position: absolute; right: 0px; top: 26px; }

nav .social a { margin-right: 5px; }

nav .social a img { border: none; margin: 0; padding: 0; }

nav .social:hover { top: 6px; }

#content {
	background-color: #fff;
	padding: 0; 
}

#content article { margin: 0 170px; }

#gallery-slider {
/*
	overflow-x: auto;
	overflow-y: hidden;
*/
	width: 960px;
}
#gallery-slider .viewport { width: 960px; height: 370px; overflow: hidden; position: relative; }
#gallery-slider .overview { list-style: none; position: absolute; left: 0; top: 0; }
#gallery-slider .scrollbar { position: relative; float: right; height: 7px; width: 960px; }
#gallery-slider .track { border-radius: 3px; background-color: #fce0ee; height: 100%; width: 100%; position: relative; padding: 0; }
#gallery-slider .thumb { background-color: #df9dc6; border-radius: 3px; height: 7px; width: 120px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#gallery-slider .disable { display: none; }

#gallery-slider .gallery-t { display: table; margin-bottom: 5px; margin-top: 5px; }
#gallery-slider .gallery-r { display: table-row; }
#gallery-slider .gallery-c { display: table-cell; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.gallery-entry {
	float: left;
	margin: 0 10px;
	min-width: 220px;
	padding: 0;
	text-align: center;
}

.gallery-entry a {
	background-color: #6f6f6f;
	color: #fff;
	display: block;
	font: 0.9em Georgia,"Times New Roman",Times,serif;
	letter-spacing: 0.15em;
	text-decoration: none;
}

.gallery-entry a img {
	border: none;
	margin: 0;
	max-height: 330px;
	min-width: 220px;
	padding: 0;
}

.gallery-entry a span {
	display: block;
	margin: 0;
	padding: .5em 0em;
	text-transform: uppercase;
}

.gallery-entry a:active, .gallery-entry a:visited { color: #fff; text-decoration: none; }

.gallery-entry a:hover { box-shadow: 0px 0px 4px #6f6f6f; color: #df9dc6; text-decoration: none; }

#gallery { margin: 0 10px; padding: 0; }

footer {
	background: url("/inc/logo.bg.png") scroll top right no-repeat;
	border-top: 1px solid #cfcfcf;
	color: #8f8f8f;
	margin-bottom: 0;
}

footer .col {
	background: transparent;
	float: left;
	margin: 10px 10px;
	width: 300px;
}

footer h4 {
	font: 1em Georgia,"Times New Roman",Times,serif;
	margin: .5em 0em;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #cfcfcf;
}

footer ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

footer ul li {
	display: block;
	margin-left: 1.5em;
	padding: 0;
}

footer ul li a {
	font: .9em Georgia,"Times New Roman",Times,serif;
	letter-spacing: .15em;
	text-decoration: none;
	text-transform: uppercase;
}

footer ul li a, footer ul li a:active, footer ul li a:visited {
	color: #7f6770;
	text-decoration: none;
}

footer ul li a:hover { color: #df9dc6; text-decoration: none; }

footer p, footer th, footer td { font-size: .9em; }

footer p { font-size: .9em; margin: 0; padding: .5em 0; }

article h1 { font-size: 1.4em; }

article h2 { font-size: 1.2em; }

article h3 { font-size: 1.1em; }

article h4, article h5, article h6 { font-size: 1em; }

article h1, article h2, article h3, article h4, article h5, article h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #cfcfcf;
}

a, a:visited, a:active { text-decoration: none; color: #df9dc6; }

a:hover { text-decoration: underline; }

p img { vertical-align: middle; }

form { border: none; margin: 1em 0; }

fieldset { border: none; padding: 1em 0; }

legend {
	color: #6f6f6f;
	font: normal 1.2em Georgia,"Times New Roman",Times,serif;
	padding: 0;
	margin: 0;
	text-shadow: 1px 1px 2px #cfcfcf;
}

label {
	color: #6f6f6f;
	display: inline-block;
	font-size: 1em;
	margin-right: 1em;
	text-align: right;
	vertical-align: top;
	width: 5em;
}

input[type=text], textarea { padding: 0.3em; }

input[type=button], input[type=submit], input[type=reset] {
	color: #6f6f6f;
	font: bold 0.9em Georgia,"Times New Roman",Times,serif;
	text-shadow: 1px 1px 2px #cfcfcf;
}

form p { margin: 0; line-height: 2em; }

form.zemContactForm { width: 30em; }

form.zemContactForm label { width: 4em; }

.left { text-align: left; vertical-align: top; }

.right { text-align: right; vertical-align: top; }

.center { text-align: center; }

::-moz-selection { background: #FF5E99; color:#fff; text-shadow: none; }

::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* helpers */

.clear { clear: both; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

* html .clearfix { zoom: 1.0; } /* IE6 */

*:first-child+html .clearfix { zoom: 1.0; } /* IE7 */
