yhtml, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 15px;
}
h3{
	font-size: 13px;
}
body{
	background-color:#34312b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('img/bg.gif');
}
sup{
	font-size: 65%;
	color: #888;
}
#wrapper{
	margin:0 auto;
	width: 810px;
	height:100%;
}
#header{
	position: relative;
	background: #118db8 url('img/logo_bg.gif') no-repeat;
	height: 121px;
}
#header h1{
	height: 94px;
	width: 290px;
}
#star{
	position: absolute;
	left: -57px;
}
#overnav{
	height: 3px;
	background: #000 url('img/overnav_star.gif') no-repeat;
	font-size: 1px;
}
#nav{
	margin: 0 0 6px 0;
	background: #3b3b3b url('img/nav_star.gif') no-repeat;
	height: 23px;
}
#nav ul{
	list-style: none;
	margin-left: 10px;
	padding: 5px 0 4px 30px;
}
#nav li{
	display: inline;
	margin: 0 4px;
}
#nav li a{
	color:#fff;
	text-decoration:none;
	padding: 4px;
}
/*
#nav li#news a:hover{
	background-color: #1abf1e;
}
#nav li#photo a:hover{
	background-color: #ae52ee;
}
#nav li#video a:hover{
	background-color: #ffa81e;
}
#nav li#spots a:hover{
	background-color: #ee52bd;
}
#nav li#profiles a:hover{
	background-color: #f2e84e;
}
#nav li#shops a:hover{
	background-color: #84e6ff;
}
#nav li#forum a:hover{
	background-color: #addd51;
}*/
#nav li a:hover{
	background-color: #5aa8bd;
}
.clear{
	clear:both;
	padding:1px;
}
#content{

}
#left{
	float:left;
	background-color: #fff;
	width:310px;
	padding: 25px 20px 20px 25px;
}

#left h3 a, #inside_left h3 a{
	color:#0c738d;
	font-size: 11px;
	text-decoration: none;
}
#left h3 a:hover, #inside_left h3 a:hover{
	color:#0c738d;
	font-size: 11px;
	text-decoration: underline;
}

ul#news,ul#fingerblog{
	list-style:none;
	margin: 5px 0 0 0;
}
ul#news img{
	float: left;
	margin: 0 4px 2px 0;
}
ul#news div.info,ul#fingerblog div.info{
	clear: left;
	padding: 2px 5px;
	background-color: #dcf6fd;
	margin: 5px 0 10px 0;
	font-size: 9px;
}
#right{
	float: left;
	background-color: #d6f2fa;
	background-image: url('img/blue_shadow.gif');
	background-repeat: repeat-y;
	padding: 25px 0 20px 10px;
	width: 445px;
}
#right a,#inside_right a{
	color: #000;
}
#right a:hover,#inside_right a:hover{
	text-decoration:none;
}
#right .block, #inside_right .block{
	float:left;
	margin: 0 0 20px 10px;
	width: 200px;
}
#right .block div,#inside_right .block div{
	/*text-align:center;*/
	width: 200px;
	background: #fff url('img/block_bottom.gif') no-repeat bottom left;
	margin: 0 0 5px 0;
}
#right .block div p,#inside_right .block div p{
	padding: 8px 20px;
}
#right .block div img,#inside_right .block div img{
	display: block;
	margin: 10px 20px 0 20px;
}
#right .block h2 span,#inside_right .block h2 span{
	display:none;
}
#right .block div img.h,#inside_right .block div img.h{
	display: block;
	margin: 0;
}
#hvideo.block h2{
	background: url('img/hvideo.gif');
	height: 24px;
}
#hphoto.block h2{
	background: url('img/hphoto.gif');
	height: 24px;
}
#hrecomend.block h2{
	background: url('img/hrecomend.gif');
	height: 24px;
}
#hspots.block h2{
	background: url('img/hspots.gif');
	height: 24px;
}
#hsounds li span{
	color: #b0b0b0;
	font-size: 10px;
}
#hforumlt li{
	margin: 0 0 5px 0;
}
#hforumlt.block div{
	text-align: left;
}
#hforumlt.block h2{
	background: url('img/hforum.gif');
	height: 24px;
}
#hfriends.block h2{
	background: url('img/hfriends.gif');
	height: 24px;
}
#hweather.block h2{
	background: url('img/hweather.gif');
	height: 24px;
}
#hweather.block div{
	margin: 0 auto;
	text-align:center;
}
#hforumlt ul, #hfriends ul,#hsounds ul{
	padding-bottom: 10px;
	margin: 10px 5px 0 20px;
}
.block ul{
	list-style:none;
}
.block li{
	margin: 3px 0 3px 0;
}

