
/* Reset all styles
 * http://meyerweb.com/eric/tools/css/reset/ 
 * ------------------------------------------------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hide{ display: none; }

/* LAYOUT
 * ------------------------------------------------------------------------------------------------------------ */

html{ height: 100%; }
body{ 
	height: 100%;
	font: 62.5%/1.8 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #15548f;
	}
	
header,footer,section,article,hgroup,nav{
	display: block;
	}

#wrapper{ position: relative; overflow: hidden; }

.container-wrapper{
	width: 950px;
	margin: 0 auto;
	background: #eaeae5; 
	box-shadow: 0 0 50px rgba( 255, 255, 255, .5);
	-webkit-box-shadow: 0 0 60px rgba( 255, 255, 255, .5);
	-moz-box-shadow: 0 0 50px rgba( 255, 255, 255, .5);
	}
	
.container{
	box-shadow: 0 0 10px rgba( 0, 0, 0, .5);
	-moz-box-shadow: 0 0 10px rgba( 0, 0, 0, .5);
	-webkit-box-shadow: 0 0 10px rgba( 0, 0, 0, .5);
	}

#top{
	border: 5px solid #fff;
	border-top: 0;
	margin: 0 -5px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	box-shadow: 0 -2px 5px rgba( 0, 0, 0, .5);
	-moz-box-shadow: 0 -2px 5px rgba( 0, 0, 0, .5);
	-webkit-box-shadow: 0 -2px 5px rgba( 0, 0, 0, .5);
	}

#bottom{
	padding: 15px 35px 30px;
	border: 5px solid #fff;
	border-bottom: 0;
	margin: 0 -5px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	box-shadow: 0 2px 5px rgba( 0, 0, 0, .5);
	-moz-box-shadow: 0 2px 5px rgba( 0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 5px rgba( 0, 0, 0, .5);
	}

#content{
	position: relative;
	width: 100%;
	padding: 100px 0 50px;
	}



/* GLOBAL
 * ------------------------------------------------------------------------------------------------------------ */
 
a{ color: #0164bf; text-decoration: none; }
a:hover{ text-decoration: underline; }
.amp{ font-family: Baskerville, Georgia; font-size: 1.2em; font-style: italic; font-weight: normal; }

/* clearfix */
#top:after,
#bottom:after,
.page-highlight-content:after,
.page-extra:after,
#featured ul:after,
.category-details:after,
.category-header:after,
article footer:after,
.tags-wrapper ul:after,
#comments li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* blue gradient */
#top,
#bottom{
	background: #1d71be;
	background: -webkit-gradient(linear, left top, left bottom, from(#3185d2), to(#0d62af));
	background: -moz-linear-gradient(top, #3185d2, #0d62af);
	}

/* dark blue gradient */
#top nav .account a,
#top nav .main li a:hover{
	background: #1a63a6;
	background: -webkit-gradient(linear, left top, left bottom, from(#2372ba), to(#0d4d88));
	background: -moz-linear-gradient(top, #2372ba, #0d4d88);
	}

/* orange gradient */
#top nav .main li.active a,
#top nav .main li.active a:hover{
	background: #e67d43;
	background: -webkit-gradient(linear, left top, left bottom, from(#fe955c), to(#b34f1a));
	background: -moz-linear-gradient(top, #fe955c, #b34f1a);
	}

/* lighter orange gradient */
.list li p:hover,
.list li p.hover{
	background: #ea7e43;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc9055), to(#d1662b));
	background: -moz-linear-gradient(top, #fc9055, #d1662b);
	}


/* TOP
 * ------------------------------------------------------------------------------------------------------------ */

#top header{ 
	float: left;
	padding: 13px 44px 0 32px;
	}
#top .logo{
	float: left;
	width: 159px;
	height: 45px;
	text-indent: -999em;
	background: url(../images/logo.png) no-repeat;
	}

#top li{ float: left; }
#top a{ 
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, .5);
	}

#top nav .main{
	float: left; 
	border-left: dotted 1px #6f95a7; 
}
#top nav .main li{
	position: relative;
	z-index: 1;
	}
#top nav .main li a{ 
	float: left;
	padding: 25px 20px;
	border-style: dotted;
	border-color: #6f95a7;
	border-width: 0 1px 0 0;
	}
#top nav .main li a:hover{
	text-decoration: none;
	}
