/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Edited by Blog Eko27
http://www.blog-eko27.com
Released for free under a Creative Commons Attribution 2.5 License
*/

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}

body {
	font: normal 100% 'Arial', serif;
	margin: 0;
	padding: 0 0 5px;
	background: #B9D5F7;
	font-size: small;
	color: #222;
	overflow-wrap: break-word;
	line-height: 1;
	position: relative;
	z-index: 0;
}

a {
	text-decoration: none;
	color: #005AD4;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

a:hover {
	text-decoration: none;
	color :#EE3322;
}

:hover,a:hover {
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

img.border {
	border: none;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	background: #FFF;
	width: 970px;
	margin: 20px auto 0;
	padding: 22px;
	font-size: 1.2em;
	position :relative;
	z-index: 1;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: auto;
	padding: 0;
	position: relative;
}

#header {
	float: left;
	height: 88px;
}

/* Logo */

#logo {
	margin: 0 auto;
	padding: 0;
}

#logo .heading, #logo .description {
	display: block;
}

#logo .heading {
	margin: 0 auto;
	padding: 5px 0 0;
	font-weight: bold;
	line-height: 1;
	font-size: 30px;
}

#logo a {
	text-transform: uppercase;
	border: none;
	background: none;
	text-decoration: none;
	font-family: 'Oswald',sans-serif;
	padding: 0;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

#logo .description  {
	font-family: 'Arial',sans-serif;
	color: #777;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 0;
}

/* Menu */

#menu {
	font-size: 16px;
	width: 960px;
	height: 44px;
	margin: 0 auto;
	padding: 0 10px 0 0;
	background: #005AD4;
	border-bottom: 4px solid #E5E5E5;
	position: relative;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	font-family: 'Oswald',sans-serif;
	padding: 0px 14px;
	line-height: 44px;
	color: #FFF;
	display: block;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
}

#menu .current_page_item a {
	background: rgba(0,0,0,0.1) !important;
}

#menu a:hover {
	background: rgba(0,0,0,0.1) !important;
	text-decoration: none;
}

/* Search */

#search {
	position: relative;
	float: right;
	margin: 5px 4px 5px 10px;
	line-height: normal;
}

#search-text {
	background: #FFF;
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 140px;
	height: 34px;
	margin-right: -4px;
	padding: 0 10px;
	border: 0 none;
	text-transform: uppercase;
	float: left;
}

#search-text:focus {
	text-shadow: none !important;
	outline: none;
}

#search-submit {
	font-size: 16px;
	font-family: 'Oswald',sans-serif;
	height: 34px;
	background: #FFCC00;
	font-weight: normal;
	border: none;
	float: right;
	padding: 0 10px;
	cursor: pointer;
	color: #FFF;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

#search-submit:hover {
	background: #E2B810;
}

/* Page */

#page {
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding: 10px 0 0;
	overflow: hidden;
	z-index: 1;
}



#page-bgtop {
	position :relative;
}

#page-bgbtm {
	position :relative;
	margin: 0;
	padding: 0;
}

/* Content */

#content {
	position :relative;
	float: left;
	width: 655px;
	margin: 0;
	padding: 0;
}

.post {
	margin: 10px 10px 0 0;
	padding: 14px;
	position: relative;
	width: 292px;
	height: 194px;
	float: left;
	border: 1px solid #EDEDED;
	display: inline;
}

.post:nth-child(even) {
	float: left;
}
.post:nth-child(odd) {
	float: right;
	margin-right: 0;
}

.post-single {
	margin: 10px 10px 20px 0;
	height: auto;
	width: 625px;
}

.post .title {
	margin: 0;
	padding: 0 0 10px;
	font-size: 18px;
	line-height: 1.3;
}

.post .title a {
	font-size: 16px;
	font-weight: bold;
	border: none;
}

.post .meta {
	display: block;
	position: absolute;
	bottom: 14px;
	left: 14px;
	right: 14px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	padding: 10px 0 0 0;
}

.post-single .title {
	font-size: 25px;
}

.post-single .meta {
	position :static;
	padding: 0 0 14px;
}

.thumbnail {
	width: 85px !important;
	height: 85px !important;
	margin: 0 10px 4px 0 !important;
	border: none !important;
	padding: 0 !important;
}

.post .entry {
	text-align: justify;
	padding: 0;
	margin-top: -20px;
	overflow: hidden;
	height: 105px;
	line-height: 1.4;
}

.post-single .entry {
	height: auto;
	margin: 0;
	padding: 0;
}

.post-single .entry img {
	max-width: 90%;
}

.post-single .entry h2 {
	font-size: 22px;
	margin: 0;
	padding: 10px 0;
}

.post-single .entry h3 {
	font-size: 19px;
	margin: 0;
	padding: 10px 0;
}

.post-single .entry h4 {
	font-size: 17px;
	margin: 0;
	padding: 10px 0;
}

