@import url("content.css"); /* Notice: use this css-file to define styles for centent area */

/* reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
th,td{margin: 0} /* to allow working cellpadding table value in content editor */
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ul{list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;margin:0.2em}
q:before,q:after{content:'';}

.ie *{ zoom: 1; }

/* restoring some styles after reset */
h1,h2,h3,h4,h5,h6{ margin:0.2em 0; }
strong{font-weight:bold;}

ul{margin: 0 0 10px 20px;}
	ul li{ margin: 0 0 5px 0; }

/*** Styles ***/
html{
	background: #588ba7 url(../images/i/body-bg.png) 0 115px repeat-x;
}
body{
	line-height: 14px;
	font-size:11px;
	font-family: Arial, sans-serif;
	color:#444;
}

p{ margin:0 0 10px 0; }

a{
	color:#588ba7;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

::selection{
	background:#588BA7;
	color:#fff;
}
::-moz-selection{
	background:#588BA7;
	color:#fff;
}

.hide{ display: none; }

/* forms */
fieldset{
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
}
	fieldset label{
		float: left;
		width: 100px;
		padding-right: 10px;
	}
input.text,
textarea,
select{
  /*border: 1px solid #eee;
	border-top: 1px solid #aaa;
	*/
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
	border: 1px solid #d2d2d2;
	vertical-align: middle;
}
.radio,
.checkbox{ vertical-align: middle; margin-right: 4px;}


/*** new forms style ***/
form dl{
	overflow: hidden;
	margin-bottom: 10px;
}
	form dt{
		min-height: 1em;
  		float: left;
	    width: 43%;
	}
	* html form dt{ height:1em; }
	form dd{
		zoom: 1;
		overflow: hidden;
  		float: right;
	    margin: 0;
	    width: 56%;
	}
	form .opts div{
		margin: 2px 0 4px;
	}



/*label.obligatory, */
.obligatory label,
.obligatory .like_label{
	background:url(../images/i/obligatory.png) 100% 10% no-repeat !important;
	padding-right:8px;
}

/*** btns ***/
button{
    border:none;
    background: none;
    padding: 0;
    margin: 5px 0;
    vertical-align: middle;
}
	button span, a.btn{
	    display:inline-block;
		line-height:2em;
		padding:0 5px;
		vertical-align:middle;
		color:#fff;
		background-color:#588BA7;
		text-decoration:none;
		font-weight:bold;
		text-transform:uppercase;
	    font-family: Arial;
	    font-size: 11px;
	    cursor: pointer;
	}

.btn-post-comment,
.btn-search,
.btn-submit
{
    
}

/*** system classes ***/
.messages{
	border: 1px solid #d7d7d7;
	background: #ebebeb;
	padding: 10px;
	margin: 0 0 10px;
}
	.messages ul, .messages p{
		padding: 0 20px; margin: 0;
	}
	.messages a{
		text-decoration: underline !important;
	}
.error{
	border-color: #f00;
	background: #fdd;
	color: #f00
}
	.error *{ color:red; }
	

/*** Wrappers ***/
.basis{
	padding: 0 0 30px 0;
}

	.wrapper{
		width:905px;
		margin:0 auto;
		padding:45px 15px 5px 15px;
		background:#fff;
	    position: relative;
	}
	
		.header{
		}
			.header	.inner{
				margin: 0 auto;
				width: 935px; height: 70px;
				position: relative;
			}


/*** modules pages layout ***/
.left-column{
	display: inline;
	float:left;
	width:250px;
    margin-right: 10px;
}
.center-column{
	display: inline;
	float:left;
	width:435px;
	min-height: 200px;
	padding-bottom: 20px;
}
.right-column{
	display: inline;
	float:right;
	width:200px;
}

    /*** without sidebars ***/
    .columns .center-column{
        float: none;
        width: 100%;
    }
    /*** only right ***/
    .columns-right .center-column{
        width: 695px; /* left + center */
    }
    /*** only left ***/
    .columns-left .center-column{
        width: 645px; /* right + center */
    }


.cms_content{
	padding-left:10px;
	padding-right:10px;
}

.sb_block{ margin-bottom:22px; }

.hr{ border-bottom: 3px solid #ebebeb; height:0;overflow:hidden; font-size:1px; clear:both; margin:5px;}

/*** Header, logo ***/
.header{
}
	.header	.inner .logo{
		position: absolute;
		left: 0; bottom: -1px;
	}
	.header	.inner .slogan{
		position: absolute;
		right: 2px; bottom: 16px;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
	}

.custom-header{
	/* height:180px; */
}

.masthead-wrapper{
	position: relative;
	margin:0;
	padding: 0;
	margin-bottom: 20px;
}

	.masthead{ /* DIV or LI in group mode */ 
		margin:0;
		padding: 0;
		position: relative;
	}
		.masthead .slogan{
			position: absolute;
			top: 28px; left: 45px;
			display: block;
			width: 140px;
			color: #fff;
			font-size: 18px;
			line-height: 19px;
			font-weight: normal;
		}

/* slide / fade */
#masthead-slider {
	position: relative;
	overflow: hidden;
/* 	height: 130px; this height sets in html */
}
	#masthead-slider ul{ position: relative; list-style: none; margin: 0; padding: 0; margin:0; padding:0;}
		#masthead-slider ul li.slide { margin: 0; padding: 0;}

	
.masthead-wrapper ol#controls {
	    padding: 3px 5px;
	    position: absolute;
	    right: 0; bottom: 0px;
	  /*  background: url(../images/i/slider-controls-bg.png) 0 0 repeat-x; */
	}
		ol#controls li {
		    float: left;
		    margin: 0 4px 0 0;
		    padding: 0;
		    list-style: none;
		}
			ol#controls li a {
			    overflow: hidden;
			    display: block;
				height:15px; width:15px;
		    	background: url(../images/i/slider-bull.png) 50% 50% no-repeat;
		    	text-indent: -99999px;
			}
			ol#controls li.current a {
			    background: url(../images/i/slider-bull-active.png) 50% 50% no-repeat;
			}
			ol#controls li a:focus{
			    outline: medium none;
			}
 
