/*
	Theme Name: kapro
	Theme URI: http://kentooz.com
	Description: kapro is powerfull and clean magazine theme. Suitable for any blog and news. Made with bootstrap framework.
	Author: kentooz - Gian MR
	Author URI: http://twitter.com/g14nnakal
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0.5
    Tags: light, two-columns, right-sidebar, fixed-width, theme-options, translation-ready, featured-images, custom-menu, editor-style, custom-background
*/

/* ======== STRUCTURED CSS KENTOOZ PORTOFOLIO =======
## 1. GENERAL
## 2. HEADER
## 3. TOPMENU
## 4. LOOP
## 5. WIDGET
## 6. COMMENT
## 7. FOOTER
## 8. PRETTIFY
## 9. OTHER
================================================== */

/* =================================================== 
######################  1. Start GENERAL #############
 ================================================== */
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,a img,:link img,:visited img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
body {
	background: #efefef url(http://liriklagubatak.com/blog/wp-content/themes/kapro/img/pattern-3.png);
	color: #000;font: 12px/17px Helvetica,Arial,"DejaVu Sans Condensed",sans-serif;	
	margin: 0px auto 0px;
}
a {
	color:#333333;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color:#bb0000;
	text-decoration: none;
}
a:focus {
	outline:none;
}
.allwrap{
	background: none repeat scroll 0 0 #FFFFFF; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);   
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); 
	max-width:960px;
	margin:20px auto 40px auto;
}
blockquote {
	background: #f8f8f8 url(img/quote.png) no-repeat 12px 21px;
	font-style: italic;
	font-size: 15px;
	line-height: 1.6;
	padding: 20px 20px 20px 55px;
}
blockquote p{
	font-size:12px;
}

/* =================================================== 
#####################  2. Start HEADER ###############
 ================================================== */
.mainheader-wrapper {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#222222 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#222222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}
.selectnav { 
	display: none; 
}
.xdate {
	background: #aaaaaa; /* Old browsers */
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	color:#121212;
	padding:3px 10px;
	font-weight:bold;
	margin-left:30px;
	margin-right:-10px;
	height:18px;
	position:relative;
}
.xdate span:before {
	content:"";
	position:absolute;
	bottom:-20px; 
	right:30px; 
    border-width:20px 20px 0;
	border-style:solid;
    border-color:#aaaaaa transparent;
    display:block; 
    width:0;
}
.xdate span.arrowright:before {
	top:0px;
	bottom:auto;
    right:auto;
	left:-20px;
	border-width:0px 20px 24px 0px;
	border-color:transparent #aaaaaa;
}
.table-ticker {
	height:32px;
}
#search {
	background: #4f4f4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #4f4f4f 0%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4f4f4f 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4f4f4f 0%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4f4f4f 0%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4f4f4f 0%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px rgba(0,0,0,0.1);
	color:#efefef;
	float: right;
	position: relative;
	padding:4px;
	margin-right:-10px;
}
#search input[type="text"], #search select {
	border-radius: 0px 0 0 0px;
	-moz-border-radius: 0px 0 0 0px;
	-webkit-border-radius: 0px 0 0 0px;
	background-color: rgba(255,255,255,0.4);
}
#search input[type="text"] {
	margin:0px;
	border: none;
	padding: 5px 40px 5px 6px;
	width: 200px;	
	text-shadow: 1px 1px rgba(0,0,0,0.1);
	color:#efefef;
}
#search input[type="text"]:focus {
	border: none;
}
#search input[type="submit"] {
	background: url("img/search.png") no-repeat scroll center center transparent; 
	border: 0 none; box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	cursor: pointer;
	height: 20px;
	opacity: 0.75;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 8px;
	width: 20px;
}
#search input[type="submit"]:hover, 
#search input[type="submit"]:focus {
	opacity: 1;
}

#mainmenu {
	z-index:10;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#222222 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#222222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 4px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 4px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0px 4px 4px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	text-transform:uppercase;
	line-height: 20px;
	position: relative;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
	margin:auto 0px;
}
#mainmenu ul {
	padding: 0;
	margin:0px 0px 0px -1px;
	position: relative;
}
#mainmenu ul li.home span {
	display: block;
	height: 20px; 
	width:23px;
	border: 0 none !important;
	background: transparent url("img/home.png") no-repeat;
	position: relative;
	text-align: center;
	z-index: 1;
}
#mainmenu ul > li {
	display: block;
	float: left;
	position: relative;
}
#mainmenu ul > li > a {
	-webkit-transition: background 1s;-moz-transition: background 1s;-o-transition: background 1s;-ms-transition: background 1s;transition: background 1s;
	border-right:solid 1px rgba(0, 0, 0, 0.2);
	box-shadow:1px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:1px 0 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 0 0 rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	display: block;
	padding: 9px 14px;
	text-decoration: none !important;
}
#mainmenu ul > li a:hover, #hot-cat ul > li a:focus {
	background: #222222;
	-webkit-box-shadow: inset 0 2px 15px rgba(255, 255, 255, 0.2);
		-moz-box-shadow: inset 0 2px 15px rgba(255, 255, 255, 0.2);
			box-shadow: inset 0 2px 15px rgba(255, 255, 255, 0.2);	
}
#mainmenu ul.categories > li > a {
	border-right:1px solid #555555;
	position: relative;
}
#mainmenu li:hover > ul {
	display: block;
	top: 38px;
}
#mainmenu ul ul {
	background: #222222;	
	-webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);  
	-moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	top: 34px;
	width: 200px;
	z-index: 99;
}
#mainmenu ul ul li {
	float: none; 
}
#mainmenu ul ul a {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #fff;
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 500;
	padding:7px 12px !important;
	text-align: left;
	text-transform: none;
}
#mainmenu ul ul a:hover, 
#mainmenu ul ul .hover > a,	
#mainmenu ul ul .current_page_item > a, 
#mainmenu ul ul .current_page_item > a:hover,
#mainmenu ul ul .current_page_parent > a, 
#mainmenu ul ul .current_page_parent > a:hover {
	background: #222222;
	color: #fff;
}
#mainmenu ul ul .current_page_item:after, 
.not-ie #mainmenu ul ul .current_page_parent:after { 
	display: none; 
}
#mainmenu ul ul ul {
	left: 200px !important;
	top: 0 !important;
}
#secondmenu {
	display:block;
	background: #bb0000; /* Old browsers */
	font-size: 11px;
	line-height: 34px;
	height:34px;
	margin-top:0px;
	position: relative;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
	text-transform:uppercase;
	margin-right:-10px;
	margin-left:30px;
}
#secondmenu ul:before {
	content:"";
	position:absolute;
    display:block; 
    width:0;
	top:0px;
	bottom:auto;
	border-style:solid;
    right:auto;
	left:-20px;
	border-width:34px 20px 0px 0px;
	border-color:transparent #bb0000;
}
#secondmenu ul {
	padding:0px;
	margin:0px;
	position: relative;
}
#secondmenu ul > li {
	display: block;
	float: left;
}
#secondmenu ul > li > a {
	-webkit-transition: background 1s;-moz-transition: background 1s;-o-transition: background 1s;-ms-transition: background 1s;transition: background 1s;
	color: #fefefe;
	display: block;
	padding: 7px 12px;
	text-decoration: none !important;
}
#secondmenu ul > li a:hover, #hot-cat ul > li a:focus {
	color:#fffca7;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
