/*
Theme Name: Dreamhouse
Theme URI: http://dreamhouse.org/
Description: Dreamhouse theme
Version: 1.0
Author: Gatot Ari Wibowo
Author URI: http://gawibowo.com/
*/

@import url("960/reset.css");
@import url("960/960.css");

body {
	font: 12px/1.5 Arial, sans-serif;
	background: #fff url(images/header-bg.jpg) 0 0 repeat-x;
	color: #333;
}
input, textarea {
	font: 12px/1.5 Arial, sans-serif;
}
a {
	color: #0089A8;
	text-decoration: none;
}
a:hover {
	color: #005D71;
	text-decoration: none;
}
a img {
	border: none;
}

#header {
	height: 113px;
	margin-bottom: 15px;
	position: relative;
	background: url(images/header-bg2.jpg) 0 0 no-repeat;
	z-index: 2;
}
#header #sitetitle {
	display: none;
}
#header #logo {
	position: absolute;
	left: -5px;
	top: 0;
}
#header #dreamhouse {
	position: absolute;
	left: 95px;
	top: 20px;
}
#header #house {
	position: absolute;
	right: -2px;
	top: 7px;
}
#header #lang {
	position: absolute;
	right: 130px;
	top: 16px;
	font: 10px Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#qtranslate-chooser li {
	display: inline;
	margin: 0 2px;
}
#qtranslate-chooser li a {
	color: #fff;
	background-position: 5px 5px;
	padding: 5px;
	padding-left: 28px;
}
#qtranslate-chooser li a:hover {
	background-color: #2AABCB;
}
#qtranslate-chooser li.active a {
	color: #FFEA00;
}
#searchform {
	position: absolute;
	left: 450px;
	top: 10px;
}
#searchform label {
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
}
#searchform #s {
	height: 18px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #666;
	background: #fff url(images/lup.gif) 98% 50% no-repeat;
}
#topmenu {
	/* font-weight: bold; */
	position: absolute;
	top: 85px;
	left: 100px;
	height: 28px;
	line-height: 28px;
}
#topmenu ul {
	margin: 0;
	padding: 0;
}
#topmenu ul li {
	display: inline;
	position: relative;
	float: left;
	z-index: 3;
}
#topmenu ul li a {
	display: block;
	color: #fff;
	padding: 0 10px;
}
#topmenu ul li a:hover, #topmenu ul li.menuhover {
	background: #333;
}
#topmenu ul li.current_page_item a {
	color: #FFEA00;
}
#topmenu ul li.current_page_item ul li a {
	color: #fff;
}
#topmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	text-align: left;
}
#topmenu ul li ul li {
	display: list-item;
	float: none;
}
#topmenu ul li ul li ul {
	top: 0;
}
#topmenu ul li ul li a {
	width: 160px;
	background: #333;
}
#topmenu ul li ul li a:hover {
	background: #666;
}
.downarrowclass {
	position: absolute;
	top: 13px;
	right: 10px;
}
.rightarrowclass {
	position: absolute;
	top: 11px;
	right: 5px;
}


#headline {
	background: #002B34;
	height: 303px;
	/* border-top: 1px solid #A8B1B6;
	border-bottom: 1px solid #A8AFB5; */
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
#headline img {
	float: left;
}
.headline-text {
	color: #ddd;
	padding: 20px 25px 20px 5px;
}
#headline h2 {
	font-size: 17px;
	margin-bottom: 15px;
}
#headline h2 a {
	color: #06CCFF;
}
#headline h2 a:hover {
	color: #7CE3FF;
}
#pager {
	position: absolute;
	left: 570px;
	top: 277px;
	width: 115px;
	background: url(images/pager-bg.png) 0 0 no-repeat;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 16px;
	z-index: 10;
}
#pager a {
	color: #fff;
	padding: 2px 6px;
}
#pager a.activeSlide {
	color: #FFF000;
}
#cycle .cycle-item {
	display: none;
}
#cycle .first {
	display: block;
}
#category-btn {
	margin-bottom: 10px;
}
#category-btn #jetis {
	margin: 0 10px;
}
#category-btn a {
	float: left;
	width: 225px;
	height: 50px;
	background: url(images/button.png) 0 0 no-repeat;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 12px 0;
}
#category-btn a:hover {
	color: #FFEA00;
	background-position: -230px 0;
}
#content .title {
	font-weight: bold;
	font-size: 18px;
	color: #555;
	border-bottom: 3px solid #999;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
#features .post, #news .post {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: url(images/dot.jpg) repeat-x bottom;
}
#features img {
	float: left;
	margin: 0 10px 0 0;
}
#features h2 {
	font-size: 17px;
	line-height: 20px;
	margin: 0 0 5px 0;
}
div.more {
	text-align: right;
}
div.more a {
	color: #fff;
	background: #00839C;
	padding: 0 6px;
	font-size: 10px;
	border-radius: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.more a:hover {
	background: #034855;
}

#news h2 {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 3px 0;
}
.postdate {
	font-size: 11px;
}
#ads {
	margin: 20px 0 0 0;
}

