/*
Theme Name: 	Rumput Hijau
Theme URI:		http://satrya.me/demo/rumput-hijau/
Description: 	Responsive, clean and seo optimized theme focused on typography. Rumput Hijau supports a child theme customization, 5 widget areas, custom social share button, shortcode, and facebook open-graph meta. It includes styles for print and the visual editor. Rumput Hijau also supports post-format(aside, gallery, link, image, quote, video) and one-column & two-column flexible-width layouts. Has an optional full-width page template, sitemap page template and translation ready(current language English, Polish and Czech).
Version: 		1.1.1
Author: 		Satrya
Author URI: 	http://satrya.me
Tags: 			green, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-menu, custom-header, editor-style, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

License: 		GNU General Public License v3
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html

Based on Basically CSS Framework
Copyright (C) 2012 Satrya

Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
See: http://codex.wordpress.org/Child_Themes
*/
/* 
   Table of Contents
   =============================================================================
	- Reset Stylesheet
		Normalize.css + Eric Meyer Reset
	- Base
		Basic and global styles for structural layout, page templates and link styles
	- Typography
		Headings, text element, lists, code, and more
	- Form
		Base styles for various input types and form layouts
	- Table
		Base styles for all tables
	- Images
		Basic and global styles for images, caption, & gallery
	- Header
		Styles for header area such as logo, custom header, search form etc
	- Main styles
		This is our main styles for theme development
	- Sidebar & Widget
		Styles for sidebar and all widget areas
	- Comments
		Styles for comments area(comment form & comment lists)
	- Footer
		Styles for footer area
	- Plugins
		Collection of styles for theme plugins such as lightbox, drop-down menus etc
	- Utility
		List of helper classes (eg clearfix, alignment, etc)
	- WordPress Pagination
		- Post pages <!--nextpage-->
		- Post navigation previous_post_link() & next_post_link()
	- Media Queries
		Styles for repsonsive layouts
	- Miscellaneous
		Miscellaneous styles
   =============================================================================
*/
/* =============================================================================
- Reset Stylesheet
Normalize.css + Eric Meyer Reset
============================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================================================
- Base
Basic and global styles for structural layout, page templates and link styles
============================================================================= */
body {
  background-color: white;
  border-top: 5px solid #333;
  color: #333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 81.25%;
  line-height: 1.846em;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html > body {
  font-size: 13px;
}

/* 	SELECTION
	----------------- */
::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/* 	LINKS
	----------------- */
a {
  background-color: inherit;
  color: #73870A;
  text-decoration: none;
}
a:visited {
  background-color: inherit;
  color: #73870A;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}

/* 	STRUCTURAL LAYOUT
	----------------- */
#wrapper {
  margin-bottom: 4.5em;
}

#container {
  *zoom: 1;
  margin: auto;
  width: 75.362em;
  max-width: 100%;
}
#container:after {
  content: "";
  display: table;
  clear: both;
}

#primary-nav {
  background-color: #73870a;
  color: inherit;
  margin-bottom: 3em;
}
#primary-nav .inside-primary-nav {
  *zoom: 1;
  margin: auto;
  width: 75.362em;
  max-width: 100%;
}
#primary-nav .inside-primary-nav:after {
  content: "";
  display: table;
  clear: both;
}

#header {
  clear: both;
  margin-left: 2.041%;
  margin-right: 2.041%;
  margin-bottom: 3em;
}

#main-content {
  display: inline;
  float: left;
  width: 71.429%;
  margin-right: 2.041%;
  margin-left: 2.041%;
}

#sidebar {
  display: inline;
  float: left;
  width: 22.449%;
  margin-right: 2.041%;
  display: inline;
  float: right;
  margin-right: 2.041%;
  #margin-left: -1.538em;
}

#full-content {
  margin-left: 2.041%;
  display: inline;
  float: right;
  margin-right: 2.041%;
  #margin-left: -1.538em;
}