#footer{
	position: relative;
	clear: both;
	margin: 10px 0 0 0;
	background: #fff;
	height: 50px;
	padding: 0 25px 10px 25px;
}
#footer ul{
	padding: 10px 0 0 0;
	list-style: none;
}
#footer img#lc{
	position: absolute;
	left:0;	
}
#footer img#rc{
	position: absolute;
	right: 0;
}

#inside_left{
	float:left;
	background-color: #fff;
	width:520px;
	padding: 25px 20px 20px 25px;
}
#inside_right{
	float: left;
	background-color: #d6f2fa;
	background-image: url('img/blue_shadow.gif');
	background-repeat: repeat-y;
	padding: 25px 0 20px 10px;
	width: 235px;
}

#inside_left h2{
	margin-bottom: 5px;
}

.rtop, .rbottom{display:block; background: #fff}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #fafafa}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
/*comments styles*/

div#comments{
	padding: 0 20px;
}
.commentblock{
	background: url(img/quote_strike.gif) no-repeat 18% 50px;
	margin: 0 0 20px 0;
}
div.commentblock img.memberavatar{
	float: left;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 4px;
	margin: 0 7px 10px 0;
	width: 50px;
	height:50px;
}
div.commentblock span{
	float: left;
	color: #333;
}
div.commentblock div.commenttext{
	margin: 0 0 10px 50px;
	background-color: #dcf6fd;
	clear: both;
}
div.commenttext div{
	color: #333;
}
div.commenttext div{
	margin: 10px;
}
img.quotestrike{
	margin: 0 0 0 50px;
	clear: both;
}

div#commentform{
	margin: 0 0 30px 0;
}
div#comments_auth{
	margin: 30px 0 0 0;
	font-size: 12px;
	color: #555;
	overflow: hidden;
}
div#commentform form table tr td textarea{
	width: 350px;
	height: 70px;
}
div#commentform form{
	margin: 0 10px;
}
div#commentform,div#commentform .rtop *,div#commentform .rbottom *, div.commenttext .rtop *, div.commenttext .rbottom *{
	background-color:#dcf6fd;
}

/*comments end*/

#grits{
	margin: 0 0 14px 0;
}

#pager{
	clear: both;
	text-align: center;
	margin: 20px 0;
}
#pager span#pager_selected{
	background-color: #d6f2fa;
	padding: 3px 6px;
	color: #000;
}

#pager a{
	color: #000;
}
#pager a:hover{
	color: #000;
	text-decoration: none;
}

table#lastspot{
	margin: 0 0 20px 0;
	width: 460px;
}
h2.imageheader{
	margin: 0 0 10px 0;
}
table#lastspot tr td img{
	float: left;
	margin: auto 10px auto auto;
}
h3#lastspot{
	background: inherit;
	width: inherit;
}
h3#lastspot a{
	font-weight: 800;
	color:#444;
	text-decoration: none;
}
h3#lastspot a:hover{
	text-decoration: underline;
}

#spots h3{
	background-color: #ededed;
	padding: 5px;
	margin: 2px 0 2px 0;
	width: 80%;
}
#spots h3 a{
	font-size: 11px;
	font-weight: 100;
	text-decoration: underline;
}
#spots h3 a:hover{
	text-decoration: none;
}
table#photos{
	margin: 20px 0 0 0;
	/*background-color: #f0faff;*/
	width: 520px;
}
table#photos{
	margin: 10px;
	border-spacing: 10px;
}

table#photos img{
	margin:0 0 10px 0;
}

