@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'museo';
    src: url('font/museo_slab_700-webfont.eot');
    src: url('font/museo_slab_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/museo_slab_700-webfont.woff') format('woff'),
         url('font/museo_slab_700-webfont.ttf') format('truetype'),
         url('font/museo_slab_700-webfont.svg#MuseoSlab700') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'knockout';
	src: url('font/Knockout-HTF26-JuniorFlyweight.eot');	
	src: url('font/Knockout-HTF26-JuniorFlyweight.ttf') format('truetype'),
			url('font/Knockout-HTF26-JuniorFlyweight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	font-family: 'museo',Helvetica, Arial, sans-serif;
	font-size:14px;
	background-color:#fff;
	color: #929497;
}

.clear {
	clear:both;
}

a {
	color:#929497;
}

a:hover {
	text-decoration:none;
	color:#000;
}

a.selected {
	color:#000 !important;
}

#wrapper {
	width:938px;
	margin:0 auto;
	position: relative;
	padding-left:11px;
	padding-right:11px;
	background:#fff;
}

#header {
	height:120px;
	border-bottom:5px solid #000;
	position: relative;
	padding:11px;
	padding-left:0px;
	font-family: 'knockout',Helvetica, Arial, sans-serif;
}

#main_logo {
	display: block;
	width:460px;
	height:120px;
	background:url(../images/logo.png) no-repeat;
}

#vntwt_text {
	text-transform:uppercase;
	font-size:27px;
	color:#000;
	position: absolute;
	top:11px;
	left:0px;
}

#top_menu {
	position:absolute;
	top:13px;
	left:201px;
}

#top_menu li {
	float: left;
	font-size: 27px;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #929497;
	height: 22px;
}

#top_menu li:last-child {
	border-right:none;
	margin-right:0;
	padding-right: 0;
}

#top_menu li a {
	position: relative;
	top: -2px;
	text-transform: uppercase;
}

#top_banner {
	position:absolute;
	display: block;
	width:220px;
	height:120px;
	left:480px;
	top:11px;
}

#subscription_box {
	position:absolute;
	width:220px;
	height:121px;
	top:11px;
	right:0px;
	background:url(../images/subscription.png) no-repeat;

}

#subscription_box input[type=text] {
	width:160px;
	height:16px;
	border:1px solid #000;
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:12px;
	font-family: 'museo',Helvetica, Arial, sans-serif;
	padding-left:5px;
}

#subscription_box input[type=submit] {
	width:50px;
	height:20px;
	position:absolute;
	right:0;
	bottom:0;
	background:#fff;
	border:1px solid #000;
	color:#C5C7C9;
	font-size:12px;
	font-family: 'museo',Helvetica, Arial, sans-serif;
	padding-left:2px;
	cursor: pointer;
}

#content_wrapper {
	border-bottom:5px solid #000;
	padding:20px;
	padding-left:0px;
	padding-right:0px;
}

#main_content {

	width:700px;
	float:left;
	position: relative;
}

#sidebar {
	width:220px;
	float:right;
	font-size:12px;
}

#sidebar h2 {
	color:#000;
	font-size:38px;
	font-weight:normal;
	font-family: 'knockout',Helvetica, Arial, sans-serif;
	border-bottom:1px solid #929497;
	text-transform:uppercase;
	margin-bottom:10px;
}

.left {
	float:left;
}

.right {
	float:right;
}

#sidebar>ul>li {
	margin-bottom:35px;
}

#dynamic_sidebar>li:last-child {
	margin-bottom:0px;
}

#sidebar .left {
	width:100px;
}

#sidebar .right {
	width:110px;
}

.static_sidebar a {
	text-transform:uppercase;

}

.static_sidebar li {
	margin-bottom:10px;
}

.widget li {
	margin-bottom:20px;
}

.widget li a {
	font-size:20px;
}

#tag_sidebar a {
	text-transform:none;
	line-height: 1.6;
}

#footer {
	padding-top:11px;
	padding-bottom:11px;
}