.custom-header img,
.custom-header obj,
.custom-header embed{
	display:block;
	margin:0 auto;
	padding:0;
}



/*** Breadcrumbs ***/
.breadcrumbs{
	height: 15px;
	margin: 6px 0 4px 6px;
	float:left;
    padding: 0;
    clear: left;
}
	.breadcrumbs li{
		float:left;
		list-style:none;
		padding: 0 0 0 18px;
		margin: 0;
		background: url(../images/i/breadcrumb-item.png) 8px 50% no-repeat;
	}
	.breadcrumbs li.first{
		padding-left: 0;
		background:none;
	}

.crumbtrail{
	padding: 0 10px;
	line-height:26px;
}
.crumbtrail, .crumbtrail *{
	font-weight:normal;
	color:#999;
}
	.crumbtrail li{
		display:inline;
		background:url(../images/i/arr.gif) 100% 50% no-repeat !important;
		padding-left:0 !important;
		padding-right:20px;
		margin-right:10px;
	}
	.crumbtrail li.last{
		padding-right:0;
		margin-right:0;
		background:none !important;
	}
	.crumbtrail a{ font-weight:normal; }

/* * Menu * */
.menu-wrapper{
	height:32px; width: 905px;
	list-style:none;
    position: absolute;
    top: 8px; left: 15px;
    border-bottom: 3px solid #ebebeb;
}
	.menu-wrapper .qsearch-ico{
		position: absolute;
		right: 0; top: 0;
		height: 32px; width: 30px;
		text-indent: -999px; overflow: hidden;
		background: url(../images/i/ico-search.png) 10px 50% no-repeat;
	}
		.menu-wrapper a.qsearch-ico.active,
		.menu-wrapper a.qsearch-ico:hover{
			background-color: #d7d7d7;
			background-position: -19px 50%;
		}
	.menu-wrapper .qsearch-frm{
		position: absolute;
		right: 0; top: 32px;
		padding: 5px 10px;
		background: #d7d7d7;
	}
	