/* 	NAVIGATION
	- Based on superfish style
	----------------- */
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.0;
}
.nav * {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul {
  display: none;
  position: absolute;
  top: -999em;
  width: 13em;
}
.nav ul li {
  width: 100%;
}
.nav li {
  float: left;
  position: relative;
}
.nav li:hover {
  visibility: inherit;
}
.nav a {
  display: block;
  position: relative;
}
.nav li:hover ul {
  left: 0;
  top: 2.5em;
  z-index: 99;
}

ul.nav li:hover li ul {
  top: -999em;
}
ul.nav li li:hover ul {
  left: 13em;
  top: 0;
}
ul.nav li li:hover li ul {
  top: -999em;
}
ul.nav li li li:hover ul {
  left: 13em;
  top: 0;
}

.nav {
  display: inline;
  float: left;
  width: 75.51%;
  margin-right: 2.041%;
  margin-left: 2.041%;
}
.nav a {
  background-color: inherit;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  word-wrap: break-word;
}
.nav a:visited {
  background-color: inherit;
  color: #fff;
}
.nav a:focus, .nav a:hover, .nav a:active {
  background: #333;
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.nav li:hover.arrow:after {
  background-position: -10px -100px;
}
.nav li.arrow {
  padding-right: 1em;
}
.nav li.arrow:after {
  background: url("images/arrows-menu.png") no-repeat 0 -100px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 7px;
  top: 12px;
  width: 10px;
}
.nav li:hover, .nav li.current_page_item a {
  background: #333;
  color: #fff;
  outline: 0;
}
.nav li li {
  background: #333;
  color: #fff;
}
.nav li li:hover.arrow:after {
  background-position: -10px 0;
}
.nav li li.arrow {
  padding-right: 0;
}
.nav li li.arrow:after {
  background: url("images/arrows-menu.png") no-repeat 0 0;
}
.nav li li a:hover {
  background-color: #444;
  color: #fff;
}
.nav li li li {
  background: #333;
  color: #fff;
}
.nav li li li.arrow {
  padding-right: 0;
}

/* =============================================================================
- Typography
Headings, text element, lists, code, and more
============================================================================= */
/* 	HEADING
	----------------- */
h1 {
  font-size: 2.308em;
  line-height: 1.6em;
}

h2 {
  font-size: 1.923em;
  line-height: 1.92em;
}

h3 {
  font-size: 1.615em;
  line-height: 2.286em;
}

h4 {
  font-size: 1.385em;
  line-height: 2.667em;
}

h5 {
  font-size: 1.154em;
  line-height: 3.2em;
}

h6 {
  font-size: 1.154em;
  line-height: 3.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: Georgia,"Times New Roman",Times,serif;
}

/* 	TEXT ELEMENT
	----------------- */
p {
  margin: 0 0 1.5em;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
  vertical-align: sub;
}

sub {
  bottom: -0.25em;
  vertical-align: super;
}

abbr,
acronym {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

del {
  color: #666666;
  text-decoration: line-through;
  vertical-align: baseline;
}

pre {
  background: #ffff99;
  border-bottom: 1px solid #ff2;
  border-top: 1px solid #ff2;
  color: #990;
  margin: 1.5em 0;
  padding: 0.75em 0.45em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background: #ffff99;
  color: #990;
  font-size: 0.846em;
  line-height: 2.182em;
  padding: 0.3em;
}

pre,
code,
tt {
  font-family: 'andale mono', 'lucida console', monospace;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* 	BLOCKQUOTE
	----------------- */
blockquote {
  border-left: 3px solid #eee;
  color: #666666;
  font-style: italic;
  margin: 1em 40px;
  padding-left: 1.35em;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin: 0 0 1.5em;
  font-style: italic;
}

/* 	LISTS
	----------------- */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 2.25em;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li ul,
li ol {
  margin: 0;
}

ul.checks {
  padding: 0;
}
ul.checks li {
  list-style: none;
  margin: 0;
  background: url('images/icon-check.png?1331129863') no-repeat 0.15em 0.6em;
  padding: 0.3em 0 0.3em 1.8em;
}

dl {
  margin: 0 1.625em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

/* =============================================================================
- Form
Base styles for various input types and form layouts
============================================================================= */
/* 	BASE FORM STYLES
	----------------- */
label {
  font-weight: bold;
}

fieldset {
  border: 1px solid #ccc;
  font-size: 0.75em;
  line-height: 2em;
  margin: 0 0 1.5em 0;
  padding: 0 1.4em 1.4em 1.4em;
}

legend {
  border: 1px solid #ccc;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  left: 0;
  margin: 0;
  padding: 0.3em 1.2em;
  position: relative;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  top: 0;
}

fieldset, #IE8#HACK {
  padding-top: 1.4em;
}

legend, #IE8#HACK {
  margin-top: 0;
  margin-bottom: 0;
}

/* 	FORMALIZE.CSS
	- http://formalize.me/
	----------------- */
/* 	INPUT WIDTH
	----------------- */
.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_xxxlarge {
  width: 350px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* 	UI Consistency
	----------------- */
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url('images/button.png?1331603458') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  *padding-top: 2px;
  *padding-bottom: 0;
  text-shadow: white 0 1px 1px;
  vertical-align: top;
  width: auto;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #ddd;
  color: black;
  outline: 0;
  margin: 0;
  padding: 3px 4px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 2em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url('images/select_arrow.gif?1331603458');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button {
  background: #dddddd url('images/button.png?1331603458') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

/* =============================================================================
- Table
Base styles for all tables
============================================================================= */
/* 	STANDARD TABLE
	----------------- */
table {
  width: 100%;
  font-size: 0.923em;
  line-height: 2em;
}

table,
td {
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
  margin: 5px 0 10px;
  padding: 5px 10px;
}

th {
  background-color: #e8e8e8;
  border-right: 1px solid #e0e0e0;
  color: #666;
  margin: 5px 0 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  text-align: left;
}

table button,
table input {
  *overflow: auto;
}

/* 	STRIPE TABLE
	----------------- */
table.striped tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* =============================================================================
- Images
Basic and global styles for images, caption, & gallery
============================================================================= */
/* 	BASE IMAGES STYLES
	----------------- */
.entry-content img,
.comment-content img,
.widget img,
img.photo {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large {
  max-width: 97.5%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-top: 0.6em;
}

/* 	CAPTION
	----------------- */
p img,
.wp-caption {
  margin-top: 0.6em;
}

.wp-caption {
  background: white;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text {
  color: #666666;
  font-size: 0.75em;
  line-height: 2em;
}

.gallery-caption {
  color: #666666;
  font-size: 0.75em;
  line-height: 2em;
}

.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666666;
  content: '\2014';
  font-size: 0.875em;
  line-height: 1.714em;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 13px;
}

/* 	GALLERY
	----------------- */
.gallery {
  margin: auto;
  overflow: hidden;
  width: 100%;
}
.gallery .gallery-item {
  display: inline;
  float: left;
  margin-bottom: 0.6em;
  text-align: center;
}
.gallery .gallery-caption {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  clear: both;
  color: #888;
  display: block;
  font-size: 0.75em;
  line-height: 2em;
  margin: 10px 0;
  padding: 5px 3px;
  text-align: center;
  width: 100%;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 1px solid #e0e0e0;
}
.gallery a:hover img {
  border-color: #ccc;
}
.gallery br {
  clear: both;
}
.gallery br + br {
  display: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  margin-right: 2%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin-right: 2%;
}

.gallery-columns-6 .gallery-item {
  width: 14.666%;
  margin-right: 2%;
}

.gallery-columns-7 .gallery-item {
  width: 12.285%;
  margin-right: 2%;
}

.gallery-columns-8 .gallery-item {
  width: 10.5%;
  margin-right: 2%;
}

.gallery-columns-9 .gallery-item {
  width: 9.111%;
  margin-right: 2%;
}

/* 	Make sure embeds and iframes fit their containers
	----------------- */
embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

/* =============================================================================
- Header
Styles for header area such as logo, custom header, search form etc
============================================================================= */
/* 	SEARCH FORM
	----------------- */
#searchform {
  display: inline;
  float: left;
  width: 18.367%;
  margin-right: 2.041%;
  margin-top: 5px;
  text-align: right;
  position: relative;
  display: inline;
  float: right;
  margin-right: 2.041%;
  #margin-left: -1.538em;
}
#searchform input[type="text"] {
  background-color: #fff;
  border: none;
  color: #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #999;
  font-size: 0.846em;
  line-height: 1.091em;
  padding: 5px 10px;
}
#searchform input[type="image"] {
  border: none;
  position: absolute;
  right: 8px;
  top: 5px;
}
#searchform input::-webkit-input-placeholder {
  padding-top: 1px;
}
#searchform input:-moz-placeholder {
  padding-top: 5px;
}

/* 	LOGO
	----------------- */
#logo {
  margin-bottom: 1.5em;
}

