/*
Theme Name: Bluex
Theme URI: http://www.ekakurniawan.net/download/bluex/
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: #396694 url(images/shadow.gif) repeat-y center;
	font: 70%/180% Verdana,Georgia,Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333;
}
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;
	border: 1px solid #d9e2d3;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font: 80%/130% Verdana, Arial, Helvetica, sans-serif;
}
blockquote {
	font: 100%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
        padding-left: 5px;
}
sup {
        font-weight: bold;
	color: #0066cc;
}
#page {
	background: url(images/lily-top-bar.jpg) no-repeat center top;
}
#wrapper {
	width: 770px;
	margin: 0px auto;
	position: relative;
}

/* menu-bar */
#home{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 10px;
	width: 170px;
	color: #ccc;
}
#menu{
	position: absolute;
	top: 0px;
	left: 0px;
        height: 10px;
        width: 590px;
}
#menu ul, #home ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 12px/100% 'Lucida Grande', Arial, Helvetica, sans-serif;
}
#home ul li{
	margin: 0px 0px 0px 1px;
	padding: 0px;
	float: right;
}
#menu ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#menu ul li a, #menu .current_page_item a{
	padding: 0px 7px 4px 7px;
	text-decoration: none;
	color: #fff;
}
#home li a:visited, #menu li a:visited{
	text-decoration: none;
	color: #fff;
}
#home ul li a, #home .current_page_item a{
	padding: 0px 7px 4px 7px;
	text-decoration: none;
	color: #fff;
}
#menu li a:hover, #home li a:hover{
	text-decoration: underline;
}

/* -------------- nav --------------------------*/

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #fff;
	display: block;
        margin: 0px 0px 0px 0px;
	padding: 0px 7px 3px 7px;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #fff;
	display: block;
	text-decoration: underline;
        margin: 0px 0px 0px 0px;
	padding: 0px 7px 3px 7px;
	}

#nav li {
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited {
        right:0px;
        filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	background: #0b5983;
	color: #fff;
	width: 140px;
	font-size: 10px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	text-decoration: none;
	}
	
#nav li li a:hover {
	background: #336699;
	color: #eee;
	padding: 4px 10px 4px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/* -------------- header area ----------------------- */
#header {
	height: 100px;
}
/* site title */
h1 {
	position: absolute;
	top: 45px;
	left: 5px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font: normal 25px/100% Georgia,"Trebuchet MS", Arial, sans-serif;
}
.description {
	position: absolute;
	top: 75px;
	left: 5px;
	color: #fff;
	font: 14px Georgia,Arial,"Trebuchet MS", Arial, sans-serif;
        font-style:italic;
}
/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 37px;
	width: 190px;
}
#searchform #s{
	background: #fff no-repeat ;
	height: 14px;
	width: 112px;
	margin: 6px 5px 0px 50px;
	padding: 3px 7px 2px 18px;
	color: #333;
	border: solid 1px #008;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* -----------------main content area --------------------  */
#left-col {
	width: 565px;
	float: left;
	margin-top: 200px;
}
/* main menu */
#nav {
	font: 10px/100% 'Lucida Grande', Arial, Helvetica, sans-serif;
}

/* --------------- page children area ---------------------- */
/* page children */
#pagechildren {
	float:right;
	padding: 0px 0px 10px 0px;
	width: 565px;
	color: #666;
	line-height: 160%;
	font: 10px/120% 'Lucida Grande', Helvetica,  Arial, sans-serif;
}
#pagechildren li a {
	color: #396694;
        text-decoration: none;
}
#pagechildren li a:visited {
        color: #396694;
}
#pagechildren li a:hover {
        color: #396694;
	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: 25px 5px 15px 5px;
	width: 555px;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .title {
	float: left;
	width: 555px;
}
.postdata {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999;
}
.postdata a, .postdata a:visited {
	color: #999;
	text-decoration: none;
}
.postdata a:hover {
	color: #396694;
	text-decoration: none;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
}

/* post title */
h2 {
	color: #333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 180%/120% Georgia, "Lucida Grande", Arial, sans-serif;
        text-align: left;
	border-bottom: dotted 1px #ccc;
}
h2 a, h2 a:visited, h4 a, h4 a:visited {
	color: #333;
	text-decoration: none;
}
h2 a:hover, h4 a:hover {
	color: #396694;
	text-decoration: none;
        background:none;
}
h3 {
	color: #333;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Helvetica, Arial, sans-serif;
}


/* next & previous page navigation */
.page-nav {
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat left center;
	height: 21px;
}
.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-top: -15px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 100%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
}
.post-nav .next a {
	float: right;
	text-align: right;
}

