﻿/* Reset
----------------------------------------------------------------*/
* {margin:0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol, li {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:tahoma;font-size:inherit;font-weight:inherit;}
a {outline-color:-moz-use-text-color; outline-style:none; outline-width:medium;}
a:link, a:visited {text-decoration:none;color:#000;}
a:hover {text-decoration: none;color:#720000;}
a:active, a:focus {outline: 0;}
:focus {outline: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* Global
----------------------------------------------------------------*/
body{
	font-family: 'Tahoma', Arial;
    font-size:11px;
    text-align:left;
    color:#dfd3c0;
    background-color:#F5F1E5;
    background:url(../images/mainbg.jpg) repeat scroll;
}
a:link, a:visited {
	color:#dfd3c0;
}
a:hover{
	color:#fff;
}
a:active, a:focus {
	outline: 0;
}
code, pre {
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	display:block;
	direction:ltr;
	text-align:left;
	background-color: #f5f5f5;
	border:1px solid #dadada;
	padding:3px;
	overflow:auto;
	margin:3px 0;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.float_left{
    float:left;
}
.float_right{
    float:right;
}
.direction_ltl{
	direction:ltr;
	text-align:left;
}
img.alignleft, div.alignleft {
	float:left;
	margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered, img.aligncenter, div.aligncenter {
	text-align:center;
	margin:0 auto;
}
.clear{
    clear:both;
}
#TB_window{
	direction:ltr;
}
/* Wrap
----------------------------------------------------------------*/
#wrap{
	width:853px;
	margin:30px auto 0;
	position:relative;
}
/* Header
---------------------------------------*/
#header{
	position:relative;
}
.lang{
	position:absolute;
	top:9px;
	left:281px;
}
.lang a{
	width:20px;
	height:31px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	background:url(../images/switcher_fa.gif);
}
.lang a:hover{
	background-position:0 -31px;
}
#menu{
	width:853px;
	height:48px;
	background:url(../images/menu_en.gif);
}
#menu ul{
	float:right;
	width:546px;
	height:40px;
	margin:8px 0 0;
}
#menu ul li{
	float:left;
	margin:0 1px 0 0;
}
#menu ul li a{
	display:block;
	height:40px;
	overflow: hidden;
	text-indent:-9999px;
	background:url(../images/menu_en.gif);
}

#menu .biography{
	width:77px;
	background-position:-307px -8px;
}
#menu .gallery{
	width:102px;
	background-position:-385px -8px;
}
#menu .video{
	width:44px;
	background-position:-488px -8px;
}
#menu .music{
	width:44px;
	background-position:-533px -8px;
}
#menu .writes{
	width:56px;
	background-position:-578px -8px;
}
#menu .lesson{
	width:66px;
	background-position:-635px -8px;
}
#menu .friends{
	width:53px;
	background-position:-702px -8px;
}
#menu .contact{
	width:89px;
	background-position:-756px -8px;
}
/*Hover*/
#menu .biography:hover{
	width:77px;
	background-position:-307px -49px;
}
#menu .gallery:hover{
	width:102px;
	background-position:-385px -49px;
}
#menu .video:hover{
	width:44px;
	background-position:-488px -49px;
}
#menu .music:hover{
	width:44px;
	background-position:-533px -49px;
}
#menu .writes:hover{
	width:56px;
	background-position:-578px -49px;
}
#menu .lesson:hover{
	width:66px;
	background-position:-635px -49px;
}
#menu .friends:hover{
	width:53px;
	background-position:-702px -49px;
}
#menu .contact:hover{
	width:89px;
	background-position:-756px -49px;
}
/*Active*/
#menu .biography_active{
	width:77px;
	background-position:-307px -49px;
}
#menu .gallery_active{
	width:102px;
	background-position:-385px -49px;
}
#menu .video_active{
	width:44px;
	background-position:-488px -49px;
}
#menu .music_active{
	width:44px;
	background-position:-533px -49px;
}
#menu .writes_active{
	width:56px;
	background-position:-578px -49px;
}
#menu .lesson_active{
	width:66px;
	background-position:-635px -49px;
}
#menu .friends_active{
	width:53px;
	background-position:-702px -49px;
}
#menu .contact_active{
	width:89px;
	background-position:-756px -49px;
}