.site-title {
  font-size: 2.692em;
  line-height: 1.371em;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  font-style: italic;
  display: inline;
  float: left;
  width: 48.936%;
  margin-right: 2.128%;
}
.site-title a:hover {
  text-decoration: none;
}

.site-description {
  font-style: italic;
  display: inline;
  float: left;
  width: 48.936%;
  margin-right: 2.128%;
  text-align: right;
  padding-top: 12px;
}

.logo-image {
  position: relative;
}
.logo-image a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.logo-image span {
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 0;
}

/* 	CUSTOM HEADER
	----------------- */
#header .header-img {
  display: block;
}
#header .header-img a {
  display: block;
}
#header .header-img img {
  height: auto;
  max-width: 100%;
}

/* =============================================================================
- Main styles
This is our main styles for theme development
============================================================================= */
/* 	MAIN CONTENT
	----------------- */
#main-content .big-image {
  display: block;
  margin-bottom: 0.75em;
}
#main-content .content-right {
  display: inline;
  float: left;
  width: 77.143%;
  margin-right: 2.857%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.538em;
}
#main-content .content-left {
  display: inline;
  float: left;
  width: 20%;
  margin-right: 2.857%;
}
#main-content .post {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.75em;
  margin-bottom: 4.5em;
}
#main-content .sticky {
  background-color: #333;
  border-top: 5px solid #73870A;
  padding: 1.95em 2.25em;
  color: #fff;
}
#main-content .sticky .content-left {
  display: none;
}
#main-content .sticky .content-right {
  display: inline;
  float: left;
  width: 100%;
}
#main-content .sticky a {
  background-color: inherit;
  color: #fff;
}
#main-content .sticky .post-pages a {
  background: #73870A;
  color: #fff;
}
#main-content .sticky .post-pages a:hover {
  background: #333;
  color: #fff;
}

