/*
Theme Name: press-club
Theme URI: http://bshepelev.com
Description: The theme for WordPress
Author: Shepelev Boris
Version: 1.a
*/

/* --- RESET ------------------------------------------------------------------------------------------------------------------------------------ */

* { border:0; margin:0; padding:0; outline: none; border-collapse: collapse; }

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; }

body { line-height: 1; }

h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }

ol, ul {  }

blockquote { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

a img { border: none; }

/* --- [END] RESET ------------------------------------------------------------------------------------------------------------------------------ */

html,
body { 
	width:100%; 
	height:100%; 
	padding:0;
	margin:0;
}
	
body {
	font-size:12px;
	color:#2d2d2d; 
	background:#e7e7e7;
	font-family: Arial, sans-serif;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.block {
	clear:both;
	width:100%;
	display:block;
	position:relative;
}

.center {
	margin:0 auto; 
	padding:0; 
	width:970px; 
}

.left { float:left; }

.right { float:right; }

.clear {
	clear:both;
	width:100%;
	height:0px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#header { background:url("images/center-bg.png") repeat-y center 0; }

#header .center { padding:20px 0 10px; }

#header .logo-top a {
	display:block;
	width:376px;
	height:93px;
	background:url("images/logo-top.png") no-repeat 0 0;
	text-indent:-9999px;
}

#brick-search {
	display:block;
	width:214px; /* 244px */
	height:18px; /* 29px */
	background:url("images/search-bg.png") no-repeat 0 0;
	padding:8px 20px 3px 10px;
	float:right;
	margin:8px 0 15px 0;
}

#brick-search #s {
	background:none;
	color:#9e9e9e;
	font-size:14px;
	font-family:Arial;
	width:200px;
}

#social { float:right; }

#social li {
	list-style:none;
	display:block;
	float:left;
	width:39px;
	height:39px;
	margin:0 0 0 12px;
}

#social li a {
	display:block;
	width:39px;
	height:39px;	
	text-indent:-9999px;
}

#social li .vk { background:url("images/social-icon.png") no-repeat 0 0; }
#social li .vk:hover { background:url("images/social-icon.png") no-repeat 0 100%; }

#social li .facebook { background:url("images/social-icon.png") no-repeat -39px 0; }
#social li .facebook:hover { background:url("images/social-icon.png") no-repeat -39px 100%; }

#social li .youtube { background:url("images/social-icon.png") no-repeat -78px 0; }
#social li .youtube:hover { background:url("images/social-icon.png") no-repeat -78px 100%; }

#social li .twitter { background:url("images/social-icon.png") no-repeat -117px 0; }
#social li .twitter:hover { background:url("images/social-icon.png") no-repeat -117px 100%; }

#social li .rss { background:url("images/social-icon.png") no-repeat -156px 0; }
#social li .rss:hover { background:url("images/social-icon.png") no-repeat -156px 100%; }

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#slider { background:url("images/center-bg.png") repeat-y center 0; }

#slider .center {
	height:312px;
	width:1024px;
	padding:0;
	position:relative;
	height:43px;
	padding:270px 0 0 0;	
}

#slider .center-2 { 
	width:1024px;
	background:url("images/slider-bg.jpg") no-repeat 0 0;
	position:absolute;
	top:0px;
	left:0px;
	height:312px;
	width:1024px;
}

ul.dropdown { 
	position: relative; 
	background:url("images/dropdown-bg.png") repeat 0 0;
	height:43px;
	padding:0 0 0 50px;
}

ul.dropdown li { 
	font-weight: normal; 
	float: left; 
	zoom: 1; 
	list-style:none;
	border-left:1px dashed #bcbcbc;
}

ul.dropdown li:first-child { border:none; }

ul.dropdown li a {
	color: #FFF; 
	font-size:13px;
	font-weight:bold;
	padding:15px 29px;
	display:block;
	float:left;
	text-decoration:none;
	font-style:normal;
	text-transform: uppercase;
}

ul.dropdown li.hover,
ul.dropdown li:hover,
ul.dropdown li.current-menu-parent,
ul.dropdown li.current-menu-item  { 
	position: relative; 
	background:#a4cee8;

}

ul.dropdown li.hover a,
ul.dropdown li.current-menu-parent a,
ul.dropdown li.current-menu-item a {
	text-decoration:none;
	color:#000000;
}

ul.dropdown ul {
	visibility: hidden; 
	position: absolute; 
	top: 98%; 
	left: 0px; 
	z-index:9;
	background:#a4cee8;
	padding:5px 10px;
	width:175px;
}

