﻿body {
	margin-top: 20px;
	padding: 0;
	/*background: url(images/img01.gif) repeat-x left top;*/
	background: url('/images/map.jpg');
	font-family: Verdana;
	font-size: 12px;
	color: #424242;
}

div#lestam {
position: absolute;
left: 20px;
bottom: 20px;
}

div#forum {
position: absolute;
right: 20px;
bottom: 20px;
}

h1, h2, h3 {
	margin: 0 0 5px 0;
	font-family: Arial, serif;
	font-weight: bold;
	color: #424242;
}

h1 {
	letter-spacing: -1px;
	font-size: 20px;
}

h2 {
	font-size: 20px;
}

.h2 {
 font-size: 14px;
 font-weight: bold;   
}

p {
	text-indent: 3px;
}

p, ul, ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: justify;
}

a {
    color: #5fa606;
}

a:visited {
    color: #4f7942;
}

a:hover {
    color: #FF0000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
}

/* Header */

#header {
	width: auto;
	height: 130px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
    max-width: 1100px;
}

#logo {
	float: right;
	height: 90px;
	position: relative;
	top: -25px;
	right:	70px;
}


/* Menu */

#menu {
	float: left;
    position: relative;
    bottom: -130px;
    }

#menu ul {
	margin: 0;
    padding: 1px;
	list-style: none;
    border: 1px solid #ccc;
    background-color: white;
}

#menu li {
	display: inline;
    padding: 2px 10px;
}

#menu a {
	text-decoration: none;
	font-size: 12px;
    font-weight: bold;
    
}

#menu a:hover {
	text-decoration: underline;
}


/* Page */

#page {
    background: white;
	border: 1px solid #ccc;
    max-width: 1100px;
	margin: 0 auto;
    width: auto;
}

/* Content */

#content {
	float: left;
	max-width: 800px;
	padding: 20px 20px;
	background: white;
    width: auto;
}

/* Post */

.post {
}

.post .title {
	height: 52px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 60px;
	border-bottom: 1px dashed #D1D1D1;
	background: url(images/img04.gif) no-repeat left top;
	color: #8BCB2F;
}

.post .title b {
	font-weight: normal;
	color: #0094E0;
}

.post .date p {
	margin: 0;
	padding: 0;
}

.post .date {
	width: 50px;
	margin-top: -80px;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #283900;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -13px;
	padding-left: 2px;
	font-size: 16px;
	color: #283900;
}

.post .entry {
}

.post .meta {
	margin: 0;
	padding: 15px 0 60px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 10px;
	background: #8BCB2F;
	border: 1px dashed #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
}

.post .meta .comments {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: #0094E0;
	border: 1px dashed #FFFFFF;
	font-size: 9px;
}

.post .meta b {
	display: none;
}

.post .meta a {
	color: #FFFFFF;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 30px;
	padding-top: 20px;
	background: white;
}

#sidebar ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #D1D1D1;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
}

#sidebar h2 {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #0094E0;
}

#sidebar strong, #sidebar b {
	color: #8BCB2F;
}

#sidebar a {
	text-decoration: underlines;
	color: black;
	font-weight: bold;
}

/* Search */

#search {
}

#search h2 {
}

#s {
	width: 150px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	color: #353535;
}

#copy {
    float: left;
}

#liveinternet {
    float: right;
}

input[type="submit"] {
    border: 1px solid #ccc;
}

.table_simple {
    vertical-align: top;
}

.table_simple th{
	color: white;
    background-color: #bbb;
}

.table_simple td {
    vertical-align: top;
    padding: 3px;
    text-align: left;
}

.table_simple p {
    text-align: left;
    text-indent: 0;
}


.table_cont {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 5px;
    width: 400px;
}

.table_cont td {
    padding: 5px;
    text-align: center;
    min-width: 100px;
}

.table_cont th {
    color: white;
    background-color: #bbb;
}

.table_user {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 5px;
    width: 100%;
}

