/* FRESH THEME
------------------------------------------------ */
@import '/themes/core/core.css';

body {
	font-family:Arial, sans-serif;
	background-color:#b8efea;
	color:#1d2653;
}

a,
a:visited,
a:active,
a:focus {
	color:#164139;
	text-decoration:none;
}
a:hover {color:#164139;}

.slideshow div b {	
	background-color:#b8efea;
}


h1,h2,h3,h4,h5,h6 {
	color:#222222;
	font-size:1em;
	margin-bottom:0.5em;
	font-weight:500;
}
h1, h2 {
	font-size:1.538em;
}
.hr {
	padding-bottom:0px;
	margin-bottom:1em;
}

.list li {
	border-bottom:1px dotted #dbdbdb;
}
table td, table th {
	border:1px dotted #dbdbdb;
}
table th {
	font-family:Arial, sans-serif;
}

.fresh .page-title {
	color:#1d2653;
}

.fresh .banner.section {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}
.fresh .banner .container {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.banner.section,
.banner.section .container,
.content.section .container {
	background:url(/themes/fresh/content-wrap.png) top left repeat-x;
}
.footer.section {
	font-size:0.846em;
	text-align:left;
}

#content {
	font-size:1.166em;
	line-height:1.5em; 
	background:#a9daef;
	color:#555555;
	
		
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#content img {
	border:1px solid #ada8a5;
}
#content a:hover img {
	border-color:#164139;
}
.vertical .nav .active > a,
.vertical .nav .active > a:visited {
	color:#164139;
}
.vertical .nav > li > a {
	font-size:1.166em;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, sans-serif;
}
vertical .nav > li > a,
vertical .nav > li > a:visited {
	color:#1d2653;
}

.vertical .nav a,
.vertical .nav a:visited {
	color:#38394c;
}
.vertical .nav a:hover {
	color:#164139;
}

.add-to-favorites {
	text-align:right;
}

.zend_form {
	background-color:#e2e2e2;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
input[type="text"], input[type="password"], textarea, .zend_form select {
	background-color:#FFF;
	color:#555555555;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color:#164139;
}

.back-to-overview {
	background-image: url(/themes/year3k/images/go-to-overview.png);
}
.go-to-overview {
	background-image: url(/themes/year3k/images/go-to-overview.png);
}
.previous {
	background-image: url(/themes/year3k/images/arrow-left.png);
}
.next {
	background-image: url(/themes/year3k/images/arrow-right.png);
}
.reply {
	background-image: url(/themes/year3k/images/reply.png);
}
.send {
	background-image: url(/themes/year3k/images/send.png);
}
.expositions .show {
	background-image:url(/themes/year3k/images/pin.png);
}

.jcarousel-skin-exto .jcarousel-container {
    background-color:none;
    border-color:#ADA8A5;
}
.jcarousel-skin-exto .jcarousel-next-horizontal {
	background-image: url(/themes/year3k/images/arrow-right.png);
}
.jcarousel-skin-exto .jcarousel-prev-horizontal {
	background-image: url(/themes/year3k/images//arrow-left.png);
}
.jcarousel-skin-exto .jcarousel-next-vertical {
	background-image: url(/themes/year3k/images/arrow-down.png);
}
.jcarousel-skin-exto .jcarousel-prev-vertical {
	background-image: url(/themes/year3k/images/arrow-up.png);
}

