/*
 Theme Name: Cloudy Life
 Theme URI: http://www.deerawan.com/wordpress/free-wordpress-theme-cloudy-life/
 Description: A very beautiful cloudy theme. It has two right columns sidebar . Widget ready and supports Adsense that can be configured easily in Theme Options. Feedburner, Twitter and Facebook. Threaded Comments. Valid XHTML & CSS. SEO Friendly. Compatible with Wordpress 2.8 until 2.9.x. You can see live demo including more information here http://www.deerawan.com
 Version: 1.0
 Tags: green, orange, brown, three-columns, right-sidebar, fixed-width, theme-options, threaded-comments
 Author: Budi Irawan
 Author URI: http://www.deerawan.com

 The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/
/***
 Layout
 ***/
body {
    background: #f4e898 url(images/bg4.jpg) repeat-x top left;
    color: #151515;
    font-family: Arial, verdana;
    font-size: 72.5%;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

a img{
    border: none;
}

#wrap {
    width: 1004px;
    margin: 0 auto;
}

#wrapbody {
    margin-top: 80px;
}

#header {
    text-align: left;
    margin-bottom: 5px;
    margin-left: 1em;
    padding: 20px 0 0;
    width: 330px;
    float: left;
}

.desc {
    color: #647834;
}

#content {
    font-size: 1.1em;
    float: left;
    width: 550px;
    padding: 0 0 25px 10px;
}

#sidebar-left {
    float: left;
    width: 170px;
    border-left: 1px #DFCB59 dashed;
    padding: 0 20px 5px;
}

#sidebar-right {
    border-left: 1px #DFCB59 dashed;
    float: left;
    width: 147px;
    padding: 0 20px 5px;
}

#footer {
    border-top: 1px solid #DFCB59;
    color: #333;
    font-size: 1.2em;
    padding-top: 10px;
    text-align: center;
    background: #E8D986;
    color: #524406;
}

/***
 Other
 ***/


#adsheader {
    position: relative;
    top: 60px;
    left: 10px;
}

/***
 Search form
 ***/
.search-form {
    position: relative;
    top: 0;
    left: 650px;
    width: 170px;
}

.search-img {
    background: url(images/sprite-all.png) no-repeat;
    background-position: 0px -78px;
    width: 170px;
    height: 35px;
}

.search-form input {
    width: 160px;
    margin: 3px 5px 0;
    height: 25px;
    border: 0px;
    background: #f9f9f9;
    color: #454545;
}

/***
 oth
 ***/
a {
    color: #6B8137;
    text-decoration: none;
}

a:hover {
    color: #CEA606;
}

h1, h2, h3, h4 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#header h1 a {
    font-size: 36px;
    color: #F08914;
}

.entrytitle_wrap, .entrybody, .postinfo {
    padding-right: 40px;
}

.entrytitle_wrap {
    padding-bottom: 1.8em;
}

.entrytitle {
    text-align: left;
}

.entrytitle h3 {
    font-size: 1.5em;
    color: #6F6F6F;
}

.entrytitle h1 a, .entrytitle h2 a {
    color: #528335;
}

.entrytitle h1 a:hover, .entrytitle h2 a:hover {
    color: #E7820F;
}

.entrytitle h1, .entrytitle h2 {
    font-size: 2em;
    text-align: left;
    font-weight: 600;
}

.entrydate {
    font-size: 11px;
    color: #6C6C6C;
    margin: 0;
    padding: 3px 0 0;
}

/***
 +Entry
 ***/
.entry {
    padding: 15px 0 25px;
    text-align: justify;
    border-bottom: 1px dashed #DFCB59;
}

.entry a:hover {
    color: #CEA606;
}

.entry p {
    margin: 0;
    padding: 0 0 10px;
}

.entry h3 {
    font-size: 1.5em;
    padding-bottom: .3em;
}

.entry img {
    max-width: 510px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
}

.entrybody {
    padding-bottom: 6px;
}

.entrybody a {
    color: #524406;
    text-decoration: underline;
}

.entry code {
    font-size: 1.1em;
    text-align: left;
    padding: .2em;
}

.entrymeta {
    padding-top: .3em;
    margin-bottom: 15px;
    color: #524406;
    clear: both;
}

.imeta {
    color: #524406;
}

.postinfo {
    margin-top: 3px;
}

.info{
    margin-left: 10px;
}

.postedby, .categorylink, .commentlink, 
#rss, #twitter, #facebook {
    background: url(images/sprite-all.png) no-repeat 0 0;
}

.postedby, .categorylink, .commentlink
{
    height: 16px;
    width: 16px;
    padding: 0 7px;
    font-size: 17px;
}

.postedby {
    background-position: 0 0;
}

.categorylink {
    background-position: 0 -26px;
}

.commentlink {
    background-position: 0 -52px;
}

#rss, #twitter, #facebook
{
    width: 48px;
    height: 48px;
}

#rss{
    background-position: 0 -113px;
}

#twitter{
    background-position: -49px -113px;
}

#facebook{
    background-position: -97px -113px;
}

#rss a, #twitter a, #facebook a{
    display: block;
    width: 48px;
    height: 48px;
}

.alignleft, img.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}

.alignright, img.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}

