
body {
	display: block;
    position: relative;
	margin: 0;
	padding: 50px 0;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2; 
	background: url(../images/mooning.png) repeat;
}

h1, h2, h3, h4, h5, h6 {
	color:#333;
	font-weight:400;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Verdana, Geneva, sans-serif;
}

h1 { font-size:34px; margin-bottom: 35px  }
h2 { font-size:26px; margin-bottom: 30px; line-height: 30px; }
h3 { font-size:20px; line-height: 24px }
h4 { font-size:18px }
h5 { font-size:16px }
h6 { font-size:12px }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#95200c;
}

img { margin: 0; padding: 0; border: 0; }
.img_border { border: 1px solid #ccc; background: #fff; padding: 4px }
.img_nom { display: block; margin-bottom: 15px }
.img_fl { float: left; display: block; margin: 1px 20px 8px 0 }
.img_fr { float: right; margin: 1px 0 8px 20px }

p { margin: 0 0 10px 0; padding: 0 }
em { color: #771201 }

label { display: block; }
input { margin-bottom: 10px }

a:link, a:visited { color:#000; text-decoration: none}
a:hover {
	color: #F00;
	text-decoration: none;
 }
a:hover,a:active { outline:none }

a.more { display: inline-block; padding: 4px 15px; text-decoration: none; margin-top: 5px; color: #fff; line-height: 24px; text-align: center; background: #444 }
a.more:hover { background: #000 }

ul, ol { margin: 0; padding: 0; list-style: none }

ul.list_bullet { margin: 10px 0 10px 15px; padding: 0; list-style: none }
ul.list_bullet li { color:#797979; margin: 0 0 7px 0; padding: 0 0 0 20px; background: url(images/_bullet.png) no-repeat scroll 0 5px  }
ul.list_bullet li a { color: #797979; font-weight: normal; text-decoration: none }
ul.list_bullet li a:hover { color: #797979 }

#_wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}

/** Columns **/

.content_wrapper { overflow: hidden; width: 100% }
.content_mb_30 { margin-bottom: 30px }
.content_mb_60 { margin-bottom: 60px }

.col_2 {width:300px; margin-right: 40px }
.col_3 {width:190px; margin-right: 35px }
.col_23 {width:415px; margin-right: 35px }

.col_2, .col_3, .col_23 { float:left }

.clear { clear: both }
.fl-left { float:left }
.fl-right { float:right }
.center { margin: 0 auto }
.no_margin_right {margin-right:0 !important;}


/*** Header ***/

#_header {
	position: relative;
	margin-top: 10px;
	background: #252525;
}
#_header span.header_border {
	position: absolute;
	top: -10px;
	right: 0;
	height: 10px;
	width: 700px;
	background: red;
}

#site_title { float: left; width: 450px; height: 80px;}
#site_title a { display: block; padding: 20px; font-size: 35px; line-height: 40px; color: #fff; text-align: left }
#site_title a:hover {color: #fff!important;}

#_menu {
	float: right;
	width: 530px;
	height: 80px;
	background: #0e0e0e;
}

/*** Slider ***/

#_slider {
	clear: both;
	width: 980px;
	height: 360px;
}

/*** Main Content ***/

#_main_content {
	width: 980px;
	padding-bottom: 10px;
}

/*** Sidebar ***/

#_sidebar {
	float: left;
	width: 280px;
	color: #999;
}

#_sidebar h3 {
	color: #fff;
}

#_sidebar a {
	display: block;
	position: relative;
	color: #999;
	text-decoration: none;
	padding: 10px 0;
}

#_sidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

ul.sidebar_link li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

ul.sidebar_link li:first-child {
	 border-top: none;
}

ul.sidebar_link li:last-child {
	 border-bottom: none;
}


.sidebar_content_box {
	padding: 20px;
	margin-bottom: 20px;
	background: #252525
}

ul.sidebar_gallery li {
	display: block;
	float: left;
	margin: 0 10px 10px 0
}

#contact_form { padding: 0 }
#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field {
	width: 288px;
	padding: 5px;
	margin-bottom: 20px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #dedede;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contact_form form label { display: block; margin-bottom: 5px; }

#contact_form form textarea {
	width: 628px;
	height: 130px;
	padding: 5px;
	margin-bottom: 10px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #dedede;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contact_form .submit_btn, #comment_form .submit_btn {
	display: block;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #444444;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-size: 11px;
	cursor: pointer;
}

#contact_form .submit_btn:hover, #comment_form .submit_btn:hover {
	background-color: #000;
}

/*** Content ***/

#_content {
	float: right;
	padding: 30px;
	width: 640px;
	background: #fff
}

#_content h2.post_title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px
}