.content-left {
  color: #999;
  font-size: 0.846em;
  line-height: 2.182em;
}
.content-left span {
  display: block;
  padding-left: 20px;
}
.content-left span.published {
  background: url(images/date-icon.png) no-repeat left center;
}
.content-left span.author {
  background: url(images/author-icon.png) no-repeat left center;
}
.content-left span.entry-comment {
  background: url(images/comments-icon.png) no-repeat left center;
}
.content-left span.entry-permalink {
  background: url(images/link-icon.png) no-repeat left center;
}
.content-left .share {
  margin-top: 0.75em;
  padding-left: 0;
  position: relative;
  width: 13em;
}
.content-left .share .share-title {
  font-size: 1.091em;
  line-height: 2em;
  border-bottom: 1px solid #eee;
  margin: 0 0 0.75em;
}

.content-right .entry-title {
  font-size: 2.308em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
.content-right .entry-title a,
.content-right .entry-title a:visited {
  color: #333;
}
.content-right .entry-title a:hover {
  background-color: inherit;
  color: #333;
  text-decoration: none;
}
.content-right .entry-thumbnail {
  display: inline;
  float: right;
  margin: 0 0 0.45em 0.75em;
}
.content-right .entry-thumbnail a {
  display: block;
}
.content-right .entry-meta {
  color: #999;
  font-size: 0.846em;
  line-height: 2.182em;
}
.content-right .entry-meta span {
  display: block;
  padding-left: 20px;
}
.content-right .entry-meta .tag {
  background: url(images/tag-icon.png) no-repeat left center;
}
.content-right .entry-meta .cat {
  background: url(images/category-icon.png) no-repeat left center;
}

/* 	POST FORMATS
	----------------- */
.format-aside {
  background: url(images/formats/format-aside.png) no-repeat left top;
}

.format-image {
  background: url(images/formats/format-image.png) no-repeat left top;
}
.format-image .content-right .entry-title {
  font-size: 1.385em;
  line-height: 1.333em;
  margin-bottom: 20px;
}

.format-quote {
  background: url(images/formats/format-quote.png) no-repeat left top;
}
.format-quote .content-right {
  background: #FFFF66;
}
.format-quote .content-right blockquote {
  background: url(images/quotes.png) no-repeat left top;
  border-left: none;
  color: #111;
  font-size: 1.385em;
  line-height: 1.333em;
  font-family: Georgia,"Times New Roman",Times,serif;
  margin: 2em 20px;
  padding-left: 0;
}
.format-quote .content-right blockquote p {
  padding: 5px 0 0 45px;
}
.format-quote .content-right blockquote p cite {
  display: block;
  padding-top: 20px;
}

.format-video {
  background: url(images/formats/format-video.png) no-repeat left top;
}
.format-video .content-right .entry-title {
  font-size: 1.385em;
  line-height: 1.333em;
  margin-bottom: 20px;
}

.format-link {
  background: url(images/formats/format-link.png) no-repeat left top;
}
.format-link .content-right .entry-title {
  font-size: 1.385em;
  line-height: 1.333em;
}
.format-link .content-right .entry-title:after {
  content: '\2192';
  color: #73870A;
  padding-left: 5px;
}

.format-gallery {
  background: url(images/formats/format-gallery.png) no-repeat left top;
}

.format-aside .content-left,
.format-image .content-left,
.format-quote .content-left,
.format-video .content-left,
.format-link .content-left,
.format-gallery .content-left {
  margin-top: 70px;
}

/* 	AUTHOR PAGE
	----------------- */
.author-info p {
  font-size: 1.154em;
  line-height: 1.6em;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
  text-transform: capitalize;
}

#author-wrap {
  background: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

#author-wrap .inner-author-wrap {
  padding: 10px 5px;
  zoom: 1;
}
#author-wrap .inner-author-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#author-wrap .inner-author-wrap:after, #author-wrap .inner-author-wrap:before {
  content: "";
  display: table;
}

