/*
Theme Name: New Blue
Theme URI: http://www.ekakurniawan.net/download/
Description: WordPress theme designed by <a href="http://www.ekakurniawan.net">Eka Kurniawan</a>.
Version: 1.0
Author: Eka Kurniawan
Author URI: http://www.ekakurniawan.net

	This theme was developed by Eka Kurniawan.

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to Eka Kurniawan.Net must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/

body {
	background: #e8f0f4 url(i/bg.jpg) repeat;
	font: 85%/180%  "Lucida Grande", Verdana, Georgia, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #7b95b2;
}
a {
	color: #396694;
	text-decoration: none;
}
a:visited {
	color: #396694;
}
a:hover {
	color: #396694;
	text-decoration:underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	padding: 4px;
}
ul {
	margin: 5px 10px 15px;
	padding-left: 20px;
}
ol {
	margin: 5px 10px 15px;
	padding-left: 20px;
}
ul li, ol li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font: 80%/130% verdana,Georgia, Arial, Helvetica, sans-serif;
}
blockquote {
	border-left: 3px solid #ff6500;
	padding-left: 5px;
}
sup {
	font-weight: bold;
	color: #0066cc;
}
#page {
	background: url(i/bg_gradient.jpg) repeat-x;
}
#wrapper {
	width: 900px;
	margin: 0px auto;
	position: relative;
}
#main {
	width: 900px;
	margin-top: 40px;
	background: #061324;
	float: left;	
	min-height: 1000px;
}

/* navigation*/
#nav{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 870px;
	padding: 0 15px 0;
	background: #111;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font: bold 12px/100% 'Lucida Grande', Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 5px 20px 5px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a, #home li a:visited, #home .current_page_item a{
	text-decoration: none;
	color: #000;
}
#nav li a:hover{
	text-decoration:underline;
	color: #000;
}
/* search form */
#searchform {
	float: right;
	right: 10px;
	height: 30px;
	width: 230px;
	background-color: #323136;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#searchform #s{
	background: #fff;
	height: 14px;
	width: 112px;
	margin: 5px 0px 0px 90px;
	padding: 3px 7px 2px 18px;
	color: #000;
	border: solid 1px #829698;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* -------------- header area ----------------------- */
#header {
	height: 150px;
	margin-left: 10px;
}
/* site title */
#header h1 {
	position: absolute;
	top: 25px;
	left: 0px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font: normal 150%/100% "Lucida Grande", Georgia,"Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#header h1 a,#header h1 a:visited {
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover {
	color: #1e4979;
	text-decoration: none;
}
#header .description {
	position: absolute;
	top: 50px;
	left: 0px;
	color: #7b95b2;
	font: 80%/100% "Lucida Grande", Georgia,"Trebuchet MS", Arial, sans-serif;
	letter-spacing: 1px;
}

/* -----------------main content area --------------------  */
#left-col {
	width: 620px;
	float: left;
	margin-top: 18px;
	margin-left: 15px;
}
/* main menu */

/* --------------- page children area ---------------------- */
/* page children */
#pagechildren {
	float:right;
	padding: 0px 0px 10px 0px;
	width: 565px;
	color: #666666;
	line-height: 160%;
	font: 10px/120% 'Lucida Grande', Helvetica,  Arial, sans-serif;
}
#pagechildren li a {
	color: #0066cc;
	text-decoration: none;
}
#pagechildren li a:visited {
	color: #0066cc;
}
#pagechildren li a:hover {
	color: #0066cc;
	text-decoration: underline;
}
#pagechildren ul{
	list-style: none;
}
#pagechildren li {
	list-style: none;
	margin: 0px 0px 5px;
	border-bottom: dotted 1px #ccc;
}