#top nav .main li.active{
	margin-bottom: -12px;
	z-index: 2;
	}
#top nav .main li.active a,
#top nav .main li.active a:hover{
	padding-bottom: 32px;
	margin: 0 0 0 -1px;
	border: none;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .5);
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .5);
	-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, .5);
	}
	
#top nav .account{
	float: right;
	margin: 19px 35px 0 0;
	border: 1px solid #1a5182;
	border-right-color: #6286a7;
	border-bottom-color: #6286a7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	}
#top nav .account a{ 
	float: left;
	padding: 5px 20px;
	}
#top nav .account a:hover{
	text-decoration: none;
	background: #1c5d98;
	background: -webkit-gradient(linear, left top, left bottom, from(#2063a1), to(#10477a));
	background: -moz-linear-gradient(top, #2063a1, #10477a);
	}
#top nav .account .daftar a{
	border-right: 1px solid #1a5182;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}
#top nav .account .masuk a{
	border-left: 1px solid #6286a7;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}


/* FOOTER
 * ------------------------------------------------------------------------------------------------------------ */

#bottom,
#bottom a{ color: #fff; line-height: 1em; }

#bottom ul{ float: left; }
#bottom li{ 
	float: left; 
	padding: 0 10px; 
	border-left: 1px solid #6f95a7;  
	}
#bottom li.first{
	padding-left: 0;
	border: none;
	}
#bottom p{ float: right;}
 

/* CONTENT
 * ------------------------------------------------------------------------------------------------------------ */

.page-highlight{
	padding: 10px 0;
	background: #bec8ca;
	}
.page-highlight-content{
	padding: 20px 0;
	border: 1px solid #e3e8e9;
	border-width: 1px 0;
	background: #d7dedf;
	}

#content p.intro{
	position: absolute;
	left: 35px;
	top: 45px;
	line-height: 1em;
	color: #0d4880;
	font-size: 1.6em;
	text-shadow: 0 1px 2px rgba( 255, 255, 255, 1);
	}
#content p.intro strong{ color: #fb7a34; }
.cufon-ready #content p.intro{ font-size: 2.4em; }


/* Home
 * ------------------------------------------------------------------------------------------------------------ */
#map-wrapper{
	float: left;
	width: 625px;
	margin-left: 30px;
	}
#map{
	width: 615px;
	height: 365px;
	border: 5px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#map-wrapper .search { 
	width: 625px;
	position: relative;
	}
#map-wrapper .search input.text{
	width: 603px;
	margin: 8px 0 0 0; 
	padding: 7px 10px;
	font-size: 14px;
	outline: none;
	background: #fff;
	border: 1px solid #bec8ca;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#map-wrapper .search button{
	position: absolute;
	width: 16px;
	height: 16px;
	right: 10px;
	top: 16px;
	padding: 0;
	border: none;
	text-indent: -999em;
	background: url(../images/ico-search.png) no-repeat;
	}
#sidebar{
	float: right;
	width: 240px;
	overflow: hidden;
	height: 410px;
	margin-right: 30px;
	padding: 5px 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #e1e7e7;
	}
#sidebar h1{
	font-size: 14px;
	color: #19373c;
	line-height: 1em;
	margin: 0 0 5px 5px;
	}
.cufon-ready #sidebar h1{ font-size: 18px;}
	
.list{
	position: relative;
	height: 387px;
	overflow: hidden;
	}
.list ul{
	position: absolute;
	left: 0;
	top: 0;
	}
.list li{
	position: relative;
	width: 240px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.ico-cat {
	display: none;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar-icons.png);
	}
.cat-jajanan{
	width: 18px;
	height: 18px;
	background-position: 0 0;
	}
.list li p:hover .cat-jajanan{ background-position: -18px 0; }
.cat-resto{
	width: 16px;
	height: 19px;
	right: 7px;
	background-position: 0 -18px;
	}
.list li p:hover .cat-resto{ background-position: -16px -18px; }
.cat-toko{
	width: 17px;
	height: 17px;
	background-position: 0 -37px;
	}
.list li p:hover .cat-toko{ background-position: -17px -37px; }
.cat-warung-tenda{
	width: 15px;
	height: 19px;
	right: 7px;
	background-position: 0 -53px;
	}
.list li p:hover .cat-warung-tenda{ background-position: -15px -53px; }
.cat-kafe{
	width: 12px;
	height: 15px;
	right: 9px;
	background-position: 0 -71px;
	}