/*------------------ comment area  ------------------- */
h3#comments {
	padding-left: 0px;
	font: normal 120%/120% 'Lucida Grande', Helvetica, Arial, sans-serif;
	clear: both;
}
h3#respond {
	padding-left: 0px;
	font: normal 120%/120% 'Lucida Grande', Helvetica, Arial, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
	font: 90% 'Lucida Grande', Helvetica, Arial, sans-serif;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 90%;
	padding-left: 5px;
}
#commentform small {
	color: #999;
	font-size: 90%;
}
#commentform input {
	font: 100% 'Lucida Grande', Helvetica, Arial, sans-serif;
	width: 250px;
	padding: 5px 3px 3px 7px;
	border: solid 1px #ccc;
	margin-left: 70px;
}
#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: 70px;
}
#commentform #submit {
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 76px;
	height: 25px;
	padding-bottom: 16px;
	margin-left: 15px;
}
#commentform #submit:hover {
	background: url(images/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;
	line-height: 130%;
	font: 100% Verdana, 'Lucida Grande', Helvetica, Arial, Helvetica, sans-serif;
}
.commentlist img {
        padding: 0px;
	border: 0px;
}
.commentlist ul {
	padding: 5px 0px;
	border: solid 1px #0000ff;
        float:right;
}
.comment {
	border: solid 1px #ccc;
	background: #F4F4F4;
        margin-left: 70px;
        padding: 5px
}
.commentlist .alt {
	background: #fff;
}
.commentlist cite {
	margin: 10px 0px 5px 0px;
	font-style: normal;
	font-size: 100%;
	color: #396694;
        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: 100% Verdana, 'Lucida Grande', Helvetica, Arial, Helvetica, sans-serif;
        font-weight: normal;
        float: right;
}
.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: 0px 10px 10px 0px;
}

/* -------------------- sidebar area ----------------- */
/* sidebar */
#sidebar {
        margin-top:100px;
	float:right;
	width: 190px;
	color: #333;
	line-height: 160%;
	font: 10px/150% 'Lucida Grande', Helvetica,  Arial, sans-serif;
}

#sidebar .sidebartitle{
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #fff;
        margin-top: 11px;
	padding: 4px 0px 4px 5px;
        background: #396694;
        text-align:left;
}
#sidebar h2 {
        border:none;
}
#sidebar p {
	margin: 0px 0px 15px;
}
#sidebar h3 {
	font: 12px/100% 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #666;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #0066cc;
}
#sidebar h3 a:hover {
	color: #0066cc;
	text-decoration:underline;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #666;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	color: #396694;
	text-decoration:none;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar ul li, #sidebar ul li ul li {
	list-style: none;
}
#sidebar img {
        padding: 4px;
	border: 1px solid #888;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"], .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"], .alignleft{
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"], .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: 0px 5px 10px 5px;
	width: 160px;
	color: #666666;
	line-height: 160%;
	font: 10px/120% 'Lucida Grande', Helvetica,  Arial, sans-serif;
        background: #fcfae5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#otherposts p {
	margin: 0px 0px 5px;
	border-bottom: dotted 1px #CCCCCC;
}
#otherposts h3 {
	margin: 0px 0px 10px;
	font: 14px/150% 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #666666;
	border-bottom: dotted 1px #CCCCCC;
}
#otherposts p a, #otherposts li a {
	color: #396694;
        text-decoration: none;
}
#otherposts p a:visited, #otherposts li a:visited {
        color: #396694;
}
#otherposts p a:hover, #otherposts li a:hover {
        color: #396694;
	text-decoration: underline;
}
#otherposts li {
	list-style: none;
	margin: 0px 0px 5px;
	border-bottom: dotted 1px #CCCCCC;
}

/* -----sidenote-----footnote-----caption--------footer------ */
.sidenote {
	float:left;
	margin: 0px 20px 10px 0px;
        padding-top: 10px;
	width: 170px;
	font: 11px/120% Georgia, Helvetica, Arial;
	border-top: solid 1px #aaa;
}
.footnote {
	margin: 0px;
        padding: 10px 5px;
	width: 555px;
	font: 10px/150% 'Lucida Grande', Helvetica,  Arial, sans-serif;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
        background: #eee;
}
.caption {
	font: 70%/110% Helvetica, Arial, sans-serif;
        text-align: center;
        text-indent: 0;
}
.gallery-caption {
	font: 70%/110% Helvetica, Arial, sans-serif;
        text-align: center;
        text-indent: 0;
        padding-top: 5px;
}
#footer {
	width: 770px;
	margin: 0px auto;
	position: relative;
}
img#wpstats{display:none}