*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Sans-Serif;
	background: #555;
	font-size: 12px;
	color: #555;
}

h1
{
	margin: 0px 0px 8px 0px;
	font-size: 18px;
}

h4
{
	margin: 15px 0px 10px 0px;
	font-size: 16px;
	color: #737373;
}

a
{
	text-decoration: none;
	color: #555;
}

a.author
{
	background: url("user.png") scroll 0 0 no-repeat;
	padding-left: 16px;
}

a.order
{
	background: url("order.png") scroll 0 0 no-repeat;
	padding-left: 20px;
}

a.category
{
	background: url("category.png") scroll 0 0 no-repeat;
	padding-left: 20px;
}

.calendar
{
	background: url("calendar.png") scroll 0 0 no-repeat;
	padding-left: 20px;
}

p
{
	margin-top: 8px;
}

img
{
	background: #fff;
    border: 1px solid #E5E5E5;
	padding: 5px;
}

.image_border img:hover
{
	border: 1px solid #b3e1fb;
	filter: alpha(opacity=9);
	opacity: 0.9;
}

a.image_border
{
	text-decoration: none;
}

.input-data
{
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
	width: 95%;
}

.input-data th
{
	font-size: 12px;
	font-weight: normal;
	padding: 10px 8px;
	background: #EBF5FF;
}

.input-data td
{
	padding: 8px;
}

.input-data tr:hover
{
	background: #DCEAF2;
}

.input-data .odd
{
	background: #F0F3FF; 
}

.error
{
	background:url("error.png") no-repeat scroll 0 1px transparent;
	padding: 2px 0px 2px 20px;
}

.ok
{
	background:url("ok.png") no-repeat scroll 0 1px transparent;
	padding: 0px 0px 2px 20px;
}

.quote
{
	border-left: 3px solid #cae3ff;
	padding: 4px 8px 4px 8px;
	background: #fff4ca;
	font-style: italic;
}

#user-info
{
	display: block;
	overflow: auto;
}

#user-info img.user
{
	float: left;
	margin: 0px 30px 20px 0px;
}

.reg
{
	background: url("reg.png") no-repeat scroll 0 0;
	padding: 2px 0px 0px 20px;
}

.posts
{
	background: url("posts.png") no-repeat scroll 0 0;
	padding: 0px 0px 0px 20px;
}

.email
{
	background: url("email.png") no-repeat scroll 0 0;
	padding: 0px 0px 0px 20px;
}

.phone
{
	background: url("phone.png") no-repeat scroll 0 0;
	padding: 0px 0px 0px 20px;
}

ul.tabs
{
	margin: 0px 0px;
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #DDD;
}