#secondmenu ul.categories > li > a {
	position: relative;
}
#featuredmain {
	background:#222222 url(img/pattern-1.png) repeat scroll 0 0;
	margin:0px 0px 0px 0px;
}
#featuredmain .span8{
	width:660px;margin:0px 0px 0px 10px;
}
#featuredmain .span4{
	width:300px;margin:0px -10px 0px 0px;
}
#featuredmain .span4 img, #featuredmain .span4 iframe{
	margin:0px;padding:0px;
}
/* =================================================== 
#####################  2. Start CAROUSEL ###############
 ================================================== */
.wrapcarausel {
	margin-top:15px;
}
.list_carousel {
	position:relative;
	width: auto;
	overflow:hidden;
}
.list_carousel ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
.list_carousel li {
	background: #eeeeee;
	padding: 0px;
	width:280px;
	margin: 10px 6px;
	display: block;
	float: left;
	max-height:200px;
	overflow:hidden;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);
			box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);	
}
.img-carousel {
	padding:3px;
	border:none;
}
.list_carousel li h2{
	margin:0px;
	padding: 0px;
	line-height:14px;
	font-size:14px;
}
.list_carousel li img{
	margin-right:10px;
}
.list_carousel li .entry-author a,
.list_carousel li .entry-date a,
.list_carousel li .description {
	font-size:11px;
}
.list_carousel a.prev, 
.list_carousel a.next {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
	display: block;	
	height:20px;
	width:20px;
	padding:5px;
	position: absolute;
	top:35%;
	z-index: 10;
}
.list_carousel a.prev {
	left:0px;
}
.list_carousel a.next {
	right:0px;
}
.list_carousel #prev-1 span{
	display:block;
	margin-right:5px;
	margin-top:2px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:10px solid #222222; 
}
.list_carousel #next-1 span{
	margin-left:5px;
	display:block;
	margin-top:2px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-left:10px solid #222222; 
}

/* =================================================== 
#####################  2. Start FEATURED ###############
 ================================================== */
#breadcrumbs-wrap {
	background: none repeat scroll 0 0 #F4F4F4; 
	border: 1px solid #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 12px;
	margin: 10px auto 0px;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
}
#breadcrumbs-wrap .breadcrumbs a:first-child span {
	display: none;
}
#breadcrumbs-wrap a, #breadcrumbs-wrap > span {
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	color: #333333;
	display: inline-block; 
	height: 12px;
	line-height: 12px;
	margin-right: 5px;
	padding: 6px 20px 6px 0;
	position: relative;
	text-decoration: none !important;
}
#breadcrumbs-wrap a {
	background: url("img/crumb-arrow.png") no-repeat scroll right center transparent;
}
#breadcrumbs-wrap a:hover, #breadcrumbs-wrap a:focus {
	color: #0976BC;
	text-decoration: underline;
}
#breadcrumbs:after {
	background-image: -moz-linear-gradient(left center , rgba(255, 255, 255, 0) 0%, #FFFFFF 25%, #FFFFFF 100%); 
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
#logo {
	background: #740106; /* Old browsers */
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	color:#e51400;
	padding:0px;
	font-weight:bold;
	margin-right:0px;
	margin-left:10px;
	height:90px;
	position:relative;
}
#logo a{
	z-index:1;
}
#logo span:before {
	content:"";
	position:absolute;
    display:block; 
    width:0;
	top:0px;
	bottom:auto;
	border-style:solid;
    left:auto;
	right:-80px;
	border-width:90px 0px 0px 80px;
	border-color:transparent #740106;
}
#logo span {
	background: #740106; /* Old browsers */
	width:100px;
	height:90px;
	position:absolute;
    display:block; 
	top:0px;
	bottom:auto;
    left:220px;
	right:0px;
}
#logo h1.homeblogtit,#logo h2.singleblogtit {
	padding:20px 0px 0px 20px;
	margin:0px;
	font-size:24px;
	text-align:left;
	line-height:15px;
	text-transform:uppercase;
}
#logo h1.homeblogtit a, #logo h1.homeblogtit a:visited,#logo h2.singleblogtit a,#logo h2.singleblogtit a:visited{
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}
#logo h2.desc,#logo h3.desc {
	margin:5px 0px 0px 20px;
	font-size: 12px;
	font-style: italic;
	text-align:left;
	line-height:18px;
	font-family:arial;
	color:#FFFFFF;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}

/* =================================================== 
#####################  2. Start LOOP ###############
 ================================================== */