.post-single .entry ol, .post-single .entry ul {
	margin: 10px 0 10px 30px;
	padding: 0;
	list-style: none;
}

.post-single .entry ul li {
	margin: 0;
	padding: 4px 0;
	list-style: outside disc;
}

.post-single .entry ol li {
	margin: 0;
	padding: 4px 0;
	list-style: outside decimal;
}

#next_previous {
  margin: 15px 0 0 0;
  display: block;
}
#next_previous a {
  color: #FFF;
  font-weight: normal;
  line-height: 1.3;
}
#next_previous .previous {
  background: #07ACEC;
  margin: 0;
  padding: 8px;
  float: left;
  text-align: center;
  width: 46%;
}
#next_previous .next {
  background: #07ACEC;
  margin: 0;
  padding: 8px;
  float: right;
  text-align: center;
  width: 46%;
}

#next_previous a:hover {
  text-decoration: none;
  background: #068ABD;
}

#share_buttons {
  background: #F0F0F0;
  margin: 20px 0 0;
  padding: 14px;
}
#share_buttons:before {
  content: "Bagikan Artikel Ini Secara Gratis :";
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 0 0 15px;
}

#comments {
	padding: 0;
	margin: 0;
	width: 625px;
}

#comments h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.5px
}

#comments h4 {
	border: 1px solid #EDEDED;
	padding: 14px;
	margin: 10px 0;
	font-size: 16px;
	width: 100%;
}

.comment {
	border: 1px solid #EDEDED;
	padding: 14px;
	margin: 10px 0;
	position :relative;
	width: 100%;
}

.comment h5 {
	color: #222;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
}

.comment h5 a {
	font-size :16px;
	font-weight :bold;
	margin: 0;
	padding: 0 4px 0 0;
}

.comment h5 small {
	color: #777;
	font-size :14px;
	font-weight :normal;
	margin: 0;
	padding: 0;
}

#new_comment_form {
	border: 1px solid #EDEDED;
	padding: 14px;
	margin: 10px 0;
	position :relative;
	width: 100%;
}

#new_comment_form .highlight, #new_comment_form .messages {
	width: 565px;
	margin-top: none;
}

.comment p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.links {
	display: block;
	padding: 2px 0px 2px 0px;
	background: none;
	text-align: center;
	text-transform: uppercase;
	color: transparent;
}

/* Sidebar */

#sidebar {
	color: #777;
	float: right;
	width: 300px;
	margin-top: 13px;
	padding: 0;
	list-style: none;
}

#sidebar ul li li h2, #sidebar ul li li h3 {
	line-height: 1.3;
	margin: -7px 0;
	font-size: 16px;
	font-weight: normal;
}

#sidebar h2, #sidebar h3 {
	font-family: 'Oswald',sans-serif;
	background: #F0F0F0;
	margin: 0;
	padding: 8px 14px;
	border-bottom: 4px solid #E5E5E5;
	font-size: 16px;
	font-weight: normal;
	color: #222;
	text-transform: uppercase;
	line-height: 1.3;
}

#sidebar img {
	max-width:100%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0;
	padding: 0;
}

#sidebar li li {
	padding: 0;
	margin: 0;
}

#sidebar ul li:nth-child(1) ul{
	padding: 0 0 8px;
	margin: 0;
	list-style: none;
}
#sidebar ul li:nth-child(2) ul{
	padding: 8px 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li:nth-child(3) ul{
	padding: 8px 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li:nth-child(3) ul li{
	display: inline-block;
	float: left;
	font-size: 0;
	margin: 0 2px 2px 0;
	padding: 0 30px 0 5px;
	border-bottom: 0;
	background: #07ACEC;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	position: relative;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

#sidebar ul li:nth-child(3) ul li:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-width: 15px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.3) rgba(0,0,0,0.2) transparent;
}

#sidebar ul li:nth-child(3) ul li:hover{
	color: #fff;
	background: #068ABD;
}

#sidebar ul li:nth-child(3) ul li a{
	color: #fff;
	font-size: 14px;
}

#sidebar ul li:nth-child(3) ul li a:hover{
	color: #fff;
	text-decoration: none;
}

#sidebar ul li ul li {
	line-height: 1.4;
	border-bottom: 2px dotted #ededed;
	padding: 5px 0;
	list-style: none;
}

#sidebar ul li ul li ul {
	margin: 0 0 -10px !important;
}

#sidebar ul li:nth-child(1) ul li:last-child{
	border-bottom:none;
}
#sidebar ul li:nth-child(2) ul li:last-child{
	border-bottom:none;
}

#sidebar ul li ul li a {
	color: #222;
}

#sidebar ul li ul li a:hover {
	color: #C80441;
}

#sidebar p {
	margin: 0;
	padding: 0;
}