.inner-author-wrap .author-photo {
  display: inline;
  float: left;
  margin-right: 10px;
}
.inner-author-wrap .author-photo img {
  background: #fff;
  color: inherit;
  padding: 3px;
  border: 1px solid #ddd;
}
.inner-author-wrap .author-desc {
  overflow: hidden;
}

/* 	404 PAGE
	----------------- */
.error404 .entry-content #searchform {
  float: none;
  display: block;
  margin-bottom: 20px;
}
.error404 .entry-content .widget_recent_entries ul {
  list-style: square;
  padding: 0 0 0 40px;
}
.error404 .entry-content .widget_recent_entries ul li a:hover {
  border-right: none;
}

/* =============================================================================
- Sidebar & Widget
Styles for sidebar and all widget areas
============================================================================= */
.widget {
  margin-bottom: 20px;
  overflow: hidden;
}
.widget .widget-title {
  border-bottom: 1px solid #eee;
  display: block;
  font-weight: bold;
  font-size: 1.154em;
  line-height: 1.6em;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 0;
}
.widget ul li a {
  color: #333;
  display: block;
  padding: 3px 0;
}

/* 	LINKS WIDGET
	----------------- */
.widget_links {
  clear: both;
  overflow: hidden;
}
.widget_links ul li {
  display: inline;
  float: left;
  margin-right: 5%;
  width: 45%;
}

/* 	ARCHIVE WIDGET
	----------------- */
.widget_archive ul li {
  text-align: right;
  clear: both;
}
.widget_archive ul li a {
  display: inline;
  float: left;
}
.widget_archive select {
  width: 100%;
}
.widget_archive select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* 	CALENDAR WIDGET
	----------------- */
.widget_calendar {
  width: 100%;
  border: medium none;
}

#calendar_wrap th {
  font-size: 0.846em;
  line-height: 2.182em;
}
#calendar_wrap td {
  color: #aaa;
}

#wp-calendar tr td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center;
}
#wp-calendar caption {
  color: #222;
  font-size: 1.077em;
  line-height: 1.714em;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}

/* 	CATEGORY WIDGET
	----------------- */
.widget_categories ul li {
  text-align: right;
  clear: both;
}
.widget_categories ul li a {
  display: inline;
  float: left;
}
.widget_categories ul ul.children {
  padding-left: 20px;
}
.widget_categories select {
  width: 100%;
}
.widget_categories select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* 	RECENT COMMENTS WIDGET
	----------------- */
#recentcomments li {
  padding-bottom: 5px;
}
#recentcomments li:first-child {
  padding-top: 5px;
}

/* 	SEARCH WIDGET
	----------------- */
.widget_search {
  zoom: 1;
}
.widget_search:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.widget_search:after, .widget_search:before {
  content: "";
  display: table;
}
.widget_search #searchform {
  width: 100%;
}
.widget_search #searchform input[type="text"] {
  background: #f0f0f0;
  border: 1px solid #ddd;
  margin-right: 5px;
  padding: 5px 10px;
  width: 95%;
}
.widget_search #searchform input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.screen-reader-text {
  display: none;
}

/* 	RSS WIDGET
	----------------- */
.widget_rss h3 > a {
  color: #000;
}

/* 	CUSTOM TWITTER WIDGET
	----------------- */
.widget_rumputhijau_twitter_widget ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.widget_rumputhijau_twitter_widget ul li a {
  display: inline;
}

.follow-me {
  display: block;
  margin-top: 10px;
}

/* =============================================================================
- Comments
Styles for comments area(comment form & comment lists)
============================================================================= */
/* 	COMMENT FORM
	----------------- */
.comments-box {
  padding: 10px 0 0;
}
.comments-box .comments-heading {
  border: none;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

.comments-navigation {
  margin: 10px 0;
}

#respond {
  margin: 15px 0;
  padding: 10px 0;
}
#respond p {
  color: #666;
  margin: 0 0 15px;
}