.tabs li
{
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.tabs li:hover
{
	color: #F70;
	padding: 0 13px;
	border: 1px solid #FFCA95;
}

.tabs li.current
{
	color: #444;
	padding: 0 13px 2px;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid #EFEFEF;
	font-weight: bold;
}

.box
{
	display: none;
	overflow: auto;
	border: 1px solid #D4D4D4;
	border-width: 0 1px 1px;
	padding: 12px 12px;
	margin: 0px 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.box.visible
{
	display: block;
}

.box p
{
	margin: 0px;
	padding: 5px;
}

.box label
{
	margin: 0 0 3px;
}

.time
{
	font-size: 11px;
	border-collapse: collapse;
}

.time th
{
	font-size: 12px;
	height: 30px;
	border-left: 1px solid #e8e6e6;
	border-right: 1px solid #e8e6e6;
}

.time td
{
	text-align: center;
	padding: 4px;
	border-left: 1px solid #e8e6e6;
	border-right: 1px solid #e8e6e6;
	border-bottom: 1px solid #e8e6e6;
}

.time tr
{
	border-top: 1px solid #e8e6e6;
}

.time tr:hover
{
	background: #ecf5ff;
}

input, textarea
{
	padding: 4px;
}

#container
{
	margin: 0px auto;
	width: 980px;
	display: block;
	overflow: auto;
}

#main
{
	margin: 40px 0px 0px 0px;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #FFF;
	display: block;
	overflow: auto;
}

.post
{
	margin: 0px 10px 30px 0px;
	padding: 0px 5px 5px 0px;
}

.post h2
{
	font-size: 22px;
	line-height: 28px;
	color: #2FB5EB;
	padding: 5px 5px 5px 0px;
}

.post-metadata 
{
	font-size: 11px;
	color: #9b9b9b;
	list-style: none outside none;
	margin: 5px 0 18px;
	padding: 0 0 9px;
}

.post-metadata li
{
	border-right: 1px solid #E6E6E6;
	float: left;
	padding: 0 8px;
}

.post-metadata a
{
	text-decoration: underline;
}

li.first
{
	padding-left: 0px;
}

.continue a
{
	text-decoration: underline;
}

#page_navi
{
	margin: 30px 0px 40px 0px;
	font-size: 14px;
}

#page_navi a
{
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	margin-left: 5px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F7F7F7;
	color: #7c7c7c;
	font-size: 14px;
}

#page_navi a:hover
{
	color: #474747;
	border: 1px solid #B5B5B5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#page_navi .current
{
	padding: 4px 8px 4px 8px;
	margin-left: 5px;
	border: 1px solid #B5B5B5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#logo
{
	background: url("logo.jpg") scroll no-repeat;
	width: 269px;
	height: 60px;
	margin: 5px 0px 0px 10px;
	position: absolute;
}

#menu-horizontal
{
	float: right;
	margin-top: 25px;
	font-weight: bold;
}

#menu
{
	list-style: none;
	margin: 0px;
	font-size: 16px;
}


#menu li
{
	display: table-cell;
	margin: 0px 2px;
	vertical-align: top;
}

#menu li a
{
	padding: 8px 10px;
	color: #2FB5EB;
	border: none;
}

#menu li a:hover
{
	color: #829DA8;
}

#menu li.current a
{
	background-color: #56b4eb;
	color: white;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content
{
	float: left;
	margin: 50px 10px 10px 20px;
	width: 620px;
	display: block;
	line-height: 19px;
}

#content h2 a
{
	color: #555;
	text-decoration: none;
}

#content h2 a:hover
{
	color: #555;
}

#content a
{
	color: #3151A2;
	text-decoration: underline;
}

#content a:hover
{
	color: #ff3e43;
}

#related_news
{
	margin: 10px 0px;
}

#related_news ul.list
{
	list-style: inside;
	margin: 10px auto;
}

#related_news ul.list li
{
	display: block;
	overflow: auto;
	margin-bottom: 5px;
}

#vk_comments
{
	margin: 20px 0px 20px 0px;
}

#sidebar
{
	float: right;
	position: relative;
	margin: 40px 0px 0px 0px;
	width: 300px;
	display: block;
	overflow: visible;
}

#vertical-menu
{
	position: relative;
	display: block;
	overflow: auto;
	margin-bottom: 10px;
}

.article-list
{
	margin-top: 15px;
	margin-bottom: 20px;
}

.article-list ul
{
	list-style: none outside none;
	margin: 0 0 8px;
	padding: 0 0 2px;
}

.article-list li
{
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.article-list img
{
	border: 2px solid #f4f7f7;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0px;
	filter: alpha(opacity=96);
	opacity: 0.96;
}

.article-list img:hover
{
	border: 2px solid #b3e1fb;
	filter: alpha(opacity=100);
	opacity: 1;
}

.article-list p
{
	font-size: 11px;
	line-height: 1.5em;
	display: inline;
}

.article-list h3 a
{
	text-decoration: none;
	color: #444444;
	padding-bottom: 7px;
	border-bottom: 2px solid #bddef2;
	display: inherit;
}

.article-list h2 a:hover
{
	color: #00CCFF;
}

.article-list h3 a:hover
{
	color: #00CCFF;
}

#vk_save
{
	float: right;
	margin: 10px 0px 15px 0px;
}

#vk_like
{
	margin-top: 20px;
}

#nav_list
{
	margin: 0px 0px 10px 0px;
	padding-bottom: 8px;
	font-size: 12px;
	color: #949393;
	border-bottom: 1px dotted #FC575E
}

#nav_list a
{
	color: #7A7A7A;
}

.metainfo
{
	font-size: 11px;
	color: #9b9b9b;
	margin: 0px 0px 20px 0px;
	display: block;
}

.metainfo a
{
	text-decoration: underline;
}

.metainfo img
{
	vertical-align: -13%;
}

.meta
{
	font-size: 11px;
	color: #9b9b9b;
	display: block;
}

#sidebar .box
{
	margin: 10px 0px 10px 0px;
	width: 290px;
}

#sidebar .menubox
{
	margin: 10px 0px 10px 0px;
	width: 130px;
	float: left;
}

#sidebar .rightbox
{
	margin: 10px 0px 10px 0px;
	width: 160px;
	height: 650px;
	float: right;
	font-size: 11px;
}

#sidebar .bar
{
	text-align: left;
	background-color: #FC575E;
}

#sidebar .bar h3
{
	color: #FFF;
	font-size: 13px;
	padding: 4px;
	margin-left: 4px;
}

#sidebar .see
{
	border-top-color: #FC575E;
	border-top-style: solid;
	border-top-width: 6px;
	border-bottom-color: currentColor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 6px;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 6px;
	border-color: #FC575E transparent -moz-use-text-color;
	border-style: solid solid none;
	border-width: 6px 6px 0;
	height: 0;
	left: 16px;
	position: relative;
	width: 0;
	z-index: 2;	
}

#sidebar .bar.article
{
	background-color: #FC575E;
}

#sidebar .bar.music
{
	background-color: #AAD450;
}

#sidebar .bar.video
{
	background-color: #4EBAFF;
}

#sidebar .bar.online-lessons
{
	background-color: #f46cff;
}

#sidebar .bar.other
{
	background-color: #3E3E3E;
}

#sidebar .see.article
{
	border-top-color: #FC575E;
	border-color: #FC575E transparent -moz-use-text-color;
}

#sidebar .see.music
{
	border-top-color: #AAD450;
	border-color: #AAD450 transparent -moz-use-text-color;
}

#sidebar .see.video
{
	border-top-color: #4EBAFF;
	border-color: #4EBAFF transparent -moz-use-text-color;
}

#sidebar .see.online-lessons
{
	border-top-color: #f46cff;
	border-color: #f46cff transparent -moz-use-text-color;
}

#sidebar .see.other
{
	border-top-color: #3E3E3E;
	border-color: #3E3E3E transparent -moz-use-text-color;
}

#sidebar .menu-list
{
	list-style-type: none;
}

#sidebar .menu-list li
{
	padding: 8px 0px;
	margin-left: 3px;
	border-bottom: 1px dotted black;
}

#sidebar .menu-list li a:hover
{
	color: #ff3e43;
}

#sidebar .top-posts
{
	list-style-type: none;
}

#sidebar .top-posts li
{
	padding: 8px 0px;
	margin-left: 3px;
	border-bottom: 1px dotted black;
}

#sidebar .top-posts li a:hover
{
	color: #ff3e43;
}

#top_users
{
	display: block;
	overflow: auto;
	margin-bottom: 10px;
}

#top_users h3
{
	background: url("top_users.png") scroll 0 0 no-repeat;
	padding: 5px 0px 10px 30px;
	margin-bottom: 10px;
	font-size: 16px;
}

#top_users a
{
	color: #3151A2;
	text-decoration: underline;
}

#top_users a:hover
{
	color: #ff3e43;
}

#top_users a.reg
{
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	background: #ff2b30;
	padding: 6px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#top_users a.reg:hover
{
	background: #ff5559;
}

#top_users .user_info
{
	display: block;
	overflow: auto;
	margin-bottom: 5px;
}

#top_users .user_info img
{
	float: left;
	margin: 0px 8px 0px 0px;
	border: 2px solid #ffffff;
	padding: 0px;
}

#top_users .user_info img:hover
{
	border: 2px solid #b3e1fb;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

#counter
{
	opacity: 0.5;
}

#footer
{
	font-size: 11px;
	margin: 30px auto;
	width: 980px;
	text-align: center;
	color: #FFF;
}

#footer a
{
	padding: 2px 4px;
	color: #FFF;
}

#footer a:hover
{
	background-color: #646464;
	border: none;
}