/*
Theme Name: 	Rumput Hijau
Theme URI:		http://satrya.me/demo/rumput-hijau/
Description: 	Beautifull, clean and seo optimized theme focused on typography. Rumput Hijau supports a child theme customization, 5 widget areas, custom social share button, shortcode, custom header and menu. It includes styles for print and the visual editor. Rumput Hijau also supports post-format(aside, gallery, link, image, quote, video), one-column and two-column fixed-width layouts, beautiful drop-down menu and it has 7 web safe fonts that you can choose. Compatible with WordPress 2.9 and above, has an optional full-width page template, sitemap page template and translation ready(current language pack: English and Polish).
Version: 		1.0.9
Author: 		Satrya
Author URI: 	http://satrya.me
Tags: 			green, white, one-column, two-columns, right-sidebar, fixed-width, custom-background, custom-menu, editor-style, full-width-template, microformats, 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
*/
/* 
   Table of Contents
   =============================================================================
    @include normalize.css
	0 - Css Reset
	1 - Theme Base
	2 - Layout
		2.1 - Structure
	3 - Typography
		3.1 - Global Fonts
	4 - Table
	5 - Form
	6 - Links
	7 - Images
		7.1 - Image
		7.2 - Image Caption
		7.3 - Gallery
		7.4 - Attachment page
	8 - Header
	9 - Entry Content
	10 - Pagination
		10.1 - Post pages <!--nextpage-->
		10.2 - Post navigation previous_post_link() & next_post_link() & Wp-pagenavi Custom Style
	11 - Widget
	12 - Comments
	13 - Footer
	14 - Plugins
	15 - Miscellaneous
	16 - Clearfix
   =============================================================================
*/
/* =============================================================================
0 - Css Reset
============================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================================================
1 - Theme Base
============================================================================= */
body {
  border-top: 5px solid #333;
  color: #111;
  font-size: 0.813em;
  line-height: 1.846em;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

* {
  margin: 0;
  padding: 0;
}

/* 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;
}

/* =============================================================================
2 - Layout
============================================================================= */
#wrapper {
  margin-bottom: 50px;
}

#container {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
}
#container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#container:after, #container:before {
  content: "";
  display: table;
}

#primary-nav {
  background-color: #73870a;
  color: inherit;
  margin-bottom: 30px;
}
#primary-nav .inside-primary-nav {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
}
#primary-nav .inside-primary-nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#primary-nav .inside-primary-nav:after, #primary-nav .inside-primary-nav:before {
  content: "";
  display: table;
}

#header {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  margin-bottom: 30px;
}
* html #header {
  overflow-x: hidden;
}

#main-content {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 670px;
}
* html #main-content {
  overflow-x: hidden;
}

#sidebar {
  display: inline;
  float: left;
  margin-right: 0;
  width: 270px;
}
* html #sidebar {
  overflow-x: hidden;
}

/* =============================================================================
2.1 - Structure
- One column layout
============================================================================= */
.one-column #primary-nav .inside-primary-nav {
  width: 800px;
}
.one-column #container,
.one-column #header,
.one-column #main-content {
  width: 800px;
}
.one-column .sf-menu {
  width: 73%;
  margin-right: 2%;
}
.one-column #searchform {
  width: 25%;
}
.one-column #logo .site-title {
  margin-right: 2%;
  width: 58%;
}
.one-column #logo .site-description {
  width: 40%;
}
.one-column #main-content .content-right {
  width: 80%;
}
.one-column #main-content .content-left {
  margin-right: 2%;
  width: 18%;
}
.one-column #footer .inside-footer,
.one-column #footer .footer-sidebar-inner {
  width: 800px;
}
.one-column #footer .widget-footer {
  width: 260px;
}
.one-column #footer .footer-3 {
  margin-right: 0;
}
.one-column #footer .footer-left {
  margin-right: 2%;
  width: 48%;
}
.one-column #footer .footer-right {
  width: 50%;
}

/* =============================================================================
3 - Typography
	3.1 - Global Fonts
============================================================================= */
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;
}

p {
  margin: 0 0 1.5em;
}

ul {
  list-style: disc;
  margin-left: 7px;
  padding: 0 0 10px 25px;
}