#commentform {
  margin: 0;
}
#commentform label {
  font-size: 0.923em;
  line-height: 2em;
}
#commentform input[type="text"],
#commentform textarea {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
}
#commentform input[type="text"]:focus,
#commentform textarea:focus {
  -webkit-box-shadow: 0 0 5px 0 #0066ff;
  -moz-box-shadow: 0 0 5px 0 #0066ff;
  box-shadow: 0 0 5px 0 #0066ff;
}
#commentform input[type="text"] {
  display: inline;
  float: left;
  margin: 0 5px 10px 0;
  width: 100%;
}
#commentform textarea {
  font-size: 1.231em;
  line-height: 1.5em;
  padding: 7px;
}
#commentform input[type="submit"] {
  padding: 10px 15px;
}
#commentform .required {
  color: #f00;
}

.reply {
  margin-top: 20px;
  display: inline-block;
}
.reply a {
  background-color: #fff;
  border: 1px solid #DDD;
  cursor: pointer;
  color: #333;
  display: inline-block;
  font-weight: bold;
  font-size: 0.923em;
  line-height: 2em;
  padding: 1px 10px;
}

p.comment-notes {
  font-size: 0.846em;
  line-height: 2.182em;
}

a#cancel-comment-reply-link {
  font-size: 0.846em;
  line-height: 2.182em;
  margin-top: 10px;
  padding: 0 5px;
  width: auto;
}

.nopassword {
  color: #aaa;
  font-size: 1.846em;
  line-height: 1em;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}

/* 	COMMENT LISTS
	----------------- */
ul.children {
  margin-left: 0px;
}
ul.children a:hover {
  background: none;
  text-decoration: underline;
}

ol.commentlist {
  margin: 0;
  padding: 0;
}
ol.commentlist a:hover {
  background: none;
  text-decoration: underline;
}

cite.fn {
  font-size: 1.077em;
  line-height: 1.714em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: -0.05em;
  display: block;
  padding-top: 0;
}
cite.fn a {
  background-color: inherit;
  color: #333;
  text-decoration: none;
}
cite.fn a:hover {
  background-color: inherit;
  color: #333;
  text-decoration: none;
}

span.says {
  display: none;
}

.commentlist li {
  margin: 10px 0px 0px 0px;
  padding: 15px;
  list-style: none;
  border: 1px solid #e9e9e9;
  background: #FFF;
}
.commentlist li.depth-2, .commentlist li.depth-3, .commentlist li.depth-4, .commentlist li.depth-5 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: inherit;
  margin-top: 40px;
}
.commentlist li.depth-2 {
  background: #ffffff;
}
.commentlist li.depth-3 {
  background: #fafafa;
}
.commentlist li.depth-4 {
  background: #ffffff;
}
.commentlist li.depth-5 {
  background: #fafafa;
}
.commentlist code {
  background: #e6e6e6;
  padding: 5px;
}
.commentlist p {
  clear: both;
  padding-top: 5px;
  margin-bottom: 10px;
}
.commentlist .moderation {
  margin-top: 10px;
  color: #660000;
}
.commentlist .thread-even {
  background: #fafafa;
}
.commentlist .children {
  margin-top: 15px;
  padding-left: 15px;
}
.commentlist .comment-author {
  margin-bottom: 5px;
}
.commentlist .avatar {
  margin-right: 10px;
  display: inline;
  float: left;
  padding: 3px;
  border: 1px solid #e9e9e9;
  background: #fff;
  color: inherit;
}
.commentlist .comment-meta {
  display: inline;
  float: left;
  margin-bottom: 15px;
}
.commentlist .comment-meta a {
  color: #666;
}
.commentlist .comment-date a {
  color: #666;
  font-size: 1.1em;
}
.commentlist .comment-date a:visited {
  color: #666;
}
.commentlist .bypostauthor {
  background: #F0F0F0;
}

.comment-body ul {
  list-style: disc;
}
.comment-body ol {
  list-style: decimal;
}
.comment-body li {
  background: none;
  list-style: disc;
  padding: 0;
  border: none;
}
.comment-body ol li {
  list-style: decimal;
}
.comment-body ol ol li {
  list-style: upper-alpha;
}
.comment-body ol ol ol li {
  list-style: lower-roman;
}
.comment-body ol ol ol ol li {
  list-style: lower-alpha;
}
.comment-body ul ul, .comment-body ol ol, .comment-body ul ol, .comment-body ol ul {
  margin-bottom: 0;
}