.page-link {
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:700;
	display:block;
	padding:15px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.page-link span{
	font-style:italic;
	font-size:14px;
	font-weight:500;
}
.page-link a{
	padding:5px 8px;
	background:#0050ef;
	color:#ffffff;
}
.thumbnail {
	background:#FFFFFF;
	-webkit-box-shadow:inset 0 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:inset 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
.thumbnail2 {
	background:#FFFFFF;
	padding: 6px 8px 10px 8px;
	-webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
	-moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
	box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
	-webkit-transform:rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	font-size:1.3em;
	color:#454f40;
	letter-spacing:0.09em;
	position:relative;
	width:250px;
	float:left;
	margin-bottom:15px;
}
.thumbnail2:before {
	content: '';
	display: block;
	position: absolute;
	left:15px;
	top: -15px;
	width: 48px;
	height: 48px;
	background: url(http://liriklagubatak.com/blog/wp-content/themes/kapro/img/pin_48.png);
}
.new-content{
	margin-top:15px;
}
.entry-firstbody img{
	margin-right:10px;
}
.entry-firstbody .entry-content h1.entry-title,
.entry-firstbody .entry-content h2.entry-title{
	font-size:18px;
}
.entry-firstbody .thumbnail {
	position:relative; 
}
.entry-firstbody .thumbnail h1.entry-title,
.entry-firstbody .thumbnail h2.entry-title{
	font-size:18px;
	position:absolute; 
	bottom: 0; 
	left: 4px;
	margin-right:4px;
	padding:10px;
	background: rgba(0, 0, 0, 0.9);	
}
.entry-firstbody .thumbnail h1.entry-title a,
.entry-firstbody .thumbnail h2.entry-title a{
	color:#fefefe;
}
.entry-body h1.entry-title,.entry-search h1,.entry-body h2.entry-title,.entry-search h2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.125;
	margin-bottom: 4px;
	margin-top: 0px;
}
.description,.entry-body .tags a,.entry-body .entry-date a,.entry-body .entry-author a,
.entry-search .tags a,.entry-search .entry-date a,.entry-search .entry-author a{
	color: #999999;
	font-size: 12px;
	line-height: 1.25;
}

.meta-content{
	display:block;
	padding:10px;
	margin:10px 0px;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
			box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);	
}
.contentsingle-enqueue .entry-head {
	margin:15px 0px;
	font-size:16px;
	line-height:16px;
	padding:10px;
	background: #ffc61a;
	background: -moz-linear-gradient(top,  #ffc61a 0%, #ffc61a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc61a), color-stop(100%,#ffc61a));
	background: -webkit-linear-gradient(top,  #ffc61a 0%,#ffc61a 100%);
	background: -o-linear-gradient(top,  #ffc61a 0%,#ffc61a 100%);
	background: -ms-linear-gradient(top,  #ffc61a 0%,#ffc61a 100%);
	background: linear-gradient(to bottom,  #ffc61a 0%,#ffc61a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc61a', endColorstr='#ffc61a',GradientType=0 );
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}
.contentsingle-enqueue .entry-head a {
	color:#474747;
}
.contentcomment-enqueue .entry-head {
	font-size:16px;
	line-height:16px;
	padding:10px;
	background: #efefef;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}
.contentcomment-enqueue .entry-head a{
	color:#474747;
}
.thumbnail {
	margin-bottom:0px;
}
.entry-content .single-thumb {
	margin-bottom:10px;	
	margin-left:10px;	
}
.entry-meta {
	text-align:right;
	margin:5px 0px;
}
.entry-author, .tags, .entry-categories, .entry-author a,.tags a, .entry-categories a {
	margin-right:5px;
	line-height:25px;
}
h1.single-title, h2.single-title {
	font-size:20px;
	line-height:20px;
}
.entry-date{
	margin-right:10px;
}
.entry-embbed {
	display:block;
	margin-bottom:20px;
}
.entry-body ul {
	list-style-type:disc;
}
.entry-body,.entry-search {
	position:relative;
}
.page-title h3 {	
	display: block; 
	line-height: 20px;
}
.error-img {	
	text-align:center;
	margin-top:30px;
	display:block;
}
a#ktztooltips {
	color:#666666;
}
a#ktztooltips:hover {
	color:#114660;
}
#commentform p.input-prepend{float:left;margin-right:10px;}
#commentform textarea {margin-top:15px;}
#commentform input, #commentform textarea,#commentform .add-on{
	-webkit-box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 25px rgba(0, 0, 0, 0.05);	
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input#comment-submit {
	border:0px;
	padding:6px 12px;
	font-weight:bold;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background:#bb0000;
	-webkit-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
			box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);	
	color:#ffffff;
}
.btn-box{
	-webkit-border-radius:0px;	
	-moz-border-radius:0px;	
	border-radius:0px;
}
.navbar-inner {
	background-color:#fafafa;
	background-image:-moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));	
	background-image:-webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:-o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); /* IE FIXED */
	border:1px solid #DDDDDD;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.065);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.065);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.065);
	*zoom:1;
}
.archivebanner {
	margin-bottom:10px;
	text-align:center;
}
.bannersinglefot{
	text-align:center
}
.bannersinglefot h2,.bannersinglefot h1 {
	text-align:left;
}
h3.related-title {
	position:relative;
	border-bottom:3px solid #5a0000;
}
h3.related-title span{
	float:left;
	font-size:13px;
	color:#FFFFFF;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding:10px;
	margin:10px 0px 0px 0px;	
	background:#bb0000;
	text-transform:uppercase;
	line-height:16px;
	-webkit-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
			box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
}
.list_carousel h3.entry-title {
	font-size:14px;
	font-weight:700;
	line-height:14px;
	margin-top:0px;
}
.sharedpost {
	display:block;
	padding:10px 0px;
	margin:10px 0px 10px 0px;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	width:100%;
}
.sharenav {
	margin-top:0px;
}
.rating-box .rating-title, 
.rating-box .rating-desc,
.rating-box .rating-author, 
.rating-box .rating-date,
.rating-box .rating-summery {
	display:none;
}
.rating {
	display: block; 
	width: 65px; 
	height: 13px; 
	background: url(img/star-rating-sprite.png) 0 0;
	margin-bottom:10px;
}
.rating0,.rating05,.rating1,.rating15,.rating2,.rating25,.rating3,.rating35,.rating4,.rating45,.rating5{
	display: block; 
	height: 13px; 
	background: url(img/star-rating-sprite.png) 0 -13px;
}
.rating0 {
	width: 0%; 
}
.rating05 {
	width: 10%; 
}
.rating1 {
	width: 20%; 
}
.rating15 {
	width: 30%; 
}
.rating2 {
	width: 40%; 
}
.rating25 {
	width: 50%; 
}
.rating3 {
	width: 60%; 
}
.rating35 {
	width: 70%; 
}
.rating4 {
	width: 80%; 
}
.rating45 {
	width: 90%; 
}
.rating5 {
	width: 100%; 
}
/* =================================================== 
#####################  2. Start LOOP MAGAZINE ########
 ================================================== */
span.feed-cat a{
	width: 16px;
	height: 16px;
	background: url(img/feed.png) no-repeat center;
	display:block;
	margin:10px;
	text-decoration:none;
}
.view {
	font-size:11px;
	color:#666666;
	font-weight:700;
	padding-left:8px;
}
.borderview {
	font-size:11px;
	font-weight:700;
	color:#666666;
}
.featured-module .row {
	padding:10px 0px 0px 0px;
}
.module-1 img {
	margin-right:10px;
	width:290px;
}
.featured-module h2.entry-title {
	font-size:20px;
	line-height:24px;
}
.featured-related h2{
	padding:0px;
	margin:0px;
	font-size:14px;
	
	line-height:14px;
}
.featured-related div.clearfix {
	border-bottom:1px solid #DDDDDD;
	margin-bottom:5px;
	padding-bottom:5px;
}
.featured-related img {
	margin-right:10px;
}
.featured-related .ktz-titlecust {
	margin-top:2px;
}
.centermodule {
	margin-top:15px;
}
.wrapmodule-2 h2{
	font-size:14px;
	font-weight:600;
	line-height:16px;
	padding:0px;
	margin:0px 0px 5px;
}
.readmore-block {
	background:#bb0000;
	display:block;
	color:#fefefe;
	padding:3px 10px;
	text-align:right;
	font-size:11px;
}
.readmore-block:hover{
	background:#e70000;
	color:#fefefe;
}
.wrapmodule-2 img {
	margin-right:10px;
}
.leftmodule {
	margin-top:15px;
}
.listmodule-3 li{
	padding:5px 10px; 
	list-style-type: none;
	margin-left: 0px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDDDDD;
	margin-left: -25px;
}
.listmodule-3 li:nth-child(even) {
	-webkit-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.2);
			box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.2);	
}
.module-5 {
	color:#fefefe;
	background:#bb0000;
	-webkit-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
			box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);	
	padding:0px 5px 5px 5px;
}
.listmodule-5 li{
	color:#fefefe;
	padding:5px 10px;
	list-style-type: none;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: rgba(255,255,255,0.4);
}
.listmodule-5 .thumbnail2 a {
	color:#333333;
}
.listmodule-5 .thumbnail2 a:hover {
	color:#bb0000;
}
.listmodule-5 li a{
	color:#fefefe;
}
.listmodule-5 li a:hover {
	color:rgba(255,255,255,0.7);
}
.listmodule-5 {
	margin: 0px;
}
.listmodule-5 li img{
	margin: 0px;
} 
ul.listsubmodule-1,
.wrapmodule-2 {
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}