ol {
  list-style: decimal;
  margin-left: 7px;
  padding: 0 0 10px 25px;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

ul li,
ol li {
  padding: 3px 0 3px 3px;
}

hr {
  background-color: #e6e6e6;
  clear: both;
  height: 1px;
  border: 0;
  margin: 0 0 15px;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: 400;
}

strong em, em strong {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

ins {
  background: #ffc;
}

pre {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  margin: 0 0 10px;
  overflow: auto;
  padding: 5px;
}

code, tt {
  background: #ffc;
  color: #666;
  display: inline;
  font-size: 0.923em;
  line-height: 4em;
  line-height: 20px;
  overflow: auto;
  margin: 0;
  padding: 2px 3px;
}

blockquote {
  border-left: 3px solid #eee;
  color: #666666;
  font-style: italic;
  margin: 1em 40px;
  padding-left: 15px;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote i,
blockquote em,
blockquote cite {
  font-style: normal;
}

q {
  color: #666666;
  font-style: italic;
}

dl {
  margin: 0 0 24px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 18px;
}

acronym, abbr {
  cursor: help;
  border-bottom: 1px dotted;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  font-size: small;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: small;
}

big {
  font-size: large;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* 3.1 - Global Fonts
----------------------------------------------------------------------------- */
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia,"Times New Roman",Times,serif;
}

/* =============================================================================
4 - Table
============================================================================= */
table, th, 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;
  font-size: 0.769em;
  line-height: 2.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 10px;
}

table button,
table input {
  *overflow: auto;
}

/* =============================================================================
5 - Form
============================================================================= */
form {
  margin: 0;
}

input[type=text],
input[type=password],
textarea {
  background: #fafafa;
  border: 1px solid #ddd;
  color: #333;
  padding: 5px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  background: #fff;
  color: inherit;
}

textarea {
  width: 98%;
}

input[type="submit"],
input[type="reset"] {
  border: none;
  background: #333;
  color: #fff;
  font-size: 0.846em;
  line-height: 2.182em;
  margin: 3px 0;
  padding: 3px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button,
input,
select,
textarea {
  color: #222;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

select {
  border: 1px solid #ddd;
  padding: 5px;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: baseline;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

/* =============================================================================
6 - 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;
}
a:hover, a:active {
  outline: 0;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}

/* =============================================================================
7 - Images
	7.1 - Image
	7.2 - Image Caption
	7.3 - Gallery
	7.4 - Attachment page
============================================================================= */
/* 7.1 - Image
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
}

.entry-content img,
.comment-content img,
.widget img {
  max-width: 97.5%;
  /* 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: 5px;
  margin-bottom: 12px;
}

/* 7.2. Image Caption
-------------------------------------------------------------- */
p img,
.wp-caption {
  margin-top: 0.4em;
}

.wp-caption {
  background: #eee;
  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: #666;
  font-size: 0.923em;
  line-height: 2em;
}

.gallery-caption {
  color: #666;
  font-size: 0.923em;
  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: #666;
  content: '\2014';
  font-size: 1.077em;
  line-height: 1.714em;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}

/* 7.3 - Gallery
-------------------------------------------------------------- */
.gallery {
  margin: auto;
  overflow: hidden;
  width: 100%;
}
.gallery .gallery-item {
  display: inline;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.gallery .gallery-caption {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  clear: both;
  color: #888;
  display: block;
  font-size: 0.923em;
  line-height: 2em;
  line-height: 1.5em;
  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;
}

/* available Columns */
.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%;
}

/* 7.4 - Image Page
-------------------------------------------------------------- */
.attachment-navigation {
  display: inline;
  float: left;
}

.attachment-navigation img {
  margin: 0 20px 10px 0;
  float: left;
}

p.download-image {
  text-align: center;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

/* =============================================================================
8 - Header
============================================================================= */
/* =Search
----------------------------------------------------------------------------- */
#searchform {
  display: inline;
  float: left;
  margin-right: 0;
  width: 190px;
  margin-top: 5px;
  text-align: right;
  position: relative;
}
* html #searchform {
  overflow-x: hidden;
}
#searchform input[type="text"] {
  background-color: #fff;
  border: none;
  color: #999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  color: #999;
  font-size: 0.846em;
  line-height: 1.091em;
  padding: 5px 10px;
  width: 150px;
}
#searchform input[type="image"] {
  border: none;
  position: absolute;
  right: 8px;
  top: 5px;
}

/* =Logo & Header Image
----------------------------------------------------------------------------- */
#logo {
  margin-bottom: 10px;
}
#logo .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;
  margin-right: 10px;
  width: 470px;
}
* html #logo .site-title {
  overflow-x: hidden;
}
#logo .site-title a:hover {
  text-decoration: none;
}
#logo .site-description {
  font-style: italic;
  display: inline;
  float: left;
  margin-right: 0;
  width: 470px;
  text-align: right;
  padding-top: 12px;
}
* html #logo .site-description {
  overflow-x: hidden;
}
#logo .logo-image {
  position: relative;
}
#logo .logo-image a {
  display: inline-block;
}
#logo .logo-image span {
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 0;
}

#header .header-img {
  display: block;
}
#header .header-img img {
  max-width: 100%;
}

/* =============================================================================
9 - Entry Content
============================================================================= */
#main-content .big-image {
  display: block;
  margin-bottom: 10px;
}
#main-content .content-right {
  display: inline;
  float: right;
  width: 510px;
}
#main-content .content-left {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 150px;
}
* html #main-content .content-left {
  overflow-x: hidden;
}
#main-content .post {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
#main-content .sticky {
  background-color: #333;
  border-top: 5px solid #73870A;
  padding: 18px 20px;
  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: 10px;
  padding-left: 0;
  position: relative;
  width: 150px;
}
.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: 10px;
}
.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 5px 10px;
}
.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;
}