/* =============================================================================
- Footer
Styles for footer area
============================================================================= */
#footer {
  border-bottom: 5px solid #333;
  color: #fff;
}
#footer .footer-credits {
  background-color: #73870A;
  color: inherit;
}
#footer a {
  background-color: inherit;
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .inside-footer {
  *zoom: 1;
  margin: auto;
  width: 75.362em;
  max-width: 100%;
  padding: 15px 0;
}
#footer .inside-footer:after {
  content: "";
  display: table;
  clear: both;
}
#footer .footer-left {
  display: inline;
  float: left;
  width: 46.939%;
  margin-right: 2.041%;
  margin-left: 2.041%;
}
#footer .footer-right {
  display: inline;
  float: left;
  width: 46.939%;
  margin-right: 2.041%;
  display: inline;
  float: right;
  margin-right: 2.041%;
  #margin-left: -1.538em;
  text-align: right;
}

/* 	FOOTER SIDEBAR
	----------------- */
#footer-sidebar {
  background-color: inherit;
  color: #111;
  margin-bottom: 3em;
  position: relative;
}
#footer-sidebar .footer-sidebar-inner {
  *zoom: 1;
  margin: auto;
  width: 75.362em;
  max-width: 100%;
}
#footer-sidebar .footer-sidebar-inner:after {
  content: "";
  display: table;
  clear: both;
}
#footer-sidebar .widget-footer {
  display: inline;
  float: left;
  width: 22.449%;
  margin-right: 2.041%;
}
#footer-sidebar .footer-1 {
  margin-left: 2.041%;
}
#footer-sidebar .footer-4 {
  display: inline;
  float: right;
  margin-right: 2.041%;
  #margin-left: -1.538em;
}
#footer-sidebar a {
  background-color: inherit;
  color: #333;
}

/* =============================================================================
- Plugins
Collection of styles for theme plugins such as lightbox, drop-down menus etc
============================================================================= */
/* no plugin for now */
/* =============================================================================
- Utility
List of helper classes (eg clearfix, alignment, etc)
============================================================================= */
/* 	CLEARFIX
	http://nicolasgallagher.com/micro-clearfix-hack/
	----------------- */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* 	CLEAR CLASS
	----------------- */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* 	IMAGE REPLACEMENT
	----------------- */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

/* 	HIDE/SHOW ELEMENT
	----------------- */
.hide {
  display: none;
  visibility: hidden;
}

