/*
Theme Name: Green light
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: cs3-02
Author: Gus Dwi
Author URI: http://gusdwi.info/
Tags: green, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */

a:link, a:visited {
    color:#0033ff;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida sans', Verdana, Arial, Sans-Serif;
	background: #8ac257 url(images/body-bg.jpg) repeat-x left top;
	color: #333;
	text-align: left;
	margin: 0 0 0 0.5em;
	padding: 0;
	}
	
#outer {
	margin:0 auto;	
	width:738px;}

#topPage {
	background: url(images/topmain-bg.jpg) no-repeat left top ;		
	height:19px;
	
	}
	
#page {	
	background:url(images/main-bg.jpg) repeat-y left top;
	margin: 0 ;
	padding: 0;
	width: 738px;
	/*border: 1px solid #959596;*/
	}


#header {
	/*background: url(images/header-bg.jpg) no-repeat left top;*/
	}
	
#header {
	
	margin: 0 0 0 1px;
	padding: 0;
	height: /*116px*/ 80px;
	width: 738px;
	}

#headerimg 	{
	/*margin: 7px 9px 0;*/
	height: 80px;
	width: 740px;
	}
	
#headerimg h1  {	
	font-size:3.5em;
	/*margin:0 0 0 6em;*/ margin:0; text-align:center;
	padding:0.3em 0 0 0;
	line-height:normal;	
	}
	
#headerimg h1 a {
	color:#971010;
	text-decoration:none}

#content {
	font-size: 1.2em;    
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

#footer {
	background: url(images/footer-bg.jpg) no-repeat left top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.6em;
	text-align: center;
        margin:0 0 0 0;
        letter-spacing:0.3em;
	color:white;}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 1em 1.5em;
	margin: 0;
	width: 440px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

#footer p {
	margin: 0;
	padding: 1.8em 0 0.3em 2em;
	text-align:left;
	color:#999999;
	}
	
#footer p a {	
	color: #0099FF;
	text-decoration:none;
	}


h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before/*, #sidebar ul ul li:before*/ {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 10px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.children { padding: 0; }

/* End Comments */



/* Begin Sidebar */

#sidebar h2 {	
	font-size: 1.4em;
	color: #FFFFCC;
    margin:0;
	background:url(images/line-bottom-sidebar.jpg) no-repeat left top;
	padding:1em 0 0 0;
	}

#sidebar {
	float:right;
	padding:1.5em 1.5em 0 0;	
	width: 225px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 2em 0;
	}


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;	
        /*letter-spacing: 0.04em;
        font-weight:bold;*/
        font-size:1.1em;
	}



#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin:0 0;
	padding:0.2em 0;
        border-bottom:dotted 1px #98c390;
	}

#sidebar ul ul li a, #sidebar ul ol li a {
	background:/*#84b57a*/ url(images/arrow.jpg) no-repeat left 9px;
	color:#ffdc93;
    text-decoration:none;
    padding:0.3em 0.5em 0.3em 1em;        
	}

#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	background:/*#84b57a*/ url(images/arrow.gif) no-repeat left 9px;
        color:#ffffff;     
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
	background:#CCFFCC;
	border:solid 1px #ffffff;}

#sidebar #searchsubmit {	
	background:url(images/search_32.png) no-repeat left top;
	border:0px solid #000;
	padding:0;
        width:32px;
        height:32px;
        border:solid 0px #639a57;
	cursor:pointer;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote, pre {
	margin: 0;
	border:1px solid #a7caac;
	padding:0.5em 1em;
	background:#eaf4df;
        font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	letter-spacing:0.05em;}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
.topads-box {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	margin:3.1em 0 0 11em;}
	
.topads-box span {
	color:#FFFFCC;
	text-decoration:underline;}
	
.topbanner-box {
	margin:0;
        text-align:center;
	width:738px;
	height:45px;
	padding:0.5em 0 0 0;
	background:#2b2b2b url(images/topads-bg.jpg) no-repeat left bottom;}
	
#footershadow {
	background:url(images/topads-bg.jpg) no-repeat left bottom;
	height:22px;}
	
#p-posts h2 {
	background:#a7dbaf;
	padding:0 0.3em;
	margin:0;
	color:#003300;}

#p-posts span {
	color:#0066ff;
	font-size:0.9em;}
	
.post-index h2 {
	margin:0;
	background:#38735b;
	padding:0 0.3em;
	color:#FFFFFF;}
	
.post-index {
	border:1px solid #999900;
	padding:0.5em;
	margin:0 0 1em 0;
	background:#c4eadb;}
	
#p-posts {
	float:right;
	width:260px;
        height:586px;
	border:1px solid #67ae71;
	padding:0.5em;
	background:#dbf4bd;
        font-family:verdana;}
	
#p-posts ul {
	list-style:none;
	margin:0;
	padding:0;}
	
#p-posts ul li {
	list-style:none;
	margin:0;
	padding:0.5em 0 0.5em 1em ;}

#p-posts ul li a {
        font-weight:bold;}
	
#ad-160 {
	float:left;
	widows:160px;}


.wpp-url {
	color:#0066FF;
	font-size:0.8em;}
	
.clr {
	clear:both;}

 #border-image-1 {
margin: 0 30px;
width: 270px;
padding: 14px;
-o-border-image: url('/wp-content/uploads/2010/04/border.png') 27 round round;
-icab-border-image: url('/wp-content/uploads/2010/04/border.png') 27 round round;
-khtml-border-image: url('/wp-content/uploads/2010/04/border.png') 27 round round;
-moz-border-image: url('/wp-content/uploads/2010/04/border.png') 27 round round;
-webkit-border-image: url('/wp-content/uploads/2010/04/border.png') 27 round round;
border-image: url('/wp-content/uploads/2010/04/border.png') 27 round round;
border: double orange 1em
}

#border-image-2 {
margin: 0 30px;
width: 270px;
padding: 14px;
-o-border-image: url('/wp-content/uploads/2010/04/border.png') 27 stretch stretch;
-icab-border-image: url('/wp-content/uploads/2010/04/border.png') 27 stretch stretch;
-khtml-border-image: url('/wp-content/uploads/2010/04/border.png') 27 stretch stretch;
-moz-border-image: url('/wp-content/uploads/2010/04/border.png') 27 stretch stretch;
-webkit-border-image: url('/wp-content/uploads/2010/04/border.png') 27 stretch stretch;
border-image: url('/wp-content/uploads/2010/04/border.png') 27 stretch stretch;
border: double orange 1em;
}

#sidebar a {color:green;}
#sidebar a:hover {color:yellow;}