.titlebox h2 a {
	color:#ffffff;
}

.moduletitle-foot h1,
.moduletitle-2 h2,.moduletitle-foot h2, .titlebox h2{
	color:#ffffff;
	float:left;
	font-size:14px;
	padding:0px 10px;
	line-height:16px;
	text-transform:uppercase;
	text-shadow: 1px 1px rgba(0,0,0,0.7);
}
.moduletitle-2 h1 {
	font-size:16px;
	margin:0px;
	padding:0px 0px 14px 0px;
	line-height:25px;
	text-transform:uppercase;
}
.mostview-single h3 {
	margin:0px;
	font-size:14px;
	line-height:16px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}
.module_feedburner h2 ,.module_feedburner h1 {
	font-size:14px;
	line-height:16px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}
.feed_title{
	border-style: solid; 
	border-width: 3px 0 3px 0;
	border-color:#222222;
	color:#333333;
	background:#ffffde;
	text-transform:uppercase;
	line-height:16px;
}
.feed_title span {
	font-size:22px;
	margin:0px;
	line-height:36px;
}
.module_feedburner p{
	background:rgba(0,0,0,0.1);
	border:1px solid #BBBBBB;
	padding:5px;
}
.module_feedburner {
	background:#eeeeee;
	-webkit-box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);
			box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);	
	padding:10px;
	margin:10px 0px 0px 0px;
}
.module_feedburner_home {
	background:#eeeeee;
	-webkit-box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);
			box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);	
	margin:0px;
	padding:10px;
} 
.module_feedburner .input-append input, .module_feedburner_home .input-append input {
	width:60%;
	background:#aaaaaa;
	border:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	color:#ffffff;
}
.module_feedburner .input-append button,.module_feedburner_home .input-append button {
	background:#666666;
	border:0px;
	padding:4px 8px;
	font-weight:bold;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.05);
	color:#ffffff;
}
.module_feedburner .pull-left{
	width:70%;
}
.module_feedburner .pull-right{
	width:28%;
}
.module_feedburner .feed-tweet,
.module_feedburner .feed-fb,
.module_feedburner .feed-gplus{
	margin-bottom:10px;
}
.module_feedburner .feed-tweet a,
.module_feedburner .feed-fb a,
.module_feedburner .feed-gplus a {
	color:#FFFFFF;
	font-size:16px;
	font-weight:700;
	padding:10px;
	display:block;
	text-decoration:none;
}
.module_feedburner_home .feed-tweet a,
.module_feedburner_home .feed-fb a,
.module_feedburner_home .feed-gplus a  {
	color:#FFFFFF;
	font-size:14px;
	font-weight:600;
	padding:5px;
	display:block;
	text-decoration:none;
}
.module_feedburner .feed-tweet:hover,
.module_feedburner .feed-fb:hover,
.module_feedburner .feed-gplus:hover,
.module_feedburner .input-append button:hover,
.module_feedburner_home .feed-tweet:hover,
.module_feedburner_home .feed-fb:hover,
.module_feedburner_home .feed-gplus:hover,
.module_feedburner_home .input-append button:hover,
input#comment-submit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.module_feedburner .feed-tweet,
.module_feedburner_home .feed-tweet  {
	background:#1ba1e2;
}
.module_feedburner .feed-fb,
.module_feedburner_home .feed-fb  {
	background:#0050ef;
}
.module_feedburner .feed-gplus,
.module_feedburner_home .feed-gplus {
	background:#e51400;
}
.social-text {
	padding:10px 0px;
	position:relative
}
.social-text span {
	border-bottom:2px dashed #333333;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#333333;
	text-shadow:0 1px 1px rgba(255,255,255,0.4);
	display:block;
}
.moduletitle-foot h1,
.moduletitle-foot h2, .titlebox h2 {
	color:#FFFFFF;
}
.moduletitle-5 h1,
.moduletitle-5 h2 {
	float:left;
	font-size:14px;
	padding:10px;
	margin-top:5px;
	margin-bottom:-2px;
	line-height:14px;
	text-transform:uppercase;
}
.moduletitle-5 h1 a,
.moduletitle-5 h2 a {
	color:#FFFFFF;
	text-shadow:0 1px 1px rgba(0,0,0,0.7);
}
.moduletitle-foot, .titlebox {
	background: #bb0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #bb0000 0%, #740106 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb0000), color-stop(100%,#740106)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bb0000 0%,#740106 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bb0000 0%,#740106 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bb0000 0%,#740106 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bb0000 0%,#740106 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0000', endColorstr='#740106',GradientType=0 ); /* IE6-9 */
}
.moduletitle-4 {
	background: #222222; /* Old browsers */
}
.moduletitle-4 h2 a{
	color:#efefef;
}
.moduletitle-5 {
	margin:0px 0px 0px 0px;
}
.caroufredsel_wrapper .entry-author a,.caroufredsel_wrapper .entry-date a,.caroufredsel_wrapper .description,
.module-5 .entry-author a,.module-5 .entry-date a,.module-5 .description,
.listmodule-1 .entry-author a,.listmodule-1 .entry-date a,.listmodule-1 .description,
.listmodule-popular .entry-author a,.listmodule-popular .entry-date a,.listmodule-popular .description,
.module-1 .entry-author a,.module-1 .entry-date a,.module-1 .description,
.module-2 .entry-author a,.module-2 .entry-date a,.module-2 .description,
.listmodule-2 .entry-author a,.listmodule-2 .entry-date a,.listmodule-2 .description,
.listmodule-3 .entry-author a,.listmodule-3 .entry-date a,.listmodule-3 .description,
.featured-related .description,.featured-related .entry-date a{
	color:#666666;
	font-size:11px;
	font-weight:700;
}
.module-2first .entry-author a,.module-2first .entry-date a,.module-2first .description, .module-2first .borderview,.module-2first .view,.wrapmodule-2 .entry-author a,.wrapmodule-2 .entry-date a,.wrapmodule-2 .description{
	color:#333333;
	font-size:11px;
	font-weight:600;
}
.listmodule-2 {
	background: url(http://liriklagubatak.com/blog/wp-content/themes/kapro/img/listarticle.gif) no-repeat 0 10px;
	padding-left:16px; 
	border-bottom:1px solid #dddddd;
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
}
.listmodule-2 img{
	margin-right:10px;
}
.module-2 img{ margin-right:10px;}
.topticker {width:500px;overflow:hidden;margin-right:-10px;}
#listmodule-ticker {
	text-align:right;
	padding:2px 10px 15px 10px;
	height: 15px;
	overflow: hidden;
	margin:0px 0px 0px 0px;
}
#listmodule-ticker li {
	height: 15px;
	overflow: hidden;
	padding-bottom:5px;
	padding-top:5px;
}
#listmodule-ticker li a {
	color:#fefefe;
}
.wrap-banner {
	margin-top:15px;
}
.modulebanner-1 {
	margin-top:15px;
	margin-bottom:15px;
}
.module-2 {
	padding:5px 10px;
	border-style: solid; 
	border-width: 0 0 1px 0;
	border-color:#DDD;
}
.moduletitle-3 {
	margin-top:15px;
}
.ktz-titlecust-big a{
	font-size:18px !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	line-height:24px !important;
	font-weight:600 !important;
}
.ktz-titlecust a{
	font-size:14px !important;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
	line-height:16px !important;
	font-weight:600 !important;
}
.ktz-caption-single {font-style:italic; color:#999;margin-top:5px;margin-bottom:20px;}
.module-1 h1, .module-2 h1, .module-3 h1,.listmodule-1 h1, .listmodule-3 h1, 
.listmodule-popular h1, .listmodule-5 h1,
.module-1 h2, .module-2 h2, .module-3 h2,.listmodule-1 h2, .listmodule-3 h2, 
.listmodule-popular h2, .listmodule-5 h2, .module-2 h3, .listmodule-2 h2{
	font-size:13px;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height:15px;
}
.listmodule-view h3{
	font-size:13px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height:15px;
	font-weight:600;
}
.listsubmodule-1 h1,
.listsubmodule-1 h2 {
	font-size:13px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height:13px;
}
.module-3 h1,
.module-3 h2{
	margin-bottom: 5px;
	margin-top: 5px;
}
.moduletitle-1 h1, 
.moduletitle-popular h1,
.entry-head h1,
.moduletitle-banner h1,
.moduletitle-1 h2, 
.moduletitle-popular h2,
.entry-head h2,
.moduletitle-banner h2{
	float:left;
	font-size:14px;
	line-height:16px;
}
.moduletitle-1, 
.moduletitle-banner  {
	margin:0px 0px 5px 0px;
	border-style: double; 
	border-width: 0 0 3px 0;
	border-color:#DDD;
}
.module-2first {
	-webkit-box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);
			box-shadow: inset 0 2px 30px rgba(0, 0, 0, 0.3);
	background:#eeeeee;
	color:#222222;
	font-weight:700;
}
div.module-1 div.thumbnail {
	margin-top:15px;
	margin-bottom:10px;
}
.modulesubtitle-1{
	border-width:1px 0px;
	border-style:solid;
	border-color: #DDD;
	margin:5px 0px 5px 0px; 
	padding:0px 0px;
}
.modulesubtitle-1 h1,
.modulesubtitle-1 h2{
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	font-weight:600;
}
.listmodule-1 li{
	background: url(http://liriklagubatak.com/blog/wp-content/themes/kapro/img/listarticle.gif) no-repeat 0 6px;
	padding-left:16px; 
	list-style-type: none;
	margin-left: -25px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
.listsubmodule-1 li{
	background: url(http://liriklagubatak.com/blog/wp-content/themes/kapro/img/listarticle.gif) no-repeat 0 2px;
	padding-left:16px; 
	list-style-type: none;
	margin-left: -25px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
.listmodule-popular li{ 
	background: url(http://liriklagubatak.com/blog/wp-content/themes/kapro/img/listarticle.gif) no-repeat 0 6px;
	padding-left:16px; 
	list-style-type: none;
	margin-left: -25px;
	margin-right: 10px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
.listmodule-view li{ 
	background: url(http://liriklagubatak.com/blog/wp-content/themes/kapro/img/listarticle.gif) no-repeat 0 2px;
	padding-left:16px; 
	margin-left:-25px;
	list-style-type: none;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
.wrapper-botmodule{
	background: none repeat scroll 0 0 #FFFFFF; 
	border: 1px solid #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); 
	margin: 10px -1px 0;
	padding: 10px;
}

/* =================================================== 
#####################  5. Start WIDGET ###############
 ================================================== */
.widget ul{
	list-style:none;
}
.widget {
	margin-top:15px;
	display:block;
	position:relative;
}
.ktz_banner {
	margin-top:15px;
	position:relative;
	padding:0px 0px;
	border:none;
}
.ktz_facebook{
	margin-top:15px;
	position:relative;
	padding:0px 0px;
	border:none;
}
.widget-title{
	margin:0px;
	color:#fefefe;
	background:#bb0000;
	text-transform:uppercase;
	line-height:16px;
	-webkit-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
			box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);	
}
.widget-title span {
	font-size:16px;
	margin:0px;
	padding:0px 0px 12px 10px;
	line-height:16px;
}
.widget-area ul,
.widget-area .widget-title {
	padding:10px 0px;
}
.widget-area .widget{
	padding:0px -1px;
	position: relative;
}
.sbar .widget li {
	background: url(http://liriklagubatak.com/blog/wp-content/themes/kapro/img/listarticle.gif) no-repeat 0 6px;
	padding-left:16px;
	font-size:12px; 
	list-style-type: none;
	margin-left: -25px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #DDD;
}
.ktz_social ul.icon24px, 
.widget_ktz-tags ul.wp-tag-cloud{
	padding:10px 10px 0px 10px;
}
.widget-area .ktz_recent_post,
.widget-area .widget_text {
	margin-bottom:15px;
}
.sbar .widget li a {font-size:12px;}
.sbar-left .widget {border:none;padding:0px 0px;}
.sbar .widget li small {font-size:11px;}
.entry-firstbody .thumbnail{margin-bottom:10px;}
.widget_search{padding:20px 20px 10px 20px;}
ul.icon24pxshare {position:relative;overflow: visible;margin:1px 0px 2px;padding:0px;list-style:none; }
ul.icon24px {position:relative;overflow: visible;margin:0px 0px 5px;padding:0px;list-style:none; }
ul.icon24pxshare li{float:left;margin:0px 3px 0px 0px;padding:0px;width:24px;height:24px;display:block;}
ul.icon24pxshare li a  {width:24px;height:24px;display:block;padding:0px;background:url(img/icon24share.png) 0px 0px no-repeat;}
ul.icon24pxshare li a:hover {width:24px;height:24px;display:block;padding:0px;background:url(img/icon24share.png) 0px 0px no-repeat;opacity: 0.7;filter: alpha(opacity=70);}
ul.icon24px li { float:left;margin:0px 3px 3px 0px; padding:0px; width:24px; height:24px; display:block;}
ul.icon24px li a { width:24px; height:24px; display:block; padding:0px; background:url(img/icon24.png) 0px 0px no-repeat;}
.copyright ul.icon24px li a { width:24px; height:24px; display:block; padding:0px; background:url(img/icon24.png) 0px 0px no-repeat;}
ul.icon24px li a:hover { width:24px; height:24px; display:block; padding:0px; background:url(img/icon24.png) 0px 0px no-repeat;}
.copyright ul.icon24px li a:hover {width:24px; height:24px; display:block; padding:0px; background:url(img/icon24.png) 0px 0px no-repeat;opacity: 0.7;filter: alpha(opacity=70);}
.copyright ul.icon24px li a.twitter,ul.icon24px li a.twitter,ul.icon24px li a.twitter,ul.icon24pxshare li a.twitter { background-position: 0px 0px;}
.copyright ul.icon24px li a.facebook, ul.icon24px li a.facebook ,ul.icon24pxshare li a.facebook{ background-position: -30px 0px; }
.copyright ul.icon24px li a.in, ul.icon24px li a.in,ul.icon24pxshare li a.stumbleupon { background-position: -60px 0px;}
.copyright ul.icon24px li a.gplus, ul.icon24px li a.gplus,ul.icon24pxshare li a.reddit { background-position: -89px 0px; }
.copyright ul.icon24px li a.dribble, ul.icon24px li a.dribble,ul.icon24pxshare li a.linkedin { background-position: -118px 0px; }
.copyright ul.icon24px li a.flickr, ul.icon24px li a.flickr,ul.icon24pxshare li a.digg { background-position: -148px 0px;}
.copyright ul.icon24px li a.deviant, ul.icon24px li a.deviant,ul.icon24pxshare li a.delicious {background-position: -178px 0px; }
.copyright ul.icon24px li a.blogger, ul.icon24px li a.blogger { background-position: -208px 0px;}
.copyright ul.icon24px li a.vimeo, ul.icon24px li a.vimeo { background-position: -238px 0px; }
.copyright ul.icon24px li a.youtube, ul.icon24px li a.youtube { background-position: -267px 0px; }
.copyright ul.icon24px li a.rss,ul.icon24px li a.rss { background-position: -296px 0px; }
.widget-area ul.wp-tag-cloud { position:relative; overflow:hidden; margin:0px 0px 5px; padding:0px; list-style:none; }
.widget-area ul.wp-tag-cloud li  { float:left; margin:0px 3px 3px 0px; padding:0px;  }
.widget-area ul.wp-tag-cloud li a{
	background:#bb0000;
	-webkit-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
			box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);}
.widget-area ul.wp-tag-cloud li a {display:block;font-weight:bold;padding:4px 8px;color:#ffffff;-webkit-transition: background-color 1s;-moz-transition: background-color 1s;-o-transition: background-color 1s;-ms-transition: background-color 1s;transition: background-color 1s;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
.widget-area ul.wp-tag-cloud li a:hover {color:#FFFFFF;background:#222222;text-decoration:none;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
.ktz_twitter ul, .ktz_tabber ul {
	list-style:none;
}
.widget-area .ktz_tabber {
	padding-top:0px;
}
.widget-area .ktz_twitter li a{
	display:inline;
	line-height: 18px;
	padding:0px;
	text-decoration: none;
}
.widget-area .ktz_tabber li a:before, .widget-area .ktz_twitter li a:before {
	content: "";
}
.widget-area .ktz_tabber li a:hover, .widget-area .widget li a:focus,
.widget-area .ktz_twitter li a:hover, .widget-area .ktz_twitter li a:focus {
	background-color: transparent;
	background-image:none;
}
.widget-area .ktz_tabber li a:hover:before,.widget-area .ktz_tabber li a:focus:before, 
.widget-area .ktz_twitter li a:hover:before,.widget-area .ktz_twitter li a:focus:before {
	content: "";
}
.sbar .ktz_twitter li {
	padding:5px 0px;
	background:none;
}
span.tweet-content {	
	background:transparent url(img/twitter-16.png) no-repeat;
	padding-left:20px;
	padding-right:5px;
}
.sbar #post-tabs ul li, 
.sbar #comments-tabs ul li, 
.sbar #tags-tabs ul li {
	padding:5px 0px;
	background:none;
}
.sbar #tags-tabs {
	padding-left:0px;
}
.sbar #tags-tabs ul li{
	border-bottom:none
}
.sbar #ktzsbtab{
	padding:0px;
	margin:0px;
	border:none;
	border-bottom:3px solid #5a0000;
}
.sbar #ktzsbtab li {
	background:none;
	margin:0px;
	padding:0px;
	border-bottom:none;
}
.sbar #ktzsbtab li a h5, 
.sbar #ktzsbtab li.active a h5 {
	line-height: 12px;
}
.sbar #ktzsbtab li a:active,
.sbar #ktzsbtab li a:link {
	color:#333333;
	background:#EEEEEE;
}
.sbar #ktzsbtab li.active a,
.sbar #ktzsbtab li a:hover,
.sbar #ktzsbtab li a:focus{
	background:#bb0000;
	-webkit-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
			box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);	
	text-decoration: none;
}
.sbar #ktzsbtab li a:hover,
.sbar #ktzsbtab li a:focus{
	color:#ffffff;
	background:#bb0000;
	-webkit-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
			box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
	text-transform:uppercase;
}
.sbar #ktzsbtab li a,
.sbar #ktzsbtab li.active a{
	color:#ffffff;
	text-shadow:none;
	text-transform:uppercase;
	padding:1px 15px;
	border:none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