ul.dropdown ul li {
	float: left; 
	width:175px;
	border:none;
	border-top:1px dashed #254d6b;
	padding:0;
}

ul.dropdown ul li:first-child { border:none; }

ul.dropdown li li a,
ul.dropdown li.hover li a { 
	background:none; 
	width:100%; 
	display: inline-block;  
	text-decoration:none;
	padding:10px 0;
	display:block;
	font-size:13px;
	color:#254c6b;
	text-transform: none;
} 

ul.dropdown li.hover li.hover,
ul.dropdown li:hover li.hover {
	background:none;
}

ul.dropdown li.hover li.hover a,
ul.dropdown li.hover li a:hover,
ul.dropdown li.hover li.current-menu-item a,
ul.dropdown li.hover li.hover a {
	background:none;
	color:#071e31;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#list-news {
	padding:25px 0 0 0;
}

#list-news .item {
	width:338px;
	float:left;
	margin:0 0 35px 26px;
	/* height:285px; 31.05.13 */ 
	position:relative;
}

#list-news .item.first{
	margin:0 0 35px 0;
}

#list-news .item .more { text-align:right; }

#list-news .item h2 {
	display:block;
	padding:0 0 10px 0;
}

#list-news .item li {
	list-style:none;
	display:block;
	padding:0 0 10px 0;
}

#list-news .item li span {
	display:block;
	padding:5px 0 0 0;
}

#list-news .item li .left { width:106px; }

#list-news .item li .right { width:220px; }

#list-news .item h2 a {
	font-size:24px;
	text-decoration:none;
	color:#020064;
}

#list-news .item h2 a:hover { text-decoration:underline; }

#list-news .item li h3,
#list-news .item li h4 {
	display:block;
	position:relative;
}

#list-news .item li h3 {
	display:block;
	padding:0;
}

#list-news .item li h3 a {
	color:#1a1a1a;
	font-size:15px;
	line-height:19px;
	text-decoration:none;
	display:inline;
	font-weight:bold;
}

#list-news .item li h3 a:hover { text-decoration:underline; }

#list-news .item li h4 {
	background:url("images/category-li.jpg") no-repeat 0 3px;
	padding:0 0 0 17px;
}

#list-news .item li h4 a {
	color:#020064;
	font-size:13px;
	line-height:17px;
	text-decoration:none;
	display:inline;
}

#list-news .item li h4 a:hover { text-decoration:underline; }

#list-news .item li span { 
	font-size:12px;
	color:#6d7073;
	display:inline;
	margin-left:5px;
}

#list-news .item .more {
	/* position:absolute;
	bottom:0px;
	right:0px; */
}

#list-news .item .more a {
	font-size:13px;
	color:#020064;
	text-decoration:none;
}

#list-news .item .more a:hover { text-decoration:underline; }

#list-news .item i { 
	display:inline-block;
	width:47px;
	height:19px;
	background:url("images/ico-article.png") no-repeat 0 0;
	position:relative;
	left:5px;
	top:4px;
}

#list-news-gallery {
	margin:0 0 40px 0;
}

#list-news-gallery h2 {
	display:block;
	padding:0 0 5px 0;
	position:relative;
	left:-30px;
}

#list-news-gallery h2 a {
	font-size:24px;
	text-decoration:none;
	color:#020064;
}

#list-news-gallery h2 a:hover { text-decoration:underline; }

#list-news-gallery .items a {
	display:block;
	width:114px;
	height:97px;
	text-decoration:none;
	float:left;
	margin:0 2px;
}

#list-news-gallery { 
	position:relative;
	left:25px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; }

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:650px;
    padding:0;
}

.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; }

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 650px;
    height: 97px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 114px;
    height: 97px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 20px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 14px;
    right: -30px;
    width: 16px;
    height: 71px;
    cursor: pointer;
    background: url("images/gallery-right.jpg") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 14px;
    left: -30px;
    width: 16px;
    height: 71px;
    cursor: pointer;
    background: url("images/gallery-left.jpg") no-repeat 0 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#slider-wrap {
	width:733px;
	/* height:378px; */
	background:#aaaaaa;
	position:relative;
	left:-27px;
}

#slider-wrap #slider-left { width:513px; }

#slider-wrap #slider-left div {
	display:block;
	width:513px;
	height:378px;
	position:relative;
	display:none;
	overflow:hidden;
}

#slider-wrap #slider-left div.active { display:block; }

#slider-wrap #slider-left div span { 
	background:url("images/slider-left-span.png") repeat 0 0;
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	padding:10px 20px;
	color:#FFF;
	font-size:24px;
	line-height:30px;
	width:473px;
}

