/* zero out everything   */
* {
	margin: 0;
	padding: 0;
}

/********************* positionning layout ***************************/
#page {
	left: 50%;
	margin-left: -500px;
	position: absolute;
	width: 1000px;
	background: transparent url(css/img/bg-page.gif) repeat-y; 
}

#main {
	float: right;
	width: 720px;
}

#sidebar {
	float: left;
	width: 280px;
	position: relative;
	top: -25px;
}

/****************************************/
body {
	
	background-image:url(css/img/page_bg.jpg);color:#313131;;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}



h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

img, a img {
	border: 0;
}

/*********/
img.float-left {
	float: left;
	margin: 7px;
}

p.clear {
	clear: both;
}

p {
 text-indent: 20px; /* Отступ первой строки в пикселах */
 text-align: justify;
}

/*************/
a {
	color: #00696A;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

code, pre {
	width: 90%;
	border: 1px solid #818181;
	line-height: 1.2em;
	font-family: "Courier New",monospace;
	font-size: 1em;
	padding: .5em;
	color: #000000;
	background-color: #F5F5F5;
	overflow: auto;
	margin: 10px 0 10px 10px;
}

/*      Header / Top
*******************************************/
#top {
	height: 267px;
	background: url(css/img/avL2.jpg) repeat-x left top;
}

#top h1 {
	text-indent: 30px;
	color: #4682B4;
	font-size: 11px;
}




#prelude {
	position: absolute;
	height: 22px;
	top: 210px;
	right: 40px;
}

#bottomA {
	
	background-image: url(css/img/top22.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
#bottom2M {
	
	background-image: url(css/img/top2.png);
	background-repeat: no-repeat;
}


#bottom3 {
	background-image: url(css/img/top4.png);
	background-repeat: no-repeat;
}
#bottom3A {
	background-image: url(css/img/top44.png);
	background-repeat: no-repeat;
}
#bottom2 {
	background-image: url(css/img/top3.png);
	background-repeat: repeat-y;
	

}
#bottom2A {
	background-image: url(css/img/top33.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
#bottom2A p {
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
}
#bottom2A .both2  {
	font-size: 16px;
	padding-left: 15px;
	padding-top: 5px;
}

#bottom2 p {
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;

}
#bottom2 .both2  {
	font-size: 16px;
	padding-left: 15px;
	padding-top: 2px;
}

/*         content
*********************************************/
#content {
	position: relative;
	top: -25px;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 2px;
}
#right #bottom h2 {
	font-size: 17px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}
#right #bottomA h2 {
	font-size: 17px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}
#right #bottom3 {
}

#right   #bottom2   p  strong  {
	padding-top: -30px;
}
#right   #bottom2A   p  strong  {
	padding-top: -30px;
}
#right #bottom2 p {
	margin-top: 3px;
	margin-bottom: 3px;
}

#right #bottom2A p {
	margin-top: 3px;
	margin-bottom: 3px;
}

#right #bottom2 {
	padding-left: 2px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#right #bottom2A {
	padding-left: 2px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#bot  {
	width: 99%;
	clear: both;
}
.env {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
}

.rent {
	margin-left: 120px;
}


h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
}


/*               into #content 
*************************************************************/
h2.post-title {

	border-bottom: 1px solid #DDDDDD;
	font-size: 1.5em;
	margin-top: 10px;
}

h2.post-title, h2.post-title a {
	color: #F06400;
	background-color: transparent;
}

h2.post-title a:hover {
	text-decoration: none;
}

p.post-info {
	margin: 0 15px 0 0;
	text-align: right;
	font-size: 80%;
}


p.email {
	font-weight: bold;
	font-size: 9pt;
	margin-top: 48px;
	margin-left: 20px;
}



/*  post tags (ul.post-tags)
***********************************************/
ul.post-tags {
	font-weight: bold;
	margin-left: 10px!important;
}

ul.post-tags li {
	display: inline;
}

ul.post-tags li a {
	border-right: 1px solid #C6C6C6;
	float: left;
	padding: .2em 5px;
	text-decoration: none;
}

ul.post-tags li a:hover {
	background-color: transparent;
	color: #2F2F2F;
	text-decoration: underline;
}

/****** post-content *******/
div.post-content {

	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#content #big .post-content #right {
	margin-left: 428px;
}
#big .post-content #myGallery {
	width: 460px;
	float: left;
}


div.post-content p {
	margin: .6em 0;
}
	

div.post-date {
	clear: both;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 45px;	
}

div.post-menu {
	clear: both;
	margin-top: 0;	
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 45px;

	
}
.time-menu {
	clear: both;
	margin-left: 110px;
	margin-bottom: 15px;
}
.banner-menu {
	clear: both;
	margin-left: 45px;
	margin-bottom: 15px;
}
.banner-menu1 {
	clear: both;
	margin-left: 95px;
	margin-bottom: 15px;
}


.weather-menu {
	clear: both;
	margin-left: 55px;
	margin-bottom: 15px;
}

div.post-menu p {
	padding-right: 10px;
	margin: 15px 0;
	 background: #79c9ec url(css/img/button1.png) 50% 50% repeat-x;	
		
}



/*          #sidebar
**************************************
**************************************/
.block {
	margin-top:  0.7em;
	margin-right: 27px;
	margin-bottom: 0;
	margin-left: 30px;
}
.block2M {
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 45px;
	}

#sidebar h2 {
	text-indent: 20px;
	font-size: 1.7em;
	background: none;
	border: none;
}

#sidebar h3 {
	text-align: center;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li a {

	background: url(css/img/button.png) no-repeat;
	display: block;
	margin: 3px;
	text-decoration: none;	
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	
}



/* Footer 
********************************************/
#footer {
	clear: both;
	background: url(css/img/bg-footer.gif) #FFFFFF no-repeat center top;
	height: 88px;	
}

p.footer-info {
	text-align: center;
	position: relative;
	top: 45px;
	}

/*  CC licence : respect it ! */
div#CC-licence {
	border: 4px solid #E0AD4B;
	background: transparent url(css/img/CC-licence-bg.png) no-repeat 195px 30px;
	width: 230px;
	padding: 2px;
	margin: 8px;
}


div#CC-licence p {
	margin: 0px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

div#siteMap div p {
	margin: 4px;
	text-indent: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#siteMap1 {	
	padding-left: 55px;		
}

div#CC-licence a {
	color: #D20000;
	text-decoration: none;
	background-color: transparent;
}

div#CC-licence a:hover {
	text-decoration: underline;
	color: #7D0000;
	background-color: transparent;
}

img.CC-floatleft {
	float: left;
	margin: 4px 2px 0 0;
}

#dialog_link {padding: .4em 1em .4em 30px;text-decoration: none;position: relative; }





/* END  CC licence */


/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.landscapes a {
	background: url(images/landscapes.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/people.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/nature.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/urban.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

