/*
Theme Name: De Minimalist
Theme URI: https://github.com/realodix/De-Minimalist
Author: Hanster
Author URI: http://realodix.com
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

== Index ==
/* =Public		16
/* =Structure	87
/* =Header		167
/* =Menu		184
/* =Content		253
/* =Images		458
/* =Forms		505
/* =Comments	527
/* =Widgets		694
/* =Footer		736
*/

/* =Public
-------------------------------------------------------------- */
body{
background: #F5F6F7;
}

a {
color: #38B0E3;
text-decoration:  none;
}

p{
font-family: TitilliumText22LRegular;
}

span{
font-family: BebasNeueRegular;
}

/*The clear property specifies which sides
of an element where other floating elements
are not allowed.*/
#clear_both{
clear: both;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('includes/fonts/BebasNeue-webfont.eot');
    src: url('includes/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/BebasNeue-webfont.woff') format('woff'),
         url('includes/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('includes/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('includes/fonts/CartoGothicStd-Bold-webfont.eot');
    src: url('includes/fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('includes/fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('includes/fonts/CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('includes/fonts/League_Gothic-webfont.eot');
    src: url('includes/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/League_Gothic-webfont.woff') format('woff'),
         url('includes/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('includes/fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('includes/fonts/TitilliumText22L003-webfont.eot');
    src: url('includes/fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('includes/fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('includes/fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Structure
-------------------------------------------------------------- */
#page {
  border-radius: 2px 2px 2px 2px;
  padding: 0 0px;
  -moz-transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 600px) {
  #page {
    margin: 0 auto;
    max-width: 1008px;
	zoom: 1;
  }
  #page:before, #page:after {
    display: table;
    content: "";
  }
  #page:after {
    clear: both;
  }
}
#primary {
background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 1px solid rgb(225, 225, 225);
	border-radius: 7px 7px 2px 2px;
	box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.35);
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	float:left;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	box-shadow: 8px 3px 6px -6px #E2E2E2;
	margin: 0px 0px 0px 15px;
	padding: 0px 20px 20px 0px;
	width: 725px;
	-moz-transition: none 0s ease 0s;
}
#main .widget-area {
	float: right;
	margin: 10px 10px 0px 0px;
	width: 227px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-family: 'CartoGothicStdBold';
	font-size: 40px;
	font-weight: normal;
	margin: 20px 0px 0px 20px;
}
#site-description {
	font-family: 'CartoGothicStdBold';
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 1em 20px;
}


/* =Menu
-------------------------------------------------------------- */
#access {
	background: none repeat scroll 0% 0% rgb(88, 88, 88);
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgb(221, 221, 221);
	display: block;
	float: left;
	font-family: Tahoma,Arial,verdana,Century gothic,sans-serif;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #FFFFFF;
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	height: auto;
	width: 10em;
}
#access .children{
background: url("images/menu.png") repeat scroll 0% 0% transparent;
border-radius: 0px 0px 5px 5px;
}
#access .children a{

}
#access li:hover > a,
#access ul ul :hover > a {
	background: #000000;
	border-radius: 5px 5px 5px 5px;
}
#access ul ul a:hover {
	background: #000000;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	font-size: 12px;
}
.single-author .entry-meta .byline {
	display: none;
}
#content p {
	font-size: 14px;
}
#content h1.entry-title{
	font-size: 34px;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	line-height: 100%;
	margin: 30px 0px 0px 0px;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/*Tombol EDIT Post dikurung oleh <div class="editpostlink">*/
.post-edit-link{
color: #666;
}

.editpostlink{
	border:1px solid #dcdcdc;
	border-radius: 2px 2px 2px 2px;
	float: right;
	font-size: 19px;
	font-weight: bold;
	margin: 0 5px;
	min-width: 45px;
	min-height: 20px;
	text-align: center;
}

.editpostlink:hover{
	border:1px solid #c6c6c6;
	border-radius: 2px 2px 2px 2px;
	box-shadow:0 1px 1px #dcdcdc;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}


/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

/*Breadcrumb*/
ul#crumbs{
p	adding: 0px;
}
#crumbs li{
	float: left;
	font-family: TitilliumText22LRegular;
	list-style:none;
}

/* Page navigation or Pagination */
.pagination {
	clear: both;
	font-size: 20px;
	line-height: 20px;
	padding: 20px 0 0 200px;
	position: relative;
}
.pagination span, .pagination a {
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-radius: 2px 2px 2px 2px;
	box-shadow:0pt 4px 10px -1px rgba(200, 200, 200, 0.7);
	color: #666666;
	display:block;
	float:left;
	margin: 0 5px 0 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
}
.pagination a:hover{
	background-color:#f8f8f8;
	border:1px solid #c6c6c6;
	box-shadow:0 1px 1px #dcdcdc;
	color:#1EA3E8;
}
.pagination .current{
	background: #1ea3e8;
	color:#fff;
	padding:6px 9px 5px 9px;
}