/* * Menu * */
.menu ul.lvl-1{
	height:40px;
	list-style:none;
	margin: 0;
	z-index: 10;
}
.menu ul.lvl-1 li.lvl-1{margin-bottom: 0; background: #fff}
.menu ul.lvl-1 li.lvl-1-last{margin-right: 0;}
.menu ul.lvl-1 li.lvl-1-last a.lvl-1{ border-right: none;}

.menu li.prefix,
.menu li.postfix{
	display: none;
	margin-bottom: 0;
}
/*
.menu li.lvl-1-first .lvl-1,
.menu li.lvl-1-first:hover a.lvl-1{
	background-image: url(../images/i/menu-corner-l.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.menu li.lvl-1-last .lvl-1,
.menu li.lvl-1-last:hover a.lvl-1{
	background-image: url(../images/i/menu-corner-r.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}
*/

	.menu li.lvl-1{
		float:left;
		position:relative;
		padding-right: 0;
	}
	
	.menu li.last{
	}

	.menu a.lvl-1, .menu span.lvl-1{
		float:left;
		padding:0 5px;
		text-decoration:none;
		position: relative;
		z-index: 5;
		border-right: 1px solid #fff;
	}

	.menu span.lvl-1,
	.menu span.lvl-1 em{ cursor:default !important; }
	
	.menu span.lvl-1,
	.menu    a.lvl-1{
		padding: 0 0 0 0;
		
	}
		.menu span.lvl-1 em,
		.menu    a.lvl-1 em{		   
		  color: #666666;
			cursor: pointer;
			float: left;
			font-size: 12px;
			font-style: normal;
			font-weight: bold;
			padding: 8px 6px;
			text-transform: uppercase;		    
		}
		
		.menu li.lvl-1-last em{
			padding-left: 11px;
		}
		.menu li.lvl-1 .lvl-1 em{
		/*	background: url(../images/i/menu-lvl1-bull.png) 100% 14px no-repeat; */
		} 


/*.menu a.lvl-1:hover, */
.menu li.lvl-1:hover{
	background: #588ba7;
	position: relative;
}


.menu li.lvl-1-active a.lvl-1 em,
.menu li.lvl-1-active span.lvl-1 em,
.menu li.lvl-1:hover a.lvl-1 em,
.menu li.lvl-1:hover span.lvl-1 em{
	color: #fff;
	background: #588ba7;
}
.menu li.lvl-1-active:hover a.lvl-1 em,
.menu li.lvl-1-active:hover span.lvl-1 em{
	color: #fff;
}

/*
.menu a.lvl-1:hover em, 
.menu li.lvl-1:hover a.lvl-1 em,
.menu li.lvl-1:hover span.lvl-1 em{ 
	background: url(../images/i/menu-bg-active1.png) 0 0 no-repeat;
	color: #fff
}
*/


/* Submenus */
.menu ul.lvl-2,
.menu ul.lvl-3{
	position:absolute;
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	width:150px;
	display:none;/* */
}
.menu ul.lvl-2{
	left: 0;
	top: 30px;
	border-top: 2px solid #fff;
}

.menu ul.lvl-3{
	left: 151px;
	top: -1px;
	margin: 0;
}

	.menu li.lvl-1,
	.menu li.lvl-2{ behavior: url(../scripts/menu_item.htc); }

	.menu li.lvl-1:hover ul.lvl-2,
	.menu li.lvl-2:hover ul.lvl-3{ display:block; }


	.menu li.lvl-2,
	.menu li.lvl-3{
		position:relative;
		text-align:left;
	/*	background: #5ac6dc url(../images/i/i/menu-lvl-2-bg.png) 0 100% repeat-x; */
		background: #fff;
		border-top: 1px solid #588ba7;
		border-left: 1px solid #588ba7;
		border-right: 1px solid #588ba7;
		margin: 0;
		width: 100%;
	}	
	.menu ul.lvl-1 li.first{border-top:none}
	.menu ul.lvl-1 li.lvl-2-last,
	.menu ul.lvl-1 li.lvl-3-last{border-bottom: 1px solid #588ba7;}
	
	
	.menu li.lvl-2:hover .lvl-2,
	.menu li.lvl-3:hover .lvl-3{
		background: #588ba7; /* url(../images/i/menu-lvl2-active.png) 0 0 repeat-x; */
		color:#fff;
		text-decoration: none;
	}
	
	.menu li.lvl-2-active .lvl-2 em,
	.menu li.lvl-3-active .lvl-3 em{
		background: #588ba7;
		color:#fff;
	}	
	
		.menu ul.lvl-2 a.with-submenu em,
		.menu ul.lvl-2 span.with-submenu em{
			background-image: url(../images/i/menu-lv2-submenu-bull.png);
			background-position: 96% 50%;
			background-repeat: no-repeat;
		}
		.menu ul.lvl-2 li:hover a.with-submenu em,
		.menu ul.lvl-2 li:hover span.with-submenu em{
			background-image: url(../images/i/menu-lv2-submenu-bull-active.png);
		}

		
	
	.menu li.lvl-3:hover a,
	.menu li.lvl-3:hover a:hover{
		color:#fff;
		background: #588ba7; /* url(../images/i/menu-lvl2-active.png) 0 0 repeat-x; */
	}
	



/*** lvl-1&2 links ***/
	.menu a.lvl-2,
	.menu a.lvl-3,
	.menu span.lvl-2,
	.menu span.lvl-3 {
		font-weight:normal;
		color:#588ba7;
		display: block;
	}
	.menu a.lvl-2,
	.menu a.lvl-3{
		text-decoration: none;
		cursor: pointer;
	}

		.menu a.lvl-2 em,
		.menu a.lvl-3 em,
		.menu span.lvl-2 em,
		.menu span.lvl-3 em{
			text-decoration: none;
			font-style: normal;
			padding: 5px 10px;
			text-align: left;
			font-size: 11px;
			display: block;
			text-transform: none;
			line-height: 14px;
		}
		

	.menu a.lvl-2:hover,
	.menu a.lvl-3:hover,
	.menu li.lvl-1:hover > a.lvl-2,
	.menu li.lvl-1:hover > a.lvl-3{
		color:#fff;
		text-decoration: none;
	}
		.menu span.lvl-2:hover em,
		.menu span.lvl-3:hover em{
			cursor:default;
			text-decoration: none;
		}




/*** Contenty stuff ***/
h3, h3 *{
	color:#555;
	font-size:12px;
	font-family:Arial, sans-serif;
	margin-bottom:6px;
}

h2.first,
.left-column h1, .left-column h1 *, .left-column h2, .left-column h2 *,
.right-column h1, .right-column h1 *, .right-column h2, .right-column h2 *{
	background-color:#d7d7d7;
	color:#444;
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	font-size:12px;
}

h2.first,
.left-column h1, .left-column h2,
.right-column h1, .right-column h2{
	margin:0 0 6px 0;
	padding:5px 10px;
}

.no_bg{ background:none !important; }

li.marged{
	margin-bottom:3px;
}


/*** Page Links ***/
.page-links{
	float: right;
}
.page-links{
	float: right;
	margin: 0 0 0.5em 0;
	list-style: none;
	text-align: right;
}
    .page-links li{
    	margin: 0; padding: 0;
        float: left;
		position:relative;
    }
    .l-share, .l-email, .l-print, .l-pdf{
        border-left: 1px solid #d0d4d7;
        float: left;
        text-indent: -999px;
        text-align: left;
        overflow: hidden;
        width: 35px; height: 20px;
    }
	.page-links a.l-print{ background: url(../images/i/ico-print.png) 50% 50% no-repeat; border: none;}
	.page-links a.l-pdf{ background: url(../images/i/ico-pdf.png) 50% 50% no-repeat; }
	.page-links a.l-email{ background: url(../images/i/ico-mail.png) 50% 50% no-repeat; }
	.page-links a.l-share{ background: url(../images/i/ico-share.png) 50% 50% no-repeat; }

	ul.bm-links{
		margin:0; padding:0;
		list-style:none;
		position:absolute;
		right:5px; top:20px;
		border: 1px solid #ccc;
		/* border-bottom:none !important; */
		display:none;
		background: #fff !important;
	}
	.page-links li:hover ul{ display:block; }
		ul.bm-links li{
			padding: 5px 10px;
			float: none;
			background: #fff !important;
			/* border-bottom:1px solid #ccc; */
			text-align:left;
			width:100px;
		}
			ul.bm-links a{
				display:block;
				padding:0 0 0 20px !important;
				line-height:16px;
				height:16px;
				overflow:hidden;
				background-image:url(/images/i/bm_icons.png);
				background-repeat:no-repeat;
				color:#000;
				font-weight:normal;
				text-decoration:none;
			}
		ul.bm-links a:hover{ text-decoration:underline; }
			.bm_myspace{ background-position:0 0; }
			.bm_twitter{ background-position:0 -16px; }
			.bm_yahoo{ background-position:0 -32px; }
			.bm_google{ background-position:0 -48px; }
			.bm_delicious{ background-position:0 -64px; }
			.bm_linkedin{ background-position:0 -80px; }
			.bm_live{ background-position:0 -96px; }
			.bm_facebook{ background-position:0 -112px; }
			.bm_favourites{ background-position:0 -128px; }


/*** Tags ***/
.tags-bar{
	margin-top:5px;
	color: #aaa;
    padding: 10px;
    border: 1px solid #d6d6d6; 
}
	.tags-bar a{
		font-weight:normal;
	}
	
.tag-cloud{
}
	.tags-cloud a{
		text-decoration:none;
		font-weight:normal;
		margin:0 15px 6px 0;
		margin-bottom:4px;
		display:inline-block;
		padding:0 3px;
	}
	.tags-cloud a:hover{
		opacity:1 !important;
		-moz-opacity:1 !important;
		filter:alpha(opacity=100) !important;
		text-decoration: underline;
	}


.page-email form{ width: 400px}
	.page-email dd .text, .page-email textarea{ width: 98% }
	.page-email .captcha-flds .text{ width: 100px; float: left; margin-bottom: 10px;}
	.page-email .captcha-flds .refresh-link{ width: 100px; float: right; text-align: center;}
	.page-email .captcha-flds img{ width: 100px; float: right; border: 1px solid #ccc; }

/*** Banners ***/
.left-column h2{ /* text-align:right; */ }

.blocks_separator{
	padding-top:8px;
	border-top:4px solid #dedede;
}

.banners_block_brochures,
.banner_blocks,
.banner_links, .banners_banner{
	margin-bottom:8px;
}

.banners_block_brochures,
.banner_links{
	background-color:#ebebeb;
}

	.banners_block_brochures h2,
	.banner_links h2{
		margin:0;
	}
	.banners_block_brochures .inner,
	.banner_links .inner,
	.text_banner .inner{
		padding:10px 20px;
	}
	.text_banner .inner{
	}


	.banner_brochure{
		padding-bottom: 8px;
	}
	.banner_blocks .inner .content{
		padding: 0 5px;
	}
		.banner_blocks .view-all{
				display: block;
				text-align: center;
		}

.banner_links_rows{
	padding-bottom: 3px;
	padding-left: 10px;
	background: url(../images/i/bull-li.png) 0px 6px no-repeat;
}
	.banner_links_rows a{ font-weight:normal !important; }


.sidebar_block{
	background-color:#ebebeb;
	padding:15px 20px;
	margin-bottom:8px;
}

/*** Custom banners ***/
.app-search{ margin: 5px 10px;}
	.app-search .text{ width: 190px;}
	.app-search .opts-where label{ padding: 0 10px 0 0;}

.stories-prev ul{
	margin: 0; padding: 0;
	list-style:none;
}
	.stories-prev ul li{
		padding: 10px 10px 10px 10px;
		border-bottom:3px solid #ebebeb;
	}
	.stories-prev ul li.last{ border-bottom:none; }
	.stories-prev ul .title{ display: block; margin-bottom: 5px; }
	
.stories-prev .view-all{
	text-align: center;
}


#block_welcome,
#block_login{
	background: #ebebeb;
	padding: 5px 10px;
}	
	#block_login ul{
		margin-left: 10px;
	}
	#block_login dl{ margin: 0 0 4px;}
		#block_login dt{ width: 25%}
		#block_login dd{ width: 74%}
			#block_login input.text{ width: 95%}


/* * Gallery classes * */
.cats_list_nopics{
	padding-left:10px;
	padding-right:10px;
	margin-left:0;
	list-style:none;
}
	.cats_list_nopics li{
		padding-bottom:15px;
		padding-left:0 !important;
		margin-bottom:15px;
		border-bottom:3px solid #ebebeb;
		background:none !important;
	}
	.cats_list_nopics li.last{
		padding-bottom:0;
		margin-bottom:0;
		border-bottom:none;
	}

.cats_pics{
	margin-left:0;
	margin-right:0;
	width:100%
}
	.cats_pics td{
		text-align:center;
		vertical-align:top;
		padding: 5px;
	}
/* .cats_pics img{ display:block; } */
.image_line td{ padding-bottom:0; }


.gallery-subcats{
	padding: 0 8px;
}
	.gallery-cats{
		margin:0;
		width:100%;
	}
		.gallery-cats td{
			text-align:center;
			vertical-align:top;
			padding: 5px 0;
		}
	
	.gallery-cat-title{ padding-bottom: 10px;}	
	.gallery-cats-no-pics .gallery-cat-title{ padding-top:5px; }

#gallery_sb{
	float:right;
	width:200px;
}
.gallery_sb_cats{
	padding:10px !important;
	background:#ebebeb;
}
	.gallery_sb_cats ul{
		margin: 0;
	}

