/* grid */
body{
	background: url(../images/backgrounds/main_bg.png);
}
#main_container {
	width: 930px;
	margin: 20px 0 0 20px;
	overflow: hidden;
}
#header {
	height: 110px;
	padding: 0 0 0 0;
}
.sidebar {
	width: 300px;
	float: left;
	text-align: right;
	margin: 0 18px 0 0;
	font-size:10px;
}

.sidebar li {
	margin:10px 0 10px 0;
}

.sidebar a{
	color: #999;
	display:blok;
	font-size:10px;
}


.sidebar a.active, .sidebar a:hover {
	color: #651368;
	font: bold 10px Georgia;
	
}

.content{
	float: right;
	width: 609px;
}
.box{
	background: url(../images/backgrounds/content_bg.png);
	padding: 20px 20px 10px 20px;
	margin: 0 0 20px 0;
	min-height:373px;
}

.box_comment_form
{
	background: url(../images/backgrounds/content_bg.png);
	padding: 20px 20px 10px 20px;
	margin: 0 0 20px 0;
}

.box_first_blog{
	
	background: url(../images/backgrounds/content_bg.png);
	padding: 60px 20px 10px 20px;
	margin: 0 0 20px 0;
}

.box_listings_blog{
	
	background: url(../images/backgrounds/content_bg.png);
	padding: 10px 20px 10px 20px;
	margin: 0 0 20px 0;
}

.box_search {
	
	background: url(../images/backgrounds/content_bg.png);
	padding: 20px 20px 0px 20px;
	margin: 0 0 17px 0;
	
}

/* .logo{
	float: left;
	display:block;
	width:75px;
	height:95px;
	text-indent: -9999px;
	margin: 0 10px 0 0;
	background: url(../images/logo.png) no-repeat;
} */
.logo{
	float: left;
	display:block;
	width:75px;
	height:95px;
	text-indent: -9999px;
	margin: 0 10px 0 0;
	background: url(../images/logo.png) no-repeat;
}
.slogan{
	font-size: 1.10em;
	color: #999999;
	float: left;
	font-family:Georgia,Serif;
}

.slogan .main_name{
	font-family:Arial;
}
.action{
	color: #999;
}

.top_contact{
	float: right;
	text-align: right;
	font-size: 0.90em;
	line-height: 1.5em; 
	color: #999;
	font-family: Georgia;
}
.top_contact p{
	margin: 0 0 0px;
}
.left_adr{
	float: left;
	border-right: 1px solid #7f3980;
	padding: 0 9px 0 0;
	height: 40px;
}
.right_adr{
	float: left;
	border-right: 1px solid #c3485b;
	margin: 0 0 0 110px;
	padding: 0 9px 0 0;
	height: 40px;
}

#footer{
	text-align: right;
	margin: 0 0 10px;
	font: normal 0.9em Georgia;
}
#footer a{
	color: #999;
}
#footer a:hover{
	text-decoration: underline;
}

#sitemap{
	text-align: left;
	margin: 0 0 10px;
	font: normal 0.9em Georgia;
}
#sitemap a{
	color: #999;
}
#sitemap a:hover{
	text-decoration: underline;
}


/* text from text editor */
.client_text{
	clear: left;
	padding: 10px 0 0;
}
.client_text  p{
	margin-bottom: 8px;
}
.client_text a{
	text-decoration: underline;
}
.client_text ul, .client_text ol{
	padding: 10px 0;
	list-style-type: disc;
	list-style-position:inside;
}
.client_text ol{
	list-style-type: decimal;
}
.client_text ul li, .client_text ol li{
	padding: 5px 0 0 10px;
}
.client_text h1 {
	font-size: 1.5em;
	margin: 0 0 1.5em;
}
.client_text h2 {
	font-size: 1.4em;
	margin: 0 0 1.4em;
}
.client_text h3 {
	font-size: 1.3em;
	margin: 0 0 1.3em;
}
.client_text h4 {
	font-size: 1.2em;
	margin: 0 0 1.2em;
}
.client_text h5 {
	font-size: 1.1em;
	margin: 0 0 1.1em;
}
.client_text h6 {
	font-size: 1em;
	margin: 0 0 1em;
}
.client_text img{
	padding: 2px;
	margin: 0 5px 5px 5px;
}

.important {
	color: #b945a5;
	font-weight: bold;
}

.normalText{
    font-size: 1em;
}
.bigText{
    font-size: 1.091em;
}
.bigerText{
    font-size: 1.182em;
}
	
/* tabele from timymce*/
.editor_table{
	width: 100%;
}

.editor_table td{
	padding: 2px 5px;
}

.table_header{
	background: #1571af;
	color: #fff;
}
.odd_row{
	background: #1571af;
	color: #fff;
}
.even_row{
	background: #b5ceec;
	color: #fff;
}
	