.show {
  display: block;
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* 	FLOATING ALIGNMENT
	----------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 25px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 25px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone {
  display: block;
}

/* 	TEXT ALIGNMENT
	----------------- */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/* 	HR/STANDALONE BORDER
	----------------- */
hr {
  border-top: 1px solid #ccc;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  clear: both;
  height: 1px;
  margin: 1.5em 0;
  min-height: 0;
}
hr.dotted {
  border-style: dotted;
}
hr.dashed {
  border-style: dashed;
}
hr.darkborder {
  border-color: black;
}
hr.lightborder {
  border-color: white;
}

/* 	MISC CLASSES
	----------------- */
.first {
  margin-left: 0;
  padding-left: 0;
}

.last {
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.538em;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* =============================================================================
- WordPress Pagination
	- Post pages <!--nextpage-->
	- Post navigation previous_post_link() & next_post_link()
============================================================================= */
/* 10.1 - Post pages <!--nextpage-->
----------------------------------------------------------------------------- */
.post-pages {
  clear: both;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}
.post-pages a {
  background: #73870A;
  padding: 3px 6px;
  color: #fff;
}
.post-pages a:hover {
  background: #333;
  text-decoration: none;
}

/* 10.2 - Post navigation previous_post_link() & next_post_link() & Wp-pagenavi Custom Style
----------------------------------------------------------------------------- */
.paging {
  display: block;
  margin: 0;
}
.paging .prev {
  display: inline;
  float: left;
  width: 50%;
}
.paging .next {
  display: inline;
  float: right;
  text-align: right;
  width: 50%;
}
.paging .wp-pagenavi {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 15px;
  padding: 5px 0 4px;
}
.paging .wp-pagenavi a:link, .paging .wp-pagenavi a:visited {
  color: #fff;
  border: none;
  display: inline;
  background: #73870A;
  text-decoration: none;
  margin: 0 0 0 2px;
  padding: 7px 10px 6px!important;
}
.paging .wp-pagenavi .on,
.paging .wp-pagenavi .current {
  margin: 0 0 0 2px;
  padding: 7px 10px 6px;
}
.paging .wp-pagenavi .on {
  background: #333;
}
.paging .wp-pagenavi .extend,
.paging .wp-pagenavi span.pages {
  background: #73870A;
  color: #fff;
  padding: 7px 10px 6px;
}
.paging .wp-pagenavi .current,
.paging .wp-pagenavi a:hover {
  background: #333;
  border: none;
  color: #FFF !important;
  font-weight: normal;
  text-decoration: none !important;
}
.paging a.scroll {
  padding: 1px 3px;
}
.paging a:hover.scroll {
  background: #73870A;
  color: #fff;
  text-decoration: none;
  padding: 1px 3px;
}

.wp-pagenavi a.last {
  margin-top: 10px;
}

/* =============================================================================
- Media Queries
Styles for repsonsive layouts
============================================================================= */
@media screen and (max-width: 767px) {
  #searchform input[type="text"] {
    width: 100%;
  }
  #searchform input[type="image"] {
    right: 5px;
  }

  #main-content {
    width: 95.918%;
  }

  #sidebar {
    margin-top: 3em;
    width: 95.918%;
  }
  #sidebar .widget {
    display: inline;
    float: left;
    width: 31.915%;
    margin-right: 2.128%;
  }
  #sidebar .widget:nth-child(3n+3) {
    margin-right: 0;
  }
  #sidebar .widget #searchform input[type="image"] {
    right: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .site-title,
  .site-description {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .site-description {
    padding-top: 0;
  }

  #main-content .format-aside,
  #main-content .format-image,
  #main-content .format-quote,
  #main-content .format-video,
  #main-content .format-link,
  #main-content .format-gallery {
    background: none;
  }
  #main-content .content-left {
    display: none;
  }
  #main-content .content-right {
    display: block;
    width: 100%;
  }

  #sidebar .widget {
    display: inline;
    float: left;
    width: 48.936%;
    margin-right: 2.128%;
  }
  #sidebar .widget:nth-child(2n+2) {
    margin-right: 0;
  }
  #sidebar .widget_links {
    clear: none;
  }

  #footer-sidebar .widget-footer {
    display: inline;
    float: left;
    width: 44.681%;
    margin-right: 2.128%;
  }
  #footer-sidebar .widget-footer:nth-child(2n+2) {
    margin-right: 0;
  }
  #footer-sidebar .widget-footer:nth-child(odd) {
    margin-left: 2.041%;
  }
}
@media screen and (max-width: 600px) {
  .nav {
    display: none;
  }

  #primary-nav {
    height: 2.5em;
  }

  .inside-primary-nav .mobileMenu {
    display: inline;
    float: left;
    margin-left: 2.041%;
    height: auto;
    padding: 2px;
    margin-top: 3px;
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  #primary-nav {
    height: 2.5em;
  }

  .inside-primary-nav .touchdown-list {
    display: none;
  }
  .inside-primary-nav .touchdown {
    display: inline;
    float: left;
    margin-left: 2.041%;
    height: auto;
    padding: 2px;
    margin-top: 3px;
    width: 50%;
  }

  #searchform {
    margin-top: 4px;
  }
  #searchform input[type="image"] {
    display: none;
  }

  .site-title,
  .site-description {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .site-description {
    padding-top: 0;
  }

  #main-content .format-aside,
  #main-content .format-image,
  #main-content .format-quote,
  #main-content .format-video,
  #main-content .format-link,
  #main-content .format-gallery {
    background: none;
  }
  #main-content .content-left {
    display: none;
  }
  #main-content .content-right {
    display: block;
    width: 100%;
  }

  #sidebar .widget {
    width: 95.918%;
  }

  #footer-sidebar .widget-footer {
    margin-left: 2.041%;
    width: 95.918%;
  }

  .one-column #primary-nav .inside-primary-nav .touchdown-list {
    display: none;
  }
  .one-column #header #logo .site-title,
  .one-column #header #logo .site-description {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .one-column #header #logo .site-description {
    padding-top: 0;
  }
  .one-column #main-content .post .content-left {
    display: none;
  }
  .one-column #main-content .post .content-right {
    display: block;
    width: 100%;
  }
  .one-column #footer #footer-sidebar .widget-footer {
    display: inline;
    float: left;
    width: 46.939%;
    margin-right: 2.041%;
  }
  .one-column #footer #footer-sidebar .footer-2 {
    margin-left: 0;
  }
}
/* =============================================================================
- Miscellaneous
Miscellaneous styles
============================================================================= */
/* 	BREADCRUMBS
	----------------- */
#breadcrumbs {
  clear: both;
  margin-left: 2.041%;
  margin-right: 2.041%;
  border-bottom: 1px solid #eee;
  font-size: 0.923em;
  line-height: 2em;
  margin-bottom: 2.25em;
  padding-bottom: 0.3em;
}

/* 	ARCHIVE
	----------------- */
.archive-title {
  display: block;
  margin-bottom: 20px;
}

.post-nav {
  display: block;
  margin-bottom: 20px;
}

.stop-share {
  display: block;
  position: relative;
  height: 1px;
  top: -50px;
}