a.zoomy{
	display:inline-block;
	position:relative;
}
	a.zoomy span{
		font-weight:normal !important;
		text-transform:lowercase;
		position:absolute;
		right:10px;
		bottom:10px;
		color:#fff;
		text-decoration:underline;
		padding-left:17px;
		line-height:12px;
		z-index:50;
		background:url(../images/i/ico-zoom.png) 0 50% no-repeat;
	}
	a.zoomy:hover span{
		text-decoration:none !important;
	}

.c_nav{ text-align:center; }
.c_nav li{
	display:inline;
	background:none !important;
	padding-left:0 !important;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #444;
}
.c_nav li.last{
	padding-right:0;
	margin-right:0;
	border-right:none;
}

/*** Video gallery ***/
/* video: category page */
.videos .item{
	float: left;
	margin: 5px 0 10px 15px;
	text-align: center;
}
	.videos .item .info{
		text-align: left;
	}
		.videos .item .title{
			text-align: center;
		}
	.video_line_separator{height: 1px;overflow: hidden; clear: both;}
	
/* list view mode */
.video-list .item{
	width: auto !important;
	text-align: left;
	float: none;
}
	.video-list .item img{
		float: left;
		margin: 0 10px 0 0;
	}
	
	.video-list .item .title{
		text-align: left;
	}