#slider-wrap #slider-left div span a {
	color:#FFF;
	text-decoration:underline;
}

#slider-wrap #slider-left div span a:hover { text-decoration:none; }

#slider-right { width:220px; }

#slider-right li {
	display:block;
	padding:8px 10px;
	margin:8px 0;
	background:#dadada;
}

#slider-right li a {
	color:#000000;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	cursor:pointer;
}

#slider-right li.activeSlide a { font-weight:bold; }

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#page { background:url("images/center-bg.png") repeat-y center 0; }

#page .center { padding:25px 0 10px; }

.home #page .center { padding:10px 0 10px;}

#page-right { width:241px; }

#page-left { width:702px; }

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#crumbs {
	display:block;
	padding:0 0 10px 0;
	color:#020064;
	font-size:14px;	
}

#crumbs a {
	color:#020064;
	font-size:14px;	
	text-decoration:underline;
}

#crumbs a:hover { text-decoration:none; }

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

h1.title {
	color:#020064;
	font-size:24px;
	display:block;
	padding:0 0 10px 0;
}

.content {
	display:block;
	font-size:14px;
	line-height:17px;
	color:#565656;
}

.content p {
	display:block;
	padding:0 0 10px 0;
}

.content ul {
	display:block;
	padding:0 0 10px 0;
}

.content ul li {
	display:block;
	padding:2px 0 2px 16px;
	background:url("images/category-li.jpg") no-repeat 0 6px;
	list-style:none;
}

.content a {
	color:#1a1a1a;
	text-decoration:underline;
}

.content .alignleft {
	float:left;
	margin:0 10px 10px 0;
}

.content .alignright {
	float:right;
	margin:0 0 10px 10px;
}

.content a:hover { text-decoration:none; }

.content .aligncenter { 
	text-align:center; 
	margin:0 auto;
}

.content .wp-caption-text { 
	font-size:11px; 
	text-align:center;
	padding:5px 0 0 0;
}

.content .wp-caption {
	border:1px solid #dddddd;
	background:#f3f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
	text-align:center;
	padding:6px 0 4px 0;
	font-size:11px; 
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#photo-gallery { }

#photo-gallery .item {
	float:left;
	width:336px;
	margin:0 0 30px 30px;
	color:#454545;
	font-size:13px;
	line-height:16px;
}

#photo-gallery  a.thumb {
	display:block;
	width:336px;
	height:216px;
	position:relative;
	overflow:hidden;
}

#photo-gallery  a.thumb span { 
	display:block;
	width:336px;
	height:216px;
	position:absolute;
	top:0px;
	left:0px;
	background:url("images/gallery-video.png") no-repeat center center;
}

#photo-gallery .item.first { margin:0 0 30px 0; }

#photo-gallery .item h2 {
	font-size:15px;
	display:block;
	padding:7px 0 5px;
}

#photo-gallery .item h2 a {
	color:#1a1a1a;
	text-decoration:none;
	font-weight:bold;
}

#photo-gallery .item h2 a:hover {
	text-decoration:underline;
	color:#020064;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#news-list {}

#news-list .item { 
	padding:10px 0; 
	color:#454545;
	font-size:13px;
	line-height:16px;
}

#news-list .item.first { padding:0 0 10px 0; }

#news-list .item .left { width:106px; }

#news-list .item .right { width:585px; }

#news-list .item h2 {
	font-size:15px;
	display:block;
	padding:0;
	position:relative;
	top:-7px;
}

#news-list .item span {
	display:block;
	padding:5px 0;
	font-size:12px;
	color:#6d7073;
}

#news-list .item h2 a {
	color:#1a1a1a;
	text-decoration:none;
	font-weight:bold;
}

#news-list .item h2 a:hover {
	text-decoration:underline;
	color:#020064;
}

#news-list .item h2 i { 
	display:inline-block;
	width:47px;
	height:19px;
	background:url("images/ico-article.png") no-repeat 0 0;
	position:relative;
	left:5px;
	top:4px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#post-header {
	display:block;
	padding:0px 0 30px 0;
}

#post-footer { padding:10px 0 15px; }

#post-footer .right { padding:0 10px 0 0; }

#post-footer .left { padding:7px 0 0 0; }

#post-footer .left li {
	list-style:none;
	display:inline;
	padding:0 0 0 25px;
	margin:0 10px;
}

#post-footer .left li.to-print { background:url("images/to-print.png") no-repeat 0 0; }
#post-footer .left li.to-mail { background:url("images/to-mail.png") no-repeat 0 0; }

