/*  
Theme Name: elementsWP
Theme URI: http://www.stylish-templates.com
Description: elementsWP by stylish-templates.com
Version: 1.0
Author: stylish-templates.com
Author URI: http://www.stylish-templates.com
*/

/* === reset === */
a:hover{text-decoration:none;}
img, form, fieldset{border:none;}
form, fieldset{
	margin:0;
	padding:0;
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, p{margin:0;}
table{width:100%; border-collapse:collapse;}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
input:focus { outline: none; }
textarea:focus { outline: none; }
select:focus { outline: none; }
/* === end reset === */
body{
	background:#e9e9e9 url(images/bg_body.gif) repeat-x;
	font:12px/1.5em Arial, Helvetica, sans-serif;
	color:#707070;
}
input, textarea, select{
	font:12px/1.5em Arial, Helvetica, sans-serif;
	color:#707070;
}
.main{
	width:992px;
	margin:0 auto;
}
/*--header--*/
#header{
	width:992px;
	height:31px;
	position:relative;
	padding:88px 0 0;
}
/*--logo--*/
#header strong,
#header strong a{
	display:block;
	height:42px;
}
#header strong{
	background:url(images/logo.gif) no-repeat;
	position:absolute;
	top:32px;
	left:6px;
}
#header strong a{
	color:#686868;
	font-size:36px;
	overflow:hidden;
	padding:10px 80px;
	text-decoration:none;
}
/*--Main menu--*/
#header ul{
	width:980px;
	margin:0 auto;
	padding:0;
	list-style:none;
	height:31px;
	background:url(images/bg_main_menu.gif) repeat-x 0 100%;
}
#header ul li{
	float:left;
	height:31px;
}
#header ul li a{
	float:left;
	height:31px;
	border-right:1px solid #fff;
	line-height:31px;
	padding: 0 21px 0 22px;
	text-decoration:none;
	color:#707070;
	font-weight:bold;
}
#header ul li.active a,
#header ul li a:hover{
	color:#fff;
	background:url(images/btn_hover.gif) repeat-x;
}
/*--content--*/
#content{
	width:100%;
	padding:1px 0 0 0;
}
/*--home_block--*/
.home_block{
	margin:0 auto;
	width:980px;
}
.img_block{
	width:980px;
	position:relative;
	background:url(images/bg_img_border.gif) repeat-x 0 100%;
	height:363px;
	padding:0 0 4px;
	overflow:hidden;
}
.img_block img{
	position:absolute;
	top:0;
	left:0;
}
.img_block h1{
	position:absolute;
	top:187px;
	left:0px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	color:#737373;
	font-size:3em;
	line-height:1.2em;
	z-index:10;
}
.img_block h1 span{
	background:#fff;
	line-height:1.2em;
	padding:2px 10px 2px 37px;
}
.img_block h1 span.bg_h{background:#fff url(images/bg_h.gif) no-repeat 15px 10px;}
/*--home_widgets--*/
.home_widgets{
	width:978px;
	padding:0 0 7px;
	margin:0 0 33px;
	list-style:none;
	background:url(images/bg_shadow_widgets.png) no-repeat 0 100%;
}
.home_widgets:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
}
.home_widgets li{
	float:left;
	width:326px;
	background:#fff url(images/bg_home_widget.gif) no-repeat;
	min-height:115px;
}
.home_widgets li:first-child{background:#fff;}
.widget{
	width:288px;
	padding:30px 19px 0;
	min-height:130px;
	position:relative;
	background:url(images/bg_w.gif) no-repeat 100% 100%;
}
.widget h3{
	font-size:2em;
	font-weight:normal;
	color:#8a7330;
	padding:0 0 10px;
}
.widget img{
	display:block;
	margin:0 0 15px;
}
.widget strong{font-size:1.167em;}
a.more{
	display:block;
	position:absolute;
	left:19px;
	bottom:-34px;
	width:110px;
	height:33px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/btn_more.gif) no-repeat;
}
/*--block--*/
.block{
	width:992px;
	background:url(images/bg_content.gif) repeat-y;
}
.block_header{
	width:992px;
	background:url(images/bg_content_header.gif) no-repeat;
}
.block_footer{
	width:992px;
	overflow:hidden;
	padding:6px 0;
	background:url(images/bg_content_footer.gif) no-repeat 0 100%;
}
/*--main_column--*/
.column{
	float:left;
	width:655px;
	padding:51px 0 0 0;
	background:url(images/bg_main_column.gif) no-repeat 6px 0;
}
.post{
	width:649px;
	padding:0 0 0 6px;
	background:url(images/bg_post.gif) no-repeat;
}
.post_footer{
	width:589px;
	padding:0 30px 96px 30px;
	background:url(images/bg_post_footer.gif) no-repeat 0 100%;
	min-height:35px;
	position:relative;
}
.post_footer h1,
.post_footer h2{
	font-size:2.5em;
	line-height:1.1em;
	font-weight:normal;
	padding:0 0 10px;
}
.post_footer h2 a{
	color:#707070;
	text-decoration:none;
}
.post_footer h2 a:hover{text-decoration:underline;}
.column #pagination .left, .column #pagination .right { padding:5px 37px; }
.column #pagination .right { text-align: right; }
.column #pagination a { color: #779434; }
/*--meta--*/
.meta{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 10px;
	list-style:none;
}
.meta li{
	float:left;
	height:20px;
	background:url(images/bulet_meta.gif) no-repeat 0 50%;
	padding:0 10px 0 11px;
}
.meta li:first-child{
	padding-left:0;
	background:none;
}
.meta li span{
	color:#779434;
	font-size:0.917em;
}
.post_footer p{padding:0 0 15px;}
.post_footer a.more{
	bottom:33px;
	left:30px;
	background:url(images/btn_more_post.gif) no-repeat;
}
/*--sidebar--*/
.sidebar{
	float:right;
	width:329px;
	padding:0 6px 0 0;
}