.feature_post {
	float:left;
	margin-right:20px;
	margin-bottom:20px;

}

#feature_post_1 {
	margin-right:0;
	
}

#feature_post_2 {

}

#feature_post_3 {
	margin-right:0;
}

#feature_post_4 {
	margin-right:0;
}

#feature_post_5 {

}

#feature_post_6 {

}

#feature_post_7 {
	margin-right:0;
}



#home_banner {
	float:right;
	height: 260px;
}

.pos_2,.pos_3,.pos_6 {
	margin-right:0;
}

.feature_left {
	float:left;
	width:240px;
}

.post_other {

}

.post_pre {
	float:left;
}

.post_next {
	float:right;
}

#top_box {
	position: relative;
}

#post_title {

	margin-bottom:10px;
	border-bottom:1px solid #929497;
}

#post_title h1 {
	font-family: 'knockout',Helvetica, Arial, sans-serif;
	font-size:72px;
	color:#000;
	text-transform:uppercase;

}

#post_title h1 span {
	margin-left:15px;
	color: #929497;

}

#post_content {



}

#post_content p {
	font-size:17px;
	color:#000;
	margin-bottom:10px;
}

#sub_info {
	border-top:1px solid #C5C7C9;
	padding-top:10px;
	margin-bottom:10px;
}

#sub_info div {
	float:left;
	width:220px;
	margin-right:20px;
	font-size:12px;
}

.col1 {
	float:left
}

.col2 {

}

.col3 {
	margin-right:0px !important;
}

#sub_info div h3 {
	color:#000;
	margin-bottom:5px;
}

#sub_info div p {
	margin-bottom:10px;
}

#comment_area {
	border-top:1px solid #C5C7C9;

	margin-bottom:10px;
}

#comment_area h2 {
	font-family: 'knockout',Helvetica, Arial, sans-serif;
	font-size:36px;
	color:#000;
	text-transform:uppercase;
	border-bottom:1px solid #C5C7C9;
	margin-bottom:15px;
	margin-top:20px;
}

.comment_info {
	font-style:italic;
	margin-bottom:5px;
	text-transform:uppercase;
	color:#000;
}

.comment_info span {

	font-style:normal;
	text-transform:none;
}

#comment_area p {
	line-height:1.5;
	margin-bottom:15px;
}

#comment_add {
	display: block;
	margin-bottom:15px;

}

#comment {
	display: none;
}

#new_comment input[type=text] {
	width:688px;
	height:22px;
	border:1px solid #000;
	font-size:12px;
	font-family: 'museo',Helvetica, Arial, sans-serif;
	display: block;
	margin-bottom:15px;
	padding:5px;
}

#new_comment textarea {
	display: block;
	width:688px;
	height:100px;
	margin-bottom:15px;
	border:1px solid #000;
	font-size:12px;
	font-family: 'museo',Helvetica, Arial, sans-serif;
	padding:5px;
}

#new_comment input[type=submit] {
	width: 60px;
	height: 25px;

	background:#fff;
	border:1px solid #000;
	color:#C5C7C9;
	font-size:12px;
	font-family: 'museo',Helvetica, Arial, sans-serif;
	padding-left:2px;
	cursor: pointer;
	float:right;
	margin-bottom:15px;
}

.post_share {
	border-top:1px solid #231F20;
	padding-top:10px;
}

.post_related {
	width:700px;
}

.post_related h2 {
	font-family: 'knockout',Helvetica, Arial, sans-serif;
	font-size:36px;
	color:#000;
	text-transform:uppercase;
	border-bottom:1px solid #929497;
	margin-bottom:15px;
	margin-top:20px;
}

.post_related a {

}

.last {
	margin-right:0 !important;
}

#thumb_list a {
	display: block;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

#thumb_list {
	width:720px;
}

.feature_post a {
	position: relative;
	display: block;
}

#wrapper .hover {
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:120px;
}

#wrapper .hover img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#wrapper .hover .title {
	position:absolute;
	top:15px;
	left:0px;
	z-index:200;
	width:180px;
	padding-left:20px;
	padding-right:20px;
}