#content h1 {
	font: 35px Arial;
	font-weight: normal;
	color: #42CAE0;
	margin: 10px 0 10px;
}
h2.archivetitle {
	font: 22px Arial;
	font-weight: normal;
	margin: 10px 0 10px;
}
#content p#breadcrumbs {
	margin: 0 0 20px;
}
#content .post {
	margin-bottom: 20px;
}
span.postdate {
	color: #fff;
	/* font-weight: bold; */
	background: #41CADD;
	padding: 5px 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .postmeta {
	font-size: 11px;
	margin: 10px 0;
}
#content p {
	margin-bottom: 10px;
}
#content .entry {
	text-align: justify;
}
#tags {
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 7px 10px;
	font-size: 11px;
	margin-top: 20px;
}
img.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


h3#comments, #respond h3 {
	font-size: 16px;
}
#comments {
	margin-top: 50px;
}
ol.commentlist li {
	border: 1px solid #bfd3ff;
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ol.commentlist li div.vcard cite.fn {
	font: 14px Arial, sans-serif;
	font-weight: bold;
}
ol.commentlist li div.vcard img.avatar {
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}
ol.commentlist li div.comment-meta {
	font-size: 9px;
}
ol.commentlist li div.comment-meta a {
	color: #aaa;
}
ol.commentlist li div.reply a {
	font: 11px Tahoma, sans-serif;
	border: 1px solid #bfd3ff;
	background: #e3f0fc url(images/arrow_right.gif) no-repeat 0 1px;
	padding: 2px 3px 2px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ol.commentlist li.even {
	background: #fafcff;
}
ol.commentlist li.odd {
	background: #edf4ff;
}
#respond {
	margin-top: 50px;
}
#commentform {
	margin-top: 15px;
}
#comment {
	width: 400px;
}




#sidebar {
	/* margin: 0; */
}
#sidebar ul li, #sidebar2 ul li {
	margin: 0 0 10px 0;
}
#sidebar h3, #sidebar2 h3 {
	text-align: center;
	font-size: 17px;
	font-style: italic;
	color: #256980;
}
#sidebar ul li.block, #sidebar2 ul li.block {
	background: #EAEAEA;
	/* padding: 10px; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sidebar ul li.block h3, #sidebar2 ul li.block h3 {
	background: url(images/block-header.gif);
	height: 34px;
	margin: 0 0 10px 0;
	padding-top: 6px;
}
#sidebar ul li.block ul {
	padding: 7px 10px;
}
#sidebar2 ul li.block ul {
	padding: 7px 20px;
}
#sidebar #follow h3 {
	color: #0285A1;
}
#sidebar #follow li {
	display: inline;
	margin: 0 5px;
}
#sidebar h4 {
	font-size: 12px;
}
#sidebar #campaign li {
	padding: 0 0 7px 0;
	border-bottom: 1px solid #CFCFCF;
}
#sidebar .more {
	padding: 10px;
}
#sidebar #gallery .flickr-mini-gallery {
	text-align: center;
}
#sidebar #gallery .flickr-mini-gallery img {
	margin: 0 10px 10px 0;
}
#sidebar #video h4 {
	margin-bottom: 5px;
}
#sidebar2 ul li.current_page_item {
	font-weight: bold;
}


a#follow-flickr:hover {
	/* opacity: 0.5; */
}
a#follow-flickr img {
	/* background: url(images/follow-flickr2.png); */
}


#footer {
	margin: 30px 0 0 0;
	background: #D9D9D9;
	padding: 20px;
}
#footer h3 {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}
#footer a {
	/* font-weight: bold; */
	color: #505050;
}
#footer a:hover {
	color: #676767;
}
#footer #quicklinks2 {
	padding-top: 35px;
}
#footer #follow-us li {
	/* font-weight: bold; */
}
#footer #follow-us a {
	display: block;
	padding: 7px 20px 6px 55px;
	margin-bottom: 6px;
	background: #E3E3E3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#footer #follow-us a {
	background-position: 15px 4px;
	background-repeat: no-repeat;
	background-color: #E3E3E3;
}
#footer #follow-us a:hover {
	background-color: #EAEAEA;
}
#footer #fu-fb a {
	background-image: url(images/follow-us-facebook.png);
}
#footer #fu-fl a {
	background-image: url(images/follow-us-flickr.png);
}
#footer #fu-tw a {
	background-image: url(images/follow-us-twitter.png);
}
#footer #fu-yt a {
	background-image: url(images/follow-us-youtube.png);
}
#footer #fu-rss a {
	background-image: url(images/follow-us-rss.png);
}
.flickr-mini-gallery img {
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
	padding: 3px;
}