#searchform {
  margin-left: 22px;
}

#searchform #s {
  display: block;
  margin: 5px 0;
}
/*--share--*/
.share{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 26px;
	list-style:none;
	background:url(images/bg_share_block.gif) no-repeat 0 100%;
}
.share li{
	float:left;
	height:68px;
}
.share li a{
	float:left;
	height:26px;
	text-align:center;
	color:#707070;
	text-decoration:none;
	font-size:1.083em;
	padding:42px 0 0 0;
	overflow:hidden;
	background:url(images/ico_share.jpg) no-repeat;
}
.share li a.rss{
	background-position: 0 0;
	width:87px;
}
.share li a.twitter{
	background-position:-87px 0;
	width:77px;
}
.share li a.xing{
	background-position:-164px 0;
	width:75px;
}
.share li a.facebook{
	background-position:-239px 0;
	width:90px;
}
/*--widgets_holder--*/
.widgets_holder{
	width:100%;
	overflow:hidden;
}
.widgets_left{
	float:left;
	width:159px;
	padding:0 0 0 6px;
}
.widgets_dyn{
	float:left;
	padding:0 0 0 6px;
}
.widgets_right{
	float:right;
	width:159px;
}
/*--s_widget--*/
.s_widget{
	margin-bottom: 15px;
  width:100%;
	padding:0 0 15px;
}
.s_widget h3,
.page_block h3{
	padding:0 22px 15px 22px;
	font-size:1.5em;
	line-height:1.1em;
	font-weight:normal;
}
.dyn h3 {
  margin-left: 6px;
}
.dyn h3 a {
  color: #DAAE26;
  text-decoration: none;
}
.s_widget ul{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.s_widget ul li{
	width:155px;
	padding:1px;
	background:#fff;
	margin:0 0 2px;
	border:1px solid #dedede;
}
.widgets_right ul li {
  width: 156px;
}
.dyn .s_widget ul li {
  margin: 0 0 2px 6px;
  width: 100%; 
}
.s_widget ul li a{
	padding:5px 20px;
	text-decoration:none;
	color:#707070;
	display:block;
	line-height:1.2em;
}
.s_widget ul li a:hover{
	color:#fff;
	background:#e8c523 url(images/hover_pointer.gif) no-repeat 100% 50%;
}
#calendar_wrap {
  margin-left: 28px;
  width: 60%;
}
#calendar_wrap a {
  color: #DAAE26;
}
#calendar_wrap caption {
  text-align: left;
}
#calendar_wrap th {
  text-align: left;
}
.dyn .s_widget ul li.recentcomments {
  padding:4px 0 4px 20px;
}
.dyn .s_widget ul li.recentcomments a {
  background: transparent none;
  color: #DAAE26;
}
.dyn .s_widget ul li.recentcomments a:hover {
  text-decoration: underline;
}
.textwidget {
  padding: 0 28px;
}
#searchform div {
  margin-left: 5px;
}
.screen-reader-text {
  display: block;
  height: 1px;
  visibility: hidden;
}
/*--page_block--*/
.page_block{
	width:274px;
	margin:0 auto;
	padding:0 0 15px;
}
.page_block h3{padding-left:0;}
.page_block p{padding:0 0 15px;}
.page_block p a.raed-more{
	background:url(images/pointer.gif) no-repeat 0 50%;
	color:#daae26;
	text-decoration:none;
	padding:0 0 0 11px;
}
.page_block p a.raed-more:hover{text-decoration:underline;}

