/*
Theme Name: Jamu Traditional Spa
Theme URI: http://jamutraditionalspa.com/
Description: Custom WordPress theme create by Rudiarsana <a href="http://balisidenotes.com/">Balisidenotes</a>.
Version: 1.0
Author: Rudiarsana
Author URI: http://balisidenotes.com/
Tags: pink, fixed width, two columns, spa

	Kubrick v1.0
	 http://balisidenotes.com/

	This theme was designed and built by Rudiarsana,
	whose blog you will find at http://balisidenotes.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	margin: 0;
	text-align: center;
	background: #663333;
}
h2 {
	padding: 0;
	margin-bottom: 20px;
	color: #8a7f67;
}
/* main container */
#wrapper {
	width: 780px;
	margin: auto;
	text-align: left;
	background: #fff url(images/jamuspa-bg.jpg) left top no-repeat;
	padding-top: 20px;
}
#wrapper02{
	background: url(images/down-avr.gif) 13px bottom no-repeat;
	width: 780px;
	float: right;
}
#sidebar {
	width: 183px;
	margin-left: 13px;
	background: url(images/bg-menu.gif) right top no-repeat;
	text-align: center;
}
#logo {
	width: 139px;
	height: 104px;	
	padding-top: 30px;
	background: url(images/logo.gif) left bottom no-repeat;
	margin: 0 auto;
}
#navigation {
	margin-top: 30px;
	text-align: center;
	color: #fff;
	background: url(images/bg-menured.gif) left top repeat-y;
	padding: 0 15px 30px 15px;
}
#maintext {
	width: 533px;
	float: right;
	padding: 160px 20px 20px 0;
}
#language {
	display: block;
	margin-bottom: 15px;
	text-align: right;
}
.qtrans_language_chooser { list-style-type:none }
.qtrans_language_chooser li { float:right; margin-right:3px; margin-left: 15px; }
.qtrans_flag { border:1px solid #b6b6b6 }

#footer {
	height: 166px;
	background: url(images/jamuspa-footer.jpg) left bottom no-repeat;
	clear: both;
}
/* main container */

/* main class */
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	list-style: none;
	display: inline;
	padding-right: 15px;
	margin: 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	list-style: none;
	border-bottom: 1px solid #fff;
	line-height: 20px;
}
.navigation-cap {
	height: 30px;
	background: url(images/navigation.gif) center top no-repeat;
}
.newsletter-cap {
	margin-top: 20px;
	height: 20px;
	background: url(images/newsletter.gif) center top no-repeat;
}
.location-cap {
	margin-top: 30px;
	height: 20px;
	background: url(images/location.gif) center top no-repeat;
}
.promo-cap {
	margin-top: 30px;
	height: 20px;
	background: url(images/promo.gif) center top no-repeat;
}
.batik-atas {
	background: url(images/up-var.gif) right top no-repeat;
	height: 112px;
}
.address {
	text-align: center;
	padding: 0 15px 150px 15px;
}
.footer-menu {
	width: 553px;
	float: right;
}
.side-footer {
	width: 183px;
	margin-left: 13px;
	height: 69px;
	background: url(images/footer-left.gif) right top no-repeat;
	text-align: center;
}
.backtotop {
	padding: 49px 0 0 0;
	height: 20px;
	background: url(images/bg-top.gif) center bottom no-repeat;
	text-align: center;
	color: #fff;
}
.copyright {
	clear: both;
	text-align: left;
	color: #666666;
	padding: 50px 0 20px 13px;
}
/* main class */

/* link class */
#navigation li a:link {
	color: #fff;
	text-decoration: none;
}
#navigation li a:visited {
	color: #fff;
	text-decoration: none;
}
#navigation li a:hover {
	color: #000;
	text-decoration: none;
}
#navigation li a:active {
	color: #fff;
	text-decoration: none;
}
.backtotop a:link {
	color: #fff;
	text-decoration: none;
}
.backtotop a:visited {
	color: #fff;
	text-decoration: none;
}
.backtotop a:hover {
	color: #000;
	text-decoration: none;
}
.backtotop a:active {
	color: #fff;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
/* link class */

/* Begin Images */
p img {
	padding: 3px;
	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: 3px;
	margin: 0 0 2px 7px;
	display: inline;	
	}

img.alignleft {
	padding: 3px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Dropdown Menu */
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%;} 
#dropmenu a {display:block; padding:0.25em 1em; color:#686868; text-decoration:none;} 
#dropmenu a:hover {color:#fff;} 
#dropmenu li {position:relative;} 
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;} 
#dropmenu li ul {width:14.1em; background: #c0b08e; border: 1px solid #fff;} 
#dropmenu li ul a {width:12em; height:auto; border-bottom:1px solid #fff;} 
#dropmenu ul ul {top:auto;} 
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;} 
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;} 
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;} 
/* Dropdown Menu */