#post-tabs ul li:nth-child(odd),
#comments-tabs ul li:nth-child(odd) {
	-webkit-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.2);
			box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.2);	
}
#post-tabs ul li img, 
#comments-tabs ul li img, 
#tags-tabs ul li img {
	float:left;
	margin-right:10px;
}
#fb-root {
	display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
.author_comment,ul.wp-tag-cloud li a:hover  {
	background-color:#0050ef;
}

/* =================================================== 
#####################  7. Start COMMENT ##############
 ================================================== */
.alt {
	margin: 0;	
	padding: 10px;
}
.commentlist { 
	list-style:none; 	
	margin:0px 0px 20px 0px;
}
#respond { 
	margin-top:0px;
}
.commentlist li { 
	margin-bottom:18px; 
	border-bottom:1px solid #ddd; 
}
.commentlist li li { 
	padding:18px 0px 0px 0px; 
	margin-bottom:0px; 
	border-bottom:none; 	
	border-top:1px solid #ddd; 
}
.commentwrapper { 
	position:relative  
}
.author-card { 
	float:left; 
	margin-bottom:10px;
	margin-right:5px;
	text-align:center; 
}
.commentlist ul.children { 
	margin:0px 0px 0px 15px; 
}
.commentlist ul, 
.commentlist ul ul { 
	list-style:none; 
}
h3#reply-title {
	line-height:20px;
	font-size:17.5px;
	margin-bottom:10px;
}
.comment_meta { 
	margin-bottom:9px; 
}
.comment_author_link { 
	font-size:1em; 
	font-weight:bold; 
	margin-right:6px; 
}
.comment-date, 
.edit_comment, 
.comment-reply { 
	font-size:0.9em; 
	color:#888; 
	padding:0px 6px; 
	border-left:1px solid #ddd; 
	text-transform:uppercase;
}
.edit_comment a, 
.comment-reply a { 
	border-bottom:1px solid #ccc; 
	text-transform:uppercase;
}
.edit_comment a:hover, 
.comment-reply a:hover  { 
	border-bottom-color:#999; 
	text-decoration:none;
}
.author_comment { 
	font-size:0.9em; 
	color:#fff; 
	margin:0px; 
	text-transform:uppercase; 
	padding:2px 5px;
}
.cancel-comment-reply { 
	font-size:0.95em; 
	margin:0px;
}
a#cancel-comment-reply-link { 
	color:#999;
}
a#cancel-comment-reply-link:hover { 
	color:#333;
}
/* =================================================== 
#####################  8. Start FOOTER ###############
 ================================================== */
