/*
Theme Name: WAVIV
Theme URI: http://www.waviv.com
Description: WAVIV, design for waviv.com
Version: 1.0
Author: Widianto Nugroho
Author URI: http://studio.kamonesan.org
Tags: waviv

- TOC -------------------------
ROOT
  Layout
  Fonts
  Forms
  Tables
  Boxes
REGIONS
  Top
  Header
  Main
  Footer
SPLASH
*/

/* - ROOT ------------------------- */

/* -- Layout */

body {
	margin: 0;
	padding: 0;
	min-width: 980px;
	text-align: center;
}
.wrap {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
/*	background-image: url(./img/bg-page.png); */
	background-repeat: repeat-y;
}
.content, .sidebarleft, .sidebarright, .wide {
	padding-top: 0;
	padding-bottom: 32px;
}
.contentsidebarleft {
	width: 700px;
	padding-bottom: 16px;
}
.navigation {
	margin: 0;
	padding: 14px 0;
}
.textwidget {
	margin: 14px 0;
}
.node ul li, .node ol li {
	margin: 8px 0;
}

/* .wrap .spacer {	margin: 0 10px; } */
#wrap-top .spacer {	margin: 0 10px; }
#wrap-header .spacer, #wrap-splash .spacer, #wrap-main .spacer {	margin: 0 10px; }
#wrap-footer .spacer {	margin: 0 10px; }
#wrap-splash .spacer {	padding: 0; }
#wrap-top .spacer, #wrap-header .spacer, #wrap-main .spacer, #wrap-footer .spacer {	padding: 0 24px; }
.clearboth, .navigation, .content h2, .content h3, .entry, .postmetadata {	clear: both; }
hr {	display: none; }
.floatleft {	float: left; }
.floatright {	float: right; }
.prev, .next {	width: 248px; }
#topleft, #headerimg {	width: 488px; }
#topright, #headersearch {	width: 400px; }
#topright, .more, .footerright {	text-align: right; }
.contentsidebarright {	width: 724px; }
.content, #footertopleft {	width: 512px; }
.content, #wide .main {	min-height: 320px; }
.sidebarright, .footerright {	width: 188px; }
.sidebarleft, #footertopcenter {	width: 164px; }
.footercenterleft {	width: 700px; }


/* -- Fonts */

html, body, #headersearch form input, textarea, h1, h2, h3, h4 {
	font-family: Verdana, Arial, sans-serif;
}
#header h1 {
	font-weight: normal;
	font-size: 18px;
}
ul#newslist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul#newslist h3 {
	margin: 14px 0 0;
	padding: 0;
	font-size: 14px;
}
ul.level1 li {
	font-size: 12px;
}
#home .current a, #page .current a {
	font-weight: bold;
	color: #000;
}
#topleft a {	font-weight: bold; }

html, body {	font-size: 11px; }
#header form input, textarea {	font-size: 11px; }
h2 {	font-size: 18px; }
h3 {	font-size: 16px; }
blockquote, h4 {	font-size: 14px; }
#home .textwidget {	font-size: 13px; }
.widget h2, .widget h3 { font-weight: normal; }
#description, .node, .post, .entry, input, textarea {	font-size: 12px; }
.widget {	font-size: 11px; }
#footer {	font-size: 10px; }
#searchsubmit {	font-weight: bold; }


/* -- Colors */

body {
	color: #666;
	background-color: #ddd;
/*	background-image: url(img/bg-grade.png);
	background-repeat: repeat-x; */
}
h1, h2, h3, h4 {
	color: #333;
}
#wrap-top .spacer {
/*	border-top: 10px solid #fff; */
	color: #aaa;
/*	background: #ece; */
	border-bottom: 1px solid #ccc;
}
#wrap-header .spacer {
/*	border-top: 2px solid #eee; */
	background: #fff;
}
#wrap-main .spacer {
	border-top: 5px solid #eee;
/*	background-color: #ceb; */
	background-color: #fff;
/*	border-bottom: 1px solid #ccc; */
}
#wrap-footer .spacer {
	border-top: 10px solid #fff;
	background-color: #bce;
}
#wrap-footer .spacer {
	color: #333;
	border-bottom: 10px solid #fff;
}

.wrap {	background-color: #fff; }
img { border: none; }


/* -- Navigation */

a {
/*	color: #930; */
	color: #339;
	text-decoration: none;
}
#header h1 a:hover {
	color: #339;
	text-decoration: none;
}
.icon {
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 15px;
}

a:hover {	text-decoration: underline; }
#top, #top a {	color: #999; }
#top a:hover {	color: #000; }
#header a {	color: #66c; }
/* #footer a {	color: #fff; } */
a#currentsection {	color: #000; }
a#currentlang {	color: #999; }


/* -- Forms */