.aligncenter, div.aligncenter, img.aligncenter {
    text-align: center;
    display: block;
    margin: 10px auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

abbr, acronym, span.abbr {
    cursor: help;
    border-bottom: 1px dotted #000;
}

blockquote {
    display: block;
    border-left: 5px solid #E8D986;
    padding: 15px 10px;
    color: #524406;
}

pre {
    max-width: 580px;
    font-size: 1.2em;
    padding: 10px;
}

code {
    font-size: 1.2em;
    max-width: 580px;
    padding: 10px;
}

.wp-caption {
    background: #E8D986;
    border: 1px solid #C4AD26;
    color: #524406;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 5px;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/***
 Sidebar
 ***/
#sidebar {
    font-size: 1.1em;
}

#sidebar ul {
    list-style-type: none;
    margin: 0 0 1.2em 0;
    padding: 0;
}

#sidebar ul li, #sidebar ul li a {
    padding: .2em .2em .2em 0;
}

#sidebar ul li:hover, #sidebar ul li a:hover {
    background: #F1E589;
}

#sidebar ul li ul.children {
    margin: 0;
}

#sidebar ul li ul.children li.cat-item {
    background: url(images/sub.gif) 0 11px no-repeat;
    padding: .2em .2em .2em 0;
    padding-left: 11px;
    margin-top: -2px;
    border: none;
}

#sidebar h4 {
    background: url(images/bullet.png) no-repeat;
    padding: 0px 2px 4px 20px;
    color: #151515;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 1em;
}

#sidebar-left #cat {
    width: 195px;
    border: 1px solid #8B7E1D;
}

#sidebar-right #cat {
    width: 150px;
    border: 1px solid #D9C849;
}

#sidebar img {
    max-width: 140px;
    border: 0;
}

/***
 menu
 ***/
#menu {
    width: 500px;
    padding: 0px;
    margin-top: 40px;
    margin-left: 300px;
    background: red;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
}

#nav a{
display:block;
padding:3px 5px;
text-decoration:none;
}

#nav a:hover, #nav li.current_page_item a:hover{
background-color:#F08914;
color:#fff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:2em;
}

#nav li ul a, #nav li.current_page_item ul a {
width:12em;
height:auto;
float:left;
background-color:#F4E898;
color: #000;
}

#nav ul ul{
top:auto;
}

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#nav li.current_page_item a{
    background-color:#ABBD15;
    color: #fff;
}


/*
#menu li {
    float: left;
    list-style: none;
    height: 30px;

}

#menu li a{
    display: block;
    padding: 3px 8px;
}

#menu li ul, #menu li ul li li{
    display: none;
    background: #F4E898;
}

#menu li li{
    height: 20px;
}

#menu li:hover ul, #menu li ul li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#menu li:hover li {
	float: none; }
#menu li:hover li a, #menu li ul li:hover li a {
	background-color: #F4E898;
	border-bottom: 1px solid #3ECE26;
	color: #000; }
#menu li li a:hover, #menu li ul li li a:hover {
	background-color: #F08914;
        color: #fff;
}

#menu li.current_page_item a{
    border-bottom: 4px solid #ABBD15;
}
*/


/*

#menu li a {
    display: inline; 
	float:left;
         padding: 10px 5px 3px 5px;
	text-decoration: none;
        	color: #834A09;
}

#menu li a:hover{
	color: #A55D0B; 
    border-bottom: 4px solid #C7D056;
}

#menu li:hover ul, #menu li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }

#menu li.current_page_item a{
    border-bottom: 4px solid #ABBD15;
}*/

/***
 comments
 ***/
.commentsblock, contactform {
    font-size: 1em;
    clear: both;
    padding: 20px 40px 0 0;
}

.commentsblock h3 {
    color: #E7820F;
}

.commentsblock textarea, .contactform textarea {
    width: 44em;
}

.commentsblock input, .commentsblock textarea, .contactform input, .contactform textarea {
    border: 1px solid #d1d1d1;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em Arial, Sans-Serif;
}

.commentlist li {
    padding: 5px 10px 10px 5px;
    border: 1px solid #DFCB59;
    margin: 10px 40px 10px 0;
    width: 90%;
    list-style-type: none;
}

.even{
    background: #F5EAA1;
}

.commentlist li ul li {
    margin-left: -5px;
    margin-right: 10px;
}

.commentlist li .avatar {
    float: right;
    border: 1px solid #C4AD26;
    padding: 2px;
    margin: 0 0 10px 0;
    background: #E8D986;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

.commentlist textarea {
    width: 90%;
}

.commentmetadata {
    font-weight: normal;
}

.commentsblock textarea:focus, .contactform textarea:focus, .commentsblock textarea:focus, .commentsblock input:focus, .contactform textarea:focus, .contactform input:focus {
    background: #F4F0CC;
    border: 1px solid #a1a1a1;
}

#submit {
    background: #F0F0F0;
}

/***
 * table
*/
.entrybody table {
    border-collapse: collapse;
    border: 1px solid #E0CA5E;
}

.entrybody table {
    margin: 0 0 1em 1px;
}

.entrybody td, .entrybody th {
    border: 1px solid #E0CA5E;
    padding: 10px;
}

.entrybody th {
    background: #F3EBC1;
    text-align: center;
    border-right: 1px solid #E0CA5E;
}

#navigation {
    margin-right: .4em;
}

.clear {
    clear: both;
}

/***
 footer
 ***/
#infofooter {
    padding: 10px;
}

#footer a {
    color: #7f9a42;
}

#footer a:hover {
    color: #CEA606;
}

#totop {
    position: fixed;
    bottom: 80px;
    right: 0;
}

.gotop {
    width: 52px;
    height: 138px;
    display: inline;
    float: left;
    background: url(images/gototop.png) no-repeat;
}

.gotop:hover {
    background-position: 0 -138px
}

.hide{
    display: none;
}

.alt {
    background: #EBDC95;
}

#respond {
    margin-top: 30px;
}

#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    margin-top: 50px;
}



