/*
Theme Name: lifed2
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol,
ul{list-style:none;}
blockquote,
q{quotes:none;}
blockquote:before,
blockquote:after,
q:before,
q:after{
  content:'';
  content:none;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
/* screen version */
@media screen{
  .cf:before,
  .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
  }

  .cf:after {
	clear: both;
  }

  .fixed{
  	top:0;
  	position:fixed;
  }
  /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
  .cf {
	*zoom: 1;
  }
  /* general settings */
  body{
	color:#464646;
	font:13px/22px Arial, Helvetica, sans-serif;
	background:#f1f1f1 url(images/bg-body.gif);
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
  }
  a{
	color:#e41e13;
	text-decoration:none;
  }
  a:hover{text-decoration: underline;}

  header, footer, article, section, hgroup, nav, figure{display:block;}
  figure{
	margin:0;
	padding:0;
  }
  input[type=image],
  input[type=submit]::-moz-focus-inner,
  input[type=button]::-moz-focus-inner{
	padding:0;
	border:none;
  }
  input[type=text],
  input[type=password],
  input[type=file],
  input[type=submit],
  textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
  }
  input[type=submit]:focus,
  input[type=button]:focus{outline:none;}
  .skip{
	position:absolute;
	left:-10000px;
	top:auto;
	width:0;
	height:0;
	overflow:hidden;
  }
  .skip:focus{
	position:static;
	width:auto;
	height:auto;
  }
  /* wrapper */
  #wrapper{
	width:1000px;
	margin:0 auto;
	background:#fff;
	border:solid #000;
	border-width:10px 0;
	box-shadow:1px 0 3px rgba(0, 0, 0, 0.1), -1px 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:1px 0 3px rgba(0, 0, 0, 0.1), -1px 0 3px rgba(0, 0, 0, 0.1);
  }
  /* header */
  #header{
	padding:20px 25px 16px;
	height: 102px;
  }
  #header .holder{
	width:100%;
	margin:0 0 21px;
	background:url(images/sep01.gif) repeat-x 0 100%;
  }
  #header .holder:after{
	content:"";
	clear:both;
	display:block;
  }
  /* logo */
  .logo{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(images/logo.gif) no-repeat;
	width:235px;
	height:59px;
	margin:0 0 -2px;
  }
  .logo a{
	display:block;
	height:100%;
  }
  /* social-networks */
  .social-networks{
	margin:0;
	padding:13px 0 0;
	list-style:none;
	float:right;
  }
  .social-networks li{
	float:left;
	margin:0 0 0 10px;
	padding:0 0 21px;
	position:relative;
  }
  .social-networks a:after{
	content:"";
	position:absolute;
	bottom:0;
	left:5px;
	background:url(images/arrow01.png) no-repeat;
	width:15px;
	height:8px;
	display:none;
  }
  .social-networks li:hover a:after{display:block;}
  .social-networks a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(images/sprite.gif) no-repeat -5px -5px;
	width:24px;
	height:24px;
  }
  .social-networks .facebook:hover{background-position:-5px -34px;}
  .social-networks .twitter{background-position:-39px -5px;}
  .social-networks .twitter:hover{background-position:-39px -34px;}
  .social-networks .google{background-position:-73px -5px;}
  .social-networks .google:hover{background-position:-73px -34px;}
  .social-networks .pinterest{background-position:-107px -5px;}
  .social-networks .pinterest:hover{background-position:-107px -34px;}
  .social-networks .tumblr{background-position:-141px -5px;}
  .social-networks .tumblr:hover{background-position:-141px -34px;}
  .social-networks .email{background-position:-175px -5px;}
  .social-networks .email:hover{background-position:-175px -34px;}
  .social-networks .rss{background-position:-209px -5px;}
  .social-networks .rss:hover{background-position:-209px -34px;}

  /* main */
  #main{
	overflow:hidden;
	padding:0 25px 20px;
  }
  /* ad-area */
  .ad-area{
	padding:18px 0px;
	margin:0px;
	border:solid #000;
	border-width:0px 0 1px;
	background:url(images/bg-block01.gif);
	line-height: 0;
  }
  .no-border {
	border-bottom: 0;
  }
  /* twocolumns */
  .twocolumns{
	overflow:hidden;
	width:100%;
	padding:20px 0 30px;
  }
  /* content */
  #content{
	float:left;
	width:630px;
  }
  .onecolumn #content{
  	width:100%;
  }
  /* sidebar */
  #sidebar{
	float:right;
	width:300px;
  }
  /* post */
  .post{
	overflow:hidden;
	width:100%;
  }
  /* post-image */
  .post-image{
	display:inline-block;
	vertical-align:top;
  }
  /* heading */
  .post .heading{
	overflow:hidden;
	width:100%;
	padding:16px 0;
	margin:0 0 2px;
	border:solid #000;
	border-width:4px 0;
	position:relative;
  }
  .post .heading:after{
	content:"";
	position:absolute;
	top:0;
	left:20px;
	background:url(images/arrow02.png) no-repeat;
	width:15px;
	height:8px;
  }
  .page .post .heading {
	margin-bottom: 14px;
  }

  /* info */
  .info{
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:16px;
  }
  .info .date{
	float:left;
	padding:0 0 0 16px;
	margin:0 15px 0 0;
	background:url(images/ico01.png) no-repeat 0 3px;
  }
  .info .comments{
	float:left;
	padding:0 0 0 16px;
	margin:0 16px 0 0;
	background:url(images/ico02.png) no-repeat 0 3px;
  }
  .info .by-author{
	float:left;
	padding:0 0 0 15px;
	margin:0 15px 0 0;
	background:url(images/ico03.png) no-repeat 0 3px;
  }
  /* text-section */
  .post .text-section{
	overflow:hidden;
	width:100%;
	padding:0 0 43px;
  }