.footer {
	margin-top:15px;
}
.footer-widget {
	background: #dddddd;
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:0 -1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow:0 -1px 0 rgba(255, 255, 255, 0.3);
	font-size: 12px; 
	margin-top: 0px;
	padding: 5px 0 0;
	position: relative;
	width: 100%;
} 
.footer-widget ul{
	margin: 0px; 
	padding: 5px 0;
}
.footer-widget .widget-title {
	color: #474747;
	border:none;
	background: none;
	display:block;
	padding:0px;
	line-height:16px;
	font-weight:bold;
	-webkit-box-shadow: none;   
	-moz-box-shadow: none; 
	box-shadow: none;
}
.footer-widget .widget-title span {
	border:none;
	margin-left:-10px;
}
.footer-widget .widget{
	padding:10px;
	background:none;
	background-image:none;
	border:none;
	margin-left:-10px;
	margin-right:-10px; 
	-webkit-box-shadow: none;   
	-moz-box-shadow: none; 
	box-shadow: none;
}
.footer-widget .widget .textwidget{
	padding-top:5px;
	font-size:12px;
}
.footer-widget {
	color: #474747;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
}
.footer-widget a {
	color: #474747;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
}
.copyright a {	
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	color: #efefef;
}
.footer-widget .widget-title {
	font-size: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #474747;
	font-weight: 600;
	padding-bottom: 5px;
	position: relative;
	text-shadow: 1px 1px rgba(255, 255, 255,0.1);
}
.footer-widget .widget-title:before{ 
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);  
	bottom: 0; 
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
}
.footer-widget .widget li a:hover, 
.footer-widget li a:focus,
.footer-widget .widget li a:active,
.footer-widget .widget li a:visited,
.footer-widget .widget li a:link {
	color: #474747;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
	font-weight:500;
}
.footer-widget .widget li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
}
.footer-widget .widget li:before{ 
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);  
	bottom: 0; 
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
}
.copyright ul.icon24px {
	margin:0px;
}
.copyright ul.icon24px li {
	margin:0px 0px 3px 3px;
}
#footermenu, 
#footermenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
#footermenu ul {	
	margin: 0px;
	padding: 0px;
}
#footermenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footermenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footermenu li a, 
#footermenu li a:link {
	border-bottom:1px solid #fff;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px;
	text-decoration: none;
}
#footermenu li a:hover, 
#footermenu li a:active, 
#footermenu  li.current_page_item a {
	display: block;
	text-decoration: none;
}
#footermenu li:hover, 
#footermenu li.sfhover { 
	position: static;
}
.ktz-credits {
	font-size:10px;
	text-align:center;
}
#back-top {
	width: 30px; 
	height: 30px; 
	display: block; 
	background:#bb0000;
	-webkit-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
			box-shadow: inset 0 2px 25px rgba(0, 0, 0, 0.8);
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display:none;
}
#back-top span {
	position:absolute;
	bottom:10px;
	left:5px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	cursor: pointer;
}
#back-top:hover  {
	background-color: #222222;
}
.copyright{
	width: 100%;
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #222222 0%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #222222 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #222222 0%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #222222 0%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #222222 0%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	color: #efefef;
	font-size: 12px;
	padding: 10px 0px 5px 0px;
}
.footercredits {
	float:left;
	color:#AAAAAA;
	display:block;
}

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	max-height:330px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* =================================================== 
#####################  14. Start DISABLE 1200PX ######
# Comment: Disable 1200px bootstrap responsive #######
 ================================================== */
