/*
Theme Name: De Minimalist
Theme URI: 
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: 0.5
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.
*/

/* =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 {
  padding: 0 0px;
  border-radius: 2px 2px 2px 2px;
  -moz-transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 600px) {
  #page {
    zoom: 1;
    margin: 0 auto;
    max-width: 1008px;
  }
  #page:before, #page:after {
    display: table;
    content: "";
  }
  #page:after {
    clear: both;
  }
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
float:left;
padding: 0px 20px 20px 20px;
margin: 0px 0px 0px 10px;
width: 710px;
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border: 1px solid rgb(221, 221, 221);
border-radius: 7px 7px 2px 2px;
box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.35);
-moz-transition: none 0s ease 0s;
}
#main .widget-area {
	float: right;
	width: 227px;
	margin: 0px 10px 0px 0px;
}
#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 {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* 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);
	display: block;
	float: left;
	font-family: Tahoma,Arial,verdana,Century gothic,sans-serif;
	margin: 0 auto 1em;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgb(221, 221, 221);
}
#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;
	width: 10em;
	height: auto;
}
#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{
margin: 0 5px;
font-size: 19px;
font-weight: bold;
text-align: center;
min-width: 45px;
min-height: 20px;
float: right;
border:1px solid #dcdcdc;
border-radius: 2px 2px 2px 2px;
}

.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{
padding: 0px;
}
#crumbs li{
font-family: TitilliumText22LRegular;
list-style:none;
float: left;
}

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


/* =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 {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
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: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
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;
resize: none;
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;
	
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
outline: none;
float: left;
}
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{
padding: 5px 5px 2px 2px;
margin: 0px 0px 0px 2px;
border: solid 1px white;
width:578px;
height:30px;
background-color: #fff;
display:block
font-family: Arial,Tahoma,Century gothic,sans-serif;
transition:height 1s;
-moz-transition:height 1s; /* Firefox 4 */
-webkit-transition:height 1s; /* Safari and Chrome */
-o-transition:height 1s; /* Opera */
margin-top:0px;
outline: none;
}
#respond  input#commentSubmit {
font-weight: bold;
float: right;
margin: 0px 0px;
background: #a3a2a2;
border: 1px solid #a3a2a2;
	
color: rgb(255, 255, 255);
text-decoration: none;
border-radius: 5px;
padding: 3px 10px;
width: 100px;
cursor: pointer;
}

.textareasubmit{
background: white;
margin: 15px 20px 0px 0px;
padding: 1px 0px 24px 0px;
width: 595px;
border: solid 1px #cccccc;
resize: none;
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;
	
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}

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);
min-width: 50px;
text-align: center;
float: left;
margin: 0px 10px 0px 0px;
border: 1px solid rgb(220, 220, 220);
border-radius: 5px 5px 5px 5px;
background-color: rgb(224, 224, 224);
background-image: -moz-linear-gradient(center top , rgb(255, 255, 255) 0pt, rgb(224, 224, 224) 100%);
box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.1);
text-shadow: 0pt 1px rgba(255, 255, 255, 0.9);
}
.comment_reply_link a:hover{
border: 1px solid rgb(179, 179, 214);
}
.edit_comment_link a{
color: rgb(85, 85, 85);
min-width: 50px;
text-align: center;
float: left;
margin: 0px 10px 0px 0px;
border: 1px solid rgb(220, 220, 220);
border-radius: 5px 5px 5px 5px;
background-color: rgb(224, 224, 224);
background-image: -moz-linear-gradient(center top , rgb(255, 255, 255) 0pt, rgb(224, 224, 224) 100%);
box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.1);
text-shadow: 0pt 1px rgba(255, 255, 255, 0.9);
}
.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 {
margin: 0px 0px 0px 8px;
float: left;
/*width: 600px;*/
height: 150px;
}
#smiley1{
float: left;
overflow:hidden; 
margin: 0px;
}


/* =Widgets
-------------------------------------------------------------- */
aside ul{
	list-style: none outside none;
	padding: 0px;
}
.widget {
display: block;
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);
-moz-transition: none 0s ease 0s;
Margin: 0px 0px 20px 0px;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
h1.widget-title{
background: #4B6286;
border-radius: 4px 4px 0px 0px;
color: white;
font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
font-size: 24px;
font-weight: normal;
margin: 0px;
padding: 0px 5px;
}
.widget-area ul{
font-family: TitilliumText22LRegular;
margin: 0px 5px 0px 5px;
}
.widget-area ul a:link,
.widget-area ul a:visited{
color: rgb(111, 111, 111);
}


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

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