.post_footer a{
	color:#daae26;
	text-decoration:none;
}

.post_footer a:hover{
	text-decoration:underline;
}

/*--footer--*/
#footer{
  position: relative;
	width:100%;
	background:url(images/bg_box.gif) repeat-y;
}
.footer_holder{
	width: 100%;
	background: url(images/bg_box_header.gif) no-repeat;
	padding: 35px 0 25px;
	border-bottom: 1px solid #DDDDDD;
}
.footer_text{
	padding:0 0 0 35px;
	width:600px;
	margin-bottom:10px;
}
.footer_text p{padding:0 0 25px;}
.footer_text p.copy{
	color:#646363;
	font-size:0.917em;
	position: absolute;
	bottom: 0px;
	padding-bottom: 6px;
}
.footer_text h2{
	font-size:3.333em;
	line-height:1.1em;
	font-weight:normal;
	padding:0 0 10px;
}
/*--footer_menu--*/
.footer_menu{
	width:922px;
	overflow:hidden;
	margin: 20px 0;
	padding:0 35px;
	list-style:none;
}
.footer_menu li{
	float:left;
	height:20px;
	line-height:20px;
	padding:0 15px 0 16px;
	background:url(images/bulet_footer.gif) no-repeat 0 50%;
}
.footer_menu li:first-child{
	background:none;
	padding-left:0;
}
.footer_menu li a{
	text-decoration:none;
	font-weight:bold;
	color:#707070;
}
.footer_menu li a:hover{text-decoration:underline;}
/*==== Inner Page ====*/
.post_footer h3, .post_footer h4{
	font-weight:normal;
	padding:0 0 10px;
	line-height:1.2em;
}
.post_footer h3{font-size:1.5em;}
.post_footer h4{font-size:1.25em;}
.single{
	background:none;
	padding-bottom:10px;
}
/*--comments--*/
.comments{
	padding:0 0 0 6px;
	width:649px;
}
.comments .post_footer{
	padding-bottom:66px;
	min-height:0;
}
.comments h2{
	color:#779434;
	line-height:1.1em;
	font-weight:normal;
	font-size:1.167em;
	padding:10px 0 27px 12px;
	margin:0 0 -11px -15px;
	position:relative;
	background:url(images/pointer_comment.gif) no-repeat 0 100%;
}
/*--reply--*/
a.reply{
	width:110px;
	height:33px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	position:absolute;
	left:30px;
	bottom:33px;
	background:url(images/btn_reply.gif) no-repeat;
}
/*--meta_comment--*/
.meta_comment{
	width:100%;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0 0 5px;
}
.meta_comment li{
	float:left;
	padding:0 10px;
	height:26px;
	line-height:26px;
}
.meta_comment li.bord{background:url(images/bulet_meta.gif) no-repeat 0 50%;}
.meta_comment li:first-child{padding-left:0;}
.meta_comment li span{color:#cfcfcf;}
.meta_comment li strong{
	font-weight:normal;
	color:#779434;
	font-size:1.333em;
}
.meta_comment li em{
	font-style:normal;
	font-size:0.917em;
}
.comment_text{
	padding:0 0 20px 33px;
	height:1%;
}
/*--Comment form--*/
h3.form_title{
	color:#779434;
	font-size:2.5em;
	line-height:1.1em;
	padding:0 0 25px;
}
.inp_element{
	float:left;
	width:290px;
	padding:0 0 18px;
}
.inp_element label,
.text_element label{
	display:block;
	font-weight:bold;
	padding:0 0 5px;
}
.inp_element input{
	width:265px;
	padding:2px 5px;
	border:1px solid #979696;
}
.text_element{
	width:100%;
	clear:both;
	padding:0 0 25px;
}
.text_element textarea{
	padding:2px 0 2px 5px;
	border:1px solid #979696;
	width:575px;
	height:144px;
}
.submit_element{
	position:absolute;
	left:30px;
	bottom:33px;
	width:110px;
	height:33px;
	overflow:hidden;
	background:url(images/btn_send.gif) no-repeat;
}
.submit_element input{
	display:block;
	width:110px;
	height:33px;
	border:none;
	background:none;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}

p.underlinks {
	float:right;
	margin-right:15px;
}

p.underlinks a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}