#pagination_links
{
  border: 1px solid #EDEDED;
  text-align: center;
  margin: -10px 0 0 0;
  padding: 14px;
  width: 625px;
}
#pagination_links a
{
  background :#f0f0f0;
  color :#222;
  display :inline-block;
  margin :1px;
  padding :5px 10px;
}

#pagination_links a:hover
{
  background :#e5e5e5;
  text-decoration :none;
}

#pagination_links span
{
  display :inline-block;
  background :#666;
  color :#fff;
  margin :1px;
  padding :5px 10px;
}

#pagination_links a:first-child 
{
  background :#07acec;
  color :#fff;
  font-size :0;
}

#pagination_links a:first-child:after 
{
  content :"Back";
  font-size :15px;
}

#pagination_links a:first-child:hover 
{
  background :#068abd;
  color :#fff;
}

#pagination_links a:last-child
{
  background :#07acec;
  color :#fff;
  font-size :0;
}

#pagination_links a:last-child:before 
{
  content :"Next";
  font-size :15px;
}

#pagination_links a:last-child:hover 
{
  background :#068abd;
  color :#fff;
}

#sidebar a {
	border: none;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	background: #383838;
	color: #D5D5D5;
	font-size: 15px;
	width: 986px;
	margin: 0 auto 0 auto;
	padding: 20px 14px;
	border-top: 4px solid #E5E5E5;
	overflow: hidden;
	position: relative;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
#footer p+p {
	float: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 14px;
}

#footer small {
	font-size: 12px;
}

#footer p+p:after {
	color: #FFF;
	content: "Edited By Blog Eko27";
	display: block;
	font-size: 12px;
	padding: 2px 0 0;
}

#footer a {
	color: #EEE;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

blockquote {
  background: #f8f8f8;
  margin-left: 2em;
  margin-right: 2em;
  border-left: 4px solid #ccc;
  padding: 1em 1em;
  font-style: italic;
}

table {
  border-collapse: collapse;
  border: 1px solid #111;
}
table caption { 
  background: #FFF;
  padding: 5px;
}
table th {
  background: #000;
  color: #FFF;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
}
table th a {
  color: #FFCC00;
}
table th a:hover {
  color: #E2B810;
}
table tr {
  border-bottom: 1px solid #fffffe;
}
table tr:nth-child(odd) {
  background: #f9f9f9;
}
table tr:nth-child(even) {
  background: #f6f6f6;
}
table td {
  padding: 8px 10px;
}
table tr:last-child {
  border-bottom: 1px solid #111;
}

.inp-text {
  font-size: 14px;
  font-family: 'Arial',sans-serif;
  margin: 5px 0;
  padding: 8px;
  width: 300px;
}
.inp-textarea {
  font-size: 14px;
  font-family: 'Arial',sans-serif;
  margin: 5px 0;
  padding: 8px;
  width: 450px;
  height: 110px;
}
.inp-text:focus, .inp-textarea:focus {
  text-shadow: none !important;
  outline: none;
}
.inp-btn {
  font-size: 14px;
  font-family: 'Arial',sans-serif;
  font-weight: bold;
  border: none;
  background: #07ACEC;
  margin: 5px 0 0 0;
  padding: 8px 14px;
  color: #FFF;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.inp-btn:hover {
  background: #068ABD;
}

.no-link, .no-link:hover {
  text-decoration: none;
  color: inherit;
}

#new_entry {
	border: 1px solid #EDEDED;
	padding: 14px;
	margin: 10px 0;
	position :relative;
	width: 100%;
}

#new_entry h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

#blogroll_list h3, #following_list h3 {
	margin: 0;
	padding: 15px 0 10px 0;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

#blogroll_list ol, #following_list ol {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#blogroll_list li, #following_list li {
	margin: 0;
	padding: 5px 2px;
	list-style: inside decimal;
}

#ad {
  width: 620px;
  margin: 10px auto 15px;
  background: none;
  max-height: 200px;
  overflow: hidden;
}
.messages, .highlight
{
  border: 1px solid #EDEDED;
  margin: 10px 0;
  padding: 14px;
  width: 625px;
}
.messages
{
  color: #484848;
  list-style: none;
}
.highlight
{
  text-align: left;
}

.clear
{
  clear:both;
}


/* POPULAR */

.popular-post {
padding :0;
margin :0;
}
.popular-post ul {
margin :-5px 0 !important;
padding :8px 0;
border :0;
}
.popular-post li {
min-height :42px !important;
margin :0 !important;
padding :5px 0 !important;
clear :both;
}
.popular-post li a {
margin :0;
padding :0;
}
.popular-thumbnail {
height :42px;
width :42px;
float:right;
margin :0 0 0 6px;
padding :0;
border :none;
display :inline;
}
.popular-thumbnail a {
height :42px;
width :42px;
display :block;
margin :0;
padding :0;
}