.table_user th{
    color: white;
    background-color: #bbb;
}

.table_user td {
    padding: 5px;
    text-align: center;
    border: 1px solid #bbb;
}

#log {
    position: fixed;
    top: 40%;
    left: 40%;
    z-index: 10;
    width: 100px;
    border: 1px solid #ccc;
    background-color: white;
    padding: 10px;
    text-align: center;
    
}

#log img {
    position: relative;
    top: 3px;
}

.new {
    font-weight: bold;
    color: white;
    background-color: red;
    padding: 1px 3px;
    font-size: 9px; 
}
.info {
    color: #bbb;
    font-size: 11px;
}

.videolist{
    margin: 0 0 0 15px;
    padding: 0;
}

.videolist li{
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
    background-image: url('/images/icon/video.png');
    background-position: left top;
    background-repeat: no-repeat;
    list-style-type: none;
    
    
}
.videoinfo {
    margin: 5px 0;
}

#myskates {
	list-style: none;
    margin: 5px 0;
    padding: 0 5px;
    text-align: left;
}

.sicon {
position: relative;
top: 3px;
}

#frends {
	text-align: center;
	font-size: 14px;
}

.baner_wtb {
	height: 110px;
}

.baner_wtb img {
	margin: 5px;
}

.baner_wtb p{
	text-indent: 0;
}

.event_block {
    font-size: 12px;
    height: 30px;
    margin: 5px 0;
    padding: 5px;
}

.event_head {
    display: block;
    float: left;
    height: 15px;
    width: 100%;
}

.event_head .date{
    background-color: #999900;
    color: white;
    float: left;
    font-size: 10px;
    margin: 0 3px;
    padding: 3px;
    text-align: center;
    width: 28px;
}

.event_head .day {
    font-size: 15px;
    font-weight: bold;
}

.event_head .mounth{
	font-size: 10px;
}

.event_head .title{
	margin: 0;
    padding: 0;
	font-weight: bold;
}

.event_detail {
	font-size: 11px;
}

.event_detail .user {
	font-weight: bold;
}

/* Pokatshka */
.event_info {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}

.event_info p {
	margin: 0px;
	padding: 0px;
    text-indent: 0;
    text-align: center;
}

.event_info .info_start , .event_info .info_finish, .event_info .info_route {
	/* border: 2px solid #CCCCCC; */
    color: #666666;
    float: left;
    font-size: 12px;
    padding: 5px;
	margin: 5px 0;
    background-color: #F0F0E7;
    width: 150px;
}

.event_info .info_start {
}

.event_info .info_route {
    background-color: transparent;
    border-bottom: 2px dotted #CCCCCC;
    font-size: 12px;
    position: relative;
    top: 6px;	
}

.event_info .info_finish{
	
}

.event_text{
    clear: both;
}

.fl_date {
	background-color: #999900;
	color: white;
	float: left;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 3px;
	text-align: center;
	width: 50px;
}

.fl_date .day {
    font-size: 18px;
    font-weight: bold;
}

.fl_date .mounth{
	font-size: 10px;
}

.fl_date .year{
	font-size: 10px;
}

.event_tbontb {
	clear: both;
}

.event-page-block {
	margin: 0 0 0 60px
}

.block-bb {
    background-color: #F0F0E7;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    display: inline-block;
    padding: 5px;
    width: 100%;
}

.event-tobe, .event-notbe {
	margin: 10px 5px;
}

.event-notbe {

}

.bestat {
    background-position: 0 2px;
    background-repeat: no-repeat;
    margin: 2px 0;
    padding-left: 20px;
}

.event-notbe  a{
	color: #424242 !important;
}

.status1 {
	background-image: url("/images/status/status1.png");
}

.status2 {
	background-image: url("/images/status/status2.png");
}

.status3 {
	background-image: url("/images/status/status3.png");
}

.status4 {
	background-image: url("/images/status/status4.png");
}

.status5 {
	background-image: url("/images/status/status5.png");
}