/* video page */
.video_box{
	text-align: center;
}
	.video_box .video-js-box{
		margin: auto;
		text-align: center;
	}
	.video_box .descr{
		margin: 20px;
		text-align: left;
	}

/*** Forms and inputs ***/
form.sb_form{
	display:block;
	padding:10px;
	background:#d7d7d7;
}
.wide_inputs input, .wide_inputs select, .wide_inputs textarea{ width:100%; }
input.button{
	color:#fff;
	background-color:#588BA7;
	border:none;
	font-weight:bold;
	text-transform:uppercase;
	height:2em;
	line-height:2em;
	vertical-align:middle;
	cursor:pointer;
}

input, select, textarea{
	border:1px solid #d2d2d2;
	padding:1px;
}
label, .cb{ cursor:pointer; }

/*** custom forms ***/
/* search page */
.page-search{
	padding: 10px;
}	
	.page-search form{
		width: 350px;
	}	
	.page-search .search-frm dd .opts div{
		margin-bottom: 5px;
	}

/*** Search Page ***/
.page-search-results{	
}
	.search-results-list{
		margin-top: 10px;
	}
		.search-results-list .item{
			margin: 0 0 15px 0;
		}
			.search-results-list .item .title strong,
			.search-results-list .item .content strong{
				color: #000;
				font-weight: bold;
			}