.list li p:hover .cat-kafe{ background-position: -13px -71px; }
.list li p{
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #6b6b6b;
	line-height: 13px;
	padding: 8px 10px;
	font-size: .9em;
	}
.list li p a.route{
	float: left;
	width: 32px;
	height: 20px;
	padding-top: 17px;
	margin: 1px 10px 0 0;
	font-weight: bold;
	font-size: 1.333em;
	color: #fff;
	text-align: center;
	background: url(../images/ico-route.png) no-repeat 0 bottom;
	}
.list li p a.route:hover{
	}
.list li p strong{
	font-size: 1.222em;
	color: #0164bf; 
	line-height: 1em;
	text-shadow: 0 1px 1px rgba( 0, 0, 0, .3); 
	}
.list li p:hover{ color: #f8eccf; }
.list li p:hover strong{ 
	color: #fff;
}
.list li p:hover a.route{
	background-position: 0 top;
	color: #d4692e;
	}
.list li p:hover a.route:hover{
	background-position: right top;
	text-indent: -999em;
	text-align: left;
	}
.list li.route-active p a.route{ 
	text-indent: -999em;
	text-align: left;
	background-position: right bottom; 
	}
.list li.route-active p:hover a.route{
	text-indent: -999em;
	text-align: left;
	background-position: right top; 
	}

#sidebar .paging{
	width: 240px;
	height: 20px;
	padding: 0;
	background: url(../images/list-paging.png) no-repeat;
	}
#sidebar .paging a{
	float: left;
	width: 90px;
	height: 14px;
	padding: 6px 15px 0;
	color: #fff;
	font-size: 9px;
	line-height: 1em;
	text-transform: uppercase;
	}
#sidebar .paging a:hover{ text-decoration: none; }
#sidebar .paging a.next{
	text-align: right;
	}
#sidebar .type-1{ background-position: 0 0; }
#sidebar .next-hover .type-1{ background-position: 0 -20px; }
#sidebar .type-2{ background-position: 0 -40px; }
#sidebar .prev-hover .type-2{ background-position: 0 -60px; }
#sidebar .type-3{ background-position: 0 -80px; }
#sidebar .next-hover .type-3{ background-position: 0 -100px; }
#sidebar .prev-hover .type-3{ background-position: 0 -120px; }


.page-extra{ padding: 30px 30px 0; }

.fanbox{ 
	float: left; 
	border: 5px solid #d0d6d7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 240px;
	height: 253px;
	overflow: hidden;
	}