/* content */
#content {
	padding: 0px 0px 10px;
	width: 620px;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .date {
	font: normal 90%/100% Georgia, Times, "Trebuchet MS", Tahoma, Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ff6500;
	margin: 0px auto;
	padding: 2px;
}
.post .title {
	float: left;
	width: 620px;
	text-align: center;
}
.judul {
	border-bottom: solid 1px #03264c;
}
.postdata {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align:right;
	margin-top: -4px;
	margin-right: 40px;
}
.postdata a {
	padding: 2px 10px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 5px;
}
.postdata a, .postdata a:visited {
	color: #517c22;
	text-decoration: none;
	background: #03264c;
}
.postdata a:hover {
	color: #fff;
	text-decoration: none;
	background: #03264c;
}
.entry {
	padding: 5px 0px 20px;
	clear: both;
}
.author {
	margin: 90px 0px 15px;
	color: #fff;
	font: normal 90%/180% Georgia, Times, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.author span {
	text-transform: none;
	font-style: italic;
}
.tags {
	font-size: 90%;
}

/* post title */
h1 {
	font: normal 150%/120% Georgia, Times, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #fff;
}
.judul h2 {
	color: #fff;
	margin: 5px 0 0;
	padding-bottom: 5px;
	font: normal 130%/120% Georgia, Times, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.judul h4 {
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	color: #fff;
	margin: 5px 0 0px;
	font: normal 130%/120% Georgia, Times, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}
h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color: #fff;
	text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #1e4979;
	text-decoration: none;
}
h3 {
	color: #fff;
	font: 110%/180% Georgia, Times, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}
h4 {
	color: #fff;
	font: normal 90%/100% Georgia, Times, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}
h5 {
	font: 70%/100% Georgia, Times, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
}
h6 {
	font: 50%/100% Georgia, Times, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner {
	width: 410px;
	height: 100px;
	background: #244f77;
/*	background: #ccc; */
	margin-bottom: 20px;
	padding: 20px 10px 10px 200px;
	font-size: 90%;
	line-height: 150%;
	color: #061324;
	border-top:5px solid #03264c;
	border-bottom:5px solid #03264c;
}
.banner a, .banner a:visited {
	color: #061324;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat left center;
	padding-top: 15px;
}
.page-nav a, .page-nav a:visited {
	color: #666;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 0px;
	margin-left: 10px;
}
.next-entries a {
	float: right;
	padding-right: 0px;
	margin-right: 10px;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;

	margin-bottom: 10px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 100%;
}
.post-nav a, .post-nav a:visited {
	text-decoration: none;
}
.post-nav a:hover {
	text-decoration: underline;
}
.post-nav .previous a {
	padding: 0px 3px;
	float: left;
}
.post-nav .next a {
	padding: 0px 3px;
	float: right;
	text-align: right;
}

/*------------------ comment area  ------------------- */

/* commentform */
#commentform {
	margin-top: 10px;
	font: 100% 'Lucida Grande', Helvetica, Arial, sans-serif;
}
#commentform label {
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999;
	font-size: 100%;
}
#commentform input {
	font: 100% 'Lucida Grande', Helvetica, Arial, sans-serif;
	width: 250px;
	padding: 5px 3px 3px 7px;
	border: solid 1px #ccc;
	margin-left: 60px;
}
#commentform textarea {
	font: 100% 'Lucida Grande', Helvetica, Arial, sans-serif;
	width: 250px;
	height: 140px;
	border: solid 1px #ccc;
	padding: 5px 3px 3px 7px;
	margin-left: 60px;
}
#commentform #submit {
	background: url(i/submit-btn.gif) no-repeat top left;
	border: none;
	width: 76px;
	height: 25px;
	padding-bottom: 16px;
	margin-left: 15px;
}
#commentform #submit:hover {
	background: url(i/submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* comment list */
.commentlist {
	margin: 0px;
	padding-left: 0px;
}
.commentlist img {
	padding: 0px;
	border: 0px;
}
.commentlist ul {
	padding: 5px 0px;
	float:right;
}
.comment {
	margin-left: 60px;
	padding: 5px;
}
.commentlist .alt {
}
.commentlist cite {
	margin: 10px 0px 5px 60px;
	padding: 5px;
	border-top: 1px solid #396694;
	font-style: normal;
	color: #999;
	display: block;
	clear: left;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #396694;
	text-decoration: none;
}
.commentlist cite a:hover {
	text-decoration: underline;
}
.commentlist small {
	font-size: 87%;
	font-weight: normal;
}
.commentlist small a, .commentlist small a:visited{
	color: #999;
	text-decoration: none;
}
.commentlist small a:hover {
	color: #999;
	text-decoration: underline;
}
.avatar {
	width: 50px;
	float:left;
	margin: -15px 10px 10px 0px;
}
.commentlist blockquote {
	border-left: none;
	margin-top: 10px;
}

/* -------------------- sidebar area ----------------- */
/* sidebar */
#sidebar, .sidebar {
	float:right;
	width: 230px;
	color: #7b95b2;
	font: 80%/150%  "Lucida Grande", verdana, "Trebuchet MS", Helvetica,  Arial, sans-serif;
	margin-top: 15px;
	margin-right: 15px;


}
#sidebar .sidebartitle, .sidebar .sidebartitle{
	font: normal 100%/100% Georgia, Times, "Trebuchet MS", Tahoma, Arial;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #fff;
	margin: 15px 10px 10px;
	padding: 10px 0px 0px;
	text-align:left;
	border-top: 1px solid #1e4979;
}
#sidebar ul, .sidebar ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 5px 10px 10px;
	background: #03264c;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebar p, .sidebar p {
	margin: 0px 10px 15px;
}