#wrapper .hover span {
	display: block;
	color:#fff;
	font-family: 'knockout',Helvetica, Arial, sans-serif;
	text-align:center;
	width:100%;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
	line-height:0.9;
	font-size:31px;
	text-shadow: 1px 2px #111;
}

#feature_post_1 .hover {
	width:700px !important;
	height:390px !important;
}

#feature_post_1 .hover span {
	font-size:120px !important;

}

.medium .hover span {
	font-size:76px !important;
}

#feature_post_1 .title {
	width:660px !important;
}

.medium .hover {
	width:460px  !important;
	height:260px !important;
}

.medium .title {
	width:420px !important;
	top:30px !important;
}

.hover strong {
	display:block;
	z-index:200;
	font-weight:normal;
	font-size:12px;
	position:absolute;
	bottom:5px;
	left:50px;
	color:#fff;
}

#feature_post_1 .hover strong {
	bottom:15px !important;
	left:231px !important;
	font-size:24px !important;
}

.medium .hover strong {
	font-size:15px !important;
	bottom: 14px !important;
	left: 157px !important;
}

.list_post .hover .title {
	top:28px !important;

}

.list_post .hover strong {
	left:71px !important;
	bottom:18px !important;

}


#post_content .left {
	width:330px;
	margin-right:20px;

}

#post_content .right {
	width:350px;
}

#post_content .left p, #post_content .right p {
	font-size:12px !important;
	line-height:1.5;
}

.c1,.c2,.c3 {
	float:left;
	width:233px;
	font-size:12px !important;
	margin-bottom:25px;
}

.c1 h3, .c2 h3, .c3 h3 {
	color:#000;
	margin-bottom:5px;
}

.video_frame {
	position:absolute;
	top:0;
	left:0;
	width:700px;
	height:390px;
}

#slideshow {
	margin-bottom:25px;
	border-top:1px solid #231F20;
}

#slideshow h2 {
	font-family: 'knockout',Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: black;
	text-transform: uppercase;
	
	margin-bottom: 15px;
	margin-top: 20px;

}

#images {
	width:750px;
}

#images img {
	margin-right:16px;
	margin-bottom:15px;
}

.small {
	height: 120px;
	width:220px;
}

.medium {
	height: 260px;
	width:460px;
}

#home_popular {
	float:left;
	margin-right:20px;
	width: 310px;
	height:230px;
	padding:15px;
	background: #4D1F1F
}

#home_popular h1 {
	text-transform: uppercase;
	color:#fff;
	font-family: 'knockout',Helvetica, Arial, sans-serif;
	font-size: 38px;
	border-bottom: 1px solid white;
	margin-bottom: 15px;
}

#home_popular ul {

}

#home_popular ul li {
	margin-bottom: 18px;
	list-style: square;
	margin-left: 16px;
	color: white;
}

#home_popular ul li a {
	color:#fff;
}

.two_split {
	
-moz-column-width: 290px;
-webkit-column-width: 290px;
-moz-column-gap: 25px;
-webkit-column-gap: 25px;
}

.two_split p {
	font-size: 12px !important;
line-height: 1.5;
}

.line3 {
	border-bottom: 1px solid transparent !important;
}

#feature_post_1 .title {
	top:35px !important;
}

.small .title {
	top:20px !important;
}

div.wpcf7-mail-sent-ok {
	position: absolute;
	top: 79px;
	left: -7px;
	width: 196px;
	font-family: 'museo',Helvetica, Arial, sans-serif;
	font-size: 11px;
	background: white;
	height: 12px;
}

 
div.wpcf7-validation-errors {
	display: none !important;
}

span.wpcf7-not-valid-tip {
	top: initial !important;
	bottom:0px;
	left:0 !important;
	width: 161px !important;
	height: 12px !important;
	font-family:'museo',Helvetica, Arial, sans-serif;
	font-size:10px !important;
	padding-top:4px !important;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	top:103px;
	left:0px;
}

.your-email {
	position: inherit !important;
}