.fanbox iframe{ margin: -1px 0 0 -1px; background: #fff; }


.latest{
	position: relative;
	float: right;
	border: 5px solid #d0d6d7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 615px;
	height: 253px;
	background: #fff;
	}
.latest-header{
	color: #19373c;
	line-height: 1em;
	font-size: 1.6em;
	text-shadow: 0 1px 2px rgba( 255, 255, 255, 1);
	padding: 0 20px 10px;
	height: 27px;
	background: #e1e7e7;
	}
.cufon-ready .latest-header{ font-size: 2.4em; }

.latest .carousel-paging{ 
	position: absolute; 
	top: 10px; 
	right: 20px; 
	}
.latest .carousel-paging a{ 
	display: inline-block; 
	width: 10px;
	height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-indent: -999em;
	overflow: hidden;
	background: #9baeb1;
	}
.latest .carousel-paging a.current{ background: #eb7f42; }

.wrapper-container{
	position: relative;
	width: 615px;
	height: 216px;
	overflow: hidden;
	}
.latest .wrapper,
.latest .wrapper article,
.category-details  article{
	position: relative;
	width: 615px;
	height: 216px;
	overflow: hidden;
	}
.category-details  article{
	overflow: visible;
	}
.latest .wrapper{ 
	position: absolute; 
	left: 0;
	top: 0;
	}
.latest .wrapper article{ 
	float: left;
	width: 360px;
	padding:0 30px 0 225px;
	}
.category-details article{ 
	width: 360px;
	padding:0 0 0 195px;
	}
.latest .wrapper article .image-wrapper,
.category-details article .image-wrapper{
	position: absolute;
	left: 18px;
	top: 18px;
	height: 175px;
	width: 164px;
	padding: 8px 0 0 9px;
	background: url(../images/bg-thumb.png) no-repeat;
	}
.category-details article .image-wrapper{ left: -4px; }
.latest .wrapper article h3,
.category-details  article h3{
	font-size: 1.8em;
	line-height: 1em;
	padding: 25px 0 0;
	font-weight: normal;
	}
.latest .wrapper article .star-wrapper,
.category-details  article .star-wrapper{
	position: absolute;
	top: 30px;
	right: 30px;
	}
.category-details  article .star-wrapper{ right: 0; }
.latest .wrapper article .address,
.category-details  article .address{
	color: #656565;
	}
.latest .wrapper article .desc,
.category-details  article .desc{
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 10px 0 15px;
	}
.latest .wrapper article footer,
.category-details  article footer{ border-top: 1px solid #d0d6d7; }
.latest .wrapper article .cat,
.category-details  article .cat{ float: left; }
.latest .wrapper article .author,
.category-details  article .author{
	float: right;
	color: #656565;
	}
article .cat a,
article .author a{ color: #656565; }
	
.carousel-nav .next,
.carousel-nav .prev{
	position: absolute;
	bottom: 105px;
	width: 34px;
	height: 32px;
	background: url(../images/btn-arrow.png) no-repeat 0 0;
	}
.carousel-nav .prev{ left: -15px; }
.carousel-nav .next{ right: -15px; background-position: right top; }
.carousel-nav .prev:hover{ background-position: left -32px; }
.carousel-nav .next:hover{ background-position: right -32px; }


/* Stars (jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/)
 * ------------------------------------------------------------------------------------------------------------ */
div.star-rating{float:left;width:10px;height:10px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.star-rating,div.star-rating a{background:url(../images/ico-stars.gif) no-repeat 0 0px}
div.star-rating a{display:block;width:10px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -10px!important}
div.star-rating-hover a{background-position:0 -20px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}

.star-wrapper-large div.star-rating{float:left;width:27px;height:27px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
.star-wrapper-large div.star-rating,
.star-wrapper-large div.star-rating a{background:url(../images/ico-stars-large.png) no-repeat 0 0px}
.star-wrapper-large div.star-rating a{display:block;width:27px;height:100%;background-position:0 0px;border:0}
.star-wrapper-large div.star-rating-on a{background-position:0 -27px!important}
.star-wrapper-large div.star-rating-hover a{background-position:0 -54px}
.star-wrapper-large div.star-rating-readonly a{cursor:default !important}
.star-wrapper-large div.star-rating{background:transparent!important;overflow:hidden!important}


/* Category
 * ------------------------------------------------------------------------------------------------------------ */
 #featured{ 
 	padding-top: 0; 
	margin-bottom: 40px;
	}
 #featured h2{ padding: 5px 35px; }
.cufon-ready  #featured h2{ font-size: 1.8em; line-height: 1em; }
 #featured .page-highlight-content{ padding-bottom: 10px;}
 
#featured ul{ padding-left: 27px; }
#featured li{
	float: left;
	width: 180px;
	height: 183px;
	}
#featured li a{
	display: block;
	position: relative;
	float: left;
	height: 175px;
	width: 164px;
	padding: 8px 0 0 9px;
	background: url(../images/bg-thumb.png) no-repeat;
	}
#featured li a:hover{ text-decoration: none; }
#featured li .label{
	display: none;
	position: absolute;
	top: 25px;
	left: -3px;
	width: 150px;
	height: 40px;
	padding: 5px 15px;
	color: #fff;
	background: url(../images/bg-featured-label.png) no-repeat;
	}
#featured li a:hover .label{ display: block; }
#featured li .label strong{
	font-size: 1.2em;
	display: block;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	}
#featured li .label span{
	display: block;
	font-size: .9em;
	line-height: 1em;
	color: #eddcca;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	}
	
.category-content{
	float: right;
	width: 570px;
	padding-right: 30px;
	}
.article-wrapper{
	padding: 20px 0;
	border-top: 1px solid #fcfcfb;
	border-bottom: 1px solid #cad4d6;
	}
.category-footer{ 
	padding-top: 5px;
	border-top: 1px solid #fcfcfb; 
	}

.category-header{ 
	border-bottom: 1px solid #cad4d6; 
	padding-bottom: 10px;
	}
.category-header h2,
.category-footer a{ 
	float: left; 
	padding-top: 5px;
	color: #727e80;
	font-size: .9em;
	text-transform: uppercase;
	}
.category-footer a{ 
	line-height: 1em;
	padding: 7px 5px;
	margin-right: 5px; 
	color: #19373c;
	}
.category-footer a:hover,
.category-footer a.current{ background: #bec8ca; text-decoration: none; }
.category-footer a.prev{ 
	margin-left: -5px; 
	padding-right: 10px;
	}
.category-footer a.next{ padding-left: 10px; }
.category-header ul{ float: right; }
.category-header li{ float: left; }
.category-header li a{
	float: left;
	padding: 5px 10px;
	color: #19373c;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	background: #bec8ca;
	}
.category-header li.first a{
	padding-left: 13px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}
.category-header li.last a{
	padding-left: 13px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
.category-header li.active a{ 
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	background: #667d81; 
	}
	
.category-sidebar{ 
	float: left;
	padding-left: 30px;
	width: 280px;
	}
.category-sidebar .search{
	position: relative;
	width: 280px;
	margin-top: -2px;
	padding-bottom: 7px;
	border-bottom: 1px solid #cad4d6; 
	}
.category-sidebar .search input.text{
	width: 258px;
	padding: 7px 10px;
	font-size: 12px;
	outline: none;
	background: #fff;
	border: 1px solid #bec8ca;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.category-sidebar .search button{
	position: absolute;
	width: 16px;
	height: 16px;
	right: 7px;
	top: 8px;
	padding: 0;
	border: none;
	text-indent: -999em;
	background: url(../images/ico-search.png) no-repeat;
	}

.tags-wrapper{
	border-top: 1px solid #fff; 
	padding-top: 38px;
	}
	
.tags-wrapper ul{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #bec8ca;
	padding: 1px 1px 5px;
	}
.tags-wrapper a{
	margin: 4px 0 0 4px;
	float: left;
	font-size: .9em;
	line-height: 1em;
	padding: 7px 10px;
	color: #373737;
	border: 1px solid #b7c0c2;
	border-radius: 5px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
	background: -moz-linear-gradient(top, #fefefe, #e6e6e6);
	}
.tags-wrapper .current a{
	color: #fff;
	border-color: #fff;
	background: #f08a37;
	background: -webkit-gradient(linear, left top, left bottom, from(#fe9845), to(#e6802d));
	background: -moz-linear-gradient(top, #fe9845, #e6802d);
	}
	
	
	
/* Detail
 * ------------------------------------------------------------------------------------------------------------ */

.detail #content{
	padding-top: 110px;
	}
	
.detail .page-highlight h1{ 
	float: right; 
	margin-right: 35px;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	text-shadow: 0 1px 2px rgba( 255, 255, 255, 1);
	color: #134d82;
	}

.detail .tabs{
	float: left;
	margin-top: -20px;
	padding-left: 35px;
	}
.detail .tabs li{
	float: left;
	margin-right: 5px;
	}
.detail .tabs li a{
	float: left;
	padding: 15px 15px 10px 37px;
	background-color: #92a8ad;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba( 0, 0, 0, .5);
	background-position: 15px 17px;
	background-repeat: no-repeat;
	}
.detail .tabs li a.active,
.detail .tabs li a:hover{
	color: #083d6e;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba( 255, 255, 255, 1);
	background-color: #d7dedf;
	}
.ico-info a{ background-image: url(../images/ico-info.png); }
.ico-map a{ background-image: url(../images/ico-map.png); }
.ico-gallery a{ background-image: url(../images/ico-photos.png); }

.detail #info .image-wrapper{ 
	float: left;
	margin-left: 30px;
	padding: 7px 0 0 10px;
	width: 210px;
	height: 224px;
	background: url(../images/bg-medium.png) no-repeat;
	}
.detail #info .details{
	float: left;
	width: 395px;
	margin-left: 28px;
	}
.detail #info .details li{
	position: relative;
	padding-left: 105px;
	width: 290px;
	padding: 5px 0 3px 105px;
	font-size: 1.1em;
	color: #424242;
	text-indent: -7px;
	border-bottom: 1px solid #a0b2b6;
	box-shadow: 0 1px 0 rgba( 255, 255, 255, .5);
	-webkit-box-shadow: 0 1px 0 rgba( 255, 255, 255, .5);
	-moz-box-shadow: 0 1px 0 rgba( 255, 255, 255, .5);
	}
.detail #info .details li .label{
	position: absolute;
	left: 0;
	display: inline-block;
	width: 105px;
	text-indent: 5px;
	}
.detail #info .others{ 
	float: right;
	margin-right: 35px;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0px 2px rgba( 0, 0, 0, .2);
	-webkit-box-shadow: 0 0px 2px rgba( 0, 0, 0, .2);
	-moz-box-shadow: 0 0px 2px rgba( 0, 0, 0, .2);
	}

.detail #info .star-wrapper{ display: inline-block; width: 60px; }
/* temp */
#smallmap{ width: 200px; height: 200px; overflow: hidden; }
#smallmap,
#smallmap img{ float: right;}

/* simple rating */
.simple-rating{ width: 100%; overflow:hidden; padding: 10px 0 5px; }
.simple-rating p.rate-text{ float: left; width: 200px; padding: 5px 40px 0 35px; font-size: 11px; color: #344f55; }
.simple-rating .star-wrapper{ float: left; }
.simple-rating p.user-rate-info{ float: left; padding: 3px 0 0 35px; font-size: 14px; line-height: 1em; color: #344f55; }
.cufon-ready .simple-rating p.user-rate-info{ font-size: 18px; }



.detail .page-highlight-content{ 
	clear: both; 
	}

#comments { padding-top: 30px; }
#comments h2{
	margin: 20px 0 10px 280px;
	color: #344f55;
	font-size: 1.5em;
	}
.cufon-ready #comments h2{ font-size: 2em; }

#comments li{
	padding-bottom: 20px;
	background: url(../images/bg-comment-odd.png) no-repeat 250px 0;
	}
#comments li.even{ background-image: url(../images/bg-comment-even.png); }
	
#comments .author{ 
	float: left;
	width: 235px;
	text-align: right;
	padding-right: 30px;
	}