input#s:hover {
	color: #000;
	background: #ffe;
	border: 2px solid #99f;
}
input#author:hover, input#email:hover, input#url:hover, textarea#comment:hover {
	color: #000;
	background: #ffe;
	border: 2px solid #09f;
}
#header form input#searchsubmit {
	color: #fff;
	background: #339;
}
input#submit {
	color: #fff;
	background: #66f;
}

input#s {	width: 224px; }
input#s, input#author, input#email, input#url, textarea#comment, select {	border: 2px solid #ccc; }
#header form input#searchsubmit:hover {	background: #99f; }
input#submit:hover {	background: #06f; }


/* -- Tables */

.node table {
	margin: 0 0 16px;
	padding: 0;
}
tr {		vertical-align: top; }
.node table th {
	margin: 0;
	padding: 4px 8px;
	background: #ddd;
	border-top: 1px solid #bbb;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #bbb;
}
.node table td {
	margin: 0;
	padding: 4px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}
.node table td:hover {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
}
#tblhead {
	width: 175px;
}
#calendar td {
	color: #666;
	margin: 0;
	padding: 2px 3px;
	text-align: right;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #fff;
}
#calendar td:hover, #calendar td#today:hover {
	color: #000;
	border-top: 1px solid #aaa;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #aaa;
}
#calendar td a {
	text-decoration: underline;
}
#calendar td#today {
	background: #ff0;
	border: 1px solid #000;
}
	

/* -- Boxes */

.node h2, .node h3, .node h4, .widget h2, .widget h3 {
	margin-bottom: 0;
	border-bottom: 1px solid #aaa;
}
.sidebarblock ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li.widget ul {
	clear: both;
}
li.widget ul li {
	margin: 0;
	padding: 4px 8px;
	display: block;
	border-bottom: 1px solid #aaa;
}
li.widget ul li:hover {
}

ul.level2, ul.level3 {
	margin-top: 48px;
}
.block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	border-bottom: 1px solid #fff;
}
.block ul li {
	margin: 0;
	padding: 4px 8px;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}
.block ul li:hover {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;

}
.more p {
	margin: 4px 0;
	padding: 4px 8px;
	font-size: 11px;
	color: #aaa;
}
.widget img, .entry img {
	padding: 0;
	background: #fff;
}

.widget {	margin: 0 0 10px; }
li.widget ul li:active {	background: #fff; }
.node h2, .node h3, .widget h2, .wide h2 {	padding: 4px 0 2px; }
.widget h3 {	padding: 4px 0 2px; }
.node h4 {	padding: 4px 0 2px; }


/* - REGIONS ------------------------- */

/* -- Top */

#topleft, #topright {
	margin: 8px 0;
	padding: 0;
}


/* -- Header */

#header {
	margin: 0;
	padding: 0;
	height: 90px;
}
#headerimg {
	margin: 0;
	padding: 0;
	height: 90px;
}
#headerimg h1 {
	margin: 0;
	padding: 0;
}
#headersearch form {
	text-align: right;
	margin: 32px 0 0;
}

#description {	margin: 0 0 0 118px; }


/* -- Main */

.post {
	margin: 0;
	padding: 0;
}
.entry {
	margin: 0;
	padding: 0;
}
.postmetadata {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.entry img {	margin: 4px 8px; }
.entry img:hover {	background: #333; }


/* -- Footer */

#footer {
	margin: 4px 0;
	padding: 4px 0;
}
#footertop p {
	margin: 2px 0;
	padding: 2px 0;
}
#footerbottom p {
	margin: 2px 0 12px;
	padding: 2px 0;
}


/* - SPLASH */

#splashbg, #splash {
	margin: 16px 0;
	padding: 0;
	background-color: #eee;
}
#splash {
	background-position: center center;
	background-repeat: no-repeat;
}
#splashbg {	border-bottom: 10px solid #fff; }
#splashmeta {
	margin: 0;
	padding: 0;
	height: 36px;
	text-align: right;
	color: #999;
}
#splashmeta p {
	margin: 0;
	padding: 10px 24px 0;
}
#sectiontitle {
	padding: 0;
	height: 60px;
	color: #fff;
}
#sectiontitle h2 {
	margin: 0;
	font-weight: normal;
}
#home #sectiontitle {
	margin: 96px 0 0;
}

#home #sectiontitle h2 {	font-size: 36px; }
#page #sectiontitle h2, #post #sectiontitle h2 {	font-size: 28px; }
#page #sectiontitle, #post #sectiontitle {	margin: 0; }
/* #splashmeta:hover, */
/* #page #sectiontitle,
#post #sectiontitle {	background-image: url(./img/bg-trnsp-24-black.png); } */
#splashmeta a {	color: #fff; }
#home #splash {	height: 380px; background-color: #ccc; }
#page #splash, #post #splash {	height: 100px; background-color: #ccc; }
#sectiontitle h2 {	padding: 0 64px 0; }
/* #page #sectiontitle h2, #post #sectiontitle h2 {	padding: 0 212px 0; } */