/* Content
---------------------------------------*/
.bg{
	background:url(../images/bg_content.png) repeat-y;
}
#content{
	width:835px;
	margin:0 auto;
	padding:0 0 19px;
	overflow:hidden;
	background:url(../images/content_pattern.jpg);
}
/* Posts
---------------------------*/
#posts{
	float:right;
	width:500px;
	height:424px;
	margin:18px 6px 0;
	padding:0 20px 0 21px;
	overflow:auto;
}
.title{
	width:117px;
	height:50px;
	margin:20px 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
.title a{
	width:117px;
	height:50px;
	display:block;
}
.title_single{
	font-family:arial;
	font-size:17px;
	margin:2px 0;
}
.title_biography{
	background:url(../images/title_biography_en.png);
}
.title_gallery{
	background:url(../images/title_gallery_en.png);
}
.title_video{
	background:url(../images/title_video_en.png);
}
.title_music{
	background:url(../images/title_music_en.png);
}
.title_reviews{
	background:url(../images/title_reviews_en.png);
}
.title_teaching{
	background:url(../images/title_teaching_en.png);
}
.title_friends{
	background:url(../images/title_friends_en.png);
}
.title_contact{
	background:url(../images/title_contact_en.png);
}
.title_news{
	background:url(../images/title_news_en.png);
}
.title_articles{
	background:url(../images/title_articles_en.png);
}
.title_interviews{
	background:url(../images/title_interviews_en.png);
}
.entry p{
	font-size:12px;
}
.box{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	background:url(../images/line_e.png) no-repeat 0 bottom;
}
.box h2{
		font-size:17px;
		padding:0 0 4px 22px;
		background:url(../images/h2_box.gif) no-repeat left 4px;
}
.box p{
		margin:10px 0 0 0;
}
.archive{
	float:right;
	width:72px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/archive_title_en.gif)
}
.archive a{
	width:72px;
	height:20px;
	display:block;
}
.ngg-navigation {
		padding:10px 0;
}
/*Comment*/
.commentlist{
	margin:15px 0 0 0;
}
.commentlist li{
	margin:0 0 20px 0;
	padding:9px;
	background-color:#F5F5F5;
	-moz-border-radius:3px;
}
.avatar{
	float:left;
	margin:0 6px 0 0;
}
#respond{
		padding:10px 0 0;
		background:url(../images/line_e.png) no-repeat 0 top;
}
#commentform{
	width:317px;
	margin:10px 0 0 0;
}
#commentform p{
	margin:0 0 10px 0;
}
#commentform label{
	display:block;
	margin:0 0 4px;
}
#commentform input, #commentform textarea{
	background-color:#F5F5F5;
	-moz-border-radius:3px;
}
#commentform input:hover, #commentform textarea:hover{
	background-color:#fff;
}
#commentform input:focus, #commentform textarea:focus{
	background-color:#fff;
}
#author, #email, #url{
	width:190px;
}
#comment{
	width:300px;
}
#author, #email, #url, #comment{
	padding:7px;
	border:solid 1px #3D0707;
}
#submit{
	font-size:11px;
	border:solid 1px #3D0707;
	padding:7px;
	cursor:pointer;
	color:#3D0707;
	background-color:#B6A486 !important;
}
#submit:hover{
	color:#B6A486;
	background-color:#3D0707 !important;
}
/*Contact form*/
.screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.thanks {
	 padding:10px;
}
ol.forms {
	list-style: none;
	margin: 0;
	width: 100%;
}
ol.forms li { 
	clear: both; 
	margin-bottom: 9px; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	width: 100px;
	font-size:12px;
	margin:0 0 5px;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
	padding:8px;
}
ol.forms textarea {
	height: 140px;
	width: 334px;
}
ol.forms input:focus, ol.forms textarea:focus {
	background-color: #f2f3f6;
	border-color: #ff9800;
}
.error {
	color: #fff;
}
ol.forms li .error {
	font-size: 12px;
}
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	left: 159px;
	bottom: -19px;
}
ol.forms li.screenReader {
	margin-bottom: 0;
}
ol.forms li.buttons button {
	padding: 6px 3px 3px 3px;
	cursor:pointer;
}
ol.forms li.buttons button:hover {
	color: #222;
}
ol.forms li.buttons button:active {
	left: -1px;
	position: relative;
	top: -1px;
}
ol.forms li.buttons, ol.forms li.inline {
	width: 460px;
}
ol.forms li.inline input {
	width: auto;
}
ol.forms li.inline label {
	‍display: inline;
	float: none;
	width: auto;
}
/* Sidebar
---------------------------*/
#sidebar{
	float:left;
	width:258px;
	padding:252px 12px 0;
}
.slider{
	width:256px;
	height:266px;
	top:19px;
	left:19px;
	position:absolute;
	background:url(../images/slider_1_en.png);
}

.last_recent h2{
	width:166px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/last_recent_en.png);
}
.last_recent ul{
		margin:10px 0 0 0;
}
.last_recent ul li{
	margin:0 0 9px;
	padding:0 0 0 16px;
	background:url(../images/li.gif) no-repeat left 3px;
}
.last_recent ul li span{
	color:#CCCCCC;
	display:block;
	font-size:9px;
}

/* Footer
---------------------------------------*/
#footer{
	height:46px;
	background:url(../images/footer_en.gif);
}