#post-footer .left li a {
	font-size:14px;
	color:#565656;
	text-decoration:underline;
}

#post-footer .left li a:hover { text-decoration:none; }

#links { display:none; }

#similar-records {
	background:#e7e7e7;
	padding:24px;
}

#similar-records h2 {
	font-size:18px;
	color:#020064;
	display:block;
	padding:0 0 5px 0;
}

#similar-records .item {
	width:315px;
	float:left;
	margin:10px 0 10px 24px;
	font-size:12px;
	line-height:15px;
	color:#565656;
}

#similar-records .item.first { margin:10px 0 10px 0; }

#similar-records .item .left { width:64px; }

#similar-records .item .right { width:240px; }

#similar-records .item h3 {
	font-weight:bold;
	font-size:13px;
	line-height:16px;
	display:block;
	padding:0 0 5px 0;
}

#similar-records .item h3 a {
	text-decoration:none;
	color:#565656;
}

#similar-records .item h3 a:hover {
	text-decoration:underline;
	color:#020064;	
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#banner-top .item,
#banner-bottom .item {
	display:block;
	margin:0 0 15px 0;
	position:relative;
}

#banner-bottom .item {
	margin:15px 0 0 0;
}

#banner-top .item span,
#banner-bottom .item span {
	display:block;
	position:absolute;
	padding:15px 0;
	text-align:center;
	width:100%;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
}

#banner-top .item span.top,
#banner-bottom .item span.top {
	top:0px;
	background:url("images/right-header-top.png") repeat 0 0;
}

#banner-top .item span.down,
#banner-bottom .item span.down {
	bottom:3px;
	background:url("images/right-header-bottom.png") repeat 0 0;
}

#banner-top .item a span,
#banner-bottom .item a span {
	color:#FFF;
	text-decoration:none;
}

#banner-top .item a:hover span,
#banner-bottom .item a:hover span { text-decoration:none; }

a.to-cal-mini {
	text-decoration:none;
}

.cal-mini {
	position:relative;
	left:1px;
}

.cal-mini thead th {
	border:1px solid #BBBBBB;
	color:#380000;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
}

.cal-mini thead td {
	border:1px solid #BBBBBB;
	background:#A4CEE8;
	padding:4px 0;
	font-weight:bold;
	color:#380000;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}

.cal-mini tbody td {
	border:1px solid #BBBBBB;
	padding:5px 0;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	width:60px;
	color:#999999;
}

.cal-mini tbody td.v {
	font-weight:bold;
	color:#FFCC33;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#widget-area li { 
	list-style:none;
	display:block;
}

h3.widget-title {
	font-size:18px;
	color:#020064;
	display:block;
	padding:0 0 15px 0;
}

.eventsListWidget .when { 
	background:#ffcc33;
	display:inline;
	padding:2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.eventsListWidget .when small { display:none; }

.eventsListWidget .event {
	display:block;
	padding:10px 0;
}

.eventsListWidget .event .text {
	font-size:14px;
	line-height:18px;
	color:#737373px;
}

.eventsListWidget .event .more {
	text-align:right;
	display:block;
	padding:5px 0 0 0;
}

.eventsListWidget .event .more a {
	font-size:14px;
	color:#020064;
	text-decoration:underline;
}

.eventsListWidget .event .more a:hover {
	text-decoration:none;
}

.eventsListWidget .dig-in { display:none; }

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#corenavi {
	display:block;
	text-align:center;
	padding:0 0 10px 0;
}

#corenavi a {
	color:#020064;
	font-size:16px;
	text-decoration:underline;
	margin:0 5px;
}

#corenavi a:hover { text-decoration:none; }

#corenavi span { 
	background:#020064;
	color:#FFF;
	font-size:16px;
	margin:0 5px;
	padding:3px 6px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer  {
	background:url("images/footer-center.png") no-repeat center 0;
	padding:50px 0 40px 0;
	font-size:12px;
	color:#7b7b7b;
}

#footer ul {
	display:block;
	width:760px;
}

#footer .left li {
	list-style:none;
	display:block;
	width:190px;
	float:left;
	padding:5px 0;
}

#footer .left li a {
	color:#7b7b7b;
	text-decoration:underline;
}

#footer .left li a:hover { text-decoration:none; }

#footer .right {
	color:#a7a7a7;
	font-size:12px;
	width:200px;
}

#footer .right a {
	color:#a7a7a7;
	text-decoration:underline;
}

#footer .right a:hover { text-decoration:none; }

#social-mini { padding:10px 0 0 0; }