#sidebar a, #sidebar a:visited, .sidebar a, .sidebar a:visited {
	color: #7b95b2;
}
#sidebar a:hover, .sidebar a:hover {
	color: #fff;
	text-decoration:underline;
}
#sidebar ul li, .sidebar ul li {
	list-style: none;
}
#sidebar img, , .sidebar img {
	padding: 4px;
	border: 1px solid #888;
}
.bio {
	padding-left:30px;
	border-bottom: 1px solid #1e4979;
	min-height:40px;
	margin-bottom:5px;
}


/* alignments */
.center, .aligncenter {
	text-align: center;
}
img.center, img[align="center"], img.aligncenter, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.left, .alignleft {
	float: left;
}
img.left, img[align="left"], img.alignleft, .alignleft, div.alignleft {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right, .alignright {
	float: right;
}
img.right, img[align="right"], img.alignright, div.alignright, .alignright {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

/* ------------------------------------- other posts area  */
/* other posts */
#otherposts {
	float:right;
	padding: 10px 5px 10px 5px;
	width: 160px;
	line-height: 160%;
	font: 80%/140% 'Lucida Grande', Helvetica,  Arial, sans-serif;
}
#otherposts p {
	margin: 0px 0px 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #7b95b2;
}
#otherposts h3 {
	margin: 0px 0px 10px;
	padding-bottom: 10px;
	font: 100%/160% 'Lucida Grande', Helvetica, Arial, sans-serif;
	border-bottom: solid 1px #7b95b2;
}
#otherposts p a, #otherposts li a, #otherposts p a:visited, #otherposts li a:visited {
	text-decoration: underline;
	color: #7b95b2;
}
#otherposts p a:hover, #otherposts li a:hover {
	color: #fff;
	text-decoration: underline;
}
#otherposts li {
	list-style: none;
	margin: 0px 0px 5px;
	border-bottom: dotted 1px #888;
}

