html{
	overflow-y:scroll;
}

body{
	background:#F6F4ED;
	font-family:arial, verdana, sans-serif;
	padding::10px;
}

.general-loader-layer{
	background:#ccc;
	display:none;
	height:52px;
	left:50%;	
	margin-left:-65px;
	margin-top:-26px;	
	opacity:0.7;
	position:absolute;
	top:50%;
	width:160px;
	z-index:4;		
}

.general-loader{	
	background:#f4faf4;
	display:none;
	height:42px;
	left:50%;	
	margin-left:-60px;
	margin-top:-21px;	
	position:absolute;
	top:50%;
	width:150px;
	z-index:5;	
}

.general-loader div{
	background:url(ajax-loader-big.gif) no-repeat left center;	
	color:#999;
	height:32px;
	line-height:32px;
	margin:5px;
	padding:0 0 0 40px;
}

.layout-container{	
	margin:0 auto;
	width:850px;	
}

.layout-container-inner{
	margin:10px 0;
}

.layout-header{
	background:url(main.png) no-repeat;
	height:70px;			
}

.layout-header h1{	
	border-bottom:1px solid #ddd;
	color:#999;
	margin:0 0 0 100px;
	padding:0 0 5px 0;
	font-size:200%;
	font-weight:normal;
	text-align:right;
}

.layout-header ul{
	float:right;
	padding:5px 0 0 0;
}

.layout-header li{
	float:left;
}

.layout-header li a{
	color:#1fc21e;
	display:block;
	padding:0 0 0 18px;
}

.layout-header li a:hover{
	color:#22af21;
}

.layout-header li .selected{
	color:#999;
}

.layout-header .langs{
	float:left;
	margin:0px 0 0 100px;
	width:300px;
}

.layout-header .langs li{
	background:url(lang_bg.gif) no-repeat;
	float:left;
	margin: 0 10px 0 0;
	padding:0 0 0 5px;
}

.layout-header .langs a{	
	background:url(lang_bg.gif) no-repeat right;
	color:#fff;
	cursor:pointer;
	display:block;
	height:18px;
	line-height:17px;
	padding:0 5px 0 0;
}

.layout-header .langs a:hover{	
	color:#eee;
}

.layout-content-top{
	background:url(box-bg.png) no-repeat;
	height:15px;
}

.layout-content{	
	background:#fff;
	border-left:15px solid #ededed;
	border-right:15px solid #ededed;
	color:#999;
	min-height:500px;
	padding:10px;
}

.layout-content strong{
	
}

.layout-content-bottom{
	background:url(box-bottom-bg.png) no-repeat bottom;
	height:15px;
}

.layout-content .content{
	float:left;
	margin:0 50px 0 0;
	width:480px;
}

.layout-content .content-loader{
	background:url(ajax-loader-big.gif) no-repeat;
	color:#F4742D;
	height:32px;
	line-height:32px;
	padding:0 0 0 40px;
	width:200px;
}

.layout-content h2{
	border-bottom:1px solid #eee;
	color:#999;
	font-size:140%;
	font-weight:bold;
	letter-spacing:1.1px;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}

.layout-content .ref-title{
}

.layout-content .photo-title{
	margin:25px 0 10px 0;
}

.layout-content .city-title{
	margin:25px 0 10px 0;
}

.layout-content .content-inner{
	line-height:18px;
	letter-spacing:1;
}

.layout-content .reflist,
.layout-content .albumlist{
	float:right;
	width:270px;
}

.newest-content{
	/*display:none;*/
}

.photo .albumlist .item,
.newest-content .item{
	margin:0 0 20px 0;
	padding:3px;
}

.photo .albumlist .img-holder,
.newest-content .img-holder{
	float:left;
	margin:0 10px 0 0;
	width:84px;
}

.photo .albumlist .img-holder{
	width:64px;
}

.photo .albumlist img,
.newest-content img{
	border:1px solid #ddd;
	cursor:pointer;
	padding:1px;
}

.photo .albumlist .body,
.newest-content .body{
	float:left;
	width:170px;
}

.photo .albumlist .body{
	width:190px;
}

.photo .albumlist .title,
.newest-content .title{
	border-bottom:1px solid #eee;
	cursor:pointer;
	padding:0 0 3px 0;
	font-size:100%;
}

.photo .albumlist .title{
	color:#31B2E5;
}

.photo .albumlist .text,
.newest-content .text{
	font-size:90%;
	padding:5px 0 0 0;
}

.photo .albumlist a,
.newest-content a{
	color:#1fc21e;
}

.photo .albumlist a:hover,
.newest-content a:hover{
	color:#22af21;
}

/******* photo content ******/
.photo-content{
	/*display:none;*/
}

.photo-content img{
	border:1px solid #ddd;
	float:left;
	display:block;
	margin:0 3px 3px 0;
	padding:1px;
}

/******* city content ******/
.city-content{
	margin:0 0 25px 0;
}

.city-content h2{
	margin:25px 0 0 0;
}

.city-content form{
	margin:0 0 5px 0;
}

.city-content label{
	font-size:85%;
}

.city-content input{
	background:#F6F4ED;
	border:1px solid #ddd;
	width:100px;
}

.w-layer{
	background:#f4faf4;
	border:1px solid #ace1ab;
	font-size:90%;
	padding:5px;
}


.w-layer img{
	float:left;
	margin:0 10px 0 0;
}

.w-layer w-holder{
	float:left;
}

.w-layer .w-item{
	font-size:90%;
	padding:0;
}

.w-forecast{
	margin:5px 0 0 0;
}

.w-forecast span{
	display:block;
	float:left;
	margin:0 10px 0 0;
}

.w-forecast .w-day,
.w-forecast .w-act{
	color:#1fc21e;
	cursor:pointer;	
}

.city-links{
	margin:15px 0 0 0;
}

.city-links .iwiw{
	float:left;
	margin:0 10px 0 0;
}

.city-links .map{
	float:left;
	min-width:100px;	
}

.city-links a{
}

.city-links a:hover{
	text-decoration:underline;
}

/***** reflist *******/
.ref-type-chooser{
	margin:0 0 10px 0;
}

.ref .layout-content .content-inner .title{
	margin:0 0 20px 0;
}

.ref .layout-content .content-inner .title a{
	color:#1FC21E;
	font-size:180%;	
}

.ref .layout-content .content-inner .title a:hover{
	color:#22af21;;	
}

.ref .layout-content .content-inner .tech{
	color:#31B2E5;
	margin:0 0 15px 0;
}

.ref .layout-content .content-inner .describe{
	margin:0 0 15px 0;
}

/***** fotók ****/
.photo .content-inner .title{
	color:#1FC21E;
	font-size:180%;	
	margin:0 0 20px 0;
}

.photo .content-inner .img-layer{
	background:url(ajax-loader-big.gif) no-repeat center center;
	float:left;
	min-height:74px;
	margin:0 3px 3px 0;
	min-width:74px;
}

.photo .content-inner img{
	border:1px solid #ddd;
	padding:1px;
}

.ref .clicked,
.photo .clicked{
	background:#f4faf4;
}

/***** blog ******/
.blog-holder{
	margin:15px 0 0 0;
}

.blog-holder .item{
	margin:0 0 25px 0;
}

.blog-holder .title{
	border-bottom:1px solid #eee;
	padding:0 0 5px 0;
}

.blog-holder .text{
	margin:5px 0 0 0;
}

.blog-holder a{
	font-size:120%;
}

.blog-holder a:hover{
}

.blog-holder{
}