#social-mini li {
	list-style:none;
	display:block;
	float:left;
	width:15px;
	height:15px;
	margin:0 4px 0 0;
}

#social-mini li a {
	display:block;
	width:15px;
	height:15px;	
	text-indent:-9999px;
}

#social-mini li .vk { background:url("images/social-icon-small.png") no-repeat 0 0; }
#social-mini li .vk:hover { background:url("images/social-icon-small.png") no-repeat 0 100%; }

#social-mini li .facebook { background:url("images/social-icon-small.png") no-repeat -15px 0; }
#social-mini li .facebook:hover { background:url("images/social-icon-small.png") no-repeat -15px 100%; }

#social-mini li .youtube { background:url("images/social-icon-small.png") no-repeat -30px 0; }
#social-mini li .youtube:hover { background:url("images/social-icon-small.png") no-repeat -30px 100%; }

#social-mini li .twitter { background:url("images/social-icon-small.png") no-repeat -45px 0; }
#social-mini li .twitter:hover { background:url("images/social-icon-small.png") no-repeat -45px 100%; }

#social-mini li .rss { background:url("images/social-icon-small.png") no-repeat -60px 0; }
#social-mini li .rss:hover { background:url("images/social-icon-small.png") no-repeat -60px 100%; }

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#wp-email-popup p {
	display:block;
	font-size:12px;
	line-height:18px;
}

#wp-email-content {
	padding:10px 0;
	width:310px;
	margin:0 auto;
}

#wp-email-content p {
	display:block;
	padding:3px 0;
}

#wp-email-content label { font-weight:normal; }

#wp-email-content input.TextField {
	border:1px solid #333333;
	padding:3px 7px;
	font-size:14px;
	font-family:Arial;
	width:310px;
}

#wp-email-content textarea {
	border:1px solid #333333;
	padding:3px 7px;
	font-size:14px;
	font-family:Arial;
	resize:none;
	width:310px;
	height:50px;
}

#wp-email-content img {
	position:relative;
	top:2px;
}

#wp-email-content input.i-imageverify {
	margin:0 0 0 5px;
	width:90px;
}

#wp-email-button {
	border-top:1px solid #333333;
	padding:17px 0 0 0;
	margin:17px 0 0 0;
}

#wp-email-submit {
	background:#010066;
	color:#FFF;
	padding:4px 9px;
	font-size:14px;
	margin:10px 0 0 0;
}

#wp-email-submit:hover {
	background:#e4b100;
	color:#010066;
	cursor:pointer;
}

.close_popup a {
	font-size:14px;
	color:#565656;
	text-decoration:underline;
}

.close_popup a:hover { text-decoration:none; }

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.navigation-container {
	width:680px;
	position:relative;
	left:11px;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height:97px;
	overflow:hidden;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 11px;
	list-style: none;
}

#container {
	position:relative;
	width:702px;
	height:715px;
}

#container a { text-decoration:none; }

#controls {
	position:relative;
	width:702px;
	background:red;
	z-index:100;
}

#controls .nav-controls .prev {
	position:absolute;
	top:-85px;
	left:-10px;
	background:url("images/gallery-left.jpg") no-repeat 0 0;
	width:16px;
	height:71px;
	display:block;
	text-indent:-9999px;
	z-index:101;
}

#controls .nav-controls .next {
	right:-10px;
	position:absolute;
	top:-85px;
	background:url("images/gallery-right.jpg") no-repeat 0 0;
	width:16px;
	height:71px;
	display:block;
	text-indent:-9999px;
	z-index:101;
}

#controls .ss-controls { display:none; }

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 702px;
	height: 590px; 
}

.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 590px;
}

#slideshow { padding:15px 0; text-align:center; vertical-align:middle; }

.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	
}

div.slideshow a.advance-link {
	display: block;
	width: 702px;
	height: 590px; /* This should be set to be at least the height of the largest image in the slideshow */
	/* line-height: 502px; */ /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

.caption-container { display:none; }

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#subscribe {
	height:76px;
	width:100%;
	background:url("images/subscribe-bg.jpg") repeat-x 0 0;
	margin:20px 0 0 0;
}

#subscribe input.subscribe {
	background:url("images/subscribe-input.png") no-repeat 0 0;
	width:211px;
	height:22px;
	margin:13px 0 0 10px;
	padding:1px 5px 1px 5px;
}

#subscribe input.submit {
	font-size:11px;
	color:#2d2d2d;
	background:#e0e0e0;
	padding:3px 7px;
	cursor:pointer;
	float:right;
	margin:11px 12px 0 0;
}

.view-calendar-link { position:relative; left:40px; }