#comments .author img{
	display: block;
	margin-left: auto;
	}
#comments .author p{
	font-size: .9em;
	margin-top: -3px;
	line-height: 1.2em;
	color: #344f55;
	}
#comments .author strong a{
	color: #344f55;
	}
#comments .author p a{
	color: #b13812;
	}
#comments .content{ 
	float: left;
	width: 575px;
	font-size: 1.1em;
	padding: 10px 15px;
	background: #d7dedf;
	min-height: 60px;
	}
#comments .even .content{ background: #bec8ca; }
#comments .content .footer{
	font-size: .9em;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #fff;
	box-shadow: 0 -1px 0 rgba( 0, 0, 0, .2);
	-webkit-box-shadow: 0 -1px 0 rgba( 0, 0, 0, .2);
	-moz-box-shadow: 0 -1px 0 rgba( 0, 0, 0, .2);
	}


.comment-form{ background: url(../images/bg-comment-odd.png) no-repeat 250px 0; }
.comment-form textarea{ 
	width: 565px;
	height: 100px;
	border: 0;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.comment-form .submit{
	margin: 8px 0 5px;
	font-size: .9em;
	line-height: 1em;
	padding: 7px 10px;
	color: #fff;
	border: 1px solid #b7c0c2;
	border-radius: 5px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #4591d8;
	background: -webkit-gradient(linear, left top, left bottom, from(#4591d8), to(#2f7ac1));
	background: -moz-linear-gradient(top, #4591d8, #2f7ac1);
	cursor: pointer;
	}

	
/* Page
 * ------------------------------------------------------------------------------------------------------------ */
 
.page #content{
  padding: 30px 75px 75px;
  width: 800px;
  color: #333333;
  font-size: 1.2em;
  }
	 
.page #content p,
.page #content ul,
.page #content ol{
	padding-bottom: 20px;
	}

.page #content h1,
.page #content h2,
.page #content h3{
	margin: 20px 0 10px;
	padding-bottom: 10px;
	color: #0d4880;
	border-bottom:1px solid #bec8ca;
	box-shadow: 0 1px 0 rgba( 255, 255, 255, .5);
	-webkit-box-shadow: 0 1px 0 rgba( 255, 255, 255, .5);
	-moz-box-shadow: 0 1px 0 rgba( 255, 255, 255, .5);
	text-shadow: 0 1px 1px rgba( 255, 255, 255, 1);
	font-weight: normal;
	}

.page #content h1{ font-size: 2em; }
.page #content h2{ font-size: 1.5em; }
.page #content h3{ font-size: 1.1666em; text-transform: uppercase; }