@media (min-width: 1200px) {.row{margin-left:-20px;	*zoom:1;}
	.row:before,.row:after{	display:table;	content:"";line-height:0;}
	.row:after{	clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:20px;}
	.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}
	.span12{width:940px;}.span11{width:860px;}.span10{width:780px;}.span9{width:700px;}.span8{width:620px;}.span7{width:540px;}.span6{width:460px;}.span5{width:380px;}
	.span4{width:300px;}.span3{width:220px;}.span2{width:140px;}.span1{width:60px;}.offset12{margin-left:980px;}.offset11{margin-left:900px;}.offset10{margin-left:820px;}.offset9{margin-left:740px;}.offset8{margin-left:660px;}.offset7{margin-left:580px;}.offset6{margin-left:500px;}.offset5{margin-left:420px;}.offset4{margin-left:340px;}.offset3{margin-left:260px;}.offset2{margin-left:180px;}
	.offset1{margin-left:100px;}.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;}
	.row-fluid [class*="span"]:first-child{margin-left:0;}
	.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%;}
	.row-fluid .span12{width:100%;*width:99.94680851063829%;}
	.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%;}
	.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%;}
	.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%;}
	.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%;}
	.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%;}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%;}
	.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%;}
	.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%;}
	.row-fluid .span3{width:23.404255319148934%;	*width:23.351063829787233%;}
	.row-fluid .span2{width:14.893617021276595%;	*width:14.840425531914894%;	}
	.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%;}
	.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%;}
	.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%;}
	.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%;}
	.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%;}
	.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%;}
	.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%;}
	.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%;}
	.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%;}
	.row-fluid .offset8{	margin-left:70.2127659574468%;*margin-left:70.10638297872339%;}
	.row-fluid .offset8:first-child{	margin-left:68.08510638297872%;*margin-left:67.9787234042553%;}
	.row-fluid .offset7{	margin-left:61.70212765957446%;	*margin-left:61.59574468085106%;}
	.row-fluid .offset7:first-child{	margin-left:59.574468085106375%;*margin-left:59.46808510638297%;}
	.row-fluid .offset6{	margin-left:53.191489361702125%;*margin-left:53.085106382978715%;}
	.row-fluid .offset6:first-child{	margin-left:51.063829787234035%;*margin-left:50.95744680851063%;}
	.row-fluid .offset5{	margin-left:44.68085106382979%;*margin-left:44.57446808510638%;}
	.row-fluid .offset5:first-child{margin-left:42.5531914893617%;	*margin-left:42.4468085106383%;}
	.row-fluid .offset4{	margin-left:36.170212765957444%;*margin-left:36.06382978723405%;}
	.row-fluid .offset4:first-child{	margin-left:34.04255319148936%;*margin-left:33.93617021276596%;}
	.row-fluid .offset3{	margin-left:27.659574468085104%;*margin-left:27.5531914893617%;}
	.row-fluid .offset3:first-child{	margin-left:25.53191489361702%;*margin-left:25.425531914893618%;}
	.row-fluid .offset2{	margin-left:19.148936170212764%;*margin-left:19.04255319148936%;}
	.row-fluid .offset2:first-child{	margin-left:17.02127659574468%;*margin-left:16.914893617021278%;}
	.row-fluid .offset1{	margin-left:10.638297872340425%;*margin-left:10.53191489361702%;}
	.row-fluid .offset1:first-child{	margin-left:8.51063829787234%;*margin-left:8.404255319148938%;}
	input,textarea,.uneditable-input{margin-left:0;}
	.controls-row [class*="span"]+[class*="span"]{margin-left:20px;}
	input.span12, textarea.span12, .uneditable-input.span12{width:926px;}
	input.span11, textarea.span11, .uneditable-input.span11{width:846px;}
	input.span10, textarea.span10, .uneditable-input.span10{width:766px;}
	input.span9, textarea.span9, .uneditable-input.span9{width:686px;}
	input.span8, textarea.span8, .uneditable-input.span8{width:606px;}
	input.span7, textarea.span7, .uneditable-input.span7{width:526px;}
	input.span6, textarea.span6, .uneditable-input.span6{width:446px;}
	input.span5, textarea.span5, .uneditable-input.span5{width:366px;}
	input.span4, textarea.span4, .uneditable-input.span4{width:286px;}
	input.span3, textarea.span3, .uneditable-input.span3{width:206px;}
	input.span2, textarea.span2, .uneditable-input.span2{width:126px;}
	input.span1, textarea.span1, .uneditable-input.span1{width:46px;}
	.thumbnails {margin-left: -20px;}
	thumbnails > li {margin-left: 20px;}
	.row-fluid .thumbnails {	margin-left: 0;}
}