table#photos tr td{
	width: 160px;
	border: 1px solid #89d5ff;
	padding: 5px;
	margin: 10px;
	background-color: #eef9ff;
}
table#photos img{
	margin: 0 auto;
}

div#photo{
	width: 100%;
	margin: auto;
	text-align: center;
}
div#photo div{

	text-align: left;
}



#galleries h3{
	background-color: #f0faff;
	padding: 5px;
	width: 50%;
	margin: 2px 0 2px 0;
}
#galleries h3 a, #galleries h3 a:hover{
	font-size: 11px;
	font-weight: 100;
	text-decoration: underline;
}

.imgfloatleft{
	float: left;
	padding: 4px;
	margin: 0 4px 4px 0;
	border: 1px solid #76dbe4;
	color: #464646;
}
.imgfull{
	padding: 4px;
	border: 1px solid #76dbe4;
	margin: 20px 0 20px 0;
	color: #464646;
}
.imgfull img{
	margin: 0 0 10px 0;
}
#inside_left p{
	margin: 0 0 10px 0;
}
table#ShtCal{
	width: 420px;
}
table#ShtCal tr td{
	width: 60px;
	font-size: 11px; 
	cursor:pointer;
	height: 20px;
	text-align:center;
	vertical-align:middle;
	position:relative;
}
table#ShtCal img{
margin: 4px;
}
.ShtPicPop{
	position: absolute;
	margin-left: 4px;
}
ul#friends{
	list-style: none;
}
.content_picture{
	border: 2px solid #dfdfdf;
	text-align:center;
	padding: 4px;
	margin: 10px 0;
}
.content_picture img{
	margin: 4px;
}
.soundtracks-list{
	margin: 0 0 20px 0;
}
.soundtracks-list tr td,.soundtracks-list tr th{
	margin: 4px;
	padding: 6px;
	background-color: #ededed;
}
.soundtracks-list tr th{
	margin: 4px;
	padding: 6px;
	background-color: #eeeeee;
}
.soundtracks-list a:link,.soundtracks-list a:visited{
	color:#000;
}
.soundtracks-list a:hover{
	text-decoration:none;
}
#fingerblog h3{
	font-size: 15px;
}
#register_block{
	border: 2px solid #109abc;
	background: #ecf8fb;
	width: 390px;
	margin: -7px 10px 10px 20px;
	padding: 5px 10px;
}
#register_block a{
	color:#0000cc;
}

#msgtimelimit,#msgok,#msgauth{
	color: #68a1b0;
	font-weight: 800;
	border: #9fd4e2 2px solid;
	background-color:#f0f9fb; 
	width: 80%;
	margin: 0 10px 10px 0;
	padding: 15px 15px;
	text-align:center;
}


/*одиночные*/
.proftab{
	background-color: #d5f1f9;
	padding: 4px;
}
.proftab table{
	padding: 4px;
}
.proftab table td{
	padding: 4px;
	background-color: #f4f8f9;
}
#dnlvid{
	border: 1px solid #bbb;
	background: #e4eef0;
	width: 140px;
	text-align:center;
	padding: 10px;
	margin: 0 0 10px 0;
}
#dnlvid a{
	font-weight: 800;
	color: #34b5d3;
	text-decoration: none;
}
#dnlvid a:hover{
	text-decoration: underline;
}
#videos h3,#videos h3 a,#videos h3 a:hover{
	font-size: 15px;
	color: #444;
	margin: 0 0 5px 0;
}
#videos h3 a:hover{
	text-decoration:underline;
}
#videos ul{
	list-style:none;
}
#videos ul li{
	background-color: #ededed;
	padding: 10px;
	margin: 10px 0 10px 0;
	width: 80%;
}
#videos ul li:hover{
	background-color: #ddd;
}

table#lastvid{
	background: #ccc;
	margin: 0 0 20px 0;
	width: 435px;
	padding: 10px;
}
#footer_links{
	position: absolute; 
	right: 0; 
	top:0; 
	margin: 15px 20px 0 0;	
}
#footer_links img:hover{
	cursor: pointer;
}