.news_list { margin-bottom: 30px }
.news_list .date { color: #fff }
.news_list a { display: block; margin-bottom: 5px; font-weight: 700 }
.news_list p { font-size: 11px }

/* Gallery */
#gallery li { display: block; float: left; margin: 0 0 30px 0; padding: 0; width: 640px; position: relative; }
#gallery li span { display: block }
#gallery li span a.more { display: block; margin-top: 10px }
#gallery li.no_margin_right { margin-right: 0 }
#gallery li span {
	display: none;
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 10px;
	background: #fff;
	color: #ccc;
	width: 600px;
	line-height: 1.2em;
	background: url(images/caption_background.png) repeat;
}
#gallery li span h4 { color: #fff; margin-bottom: 10px; font-size: 14px }
#gallery li a:hover { text-decoration: none }

.post { margin-bottom: 20px; padding-bottom: 20px; background: url(images/_hr.png) bottom repeat-x }
.post h2 { margin-bottom: 10px; font-size: 24px; font-weight: 700 }
.post img { margin-bottom: 5px }
.post_meta {border: 1px solid #666; border-left: 0; border-right: 0; padding: 5px; height: 16px; margin-bottom: 10px }
.post_meta span { float: left; display: block; float: left; margin-right: 20px; padding-left: 20px; background-repeat: no-repeat; background-position: left center  }
.post_meta span.comment { float: right; background-image: url(images/chat-02.png) }

ol.comment_list { margin: 0 0 40px; padding: 0; list-style: none }
ol.comment_list .comment_box { padding: 20px; background: url(images/_divider.png) repeat-x bottom }
ol.comment_list li { margin-bottom: 20px }
ol.comment_list li ul { list-style: none; background: none }
ol.comment_list li ul li { margin-bottom: 20px }
ol.comment_list li ul li .comment_box {  }
.comment_content { float: right; width: 630px }
ol.comment_list li ul li.depth_2 .comment_content  { width: 590px }
ol.comment_list li ul li.depth_3 .comment_box { }
ol.comment_list li ul li.depth_3 .comment_content  { width: 550px }

#comment_form { width: 400px; margin-top: 40px }
#comment_form form label { display: block }

#comment_form form .input_field {
	width: 288px;
	padding: 5px;
	margin-bottom: 20px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #dedede;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#comment_form form textarea {
	width: 388px;
	height: 130px;
	padding: 5px;
	margin-bottom: 10px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #dedede;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/*** FOOTER ***/

#_footer {
	padding: 20px 10px;
	text-align: right;
	background: url(images/_content_bottom.png) top right no-repeat
}

#_footer a {
	color: #999;
	text-decoration: none;
}

#_footer a:hover {
	color: #FFF;
	text-decoration: none;
}


._paging { margin: 0 0 20px; padding: 0 }
._paging ul { margin: 0; padding: 0; list-style: none }
._paging ul li { margin: 0; padding: 0; display: inline }
._paging ul li a { float: left; display: block; color: #666; text-decoration: none; margin-right: 5px; padding: 5px 10px; background: #eeeeee; border: 1px solid #dddddd}
._paging ul li a:hover { background: #666666; border: 1px solid #333333; color: #fff }



.theme-default .nivoSlider {
	float: right;
	width: 700px;
	height: 360px;
	position:relative;
	background:#fff url(../images/banner.jpg) no-repeat center top 0px!important;
	background-size: cover;
}
.theme-default .nivo-controlNav {
	display: none;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption {
	position:absolute;
	display: block;
	padding: 20px;
	left:-280px;
	top:30px;
	width: 240px;
	height: 260px;
	background: #252525;
	color:#fff;
	z-index:8;
	text-align: right
}
.nivo-caption h2 {
	color: #fff;
	margin: 0 0 30px 0;
	padding: 0;
}
.nivo-caption p {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 20px;
}
.nivo-html-caption {
    display:none;
}
.nivo-directionNav  {
	display: none;
}

a.slider_more_button {
    display: inline-block;
    position: relative;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    outline: 1px solid white;
    padding: 5px 15px;
    margin-top: 15px;
	background: black;
}

a.slider_more_button:hover {
	color: black;
    text-decoration: none;
    border: 1px solid black;
    outline: 1px solid white;
    background: white;
}

/********* Menu **********/

.menu > ul{
	margin: 0;
	padding: 22px 35px;
	list-style-type: none;
}

.menu > ul > li{
	position: relative;
	display: inline;
	float: left;
}

.menu > ul > li > a {
	display: block;
	height: 45px;
	padding: 0 20px;
	line-height: 45px;
	font-size: 14px;
	margin-right: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
}

* html .menu > ul > li > a{
display: inline-block;
}
.menu > ul > li > a.selected, .menu > ul > li > a:hover {
		border: 1px solid #f7f7f7;
		background: #444444;
}


* html .menu{height: 1%;}
/********* end Menu **********/

.sidebar_link .fa, .post_meta .fa {
	margin-right: 10px;
}


ul.soc {
	display: inline-block;
    float: left;
}

ul.soc li {
    list-style: none;
    display: inline-block;
    position: relative;
}

ul.soc li a {
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	margin-right: 15px;
	border: 1px solid;
	border-radius: 50%;
	text-decoration: none;
	font-size: 20px;
}

ul.soc li a:hover {
	color: white;
	text-decoration: none;
}

#site_title a:hover {
    color: #F00;
	text-decoration: none;
}
