img, div, a, input { behavior: url(iepngfix.htc) }
/* ------------------------------------------------------------------------------------ */
/*                                          style                                       */
/* ------------------------------------------------------------------------------------ */

h1 {
	margin:0px 0px 20px 0px;
	color:#eee;
	font-size:193%;
	font-weight:normal;
}

h2 {
	margin:0px 0px 20px 0px;
	color:#eee;
	font-size:167%;
	font-weight:normal;
}

h3 {
	margin:0px 0px 20px 0px;
	font-size:147%;
	font-weight:normal;
}

strong{
	font-weight:bold;
	color:#fff;
}

a, a:visited{
	color:#666;
}

a:hover{
	color:#888;
}

.clear{
	clear:both;
	margin:0px;
}

/* ------------------------------------------------------------------------------------ */
/*                                          structure                                   */
/* ------------------------------------------------------------------------------------ */

html {
	height: 100%;
}

body {
	/*font-family:"Lucida Grande", Arial, Helvetica;*/
	height: 100%;
	background-color: #2d2a25;
	text-align: center;
}

body.home{
	background-color: #2d2a25;
	background-image: url("../assets/body_home_bkgr.gif");
	background-repeat: no-repeat;
	background-position:770px 130px;
}

body.page{
	background-color: #2d2a25;
	background-image: url("../assets/bkgr_page.gif");
	background-repeat: no-repeat;
	background-position:770px 130px;
}

#wrapper {
	text-align:left;
	min-height: 100%;
	min-width:920px;
	position: relative;
	height: auto !important;
	height: 100%;
}

#left_block{
	font-size:85%;
	background-color: #bc8833;
	position:absolute;
	top:130px;
	width:40px;
	height:195px;
	left:0px;
}

#col_1{
	/*background-color: #eee;*/
	position:absolute;
	width:300px;
	left:50px;
}
	
#col_2{
	/*background-color: #aaa;*/
	padding-top:130px;
	position:absolute;
	width:400px;
	left:360px;
}

#col_3{
	/*background-color: #ddd;*/
	position:absolute;
	width:300px;
	left:770px;
}

/*workaround for IE*/
* html #wrapper {
	height: 100%;
	min-width:920px;
}

#page_wide_header{
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	height:200px;
	background-color:transparent;
	background-image: url("../theme_assets/page_wide_gradient.gif");
	background-repeat: repeat-x;
	background-position:left top;
}

#col_2 ul{
	padding:0px;
	margin:0px;
}

#col_2 h1.title{
	font-family:"Georgia", Arial, Helvetica;
	font-size:24px;
	font-weight:normal;
	color:#bc8833;
	display:block;
	float:left;
	width:300px;
	position:absolute;
	text-align:right;
	margin-left:-330px;
	margin-top:50px;
}

#col_2 ul li{
	padding:5px 0px 5px 0px;
}

/* ------ language ------*/

#language{
	display:block;
	height:130px;
}

#language ul.qtrans_language_chooser{
	font-size:85%;
	margin:0px;
	padding:0px;
	margin-right:20px;
	
}

#language ul.qtrans_language_chooser li{
	border-top:5px solid #333;
	padding-top:5px;
	display:block;
	width:30px;
	float:left;
}

#language ul.qtrans_language_chooser li.active{
	color:#fff;
	border-top:5px solid #fff;
	
}

#language ul.qtrans_language_chooser li.active a span{
	color:#fff;
}

#language ul.qtrans_language_chooser li a{
	color:#888;
	text-decoration:none;
	display:block;
	float:left;
}

#language ul.qtrans_language_chooser li a:hover{
	color:#fff;
}

#language ul.qtrans_language_chooser li a.selected{
	color:#fff;
}

/* ------------------------------------------------------------------------------------ */
/*                                       navigation                                     */
/* ------------------------------------------------------------------------------------ */
#navigation_block{
	font-size:85%;
	margin-top:-4px;
}

#navigation_block ul{
	margin:0px;
	padding:0px;
}

#navigation_block ul.main_navigation{
	margin:0px;
	padding:0px;
	float:left;
	width:150px;
}

#navigation_block ul.secondary_navigation{
	margin:0px;
	padding:0px;
	float:left;
	width:150px;
}

#navigation_block ul li{
	line-height:20px;
}

#navigation_block ul li a{
}

#navigation_block ul li.current_page_item a, #navigation_block ul li.current_page_ancestor a{
	color:#fff;
	font-weight:bold;
}

div.entry{
	font-size:85%;
	color:#888;
	width:380px;
	text-align:justify;
	
	padding-bottom:100px;
}

div.sidebar_block{
	border-top:1px solid #2d2a25;
	padding-left:10px;
}

div.sidebar_block ul{
	margin:0px;
	padding:0px;
	margin-top:10px;
	font-size:85%;
}

div.sidebar_block ul li{
	
}

div.sidebar_block ul li a, div.sidebar_block ul li a:visited{
	
}

div.sidebar_block h4{
	padding:0px;
	margin:0px;
	color:#ddd;
	font-weight:normal;
}
/* ------------------------------------------------------------------------------------ */
/*                                        footer                                        */
/* ------------------------------------------------------------------------------------ */
#footer{

	}