/* =WordPress Core Must have !!!
-------------------------------------------------------------- */
.alignnone {margin: 5px 20px 20px 0;}
.aligncenter,div.aligncenter {display: block;	margin: 5px auto 5px auto;}
.alignright {float:right; margin: 5px 0 20px 20px;}
.alignleft {	float: left;margin: 5px 20px 20px 0;}
.aligncenter {display: block;margin: 5px auto 5px auto;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px;}
.sticky{}
.gallery-caption{}
.bypostauthor{}

/*** BOOTSTRAP LAYOUT ***/
#respond textarea.span8{width: 96%;}

/* KENTOOZ THEME */
@media (min-width:768px) and (max-width:979px){
	.allwrap{max-width:744px;width:100%;}
	embed,#featuredmain .span4 {display:none}
	#logo span {left:120px;}
	#search{width:150px;}
	#search input[type="text"] {width:110px;}
	.thumbnail2 {width:170px;}
	#featuredmain .span8 {width:100%}
}
@media (max-width: 767px) {
#commentform p.input-prepend{float:none;margin-right:0px;}
#commentform textarea {margin-top:5px;}
	#logo span,#featuredmain .span4 {display:none;}
	.mainheader table{display:none;}
	#featuredmain .span8 {width:100%;margin-left:0px;}
	#search,#search input[type="text"]{width:100%;margin:0px 0px 0px 0px;padding:4px 0px;}
	.inner-responsive {padding:0px 10px;}
	embed {display:none}
	.js #topmenu {display: none; }
	.js .selectnav {color:#FFFFFF;text-shadow: 1px 1px rgba(0,0,0,0.4);display: block;width:100%;margin:0px;border-radius: 0px 0 0 0px;	-moz-border-radius: 0px 0 0 0px;-webkit-border-radius: 0px 0 0 0px;border: 1px solid rgba(0, 0, 0, 0.1);background:transparent; }
	.js .selectnav option {padding:2px 10px;color:#474747;	text-shadow: 1px 1px rgba(255,255,255,0.4);	}
	.main-content h2 {margin:10px 0px 10px 0px;padding:8px 0px 8px 10px;}
	.listmodule-popular {padding:10px;}
	.allwrap{width:100%;margin:0px 0px 0px 0px;padding:0px 0px;}
	#breadcrumbs-wrap {overflow: visible;}
	.image-date .thumbnail {	float:left;margin-right:10px;}
	.featuredpost-top img,
	.entry-firstbody img{width:100%;}
	.moduletitle-foot{padding-right:0px;padding-left:0px;margin-left:0px;margin-right:0px;}
	.featuredpost-top .span2 {margin-left: -10px;margin-right:-10px;padding-left: 0px;padding-right:0px;margin-bottom: 5px;}
	.wrapper-kas .span12 {background-image:none;}
	.headbanner {margin: 0 0px 0 0;}
	#logo {margin:0px auto 0px auto;padding:0px;	text-align:center;}
	.wrapper-botmodule{	margin: 10px 0px 0px;}
	.wrapper-botmodule .sbar-left,
	.wrapper-kas .sbar-left {display:none;}
	.footer-widget .widget-area,
	.copyright .span6{padding:0px 10px;}
	.sharedpost {width:100%;	clear:both;	position:relative}
}
@media (max-width: 480px) {
	.slider-wrapper {display:none;}
	.thumbnail2 {width:90%;}
	#respond .span3 {width:60%;}
	#secondmenu ul,.xdate{display:none}
	.entry-body img{	width:100%;}
	.list_carousel img{width:70px;}
	.module_feedburner .pull-left,
	.module_feedburner .pull-right{width:100%;float:none;}
	.module_feedburner .input-append input{width:40%;}
}

@media (max-width: 320px) {
	.image-date img {width:60px;}
}

@media (max-width: 240px) {
	body {min-width:200px;max-width:200px;width:200px;overflow:visible;margin:0px 0px;}
}