/*
Theme Name: New Basika
Theme URI: http://kademusgita.com
Description: Theme for basika blog.
Author: Kade Musgita & Michael Zenaty
Author URI: #
Version: 1.0
*/


/**/

@font-face{
	font-family: "OpenSans-Regular";
	src: url('fonts/OpenSans-Regular.ttf');
}


@font-face{
	font-family: "OpenSans-Bold";
	src: url('fonts/OpenSans-Bold.ttf');
}

@font-face{
	font-family: "OpenSans-Light";
	src: url('fonts/OpenSans-Light.ttf');
}

body {
	font-size: 12px;
	font-family: "OpenSans-Regular";
  background: #f6f7f9;
}

h1, h2, h3, h4. h5, h6 {font-family: "OpenSans-Bold"; color: #4b5c65;}

h2 {font-size: 20px;}
h3 {font-size: 18px;}

a {color : #f25920;}
a:hover {color : #f25920;}

blockquote p {font-size: 13px;}

/* Custom container */
.container {
	margin: 0 auto;
	max-width: 1000px;
}
.container > hr {
	margin: 60px 0;
}

.logo {
	margin: 15px 0;
}

/*NAVIGATION*/
.navbar-inner {
	border-top: 1px solid #d64e1e;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(255,255,255,0.3);
	border-bottom: 1px solid #d64e1e;
	background: #f25920;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4794d) to(#f25920));
	background: -webkit-linear-gradient(top, #f4794d, #f25920);
	background: -moz-linear-gradient(top, #f4794d, #f25920);
	background: -o-linear-gradient(top, #f4794d, #f25920);
	background: linear-gradient(to bottom, #f4794d, #f25920);
	-pie-background: linear-gradient(to bottom, #f4794d, #f25920);
	border:none;
	border-radius: 0;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
}
/*.navbar .nav > li {
	border-left: 1px solid #f25920;
	border-right: 1px solid #f4794d;
}
.navbar .nav > li:hover { 
	background-color: #fefefe; 
}*/
.navbar .nav > li > a {
	color : #fefefe;
	text-shadow:none;
}
.navbar .nav > li > a:hover {
	color : #f25920;
}
.navbar .btn-navbar {margin-bottom: 8px; margin-right: 0;}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {font-weight: normal; color: #fefefe;}

/*Tombol Navbar*/
.navbar .btn-navbar {
	background: none;
	margin-bottom: 8px;
	margin-right: 0;
	border: 1px solid #fff;
}
.navbar .btn-navbar:hover {
	background:none;
}


ul.dropdown-range>li {color: orange;}

/*CEKIDOT*/

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: normal;
    color: #fefefe;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/**/

/*SIDEBAR*/
.gray-sidebar { 
	/*border : 1px solid #ccc;*/
  border-top: 1px solid #c0c6ca;
  border-left: 1px solid #c0c6ca;
  border-right: 1px solid #c0c6ca;
  border-bottom: 3px solid #c0c6ca;
	border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px; 
  background: #fff;
}
.sidebar {
  padding-left: 18px;
  padding-right: 18px;
	margin: 9px 0;
}
.sidebar select, .sidebar input[type="text"] {
  width: 100%;
}
.sidebar ol, .sidebar ul{margin: 0; padding: 0;}
.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
	padding: 4px 0;
	/*line-height: 16px;*/
	border-bottom: 1px solid #ccc;
} 

.sidebar li:last-child{ border-bottom: none;}

.sidebar-title {margin:0 0 0 -18px;}
.sidebar-title p{
	color: #fefefe;
	background: #f25920;
	display: inline-block;
	padding: 7px 12px 9px;
	font-size: 15px;
  font-weight: bold;
}
.sidebar a:hover {
	text-decoration: none;
	color: #333;
}

.screen-reader-text {display: none;}
#searchform #s {
  width: 93%;
}

/*CONTENT*/

h1.tag-text {
	font-family: "OpenSans-Light"; 
	font-size: 22px; 
	text-align: center;
  font-weight: normal;
}

/*.breadcrumb {
	background: none;
	padding:0;
	font-size: 11px;
}*/
#breadcrumbs{
  font-size: 10px;
    list-style:none;
    margin:0 0 10px 0;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
  
#breadcrumbs .separator{
    font-size:12px;
    font-weight:100;
    color:#ccc;
}

.post-title a{
	color: #4b5c65;
}
.post {
	margin-bottom: 35px; 
	/*text-align: justify;*/
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
.post h2, h3, h4, h5 { color: #4b5c65; }
h1.post-title, h2.post-title {font-size: 20px; line-height: 1.3em;}
.post textarea {width: 100%;}
.post .meta-info {
	color : #888;
	height: 34px;
	line-height: 34px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 20px;
}
.sep { margin-left: 10px; margin-right: 10px;}

/*Comment Section*/
.form-submit {
    display: none;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%;
}
#submit {display: none;}
.nocomments {display: none;}


.orange-footer {
	border-top: 1px solid #d64e1e;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(255,255,255,0.3);
	border-bottom: 1px solid #d64e1e;
	background: #f25920;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4794d) to(#f25920));
	background: -webkit-linear-gradient(top, #f4794d, #f25920);
	background: -moz-linear-gradient(top, #f4794d, #f25920);
	background: -o-linear-gradient(top, #f4794d, #f25920);
	background: linear-gradient(to bottom, #f4794d, #f25920);
	-pie-background: linear-gradient(to bottom, #f4794d, #f25920);
	height: auto;
	padding: 20px 0;
	color: #fefefe;
	margin-top: 60px;
}
.orange-footer ul{list-style: none; }
.orange-footer li {display: inline; margin-right: 10px;}
.orange-footer a {color: #fefefe;} 
.orange-footer p {padding-left: 15px;}

/*MOBILE VERSION */

@media screen and (max-width: 768px) {
	.logo {text-align: center;}
	.navbar .nav > li {
		border-left: none;
		border-right: none;
	}
	.navbar .nav > li:hover { 
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;
	}
  /*Hide Web Widget on Mobile Version*/
  .web-sidebar {display: none;}
  .web-sidebar
	.archives, .articles{
		display:none;
	}

}

@media screen and (min-width: 768px) {
  /*Show Mobile Widget*/
  .mobile-sidebar {display: none;}
}