/* =Images
-------------------------------------------------------------- */
a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */
#searchform label {
	display: none;
}
#searchform input#s {
	width: 69%;
}
input[type=text],
input#s {
	margin: 0 1px 0 0;
	width: 60%;
	border: solid 0px white;
}
textarea {
	width: 80%;
}
/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */
article.comment {
	display: block;
	margin: 20px 0px 0px;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
input[type="text"]#author,
input[type="text"]#email,
input[type="text"]#url{
	border: solid 1px #cccccc;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
	box-shadow: inset  inset 0px 0px 5px 0px #b5bdc3;
		-webkit-box-shadow: inset 0px 0px 5px 0px #b5bdc3;
		-moz-box-shadow: inset 0px 0px 2px 0px #b5bdc3;
	float: left;
	outline: none;
	resize: none;
}
input[type="text"]#author{
background: url("images/icon-name.png") no-repeat scroll 6px center rgb(255, 255, 255);
padding: 5px 8px 5px 40px;
width: 141px;
}
input[type="text"]#email{
background: url("images/icon-email2.png") no-repeat scroll 6px center rgb(255, 255, 255);
padding: 5px 8px 5px 40px;
width: 141px;
}
input[type="text"]#url{
background: url("images/icon-web.png") no-repeat scroll 6px center rgb(255, 255, 255);
padding: 5px 8px 5px 40px;
width: 141px;
}
#respond textarea{
	background-color: #fff;
	border: solid 1px white;
	display:block;
	font-family: Arial,Tahoma,Century gothic,sans-serif;
	height:30px;
	margin: 0px 0px 0px 2px;
	outline: none;
	padding: 5px 5px 2px 2px;
	transition:height 1s;
		-moz-transition:height 1s; /* Firefox 4 */
		-webkit-transition:height 1s; /* Safari and Chrome */
	-o-transition:height 1s; /* Opera */
	width:578px;
}
#respond  input#commentSubmit {
	background: #a3a2a2;
	border: 1px solid #a3a2a2;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-weight: bold;
	float: right;
	margin: 0px 0px;
	padding: 3px 10px;
	text-decoration: none;
	width: 100px;
}

.textareasubmit{
	background: white;
	border: solid 1px #cccccc;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
	box-shadow: inset  inset 0px 0px 5px 0px #b5bdc3;
		-webkit-box-shadow: inset 0px 0px 5px 0px #b5bdc3;
		-moz-box-shadow: inset 0px 0px 2px 0px #b5bdc3;
	margin: 15px 20px 0px 0px;
	padding: 1px 0px 24px 0px;
	resize: none;
	width: 595px;
}

input[type="text"]#author:focus,
input[type="text"]#email:focus,
input[type="text"]#url:focus,
.textareasubmit:hover{
borde: solid 1px #81ccf2;
	box-shadow: 0px 0px 5px rgba(0, 148, 255, 0.7);
}
.comment-body {
	box-shadow: 1px 1px 1px 1px #b5bdc3;
}
.authcomment {
	background: none repeat scroll 0% 0% rgb(255, 245, 204);
}
::-webkit-input-placeholder{
  color: rgb(183, 58, 9);
  font-weight: bold;
  font-size: 12px;
}
.comment_reply_link a{
	color: rgb(85, 85, 85);
	background-color: rgb(224, 224, 224);
	background-image: -moz-linear-gradient(center top , rgb(255, 255, 255) 0pt, rgb(224, 224, 224) 100%);
	border: 1px solid rgb(220, 220, 220);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0px 10px 0px 0px;
	text-align: center;
	text-shadow: 0pt 1px rgba(255, 255, 255, 0.9);
	min-width: 50px;
}
.comment_reply_link a:hover{
	border: 1px solid rgb(179, 179, 214);
}
.edit_comment_link a{
	background-color: rgb(224, 224, 224);
	background-image: -moz-linear-gradient(center top , rgb(255, 255, 255) 0pt, rgb(224, 224, 224) 100%);
	border: 1px solid rgb(220, 220, 220);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.1);
	color: rgb(85, 85, 85);
	float: left;
	margin: 0px 10px 0px 0px;
	text-align: center;
	text-shadow: 0pt 1px rgba(255, 255, 255, 0.9);
	min-width: 50px;
}
.edit_comment_link a:hover{
	border: 1px solid rgb(179, 179, 214);
}
em#comment_waiting_moderation{
	color: #FC7171;
}
.cancel-comment-reply a{
	color: #FC7171;
}


/*******************/
/*Plugin Compatible*/
/*Growmap Anti Spambot Plugin*/
#gasp_p{
	float: left;
}

/*wp-Monalisa*/
div.wpml_commentbox {
	float: left;
	height: 150px;
	margin: 0px 0px 0px 8px;
	/*width: 600px;*/
}
#smiley1{
	float: left;
	margin: 0px;
	overflow:hidden;
}


/* =Widgets
-------------------------------------------------------------- */
aside ul{
	list-style: none outside none;
	padding: 0px;
}
.widget {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.35);
	display: block;
	Margin: 0px 0px 10px 0px;
	Transition: none 0s ease 0s;
		-moz-transition: none 0s ease 0s;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	color: rgb(70, 70, 70);
	float: left;

}
h1.widget-title{
	background-color: rgb(266, 266, 266);
	background-image: -moz-linear-gradient(center top , rgb(249, 249, 249), rgb(220, 220, 220));
	border-radius: 4px 4px 0px 0px;
	color: rgb(70, 70, 70);
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 23px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 5px;
}
.widget-area ul{
	font-family: sans-serif;
	margin: 7px 0px 7px 7px;
	font-size: 16px;
}
.widget-area ul a:link,
.widget-area ul a:visited{
	color: rgb(111, 111, 111);
}


/* =Footer
-------------------------------------------------------------- */
footer{  
}
#colophon {
	height: 40px;
	max-width: 960px;
}
#footer {
	color: #B2B2B2;
	font-size:11px;
	padding:20px 0 25px 0px;
}
#footer a:link , #footer a:visited{
	color:#B2B2B2;
}

#footer a:hover {
	color:#B2B2B2;
}
.fcred{
	line-height:16px;
	margin:0px auto;
	text-align:center;
	width:1000px;
}