/*** Tabs styles ***/
.tabs a{
	text-decoration: underline;
	color: #588ba7;
	cursor: pointer;
}
.tabs a.active{
	cursor: default;
	color: #333;
	text-decoration: none;
}
	
/*** tabs themes: .big-tabs (wrapper) ***/
.big-tabs .tabs{
	overflow: hidden;
}
	.big-tabs .tabs a{
		float: left;
		text-decoration: none;
		padding: 5px 10px;
		margin: 0 5px 0 0;
		text-align: center;
		border: 2px solid #ccc;
		border-bottom: none;
		color: #000;
	}
		.big-tabs .tabs a.active{
			background: #eee;
		}
	.big-tabs .tab-area{
		border: 4px solid #ccc;
		padding: 15px;
		
	}


/*** User ***/
.page-user-login{
}
	.page-user-login form{
		width: 235px;
	}

/*** Newsletters ***/
.letter_date{
	color:#999;
}
.date{
    color: #999;
    font-size: 11px;
    margin: 10px 0;
}
.nl_content{
    margin: 15px 0;
}

.nl-sidemenu{
    margin-bottom: 20px;
}
    #sidebar .nl-sidemenu h2{
        text-align: left;
    }
    
     #sidebar .nl-sidemenu .date{
        padding-left: 10px;
     }
	.nl-sidemenu ul{
		padding-right: 10px;
	}