/* 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;
}

/* =============================================================================
10 - Pagination
============================================================================= */
/* 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;
}

/* =============================================================================
11 - Widget
============================================================================= */
.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 outside none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 0;
}
.widget ul li a {
  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%;
}

/* meta widget */
.widget_meta ul li a:hover {
  border-right: 3px solid #73870A;
}

/* pages widget */
.widget_pages ul li a:hover {
  border-right: 3px solid #73870A;
}

/* recent-posts widget */
.widget_recent_entries ul li a:hover {
  border-right: 3px solid #73870A;
}

/* archives widget */
.widget_archive ul li {
  text-align: right;
  clear: both;
}
.widget_archive ul li a {
  display: inline;
  float: left;
}
.widget_archive select {
  width: 100%;
}

/* tag-cloud widget */
/* 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%;
}

/* 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: 245px;
}

.screen-reader-text {
  display: none;
}

/* Rss widget */
.widget_rss h3 > a {
  color: #000;
}

/* text widget */
/* Widget custom menu */
.widget_nav_menu .menu-menu-container ul li a:hover {
  border-right: 3px solid #73870A;
}

/* 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;
}

/* =============================================================================
12 - Comments
============================================================================= */
/* 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: 10px 0 0;
}
#commentform label {
  font-size: 0.923em;
  line-height: 2em;
}
#commentform input
textarea {
  border: 1px solid #ddd;
}
#commentform input {
  display: inline;
  float: left;
  margin: 0 5px 10px 0;
  padding: 5px 7px;
  width: 170px;
}
#commentform textarea {
  font-size: 1.231em;
  line-height: 1.5em;
  padding: 7px;
  width: 97%;
}
#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;
}

.text {
  border: 1px solid #e6e6e6;
  color: #777;
  width: 200px;
  padding: 2px;
}

.nopassword {
  color: #aaa;
  font-size: 1.846em;
  line-height: 1em;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}

/* Comment list */
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;
}

/* =============================================================================
13 - Footer
============================================================================= */
#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 {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
  padding: 15px 0;
}
#footer .inside-footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#footer .inside-footer:after, #footer .inside-footer:before {
  content: "";
  display: table;
}
#footer .footer-left {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 470px;
}
* html #footer .footer-left {
  overflow-x: hidden;
}
#footer .footer-right {
  display: inline;
  float: left;
  margin-right: 0;
  width: 470px;
  text-align: right;
}
* html #footer .footer-right {
  overflow-x: hidden;
}

#footer-sidebar {
  background-color: inherit;
  color: #111;
  margin-bottom: 40px;
  position: relative;
}
#footer-sidebar .footer-sidebar-inner {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
}
#footer-sidebar .footer-sidebar-inner:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#footer-sidebar .footer-sidebar-inner:after, #footer-sidebar .footer-sidebar-inner:before {
  content: "";
  display: table;
}
#footer-sidebar .widget-footer {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 230px;
}
* html #footer-sidebar .widget-footer {
  overflow-x: hidden;
}
#footer-sidebar .footer-4 {
  margin-right: 0;
}
#footer-sidebar a {
  background-color: inherit;
  color: #73870a;
}

/* =============================================================================
14 - Plugins
============================================================================= */
/* =Primary Navigation - Superfish
----------------------------------------------------------------------------- */
.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.0;
}
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  left: 0;
  top: 2.5em;
  /* match top ul list item height */
  z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}

.sf-menu {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 750px;
}
* html .sf-menu {
  overflow-x: hidden;
}
.sf-menu a {
  background-color: inherit;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  word-wrap: break-word;
}
.sf-menu a:visited {
  background-color: inherit;
  /* visited pseudo selector so IE6 applies text colour*/
  color: #fff;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background: #333;
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}
.sf-menu li li {
  background: #333;
  color: #fff;
}
.sf-menu li li a:hover {
  background-color: #444;
  color: #fff;
}
.sf-menu li li li {
  background: #333;
  color: #fff;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.current_page_item a {
  background: #333;
  color: #fff;
  outline: 0;
}

.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url("images/arrows-menu.png") no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 1em;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/
}

/* apply hovers to modern browsers */
li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/
}

.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/
}
.sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/
}

/* =============================================================================
15 - Miscellaneous
============================================================================= */
/* =Breadcrumbs
----------------------------------------------------------------------------- */
#breadcrumbs {
  border-bottom: 1px solid #eee;
  clear: both;
  font-size: 0.923em;
  line-height: 2em;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

/* =Auhtor 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;
}

/* =Archive
----------------------------------------------------------------------------- */
.archive-title {
  display: block;
  margin-bottom: 20px;
}

.post-nav {
  display: block;
  margin-bottom: 20px;
}

/* =============================================================================
16 - Clearfix
============================================================================= */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
