/* General settings */
html {
	font-size: 100.01%;
	background:#581617;
}
body{
	margin:0;
	color:#fff;
	font:65% Helvetica, Arial, sans-serif;
	background:#581617;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Helvetica, sans-serif;
	vertical-align:middle;
}
.invisible{display: none;}
#wrapper{
	margin:0 auto;
	width: 997px;
	font-size: 1em;
	line-height: 1.4em;
	overflow: hidden;
}
/* container */
.container{
	display: table;
	width: 100%;
}
	/* header */
#header{display: table-header-group;}
.header-holder{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.home-page .header-holder img{border-bottom: 5px solid #fff;}
#header img{
	display: block;
	position: relative;
	z-index: 1;
}
		/* nav start */
.nav-holder{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	z-index: 10;
}
.nav-holder .holder{
	width: 100%;
	background: url(../images/bg-nav.png);
	border-bottom: 1px solid #fff;
}
.home-page .nav-holder .holder{
	border-width: 0 0 2px;
}
.nav{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.nav div{
	float: left;
	left:50%;
	position: relative;
	text-align: center;
}
.nav ul{
	position: relative;
	float: left;
	left:-50%;
}
.nav ul li{
	float: left;
	padding: 0 5px;
}
.nav ul a{
	display: block;
	height: 26px;
	width: 77px;
	text-align: center;
	background: url(../images/btn-nav.png) no-repeat;
	letter-spacing: -1px;
	padding-top: 16px;
	line-height: 1em;
}
	/* main */
#main{
	display: table-footer-group;
	width: 100%;
	background: url(../images/bg-main.gif) repeat-y;
	position: relative;
	z-index: 20;
}
.main-t{
	background: url(../images/bg-main-t.gif) no-repeat;
	padding: 35px 95px 11px 125px;
	height: 1%;
}
.home-page .main-t{padding-top: 19px;}
.main-t:after{
	clear: both;
	content: "";
	display: block;
}
		/* content */
#content{
	float: left;
	width: 560px;
	padding-top: 6px;
}
.home-page #content{padding: 0;}
			/* heading */
#content .heading{
	position: relative;
	width: 100%;
}
#content .heading:after{
	clear: both;
	content: "";
	display: block;
}
.logo{
	float: left;
	width: 147px;
	height: 74px;
}
.home-page .logo{padding-left: 2px;}
.logo a{
	display: block;
	height: 100%;
}
#content .heading img{display: block;}
.btn-video{
	position: absolute;
	top:-41px;
	left:-74px;
	width: 93px;
	height: 135px;
	z-index: 100;
}
.home-page .btn-video{left: -72px;}
#content h1{
	font: 5em/1em Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #e1c954;
	letter-spacing: -1px;
	margin: 30px 3px 0 0;
	float: right;
}
.home-page #content h1{margin-right: 0;}
			/* posts */
.posts{padding: 27px 0 0;}
.block{
	overflow: hidden;
	width: 100%;
	padding-bottom: 15px;
}
.block img{
	float: left;
	margin-top: 6px;
}
.block .txt{
	float: right;
	width: 448px;
}
.block .txt div{
	padding: 0 0 4px 8px;
	color: #fac826;
	font-size: 1.2em;
	line-height: 1.6666em;
	overflow: hidden;
	height: 1%;
	font-weight: bold;
}
.block .txt div a{color: #fac826;}
.block h3{
	font-size: 1em;
	font-weight: bold;
}
.block .txt div em{
	float: right;
	font-style: normal;
	font-weight: bold;
}
.block p{text-indent: 8px;}
			/* content-holder start */
.content-holder{
	padding: 14px 0 0;
	overflow: hidden;
	height: 1%;
}
.content-holder p{
	margin: 0 0 19px;
	text-indent: 7px;
}
.gallery{
	overflow: hidden;
	width: 568px;
	margin-left: -13px;
}
.gallery li{
	float: left;
	padding-left: 13px;
}
		/* sidebar */
#sidebar{
	float: right;
	width: 177px;
}
.home-page #sidebar{
	padding-top: 7px;
}
#sidebar h3{
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 8px;
}
#sidebar .search{
	overflow: hidden;
	height: 1%;
	padding: 0 20px 11px 5px;
	background: url(../images/bg-search.gif) no-repeat;
}
#sidebar .search .text{
	float: left;
	background: none;
	border:none;
	width: 116px;
	font-size: 10px;
	line-height: 15px;
	color: #000;
	padding: 5px 0 0;
	height: 15px;
}
#sidebar .search .btn-go{float: right;}
#sidebar h4{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}
.home-page #sidebar h4{margin-bottom: 5px;}
#sidebar p{
	line-height: 1.2em;
	color: #2e2b2b;
	text-indent: 6px;
	margin: 0 20px 25px 0;
}
.home-page #sidebar p{margin-bottom: 13px;}
			/* menu */
.menu{padding: 0 0 10px 5px;}
.menu li{
	vertical-align: top;
	height: 1%;
	background: url(../images/bullet01.gif) no-repeat;
	padding: 3px 0 15px 25px;
	font-size: 1em;
}
.home-page .menu li{padding-bottom: 9px;}
			/* social */
.social{
	overflow: hidden;
	height: 1%;
}
.social li{
	float: left;
	padding-right: 6px;
}
.social a{float: left;}
.social img{display: block;}
/* footer */
#footer{
	padding: 10px 0 20px;
	color: #e1c954;
	text-align: center;
}
a:focus{
outline:none
}