/* -----sidenote-----footnote-----caption--------footer------ */
.sidenote {
	float:left;
	margin: 0px 20px 10px 0px;
	padding-top: 10px;
	width: 170px;
	font: 11px/120% Verdana, Helvetica, Arial;
	border-top: solid 1px #aaa;
}
.footnote {
	margin: 0px;
	padding: 10px 10px 10px 0px;
	width: 620px;
	font: 80%/150% 'Lucida Grande', Helvetica,  Arial, sans-serif;
	border-top: solid 1px #1e4979;
	border-bottom: solid 1px #1e4979;
}
.tag {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	padding: 5px 0px;
	width: 555px;
}

/* CAPTION CAPTION CAPTION */

.caption, .entry.caption {
	font: 70%/110% Georgia, Times, sans-serif;
	color: #244f77;
	letter-spacing: 1px;
	font-style:italic;
	text-align: center;
	margin-top: 4px;
}

.gallery-caption {
	text-align: center;
	text-indent: 0;
	padding-top: 4px;
}

.wp-caption {
	text-align: center;
	padding-top: 10px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color: #244f77;
	font: 70%/110% Georgia, Times, sans-serif;
	letter-spacing: 1px;
	font-style:italic;
	background-color: #03264c;
	padding: 5px;
	margin: 0 5px;
}

/* --- ASIDE--*/
.painting {
	padding-left: 180px;
	margin-top: 15px;
	background: url(images/splash.gif) no-repeat right top;
}
.painting img {
	margin-left:-180px;
	top:0px;
	float:left;
	margin-bottom:30px;
}
.blogkecil {
	color: #000;
	margin: 0px 50px 5px 5px;
	padding: 0px 0px 1px 25px;
	background: url(images/note2.gif) no-repeat left top;
}
.quote-aside {
	color: #444;
	margin: 0px 0px 5px 30px;
	padding: 1px 0px;
}	
.quote-aside blockquote {
	font: 160%/100% verdana, "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	color: #888;
	border-left: 3px solid #F2EEAF;
	padding-left: 10px;
	margin: 20px 20px 20px 0px;
}
.video-aside {
	border-top: 1px dotted #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

/*--------------------footer---------- */
#footer {
	width: 900px;
	margin: 0px auto;
	position: relative;
	margin-top: -10px;
}
img#wpstats{
	display:none
}
#menu{
	color: #ccc;
	margin-bottom: 8px;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font: 12px/100% 'Lucida Grande', Arial, Helvetica, sans-serif;
}
#menu ul li{
	padding: 0px 7px 0px 7px;
	display:inline;
	border-right: 1px solid #333;
}
.copyright{
	margin: 0px;
	padding: 10px 5px;
	width: 890px;
	font: 10px/150% 'Lucida Grande', Helvetica,  Arial, sans-serif;
	text-align:center;
	color: #061324;
}
.copyright a, .copyright a:visited, .copyright a:hover {
	color: #061324;
}

/* boxes */
.box {
	padding: 7px 10px 0px 55px;
	margin: 5px auto 15px auto;
	width: 85%;
	clear: both;
}
.box p {
	padding-bottom: 10px;
	margin: 0;
}
.box ul {
	padding: 0 0 10px 0px;
	margin: 0;
}
.box h3 {
	margin: 0 0 2px -2px;
	padding: 0;
}
.box h3 a {
	text-decoration: underline;
}
.box h3 a:hover {
	text-decoration: none;
}
.download {
	background: #EAF2D9 url(images/disk.png) no-repeat 20px 16px;
	border: 1px solid #CCCC99;
}

/* LAVALAMP */

#nav .lavaLampNoImage {
	position: relative;
	height: 35px;
	width: 870px;
	padding: 0px;
	margin-bottom: 5px;
	overflow: hidden;
}
#nav .lavaLampNoImage li {
	float: left;
	list-style: none;
}
#nav .lavaLampNoImage li.back {
	background-color: #323136;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#nav .lavaLampNoImage li a {
	font: normal 12px Georgia,"Trebuchet MS", arial;
	text-decoration: none;
	color: #c0c909;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 2px; 
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
#nav .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
	border: none;
}