h1 .date{
    float: right;
    font-weight: normal;
    font-size: 11px !important;
    padding: 0;
    margin: 0;
    text-transform: none !important;
}



/*** Story (Blog/News) ***/
.story{
	padding: 5px 5px 15px 5px;
	margin: 5px 10px 15px 5px;
}
	.story-title{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.story-meta{
		padding:5px 0 10px;
		color:#aaa;
	}
		.story-meta .cts a.active{
			color:#333;
			text-decoration: none;
			cursor: default;
		}

	.story-content{
		margin-bottom: 0px;
		padding-bottom:8px;
	}
		

	.story-more{
		float: right;
		text-align: right;
		clear: both;
	}

.stories{
}
	.stories .story-teaser{
		border-bottom: 3px solid #ebebeb;
	}
			.story-teaser .story-img{
				float: left;
				margin: 0 10px 0 0;
				border: 1px solid #ebebeb
			}
	.stories .story-teaser-last{
		border-bottom: none;
	}

.story .story-cmnts{
	display: block;
	padding: 5px;
	text-align: right;
}

.story-full{
}
	.story-full .story-img{
		margin: 0 0 15px;
	}


#layout-blog .more-items{ display: block; text-align: center;}
.blog-archives{}
	.blog-archives .year-items{ margin-left: 20px;}


/*** Comments ***/
.comments-area{
	margin-top: 25px;
}
.comments-list{
	border-top:1px dotted #ccc;
	margin-top: 15px;
}
	.comment-item{
		margin-bottom: 5px;
		padding: 10px 5px;
		border-bottom:1px dotted #ccc;
	}
		.comment-item .meta{
			color:#aaa !important;
		}
		.comment-item .message{
			padding: 5px 0;
		}
	.comments-area .c-frm{width: 500px}	
	.comments-area .c-frm form dt{width: 23%}
	.comments-area .c-frm form dd{width: 76%}	
	.comments-area form{
		margin: 20px 0;
	}
	.comments-area form .info{
		margin: 5px 0 15px;
	}
	

.comments-area .tbs{
	margin: 10px 0 20px;
}
	.p-list .tbs a.t-list,
	.p-frm .tbs a.t-frm{
		color: #333;
		text-decoration: none;
		outline: none;
	}
.comments-area .c-list, 
.comments-area .c-frm{
	display:none;
}
.p-list .c-list, 
.p-frm .c-frm{
	display:block;
}


/*** bottom-navigation ***/
.bottom-navigation{
	padding:25px 20px;
}
	
	.bottom-navigation a{
		text-decoration: none;
	}
	.bottom-navigation .prev{
		float:right;
		width:47%;
		text-align:right;
		padding-right: 15px;
		background: url(../images/i/bottom-nav-prev.png) 100% 4px no-repeat;
	}
	.bottom-navigation .next{
		float:left;
		width:47%;
		padding-left: 15px;
		background: url(../images/i/bottom-nav-next.png) 0 4px no-repeat;
	}
	.bottom-navigation .all{
		display: block;
		text-align: center;
	}


/*** Pagination ***/
.pagination{
	margin-left:0;
	padding-left:0;
	list-style:none;
	text-align:center;
    clear: both;
}
	.pagination li{
		display:inline;
		margin-right:10px;
		padding-right:10px;
		border-right:1px solid #dedede;
	
		padding-left:0 !important;
		margin-left:0 !important;
		background:none !important;
	}
	li.last_page_number{
		margin-right:0 !important;
		padding-right:0 !important;
		border-right:none !important;
	}
	li.current_page_number{ font-weight:bold; }
	
/*** new pagination (previous will be deleted after full replacing)***/
.paging{
	margin: 5px auto;
}
	.paging ul{
		margin-left:0;
		padding-left:0;
		list-style:none;
		text-align:center;
	    clear: both;
	}
		.paging ul li{
			border-right:1px solid #dedede;
			padding: 0 10px;
			margin: 0;
			background:none !important;
			display:inline;
		}

	 	.paging ul li.last{
		 	border-right:none;
		}
		.paging ul li.active a{ font-weight:bold; color: #333; text-decoration: none;}

/* * * Useful stuff * * */
.all-upper{ text-transform:uppercase; }
.clear{
	display: block;
	font-size:0;
	clear:both;
	height:0;
	overflow:hidden;
}
.first{ margin-top:0 !important; }

.right_align, .right_aligned{ text-align:right; }
.left_align, .left_aligned{ text-align:left; }
.center_align, .center_aligned{ text-align:center; }
.nomargin{ margin:0; }
a img{ border:none; }

.obligatory label.nobg{
	background:none !important;
	padding-right:0 !important;
}

.hidey{
	color:#cdcdcd;
	background-color:#cdcdcd;
}
.small_text{ font-size:10px; }

/*** footer ***/
.footer{
	border-top:3px solid #d4d4d4;
	margin: 7px;
	padding:12px 0 0;
	position: relative;
}
	.redalto-logo{
		position: absolute;
		right: 0; top: 50px;
	}
	ul.foot-links{
		list-style:none;
		text-align:center;
	}
		ul.foot-links li{
			display:inline;
			padding: 0 5px;
			border-right:1px solid #444;
		}
		ul.foot-links li.last{
			padding-right:0;
			border-right:none;
		}
