/*  
Theme Name: IndoDreamer
Theme URI: http://www.indodreamer.com
Description: Indodreamer Theme.
Version: 1.0
Author: Indodreamer
Author URI: http://www.indodreamer.com
Tags: grey, blue, green, white, custom header, fixed width, two columns, widgets, adsense, gravatar
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Main Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body,td,th {
font-family:Arial;
font-size:11px;
color:#333333;
}

body {
background:#f4f4f4;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
background-image:url(images/indodreamer-01.gif);
background-repeat:repeat-x;
}

a:link {color:#0f90c0; text-decoration:underline;}
a:visited {color:#0f90c0; text-decoration:underline;}
a:active {color:#0f90c0; text-decoration:underline;}
a:hover {color:#000000; text-decoration:none;}
a img {border:0px;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Pagebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pagebar {font:11px Arial, Helvetica, sans-serif; padding-top:0px; padding-bottom:5px; margin:0px; color:#666666;}
.pagebar a, .pageList .this-page {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}
.pagebar a:visited {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#f4f4f4;}
.pagebar .break {padding:2px 6px; border:none; text-decoration:none; background:#f4f4f4;}
.pagebar .this-page {padding:2px 6px; font-weight:bold; font-size:13px; vertical-align:top; border-color:#f6f6f6; background:#f4f4f4;}
.pagebar a:hover {text-decoration:none; border-color:#dadada; color:#ffffff; background:#0f90c0;}

#pagination {
margin:0 auto;
text-align:center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Images & Caption Alignment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Comments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
padding: 0; 
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
	
.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

blockquote {
font-size:13px;
padding:1px;
margin:0px 30px 0px 30px;
background-image:url(images/blockquote.gif);
background-position:top left;
background-repeat:no-repeat;
text-indent:33px;
}

.compress {display:inline;}
.compress p {display:inline;}
.compress br {display:inline;}
.compress ul {display:inline;}
.compress li {display:inline;}
.compress h1 {display:inline;}
.compress h2 {display:inline;}

.notice {font-size:11px; color:#cc0000;}
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.navigation {display:block;text-align:center; padding:0px 0px 0px 0px; font-size:10px;}
.space li {padding:0px 0px 20px 0px; margin:0px;}
.gravatar {float:right; margin:10px 10px 10px 10px;}
hr {height:1px; border:0px; color:#CECFCE; background-color:#CECFCE;}
pre {height:auto; padding:10px 10px 10px 10px; overflow-x:scroll; width:550px;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}

.alignright {
   float: right;
   margin: 0 0 5px 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Top ad & Search
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container1 {
margin:0 auto;
width:991px;
background-image:url(images/indodreamer-02.gif);
background-repeat:no-repeat;
}

.box1a form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box1b {
width:100px;
background-color:#f5f5f5;
border-color:#f5f5f5; 
border-width:1px; 
border-style:solid;
font-size:9px;
font-weight:bold;
font-family:Verdana;
color:#101010;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Logo and 728x90 ad
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container2 {
margin:0 auto;
width:991px;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Navigation & RSS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container3 {
margin:0 auto;
width:991px;
background-image:url(images/indodreamer-04.gif);
background-repeat:no-repeat;
}

.box3a {
height:54px;
}

.box3a ul {padding:9px 0px 0px 0px; margin:0px; list-style-type:none;}
.box3a li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; border-left:1px solid #4b7684; border-right:1px solid #93d1e2; float:left; display:block; font-size:12px; text-transform:uppercase;}
.box3a li a {color:#ffffff; text-decoration:none; padding:9px 20px 8px 20px; margin:0px; display:block;}  
.box3a li a:visited {color:#ffffff; text-decoration:none;} 
.box3a li a:hover {color:#000000; text-decoration:none; color:#000000; background-color:#ffffff; } 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Foundation 1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container4 {
margin:0 auto;
width:962px;
background-image:url(images/indodreamer-05.jpg);
background-repeat:no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Box A
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box4a {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-family: "Trebuchet MS";
font-size:11px;
color:#000000;
}

.box4a h3 {
margin:0px 0px 0px 0px;
padding:15px 38px 0px 0px;
text-align:right;
font-family:Arial;
font-size:18px;
color:#ffffff;
line-height:16px;
}

.box4a ol {padding:12px 0px 0px 55px; margin:0px;} 
.box4a li {padding:10px 35px 0px 0px; margin:0px 0px 0px 0px; list-style-type:decimal; color:#ffffff; text-decoration:none; font-size:20px; font-family:Georgia;}  
.box4a li a {text-decoration:none; color:#000000; font-size:30px}  
.box4a li a:visited {text-decoration:none; color:#000000;} 
.box4a li a:hover {text-decoration:none; color:#ff0000;} 

.box4b {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box4b small {
font-family:Arial;
font-size:10px;
color:#FFFFFF;
}

.box4c {
font-size:12px; 
font-weight:bold; 
font-family:Georgia;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Box B
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box4d {
font-size:12px;
margin:0px 0px 0px 0px;
padding:5px 35px 0px 25px;
text-align:right;
color:#000000;
line-height:17px;
list-style:none;
}

.box4d ul {padding:5px 0px 0px 5px; margin:0px;} 
.box4d li {padding:5px 0px 5px 0px; margin:0px; list-style-type:none; text-decoration:none; font-style:italic; font-weight:bold; font-family:Georgia;}

.box4f {
width:145px;
background-color:#ffffff;
border-color:#cbcbcb; 
border-width:1px; 
border-style:solid;
font-size:14px;
color:#000000;
}

.box4g {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box4h {
text-align:center;
margin:0px 0px 0px 0px;
padding:15px 25px 0px 15px;
font-size:10px;
color:#666666;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Box C
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box4i {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-family: "Trebuchet MS";
font-size:11px;
color:#000000;
}

.box4i h3 {
margin:0px 0px 0px 0px;
padding:12px 0px 0px 25px;
text-align:left;
font-family:Arial;
font-size:18px;
color:#ffffff;
line-height:16px;
}

.box4j {
margin:0px 0px 0px 0px;
padding:20px 25px 0px 25px;
font-weight:bold;
color:#ffffff;
line-height:15px;
}

.box4j a {color:#000000;}  
.box4j a:visited {color:#000000;} 
.box4j a:hover {color:#ff0000;} 

.box4j img {
background-color:#ffffff;
border-color:#cbcbcb; 
border-width:1px; 
border-style:solid;
padding:7px 7px 7px 7px; 
margin:0px 0px 0px 0px;
width:62px;
height:62px;
}

.box4k {
margin:8px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box4k a {text-decoration:none; color:#ffffff; font-size:10px}  
.box4k a:visited {text-decoration:none; color:#ffffff;} 
.box4k a:hover {text-decoration:none; color:#000000;} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Foundation 2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container5 {
margin:0 auto;
width:991px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Main Loop
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box5a {
background-color:#ffffff;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:605px;
}

.box5b {
background-image:url(images/indodreamer-07.gif);
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
height:28px;
}

.box5c {
border-bottom:1px solid #dcdcdc;
border-left:1px solid #dcdcdc;
border-right:1px solid #dcdcdc;
border-top:1px solid #ffffff;
border-width:1px; 
border-style:solid;
padding:0px 20px 20px 20px; 
margin:0px 0px 0px 0px;
}

.box5d img {
background-color:#ededed;
border-color:#d9d9d9; 
border-width:1px; 
border-style:solid;
padding:5px 5px 5px 5px; 
margin:0px 0px 0px 0px;
width:250px;
}

.box5e {
font-size:13px;
}

.box5e h1 {
color:#0f90c0;
font-size:19px;
font-weight:bold;
font-family:Georgia;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
line-height:18px;
}

.box5e h1 a {text-decoration:none;}
.box5e h1 a:visited {text-decoration:none;}
.box5e h1 a:hover {text-decoration:underline; color:#000000;}

.box5e h4 {
font-size:10px;
color:#000000;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.box5f {
background-color:#ededed;
border-color:#d9d9d9; 
border-width:1px; 
border-style:solid;
padding:5px 5px 5px 5px; 
margin:0px 0px 0px 0px;
width:250px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Single.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box6a {
border-top:1px solid #cccccc;
border-bottom:2px solid #666666;
}

.box6a td {
font-size:10px;
color:#5e8d01;
}

.box6b {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

.box6b ul {padding:0px 0px 0px 0px; margin:0px;}
.box6b li {padding:0px 5px 0px 0px; margin:0px; list-style-type:none; text-decoration:none; float:left;}
.box6b img {padding:0px 0px 0px 0px; margin:0px; border:0px; width:16px; height:16px;}
.box6b li img {padding:0px 0px 0px 0px; margin:0px; border:0px; width:16px; height:16px;}

.sociable {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
.sociable_tagline {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}

.box6c {
font-size:12px;
line-height:150%;
}

.box6d {
text-align:center;
background-color:#ffffcc;
border-color:#cccccc; 
border-width:1px; 
border-style:dotted;
text-align:center;
margin:0px;
padding:8px 15px 8px 15px;
}

.box6d a {color:#cc0000;}  
.box6d a:visited {color:#cc0000;} 
.box6d a:hover {color:#000000;} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Related
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box7a {
border-top:1px solid #dfdfde;
border-bottom:1px dashed #dfdfde;
padding:20px 0px 20px 0px;
margin:0px 0px 0px 0px;
}

.box7b h2 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-transform:uppercase;
font-family:Georgia;
font-size:18px;
}

.box7b ul {padding:10px 0px 0px 10px; margin:0px;} 
.box7b li {padding:10px 20px 10px 0px; margin:0px; list-style-type:none; text-decoration:none; font-weight:bold; font-family:Georgia;}  
.box7b li a {text-decoration:none;}  
.box7b li a:visited {text-decoration:none;} 
.box7b li a:hover {text-decoration:underline;} 

.box7b form {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Before sidebar - Video
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box8a {
background-image:url(images/indodreamer-08.jpg);
background-repeat:no-repeat;
}

.box8b {
margin:0px 0px 0px 0px;
padding:20px 0px 0px 105px;
font-size:10px;
}

.box8b img {
background-color:#ffffff;
border-color:#ffffff; 
border-width:1px; 
border-style:solid;
padding:2px 2px 2px 2px; 
margin:0px 0px 0px 0px;
width:200px;
height:150px;
}

.box8b ul {padding:10px 0px 0px 0px; margin:0px;}
.box8b li {padding:0px 15px 0px 18px; margin:0px; list-style-type:none; background:url(images/li-2.gif) no-repeat left top;}
.box8b li a {text-decoration:none; color:#a5c629;}  
.box8b li a:visited {text-decoration:none; color:#a5c629;} 
.box8b li a:hover {text-decoration:none; color:#ffffff;} 

.box8c {
margin:0px 0px 0px 0px;
padding:5px 25px 0px 0px;
font-size:10px;
text-align:right;
}

.box8c a {color:#ffffff;}  
.box8c a:visited {color:#ffffff;} 
.box8c a:hover {color:#cccccc;} 

.box8d ul {padding:55px 0px 0px 35px; margin:0px;}
.box8d li {padding:6px 25px 6px 25px; margin:0px; list-style-type:none; background:url(images/li-3.gif) no-repeat left top;}
.box8d li a {text-decoration:none; color:#25bff1;}  
.box8d li a:visited {text-decoration:none; color:#25bff1;} 
.box8d li a:hover {text-decoration:none; color:#ffffff;} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Before sidebar - Snippers
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box9a {
background-image:url(images/indodreamer-09a.gif);
background-repeat:no-repeat;
border-bottom:1px solid #d3d3d3;
font-size:14px;
font-weight:bold;
font-family:"Trebuchet MS";
color:#333333;
margin:0px 0px 0px 0px;
padding:8px 0px 10px 38px;
}

.box9b {
background-image:url(images/indodreamer-09b.gif);
background-repeat:no-repeat;
border-bottom:1px solid #d3d3d3;
font-size:14px;
font-weight:bold;
font-family:"Trebuchet MS";
color:#333333;
margin:0px 0px 0px 0px;
padding:8px 0px 10px 42px;
}

.box9c {
background-image:url(images/indodreamer-09c.gif);
background-repeat:no-repeat;
border-bottom:1px solid #d3d3d3;
font-size:14px;
font-weight:bold;
font-family:"Trebuchet MS";
color:#333333;
margin:0px 0px 0px 0px;
padding:8px 0px 10px 35px;
}

.box9d ul {padding:0px 30px 0px 0px; margin:0px;}
.box9d li {padding:10px 0px 10px 0px; margin:0px; list-style-type:none; border-bottom:1px solid #d3d3d3; font-size:11px;}
.box9d li a {text-decoration:none; color:#2a2a2a;}  
.box9d li a:visited {text-decoration:none; color:#2a2a2a;} 
.box9d li a:hover {text-decoration:underline; color:#000000;} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar Widget
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.widget1 {
background-color:#ffffff;
border-color:#d8d8d8; 
border-width:1px; 
border-style:solid;
width:332px;
}

.widget2 {
background-image:url(images/indodreamer-12.gif);
background-repeat:no-repeat;
background-position:bottom;
padding:5px 5px 20px 5px; 
margin:0px 0px 0px 0px;
}

.widget2 h2 {
background-color:#000000;
color:#FFFFFF;
text-transform:uppercase;
padding:5px 5px 5px 5px; 
margin:0px 0px 15px 0px;
font-size:12px;
}

.widget2 ul {padding:0px 20px 0px 20px; margin:0px;} 
.widget2 li {padding:5px 5px 10px 25px; margin:0px; font-size:13px; font-family:Georgia; font-style:italic; border-bottom:1px #cccccc dashed; color:#666666; list-style-type:none; background:url(images/li-1.gif) no-repeat left top;}
.widget2 li a {text-decoration:none;}
.widget2 li a:visited {text-decoration:none;}
.widget2 li a:hover {text-decoration:underline;}

.widget3 {
margin:0px 0px 0px 0px;
padding:0px 20px 0px 0px;
font-size:10px;
text-align:right;
}

.widget3 a {color:#000000;}  
.widget3 a:visited {color:#000000;} 
.widget3 a:hover {color:#cc0000;} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar Ad
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box10a {
background-color:#ffffff;
border-color:#d8d8d8; 
border-width:1px; 
border-style:solid;
padding:0px 15px 15px 15px; 
margin:0px 0px 0px 0px;
width:300px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar Income & Paid
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box11a {
background-image:url(images/indodreamer-10a.jpg);
background-repeat:no-repeat;
width:331px;
height:60px;
}

.box11b {
background-image:url(images/indodreamer-10b.gif);
background-repeat:repeat-y;
width:331px;
}

.box11b ul {padding:0px 30px 0px 30px; margin:0px;} 
.box11b li {padding:9px 0px 7px 25px; margin:0px; list-style-type:none; text-decoration:none; border-top:1px solid #282c2e; border-bottom:1px solid #626568; color:#0794c4; font-weight:bold; background:url(images/li-4.gif) no-repeat left top; font-size:17px;}  
.box11b li a {text-decoration:none; color:#a5c629;}  
.box11b li a:visited {text-decoration:none; color:#a5c629;} 
.box11b li a:hover {text-decoration:underline; color:#ffffff;} 

.box11c {
margin:0px 0px 0px 0px;
padding:0px 25px 0px 0px;
font-size:10px;
text-align:right;
}

.box11c a {color:#ffffff;}  
.box11c a:visited {color:#ffffff;} 
.box11c a:hover {color:#cccccc;} 

.box11d {
background-image:url(images/indodreamer-10c.gif);
background-repeat:no-repeat;
width:331px;
height:26px;
}

.box11e {
background-image:url(images/indodreamer-10d.jpg);
background-repeat:no-repeat;
width:331px;
height:60px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar Photo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box12a {
background-image:url(images/indodreamer-11a.gif);
background-repeat:no-repeat;
width:348px;
height:76px;
}

.box12b {
background-image:url(images/indodreamer-11b.gif);
background-repeat:repeat-y;
width:348px;
}

.box12b img {
background-color:#FFFFFF;
border-color:#cecece; 
border-width:1px; 
border-style:solid;
padding:2px 2px 2px 2px; 
margin:0px 0px 0px 13px;
width:300px;
height:225px;
}

.box12b ul {padding:0px 0px 0px 0px; margin:0px;}
.box12b li {padding:0px 30px 0px 20px; margin:0px; list-style-type:none; font-weight:bold; font-size:14px;} 
.box12b li a {text-decoration:none;}  
.box12b li a:visited {text-decoration:none;} 
.box12b li a:hover {text-decoration:underline;} 

.box12c {
margin:0px 0px 0px 0px;
padding:0px 35px 0px 0px;
font-size:10px;
text-align:right;
}

.box12c a {color:#000000;}  
.box12c a:visited {color:#000000;} 
.box12c a:hover {color:#cc0000;} 

.box12d {
background-image:url(images/indodreamer-11c.gif);
background-repeat:no-repeat;
width:348px;
height:15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Categories & Links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container6 {
margin:0 auto;
width:961px;
}

.box13a {
background-image:url(images/indodreamer-13.gif);
background-repeat:no-repeat;
height:60px;
font-weight:bold;
font-family:Georgia;
}

.box13b {
padding:5px 0px 0px 15px;
}

.box13c {
border-left:1px solid #c9c9c9;
border-right:1px solid #c9c9c9;
border-bottom:1px solid #c9c9c9;
background-color:#FFFFFF;
}

.box13d {
background-image:url(images/indodreamer-14.jpg);
background-repeat:no-repeat;
background-position:left bottom;
}

#box13e ul {
width:94%;
}

#box13e ul li {
	margin:0 0 10px;
	float:left;
	width:25%;
	list-style-type:none; 
	font-size:10px;
	color:#000000;
}

#box13e ul li a {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

#box13e ul li a:visited {
	text-decoration:none;
}

#box13e ul li a:hover,
#box13e ul li a:focus {
	text-decoration:underline;
	color:#000000;
}

.box13f {
padding:10px 10px 10px 10px;
margin:0px 20px 20px 20px;
background-color:#f1f1f1;
}

.box13h {
font-family:Georgia;
font-size:13px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.box13h ul h2 {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.box13h ul {padding:0px 0px 0px 0px; margin:0px;} 
.box13h li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none;}  

.box13h ul ul {padding:0px 10px 0px 5px; margin:0px;} 
.box13h li li {padding:0px 5px 0px 5px; margin:0px; list-style-type:none; text-decoration:none; display:inline; border-right:1px solid #999999;}  
.box13h li li a {text-decoration:none; color:#5e8d01;}  
.box13h li li a:visited {text-decoration:none; color:#5e8d01;} 
.box13h li li a:hover {text-decoration:underline; color:#000000;} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container7 {
margin:0 auto;
width:730px;
}

.box14a {
background-image:url(images/indodreamer-15.gif);
background-repeat:no-repeat;
width:730px;
height:92px;
text-align:center;
}

#container8 {
margin:0 auto;
width:720px;
}

.box14b {
text-align:center;
font-size:11px;
color:#999999;
}

.box14b a {font-weight:bold;}

.entry-meta { font-size: 10px; text-align: right;color: #888; border-top:1px solid #f4f4f4; padding: 0 7px 2px 3px; margin-left:-12px; border-bottom:1px solid #f4f4f4;}
.entry-meta a{ color: #EE4705; }
.entry-meta a:hover{ border-bottom: 1px solid #dee4da; color:#000; background-color:#fafafa;}