/* end style from text editor */

/* home page */
.home_block{
	overflow: hidden;
	float: right;
	width: 591px;
	margin: 0 0 20px 0;
}
.home_block li{
	float: left;
	width: 190px;
	height: 150px;
	margin: 0 10px 10px 0;
	vertical-align: bottom;
	position: relative;
}
.home_block  .no_menu{
	border: none!important;
}
.transparent{
	width: 190px;
	height: 150px;
	background: #ddd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	z-index: 1;
}

.transparent_blog_item
{
	width: 190px;
	height: 150px;
	background: #ddd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	z-index: 1;
	display:none;
}


.transp_image{
	cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	z-index: 10;
	display: none;
}
.transp_image.shown{
	display: block;
}
.home_pic{
	width: 190px;
	height: 150px;
	position: absolute;
}

.home_pic_blog{
	
	width: 190px;
	height: 150px;
	position: relative;
}

.home_pic_blog .blog_title_home
{
	display:none;
	position : absolute;
	top:10px;
	left:2px;
}

.home_block li a{
	display: block;
	width: 183px;
	height: 140px;
	position: absolute;
	padding: 0 0 0 8px;
	z-index: 20;
	color: #a178a3;
}


.home_block li a:hover{
	color: #651368;
}
.home_block li a.no_border{
	border: none!important;
	padding: 10px 0 0 8px;
}

.title{
	display: block;
	margin:107px 0 -2px 0;
	font-size: 0.90em;
}
.main_title{
	font: bold 1.1em Georgia;
}

/*
.content.blog , .home_block .blog a{
	border-top: 10px solid #bb3045!important;
}
.content.about_silwia, .home_block .about_silwia a{
	border-top: 10px solid #6e1f6f!important;
}
.content.activity, .home_block .activity a{
	border-top: 10px solid #e2939b!important;
}
.content.vision, .home_block .vision a{
	border-top: 10px solid #b81f3f!important;
}
.content.cooperation, .home_block .cooperation a{
	border-top: 10px solid #a84756!important;
}
.content.experience, .home_block .experience a{
	border-top: 10px solid #ce7c89!important;
}
.content.projects, .home_block .projects a{
	border-top: 10px solid #bb3045!important;
}
.content .page, .home_block .page a{
	border-top: 10px solid #CE7C89 !important;
}
*/


/* inner page */
.main_img{
	width: 200px;
	height: 140px;
	float: left;
	background: #999;
}
.box .inner_title{
	font-size: 18px;
	margin:99px 0 3px 210px;
}
.sub_title{
	font: bold 2.4em Georgia;
	margin: 0 0 0 210px;
}

/* blog */
.blog .inner_title, .blog .sub_title {
	margin: 0;
}
.blog h2{
	font: bold 2.5em Georgia;
	background: url(../images/backgrounds/content_bg.png);
	padding: 14px 0 100px 20px;
}
.blog h3{
	font: bold 16px Arial;
	text-transform: uppercase;
}
.blog .arhive_title{
	background: url(../images/backgrounds/content_bg.png);
	font: normal 18px Arial;
	text-transform: none;
	padding: 10px 0 0 20px;
}
.blog .box h3 a:hover{
	text-decoration: underline;
}
.comment{
	text-transform: uppercase;
}
.date{
	font: bold italic 1.1em Georgia;
	text-transform:capitalize;
}
.blog_list li, .blog_search li{
	margin: 0 0 15px 0;
}
.blog_list a{
	font: normal 14px Georgia;
	color: #999;
	text-transform: none;
}


.blog .blog_list a:hover, .blog  .box .blog_search a:hover, .blog_list li:hover{
	color: #651368;
	text-decoration: none;	
}
.blog_list span{
	display: block;
	font: normal 10px Georgia;
}

.blog_search  {
	margin: 20px 0 0 0;
}
.blog_search h3 {
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
}
.blog_search a{
	color:#999;
}
.blog_search span{
	font-size: 10px;
	text-transform: none;
}

.user{
	font: bold italic 1.1em Georgia;
}
a.user{
	text-decoration: underline;
}

a.user_nolink{
	text-decoration: none;
}

.website{
	font: italic 1.1em Georgia;
}
.website a{
	text-decoration: underline;
}

.comment_data{
	text-align: right;
	font: bold 1.1em Georgia;
	margin-top:8px;
}

.result_text{
	font: normal 1.4em Georgia;
}

/* 25-06-2010 - Sasho changes */
.search_result {
	color:#999;
	padding:0 0 30px;
	font:14px Georgia, "Times New Roman", Times, serif; }
	
.blog_list a.search_article { font:600 16px Arial, Helvetica, sans-serif; text-transform:uppercase; }

.blog_list a.search_article span { font:300 10px Arial, Helvetica, sans-serif; text-transform:none; }

.verstuur_button { margin:0; }