/*Post title only*/
  .post h1{
	margin:0 0 6px;
	color:#000;
	font:25px/28px "Droid Serif", Georgia, "Times New Roman", Times, serif;
  }

  .post h2{
	margin: 10px 0;
	font:1.5em/1.6em "Droid Serif", Georgia, "Times New Roman", Times, serif;
  }

  .post h3{
	margin:0 0 23px;
	font:1.5em/1.8em "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
  }
  .post h4 {
	margin:0 0 23px;
	font:14px/20px "Droid Serif", Georgia, "Times New Roman", Times, serif;
  }
  #content .post p{

  	margin:0 0 22px;
  	font: 1.15em/1.6em Arial, Helvetica, sans-serif;

  }
  #content p img.aligncenter.size-full{margin-bottom:22px;}
  /* share-area */
  .share-area{
	height: 20px;
	padding:21px 0 19px;
	margin:0 0 14px;
	background:url(images/sep02.gif) repeat-x;
	position:relative;
  }
  .hentry .share-area li {
	float: left;
	list-style: none;
	margin-left: 0;
	min-width: 98px;
	margin-bottom: 0;
  }
  .share-area:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:url(images/sep02.gif) repeat-x 0 100%;
  }
  .share-area:before{
	content:"";
	position:absolute;
	bottom:3px;
	left:0;
	width:100%;
	height:1px;
	background:url(images/sep02.gif) repeat-x 0 100%;
  }
  .share-area img{vertical-align:top;}
  /* comments-block */
  .comments-block{
	overflow:hidden;
	width:100%;
	padding:0 0 20px;
	margin-bottom: 20px;
  }
  .comments-heading{
	overflow:hidden;
	width:100%;
	margin:0 0 19px;
	padding:0 0 4px;
	background:url(images/sep02.gif) repeat-x 0 100%;
  }
  .comments-heading h3{
	margin:0;
	padding:0 0 11px;
	font:20px/22px "Droid Serif", Georgia, "Times New Roman", Times, serif;
	color:#000;
	border-bottom:4px solid #000;
  }
  /* login-box */
  .login-box{
	overflow:hidden;
	padding:17px 8px 17px 7px;
	margin:0;
	background:#f9f9f9;
	border-left:4px solid #000;
  }
  .login-box .text{
	float:left;
	margin:4px 9px 0;
	font:14px/18px "Droid Serif", Georgia, "Times New Roman", Times, serif;
  }
  .login-box .btn-facebook,
  .login-box .btn-twitter{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(images/sprite.gif) no-repeat -5px -91px;
	width:90px;
	height:26px;
  }
  .login-box .btn-facebook{margin:0 0 0 27px;}
  .login-box .btn-twitter{
	width:85px;
	background-position:-128px -91px;
  }
  /* comments-list */
  .comments-list{
	margin:0;
	padding:0;
	overflow:hidden;
	color:#000;
  }
  .comments-list li{
	list-style:none outside;
	overflow:hidden;
	width:100%;
  }
  .comments-list ul{
	margin:0;
	padding:0 0 0 40px;
	overflow:hidden;
  }
  .comment-box{
	overflow:hidden;
	margin:0 0 11px;
	padding:15px 19px 10px 15px;
	border:1px solid #dedede;
	box-shadow:2px 2px 0 #f5f5f5 inset, -2px -2px 0 #f5f5f5 inset, 0 1px 1px #bababa;
	-webkit-box-shadow:2px 2px 0 #f5f5f5 inset, -2px -2px 0 #f5f5f5 inset, 0 1px 1px #bababa;
  }
  .comments-list ul .comment-box{background:#f9f9f9;}
  .comment-box .holder{
	width:100%;
	margin:0 0 20px;
  }
  .comment-box .holder:after{
	content:"";
	clear:both;
	display:block;
  }
  .comment-box img{
	float:left;
	margin:0 12px 0 -4px;
  }
  .comment-box .btn{
	float:right;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	line-height:30px;
	height:30px;
	padding:0 8px;
	margin:4px 0 0;
	background:#e41e13;
  }
  .comment-box .text-holder{overflow:hidden;}
  .comment-box .name{
	display:block;
	margin:0 0 2px;
	font:18px/22px "Droid Serif", Georgia, "Times New Roman", Times, serif;
  }
  .comment-box .name a{color:#000;}
  .comment-box .date{
	display:block;
	color:#e41e13;
	font-size:12px;
	line-height:14px;
  }
  #content .comment-box p{margin-bottom:10px;}
  /* ad-box */
  .ad-box{
	overflow:visible;
	margin:0 0 14px;
  }
  .ad-box.style02{
	overflow:hidden;
	padding:69px;
	border:1px solid #dfdfdf;
  }
  .ad-box img{
	display:inline-block;
	vertical-align:top;
	margin:0 0 6px;
  }
  .ad-box.style02 img{margin:0;}
  #pushdown_Ad{
	margin-left : -10px;
  }
  /* facebook-box */
  .facebook-box{
	overflow:hidden;
	width:100%;
	margin:0 0 20px;
  }
  .facebook-box img{vertical-align:top;}
  /* side-form */
  .side-form{
	overflow:hidden;
	width:100%;
	margin:0 0 20px;
	border:solid #000;
	border-width:5px 0 2px;
	position:relative;
	background:#f7f7f7 url(images/bg-side-form.gif) no-repeat 1px 0;
	text-align:center;
	color:#515151;
	font-size:14px;
	line-height:18px;
  }
  .side-form:after{
	content:"";
	position:absolute;
	top:0;
	left:21px;
	background:url(images/arrow02.png) no-repeat;
	width:15px;
	height:8px;
  }
  .side-form form{
	border:1px solid #dedede;
	border-width:0 1px;
  }
  .side-form .hidden{display:none;}
  .side-form .headline{
	overflow:hidden;
	padding:14px 19px;
	border-bottom:1px solid #dedede;
  }
  .side-form h3{
	float:left;
	padding:0 6px 0 0;
	color:#000;
	font:24px/26px "Droid Serif", Georgia, "Times New Roman", Times, serif;
	background:url(images/dot.gif) no-repeat 100% 16px;
  }
  .side-form .form-box{
	overflow:hidden;
	padding:14px 19px 16px;
	border-top:2px solid #fefefe;
  }
  .side-form .form-box p{margin:0 0 23px;}
  .side-form .form-row{
	overflow:hidden;
	width:100%;
  }
  .side-form .form-row p{
	float:left;
	margin:0;
  }
  .side-form input[name="email"]{
	float:left;
	margin:0;
	padding:12px 8px 11px 14px;
	border:none;
	background:url(images/sprite.gif) no-repeat -5px -122px;
	width:188px;
	height:17px;
	color:#515151;
	font:12px Arial, Helvetica, sans-serif;
  }
  .side-form input[type="submit"]{
	float:left;
	background:url(images/sprite.gif) no-repeat -215px -122px;
	width:50px;
	height:40px;
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
  }
  .side-form input[type="submit"]:hover{cursor:pointer;}
  .side-form .inner-box{
	overflow:hidden;
	padding:21px 19px 17px;
	background:#fafafa url(images/bg-side-form-inner.gif) no-repeat;
	border-bottom:1px solid #efefef;
	font-size:13px;
	line-height:20px;
  }
  .side-form strong{font-weight:bold;}
  /* post-box */
  .post-box{
	overflow:hidden;
	width:100%;
	padding:0 0 37px
  }
  .post-box .heading{
	position:relative;
	width:100%;
	padding:0 0 15px;
	margin:0 0 21px;
	border-bottom:4px solid #000;
  }
  .post-box .heading:after{
	content:"";
	background:url(images/sep02.gif) repeat-x;
	width:100%;
	height:1px;
	position:absolute;
	bottom:-8px;
	left:0;
  }
  .post-box h2{
	margin:0 0 6px;
	color:#000;
	font:20px/24px "Droid Serif", Georgia, "Times New Roman", Times, serif;
  }
  .post-box h2 a{color:#000;}
  .post-box .holder{overflow:hidden;}
  .post-box img{
	float:left;
	margin:6px 10px 0 0;
  }
  .post-box .more-area{
	margin:-8px 0 0;
	overflow:hidden;
	width:100%;
	text-align:right;
	background:url(images/sep01.gif) repeat-x 0 50%;
  }
  .post-box .more{
	display:inline-block;
	vertical-align:top;
	background:#e41e13;
	color:#fff;
	height:30px;
	font:14px/30px "Droid Serif", Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding:0 8px;
  }
  /* pagination */
  .pagination{
	overflow:hidden;
	width:100%;
	text-align:center;
	padding:29px 0;
	text-transform:uppercase;
	font-size:14px;
	line-height:16px;
  }
  .pagination a{
	display:inline-block;
	vertical-align:top;
	color:#000;
	margin:0 7px;
  }
  .pagination ul{
	margin:0;
	padding:0 8px;
	list-style:none;
	display:inline-block;
	vertical-align:top;
  }
  .pagination ul li{
	float:left;
	margin:0 12px;
	padding:0 6px 3px;
	border-bottom:3px solid transparent;
  }
  .pagination ul .active{border-bottom-color:#e41e13;}
  .pagination ul a{margin:0;}
  /* post-block */
  .post-block{
	overflow:hidden;
	width:100%;
	margin:0 0 46px;
	padding:0 0 21px;
	background:url(images/sep01.gif) repeat-x 0 100%;
  }
  /* featured-post */
  .featured-post{
	float:left;
	width:470px;
	background:url(images/bg-featured-post.gif) repeat-y;
	border-bottom:2px solid #000;
	position:relative;
  }
  .featured-post .title{
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	color:#fff;
	text-transform:uppercase;
	font:14px/28px "Droid Serif", Georgia, "Times New Roman", Times, serif;
	padding:1px 13px;
	background:#e41e13;
  }
  .featured-post img{
	display:inline-block;
	vertical-align:top;
	border-bottom:4px solid #000;
  }
  .featured-post .holder{
	overflow:hidden;
	padding:0 10px;
	border-bottom:1px solid #f1f1f1;
	height: 328px;
  }
  .featured-post .heading{
	overflow:hidden;
	padding:18px 0 24px 10px;
	margin:0 0 9px;
	background:url(images/sep03.gif) repeat-x 0 100%;
	position:relative;
  }
  .featured-post .heading:after{
	content:"";
	position:absolute;
	top:0;
	left:10px;
	background:url(images/arrow02.png) no-repeat;
	width:15px;
	height:8px;
  }
  .featured-post h2{
	margin:0 0 7px;
	color:#000;
	font:20px/22px "Droid Serif", Georgia, "Times New Roman", Times, serif;
  }
  .featured-post h2 a{color:#000;}
  .featured-post .text-holder{
	overflow:hidden;
	padding:0 20px 0 10px;
	margin:0 0 -10px;
  }
  /* top-posts */
  .top-posts{
	float:right;
	width:140px;
	background:#3b3b3b url(images/bg-top-posts.gif) repeat-x;
	border-bottom:2px solid #000;
	text-align:center;
	height: 598px;
  }
  .top-posts .title{
	display:block;
	color:#fff;
	text-transform:uppercase;
	font:14px/28px "Droid Serif", Georgia, "Times New Roman", Times, serif;
	padding:1px 0;
	margin:0 0 20px;
	position:relative;
	background:#e41e13;
  }
  .top-posts .title:after{
	content:"";
	background:url(images/arrow03.png) no-repeat;
	width:15px;
	height:8px;
	position:absolute;
	bottom:-8px;
	left:50%;
	margin:0 0 0 -8px;
  }
  .top-posts ul{
	margin:0;
	padding:0 10px 8px;
	list-style:none;
	overflow:hidden;
	color:#fff;
  }
  .top-posts ul li{
	overflow:hidden;
	width:100%;
	vertical-align:top;
	padding:11px 0 0;
	border-top:1px solid #8f8f8f;
  }
  .top-posts ul li:first-child{
	border:none;
	padding-top:0;
  }
  .top-posts img{
	display:inline-block;
	vertical-align:top;
	margin:0 0 11px;
  }
  .top-posts h3{
	font:12px/18px "Droid Serif", Georgia, "Times New Roman", Times, serif;
	margin:0 0 8px;
  }
  .top-posts h3 a{color:#fff;}
  /* gallery-block */
  .gallery-block{
	overflow:hidden;
	width:100%;
	margin:0 0 46px;
	padding:0 0 11px;
	background:url(images/sep01.gif) repeat-x 0 100%;
  }
  /* gallery-heading */
  .gallery-heading{
	position:relative;
	width:100%;
	padding:0 0 10px;
	margin:0 0 14px;
	border-bottom:4px solid #000;
  }
  .gallery-heading:after{
	content:"";
	position:absolute;
	bottom:-8px;
	left:0;
	width:100%;
	height:1px;
	background:url(images/sep02.gif) repeat-x;
  }
  .gallery-heading h2{
	margin:0;
	font:20px/24px "Droid Serif", Georgia, "Times New Roman", Times, serif;
	color:#000;
  }
  /* gallery */
  .gallery{
	overflow:hidden;
	width:100%;
	background:#303030 url(images/bg-gallery.gif) repeat-x;
  }
  /* main-box */
  .main-box{
	float:left;
	height:300px;
	width:360px;
  }
  .main-box ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:300px;
	width:360px;
	position:relative;
  }
  .main-box ul li{
	position:absolute;
	top:0;
	left:0;
	height:300px;
	width:360px;
	z-index:1;
  }
  .main-box ul li.active{z-index:2;}
  .main-box img{vertical-align:top;}
  .main-box .text-box{
	position:absolute;
	bottom:20px;
	left:0;
	width:276px;
	border-right:4px solid #e41e13;
	background-color:#000;
	background:rgba(0, 0, 0, 0.8) url(images/arrow04.png) no-repeat 0 20px;
	background-image:url(images/arrow04.png);
	background-repeat:no-repeat;
	background-position:0 20px;
	padding:11px 30px 20px;
  }
  .main-box h3{
	color:#fff;
	margin:0 0 7px;
	font:20px/24px "Droid Serif", Georgia, "Times New Roman", Times, serif;
  }
  .main-box h3 a{color:#fff;}
  .main-box .date{
	display:block;
	font-size:12px;
	line-height:14px;
	color:#e41e13;
  }
  /* thumbnails-box */
  .thumbnails-box{
	float:left;
	width:210px;
	height:250px;
	padding:30px 30px 20px;
	overflow:hidden;
	background: url(images/gallery.png) no-repeat right top;
  }
  .thumbnails{
	width:210px;
	height:210px;
	margin:0 0 20px;
	overflow:hidden;
  }
  .thumbnails ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:99999px;
  }
  .thumbnails > ul > li{
	float:left;
	width:210px;
	margin:0;
  }
  .thumbnails img{
	display:inline-block;
	vertical-align:top;
  }
  .thumbnails ul ul{
	margin:0 -15px 0 0;
	padding:0;
	list-style:none;
	width:225px;
  }
  .thumbnails ul ul li{
	float:left;
	margin:0 15px 15px 0;
	position:relative;
  }
  .thumbnails ul a{
	display:block;
	width:60px;
	height:60px;
	position:relative;
  }
  .thumbnails ul .shadow{
	position:absolute;
	top:0;
	left:0;
	background:url(images/sprite.gif) no-repeat -5px -167px;
	width:60px;
	height:60px;
	display:none;
	z-index:99;
  }
  .thumbnails ul li.active .shadow,
  .thumbnails ul ul a:hover .shadow{display:block;}
  .thumbnails ul img{
	position:relative;
	z-index:1;
  }
  /* paging */
  .paging{
	overflow:hidden;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
  }
  .paging .amount{
	display:inline-block;
	vertical-align:top;
	margin:3px 0 0;
  }
  .btn-prev,
  .btn-next{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(images/sprite.gif) -101px -65px;
	width:20px;
	height:20px;
  }
  .btn-next{
	float:right;
	background-position:-126px -65px;
  }
  /* post-columns */
  .post-columns{
	overflow:hidden;
	width:100%;
	padding:0 0 29px;
  }
  .post-columns .column{
	float:left;
	width:310px;
	margin:0 0 0 10px;
  }
  .post-columns .column:first-child{margin-left:0;}
  .post-columns h3{
	margin:0 0 3px;
	padding:0 0 4px;
	border-bottom:4px solid #000;
	color:#000;
	font:20px/22px "Droid Serif", Georgia, "Times New Roman", Times, serif;
  }
  .post-columns ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	background:url(images/sep02.gif) repeat-x;
  }
  .post-columns ul li{
	overflow:hidden;
	width:100%;
	padding:21px 0 20px;
	background:url(images/sep01.gif) repeat-x;
  }
  .post-columns ul li:first-child{background:none;}
  .post-columns img{
	float:left;
	margin:0 10px 0 0;
  }
  .post-columns .holder{
	overflow:hidden;
	padding:6px 0 0;
  }

  .related_posts h4,
  .post-columns h4{
	font:14px/18px "Droid Serif", Georgia, "Times New Roman", Times, serif;
	margin:0 0 2px;
	color:#000;
  }
  .related_posts h4 a,
  .post-columns h4 a{color:#000;}
  .related_posts .date,
  .post-columns .date{
	display:block;
	font-size:11px;
	line-height:22px;
	color:#e41e13;
  }
  /* footer */
  #footer{
	overflow:hidden;
	margin:0 25px;
	padding:0 0 48px;
	background:url(images/sep01.gif) repeat-x;
	text-transform:uppercase;
	font-size:12px;
	line-height:16px;
	color:#000;
	position: relative;
  }
  #footer .holder{
	float:left;
	padding:24px 0 0;
  }
  /* footer-logo */
  .footer-logo{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(images/sprite.gif) no-repeat -5px -62px;
	width:81px;
	height:24px;
	margin:-7px 19px 0 -1px;
  }
  .footer-logo a{
	display:block;
	height:100%;
  }
  .copy{
	float:left;
	margin:0 12px 0 0;
  }
  /* footer-nav */
  .footer-nav{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
  }
  .footer-nav li{
	float:left;
	margin:0 12px 0 0;
  }
  .footer-nav a{color:#000;}
  #footer .social-networks{padding:0;}
  #footer .social-networks li{padding:21px 0 0;}
  #footer .social-networks a:after{
	top:0;
	background:url(images/arrow02.png) no-repeat;
  }
  .print-logo{display:none;}

  .brash_logo {
	position: absolute;
	right: 0;
	bottom: 7px;
  }
  /* custom */
  .hentry li{
	list-style: disc outside none;
	margin-left: 40px;
	margin-bottom: 10px;
  }
  .hentry ol li {
	list-style:  decimal;
	margin-left: 40px;
	margin-bottom: 10px;
  }
  .hentry strong,
  .hentry b{
	font-weight: 700;
  }
  .hentry em {
	font-style: italic;
  }

  .hentry blockquote { font-size: 1.1em; font-weight: 300; line-height: 1.3em; font-style: italic; }

  .page-link {
	clear: both;
	color: #000000;
	font-weight: bold;
	margin: 0 0 22px;
	word-spacing: 0.5em;
  }
  .page-link a:link, .page-link a:visited {
	background: none repeat scroll 0 0 #F1F1F1;
	color: #333333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
  }
  #author-avatar {
	float: left;
  }
  #author-info {
	background:#fafafa url(images/author_bg.png) no-repeat;
	position: relative;
	border-bottom: 2px solid #000;
	overflow: hidden;
  }
  #author-avatar {
	margin-top: 30px;
	margin-left: 30px
  }
  #author-description {
	margin-left: 20px;
	margin-top: 40px;
	float: left;

  }
  #author-description h2 {
	font-size: 32px;
  }
  .author-role {
	color: #E41E13;
	font-size: 16px;
	margin-top: 10px;
  }
  .author-description {
	width: 450px;
	margin-top: 20px;
	background: url("images/dborder.png") no-repeat bottom ;
	padding-bottom: 20px;

  }
  .page-header {
	position: relative;
  }
  .author-role {
	padding-bottom: 15px;
	border-bottom: 4px solid #000000;
	position: relative;
  }
  h1.author {
	font-size: 20px;
	margin: 40px 0 60px;
	color: #000;
  }
  h1.author:after, .author-role:after {
	background: url("images/sep02.gif") repeat-x;
	bottom: -8px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
  }

  .social-icon {
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
  }
  .social-icon a {
	display: block;
	width: 25px;
	text-indent: -999em;
	float: left;
	height: 24px;
	margin-right: 8px;
  }
  .social-icon .facebook {
	background: url(images/social.png) no-repeat;
  }
  .social-icon .twitter {
	background: url(images/social.png) no-repeat -34px 0;
  }
  .social-icon .googleplus {
	background: url(images/social.png) no-repeat -68px 0;
  }
  .social-icon .linkedin {
	background: url(images/social.png) no-repeat -102px 0;
  }
  .screen-reader-text {
	display: none;
  }
  #searchform {
	background: url(images/search.png) no-repeat;
	float: left;
	margin-left: 332px;
	margin-top: 13px;
	position: relative;
	width: 171px;
	height: 25px;
  }
  #content #searchform{
	margin-left: 0;
	width: 163px;
  }
  #s {
	width: 114px;
	background: transparent;
	border: 0;
	padding: 0 5px;
  }
  #searchsubmit {
	width: 26px;
	background: transparent;
	border: none;
	display: block;
	text-indent: -999em;
	position: absolute;
	right: 23px;
	top: 0;
	cursor: pointer;
  }

  /* Alignment */
  .alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
  }
  .alignright {
	display: inline;
	float: right;
	margin-left: 20px;
  }
  .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  .below-article {
	float: left;
	display: inline;
  }

  .below-article-widget {
	background: url("images/sep02.gif") repeat-x scroll 0 0 transparent;
	margin: 0 0 14px;
	overflow: hidden;
	padding: 21px 0 19px;
	position: relative;
  }

  #comments:before {
	background: url("images/sep02.gif") repeat-x scroll 0 100% transparent;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
  }

  .below-article-widget:before {
	background: url("images/sep02.gif") repeat-x scroll 0 100% transparent;
	top: 3px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
  }

  .related_posts h3:after,
  .below-article-widget:after,
  .below-article2-widget:after{
	background: url("images/sep02.gif") repeat-x scroll 0 100% transparent;
	bottom: 3px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
  }
  .below-article-widget:after  {
	background: url("images/sep01.gif") repeat-x scroll 0 100% transparent;
  }
  .related_posts h3:after {
	bottom: -8px;
  }
  #comments {
	position: relative;
  }

  .related_posts h3 {
	border-bottom: 4px solid #000000;
	color: #000;
	font: 20px/22px "Droid Serif",Georgia,"Times New Roman",Times,serif;
	margin: 0 0 10px;
	padding: 0 0 11px;
	position: relative;
  }

  .related_posts {
	background: url("images/sep01.gif") repeat-x scroll 0 100% transparent;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 21px;
	width: 100%;
  }
  .related_posts ul {
	padding: 20px 0 5px 20px;
	background: #000 url(images/relatedbg.png) no-repeat;
	overflow: hidden;
  }
  .related_posts li{
	float: left;
	list-style: none;
	margin-right: 10px;
	margin-left: 0;
	width: 190px;
  }
  .related_posts li img {
	width: 190px;
  }
  .related_posts li a,
  .related_posts li a h4{
	color: #fff;
  }

  .related_posts li a:hover,
  .entry-title a:hover,
  #nav a:hover{ color: #E41E13; text-decoration: none; }


  .below-article2-widget {
	margin-top: -20px;
	margin-bottom: 20px;
	background: url(images/below-ad-bg.png) no-repeat -2px -1px;
	text-align: center;
	padding: 20px 0;
	width: 631px;
	position: relative;
  }
  .below-article2-widget:after  {
	background: url("images/sep01.gif") repeat-x scroll 0 100% transparent;
  }
  /* =Menu
-------------------------------------------------------------- */
  /* nav */
  #nav{

  }
  #nav li{
	float:left;
	margin:0 0 0 26px;
  }

  #nav li li {
	margin: 0;
  }
  #nav a{color:#000;}

  #access {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 4px solid #000000;
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	font:16px/18px "Droid Serif", Georgia, "Times New Roman", Times, serif;
  }
  #access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin-left: -20px;
  }
  #access li {
	float: left;
	position: relative;
  }
  #access a {
	display: block;
	text-decoration: none;
	padding-bottom: 21px;
  }
  #access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 39px;
	left: 0;
	width: 188px;
	z-index: 99999;
	border-bottom: 2px solid #000;
	border-top: 4px solid #e41e13;
	background: #fafafa;
	font-size: 14px;
  }
  #access ul ul ul {
	left: 100%;
	top: 0;
	font-size: 12px;
  }
  #access ul ul a {
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
  }
  .drophover li{
	background: url(images/ddline.png) repeat-y 179px center;
  }
  .drophover li:hover{
	border-right: 0;
	background: url(images/dropdownhover.png) no-repeat 179px center;
  }
  .drophover li li,
  .drophover li li:hover{
	background: none;
  }

  #access li:hover > a,
  #access ul ul :hover > a,
  #access a:focus {
	background: url(images/redarrow.png) no-repeat center bottom;
  }
  #access li li:hover > a,
  #access ul ul ul:hover > a,
  #access a a:focus {
	background: none;
  }
  #access ul ul a:hover {
  }
  #access li:hover > a,
  #access a:focus {
  }
  #access ul li:hover > ul {
	display: block;
  }
  #access .current-menu-item > a,
  #access .current-menu-ancestor > a,
  #access .current_page_item > a,
  #access .current_page_ancestor > a {
	font-weight: bold;
  }



  /* main elements */
  .comment-reply-link{
	float: right;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	padding: 0 8px;
	margin: 4px 0 0;
	background: #E41E13;
  }

}
/* print version */
@media print{
  #header,
  #sidebar,
  #footer,
  .skip,
  .ad-area,
  .share-area,
  .comments-block,
  .pagination,
  .gallery-block,
  .post-box .more-area{display:none;}
  body{
	margin:0;
	color:#000;
	font:12pt Arial, Helvetica, sans-serif;
  }
  a{
	text-decoration:none;
	color:#000;
  }
  p{margin:0 0 22px;}
  #wrapper{width:99%;}
  .print-logo{
	display:block;
	margin:0 0 30px;
  }
  .post-image{
	display:block;
	margin:0 0 20px;
  }
  .post h2{
	font:25pt Georgia, "Times New Roman", Times, serif;
	margin:0 0 20px;
  }
  .info{
	font-size:12pt;
	line-height:16pt;
	margin:0 0 20px;
  }
  .info span{margin:0 10px 0 0;}
  .post h3{
	font:16pt Georgia, "Times New Roman", Times, serif;
	margin:0 0 16px;
  }
  .post-columns h3{
	margin:0 0 18px;
	font:20pt Georgia, "Times New Roman", Times, serif;
  }
  .post-columns ul{margin:0 0 20px;}
  .post-columns ul li{
	overflow:hidden;
	padding:20px 0;
	page-break-inside:avoid;
	display:inline-block;
	width:100%;
  }
  .post-columns ul img{
	float:left;
	margin:0 20px 0 0;
  }
  .post-columns h4{
	font:14pt Georgia, "Times New Roman", Times, serif;
	margin:0;
  }
  .post-columns .date{
	display:block;
	font-size:11pt;
  }
  .featured-post{margin:0 0 20px;}
  .featured-post .title,
  .top-posts .title{
	display:block;
	margin:0 0 10px;
	text-transform:uppercase;
	font:12pt Georgia, "Times New Roman", Times, serif;
  }
  .featured-post img{
	display:block;
	margin:0 0 20px;
  }
  .featured-post h2,
  .post-box h2{
	font:20pt Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px;
  }
  .top-posts li{
	overflow:hidden;
	width:100%;
	margin:0 0 14px;
	page-break-inside:avoid;
	display:inline-block;
  }
  .top-posts img{
	float:left;
	margin:0 10px 0 0;
  }
  .top-posts h3{
	margin:0 0 4px;
	font:12pt Georgia, "Times New Roman", Times, serif;
  }
  .post-box{
	padding:0 0 30px;
	page-break-inside:avoid;
	display:inline-block;
  }
  .post-box img{
	float:left;
	margin:0 10px 0 0;
  }
  .post-box .holder{page-break-inside:avoid;}
}

#slidebox{
	width:350px;
	padding:10px;
	background-color:#fff;
	border-top:3px solid #FF0000;   
	position:fixed;
	bottom:0px;
	right:-430px;
  -moz-box-shadow:-2px 0px 5px #aaa;
  -webkit-box-shadow:-2px 0px 5px #aaa;
  box-shadow:-2px 0px 5px #aaa;
  z-index:9998;

}
#slidebox p, a.more{
	font-size:11px;
	text-transform:uppercase;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:1px;
	color:#555;
  margin:0;
}
a.more{
	cursor:pointer;
	color:#6699FF;
}
a.more:hover{
	text-decoration:underline;
}
#slidebox h2{
	color:#E28409;
	font-size:18px;
	margin:0px 20px 5px 0px;
}
a.close{
	background:transparent url(images/close.gif) no-repeat top left;
	width:13px;
	height:13px;
	position:absolute;
	cursor:pointer;
	top:10px;
	right:10px;
}
a.close:hover{
	background-position:0px -13px;
}
.ra1-pw-widget-looknative .ra1-pw-alone-button {
  min-width: 107px;
}