@charset "iso-8859-1";

/* layout for news/index.tpl */
#news_left {
	position: relative;
	padding-right: 10px;
	float: left;
	width: 637px;
	background-color: #000;
	border-right: 1px #CCC solid;
}

#news_right {
	position: relative;
	padding-left: 10px;
	float: left;
	width: 269px;
	background-color: #000;
}

.news_info {
	display: block;
	padding-bottom: 2px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #BBB;
	background-color: #000;
	border-bottom: 1px #CCC solid;
}

.news_right_info {
	display: block;
	padding-bottom: 2px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7a482f;
	background-color: #000;
	border-bottom: 1px #CCC solid;
}

#news_right_margin {
	margin-bottom: 24px;
}

/* buttons list for newsletter */
div.buttons_newsletter {
	margin-left: 39px;	
}

div.buttons_newsletter .button, div.buttons_newsletter .button_red {
	position: relative;
	margin: 3px 13px 0 0;
}

/* fonts */
.news_title {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7a482f;
	background-color: #000;
	margin: 0 0 10px 0;
}

.news_sub_title {
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	background-color: #000;
	margin: 0 0 10px 0;
}

.lives_title {
	font-weight: bold;
}

.lives_description {
	font-size: 10px;
}

#follow_us_title {
	font-size: 8px;
	color: #CCC;
}

#follow_us_title a, #follow_us_title a:visited, #follow_us_title a:active, #follow_us_title a:focus {
	font-size: 8px;
	color: #CCC;
	text-decoration: underline;
	margin-left: 10px;
}

#follow_us_title a:hover {
	color: #EEE;
}

.galleries_title {
	font-weight: bold;
}

.galleries_description {
	font-size: 10px;
}

/* images */
.follow_us_image {
	margin-left: 4px;	
}

.galleries_thumbs {
	display: table-cell;
	width: 269px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
	background-color: #222;
	border: 1px #333 solid;
}

.galleries_thumb {
	border: 1px #555 solid;
}

.counter_images {
	text-align: center;
}

.counter_image {
	margin: 0 2px;
}
