@charset "utf-8";
/* CSS Document */
/*--------------------------------------
Content Style Sheet - atheapartment.com.my
version:	1.0
author:		Sham Chee Yew
email:		samo3d@gmail.com
website:	cubewalker.com
----------------------------------------*/
/*
Green: #a7fa45;
Pink: #ec008c;
Blue Link: #008aaa;
Blue bg for navigation: #3cb9e9;
Blue bg (a bit darker): #0094c0;
blue (light-rich, link bg):#0063DC;
Dark Brown (footer bg): #33261a;
Sandy Brown /burlywood (footer title text): #e2ca55;
Light Brown (footer copyright text): #ecbd82;
*/

/* start reset */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
* { outline:none;}
	
a {
	text-decoration:none;
}
a img {border:none;}
:focus {
  -moz-outline-style:none;
}
body {line-height:1.5;}
/* end of reset */
/*--------------------------------------
=Layout
----------------------------------------*/
body{
	background: #271d14 url(img/bg_content_wood.jpg) repeat 0 0;
	text-align:center;
}
/*wrapper*/
#wrapper{
	width:960px;
	margin:40px auto 0 auto;
	background-color:#FFF;
}
#wrapper-header{
	width:960px;height:90px;
	margin:0 auto;
	position:relative;
	text-align:left;
	background-color:#000;	
}
#wrapper-content{
	width:880px;
	margin:0 auto;
	text-align:left;
	padding:40px 0;
	background:#FFF url(img/bg-content.gif) repeat-y 0 0px;
}
.column-single #wrapper-content{
	background-image:none;
}
#wrapper-socialhub{
	width:960px;
	margin:0 auto;
	padding: 40px 0;
	background-color:#33261a;
}
#wrapper-footer{
	width:960px;
	margin:0 auto;
	background-color:#000;
}
/*inner*/
#logo{
	width:215px;height:50px;
	position:absolute;
	left:40px; top:20px;	
}
#logo h1{
	width: 215px; height:50px;	
	text-indent:-9999px;
	background:#000 url(img/logo-apt-top.gif) no-repeat 0 0;
}
#logo h1 a{
	width: 215px; height:50px;
}
#nav-top{
	position:absolute;
	right:24px; bottom:18px;
	background-color:#000;
}
#content-inner{
	overflow:hidden;
}
.content-primary{
	width:550px;
	float:left;
	position:relative;
}
.column-single .content-primary{
	width:880px;
	overflow:hidden;
}
.share{
	float:left;
	margin-top:30px;
}
.content-secondary{
	width:250px;
	float:right;
}
#socialhub-inner{
	width:880px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
#footer{
	width:880px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
	position:relative;
}

/* Background */
#bg-lemon{
	position:absolute;
	left:-164px; top:-40px;
	z-index:-1;
}
#bg-couple{
	position:fixed;
	right:20px; bottom:0;
	z-index:-2;
}
#bg-text{
	position:absolute;
	left:-222px; top:190px;
	z-index:-3;
}

/*--------------------------------------
=Navigation
----------------------------------------*/
#nav-top{
	text-align:right;	
}

ul#nav-top-ul{
	overflow:hidden;	
}

ul#nav-top-ul li{
	float:right;	
}
ul#nav-top-ul li a{
	display:block;
	padding:0 16px;
	line-height:1.3;
	background-color:#000;
	border-left:1px solid #ccc;
}

ul#nav-top-ul .nav-top-first a{
	border:0;	
}


/*--------------------------------------
=Submenu Navigation
----------------------------------------*/
/*About Us submenu*/
ul.submenu-title{
	position:relative;
	width:500px;
	height:40px;
	overflow:hidden;	
}

ul.submenu-title li{
	float:left;
	margin-left: 4px;
}

ul.submenu-title li:first-child{
	margin-left: 0px;

}

ul.submenu-title a{
	display:block;
	float:left;
	height:40px;
	padding: 0px 18px 3px 16px;
}

ul.submenu-title li a:link, ul.submenu-title li a:visited {
    background: transparent url(img/submenu_bubble.png) no-repeat left -80px;
    color: #FFF;
}

ul.submenu-title li a:hover {
    background: transparent url(img/submenu_bubble.png) no-repeat left -40px;
    color: #000;
    text-decoration: none;
}

ul.submenu-title li.active a {
    background: transparent url(img/submenu_bubble.png) no-repeat left 0;
    color: #000;
}

ul.submenu-title li.active a:hover {
    background: transparent url(img/submenu_bubble.png) no-repeat left 0;
    color: #000;
}

/*extra long for menu section*/
#menu ul.submenu-title{
	position:relative;
	width:880px;
	height:40px;
	overflow:hidden;	
}

/*--------------------------------------
=Homepage
----------------------------------------*/
.news-col{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #000;
}

/*--------------------------------------
=Forms Contact & Reservations
----------------------------------------*/
/* form styles */

form {
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

form label {
	display: block;
	width: 420px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input, form select {
	display: block;
	margin-top: 3px;
	background-color:#FFF;
	color:#000;
	border:1px solid #555;
}

form input:hover, form input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	background-color:#ccc;
	border:1px solid #000;
}

form input#submit, form input#reset{
	display:inline;
	margin:0;
	border:1px solid #555;
	background-color:#222;
	width:6em;
	color:#fff;
	outline:none;
}
form input#submit:hover, form input#reset:hover{
	background-color:#666;
	color:#FFF;
}
form#form-easter-contest input#submit{
	display:inline;
	margin:10px 0;
	border:1px solid #127941;
	background-color:#127941;
	width:6em;
	color:#fff;
	padding:5px;
	outline:none;
}

form#form-easter-contest input#submit:hover{
	background-color:#C22171;
	color:#FFF;
}

form input#reset {
	margin-left:8px;	
}
form select {
	float: left;
	display: block;
}

form label.field-name,
form label.field-phone,
form label.field-email,
form label.field-age,
form label.field-outlet,
form label.field-category,
form label.field-venue,
form label.field-smoking {
	clear: left;
	float: left;
	margin: 0px 20px 0px 0px;
	width: 200px;
}

form label.field-name input,
form label.field-email input,
form label.field-phone input,
form label.field-age input,
form label.field-outlet select,
form label.field-category select,
form label.field-venue select,
form label.field-smoking select {
	float: left;
	width: 200px;
	padding: 0px;
	border:1px solid #555;
}

#form-reservations label.field-date,
#form-reservations label.field-time,
#form-reservations label.field-size {
	clear: left;
	float: left;
	margin: 0px 20px 0px 0px;
	width: 160px;
}

#form-reservations label.field-date input,
#form-reservations label.field-time input,
#form-reservations label.field-size input {
	float: left;
	width: 160px;
	padding: 0px;
}

textarea {
	display: block;
	margin-top: 3px;
	width:420px;
	height:114px;
	background-color:#FFF;
	color:#000;
	border:1px solid #555;
}

/*--------------------------------------
=reCaptcha =Captcha
----------------------------------------*/
.field-captcha{
margin-top:10px;margin-bottom:30px;	
}


/*--------------------------------------
=About Us
----------------------------------------*/

.people-profile{
	width:550px;
	overflow:hidden;
	border-top:1px dashed #000;
	padding:24px 0;
}
.people-profile-left{
	width:180px;
	float:left;	
}

.people-profile-right{
	width:340px;
	float:right;
}

.people-profile img{
width:180px;height:240px;
float:left;
}

h6.speech-bubble-video-manager a{
	width:180px;
	height:50px;
	float:left;
	clear:left;
	background: transparent url(img/bg_speech_bubble_video_manager.png) no-repeat 0 0;
	text-indent:-9999px;
}
h6.speech-bubble-video-manager a:hover, h6.speech-bubble-video-manager a:active{
	background-position: 0 -50px;
}

h6.speech-bubble-video-chef a{
	width:180px;
	height:50px;
	float:left;
	clear:left;
	background: transparent url(img/bg_speech_bubble_video_chef.png) no-repeat;
	text-indent:-9999px;
}
h6.speech-bubble-video-chef a:hover, h6.speech-bubble-video-chef a:active{
	background-position: 0 -50px;
}


/*--------------------------------------
=Gallery
----------------------------------------*/
/*Flickr Feed*/
.thumbs { margin: 0; padding: 0; overflow: hidden; margin-bottom:30px; }
.thumbs li { list-style: none; float: left; margin: 5px; padding: 3px; background: #eee; 
box-shadow: 0px 0px 4px #444; -moz-box-shadow: 0 0 4px #444; -webkit-box-shadow: 0 0 2px #000; }
.thumbs li a { }
.thumbs li img { display: block; margin: 0;}
.thumbs li a img { border: none;}

/*--------------------------------------
=Locations
----------------------------------------*/
.locationAdd {
	margin-bottom:40px;	
}

/*--------------------------------------
=Cookbook
----------------------------------------*/
.cookbook-steps{
width:550px;
overflow:hidden;	
}
.list-thumbnails-cookbook li img{
	width:100px;
	margin-right:10px;
	float:left;
}

/*--------------------------------------
=Menu
----------------------------------------*/
/**** Masonry CSS ****/


#menu .wrap {
	margin-bottom: 0px;
	clear: both;
}
#menu .box {
	margin: 5px 10px 5px 0px;
	padding: 5px;
	width: 200px;
	background: #fbf8db;
	font-size: 12px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #cfca9a; -moz-box-shadow: 1px 1px 2px #cfca9a; -webkit-box-shadow: 1px 1px 2px #cfca9a;
}
#menu .box2 {
	margin: 5px 10px 5px 0px;
	padding: 5px;
	width: 860px;
	background: #fbf8db;
	font-size: 12px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #cfca9a; -moz-box-shadow: 1px 1px 2px #cfca9a; -webkit-box-shadow: 1px 1px 2px #cfca9a;
}

#menu .box h6 {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:12px;
}
#menu .box h5 {
	color:#8a0000;
	font-weight:bold;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
#menu .box p {
	font-size: 12px;
	margin: 0 0 10px 0;
}
#menu .col0 p {
	margin: 0 0 0px 0;
}


#menu .box img {
	margin:0;
	padding:0;
}

#menu .img-menu-icon{
	vertical-align:text-bottom;
}

#menu .box ul{
margin:0px;	
}

#menu .img-menu-emblem{
width:200px;height:180px;
}

#menu p.caption-image{
	font-size: 10px;
	font-style:normal;
	padding:0;margin:0;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#menu p.caption-image a:link, #menu p.caption-image a:visited{
	background-color:transparent;
}
#menu p.caption-image a:hover, #menu p.caption-image a:active{
	background-color:#fff;
}

#menu .note{
padding:0 18px;
padding-bottom:10px;	
}

/**** Clearfixes ****/

#menu .wrap:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*--------------------------------------
=General
----------------------------------------*/
.title-page{
	margin-bottom:10px;	
}

p.link-more{
	text-align:right;	
}
.content-primary img{
	margin-bottom:10px;	
}

.banner-250x156 {
	width:250px;
	margin-bottom:30px;	
}

.fb-likebox{
	width:250px;
	overflow:hidden;
	background-color:#fff;	
}


/* Social Hub */
.socialhub-socialmedia{
	width:200px;
	margin-right:60px;
	float:left;	

}

#socialmedia-links li{
	height:20px;
}

.socialhub-sitelinks{
	width:300px;
	float:left;	

}
.socialhub-newsletter{
	width:250px;
	float:right;

}

.socialhub-sitelinks ul#sitelinks li{
	width:100px;
	float:left;	
}

#form-newsletter input{
float:left;	
clear:both;
margin-top:10px;
background-color:#ddd;
border:1px solid #666;
}

#form-name, #form-email{
width:200px;
height:20px;
}

#form-newsletter input:hover, #form-newsletter input:focus, #form-newsletter textarea:hover, #form-newsletter textarea:focus, #form-newsletter select:hover, #form-newsletter select:focus {
	background-color:#ccc;
}

#form-newsletter input#submit, #form-newsletter input#reset{
	display:inline;
	margin-top:10px;
	border:1px solid #555;
	background-color:#222;
	width:6em;
	color:#fff;
	outline:none;
}
#form-newsletter input#submit:hover, #form-newsletter input#reset:hover{
	background-color:#666;
	color:#FFF;
}


.auto-hint { color: #333; }

ul.list-normal{
	list-style:disc;
	padding:20px;
	font-size:1.4em;	
}
ul.list-normal-small{
	list-style:disc;
	padding-left:24px;
	font-size:12px;	
}

ol.list-number{
	list-style:decimal;
	padding-left:24px;
	font-size:12px;	
}


/*--------------------------------------
=Overlay
----------------------------------------*/
/* the overlayed element for Video player */
.video_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(img/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:550px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}
.img_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(img/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:590px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.video_overlay .close, .img_overlay .close {
	background-image:url(img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/*--------------------------------------
=Typography
----------------------------------------*/

body{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:62.5%;
	color:#000;
}


#nav-top {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.3em;
}
.content-primary p{
	font-size:1.4em;
	line-height:1.5;
	margin:20px 0;
}
.news-col p{
	margin-bottom:10px;
}
.news-col img{
	margin:0;padding:0;
}

.people-profile h3{
font-size:1.4em;
font-weight:bold;
color:#ec008c;
margin-bottom:20px;
}

.people-profile p{
	margin:0 0 20px 0;
}


.locationAdd p{
margin:0;padding:0;
margin:8px 0;
}


.title-sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	margin-bottom:16px;
	padding:4px 0;
	border-bottom:1px dashed #000;
	border-top:1px dashed #000;
	
}

.title-subtitle{
	font-size:1.4em;
	font-weight:bold;
	margin:0;padding:0;	
}

.title-sub-sub-title{
	font-size:1.4em;
	font-weight:bold;
	margin:0;padding:0;	
}

.title-pink-border{
	font-size:1.4em;
	font-weight:bold;
	color:#ec008c;
	margin-bottom:23px;
	padding-bottom:4px;
	border-bottom:1px dashed #000;
}

.bold{
	font-weight:bold;	
}
.pink{
	color:#ec008c;
}
.black{
	color:#000;	
}
.green{
	color:#6F6F00;
}
.italic{
	font-style:italic;	
}

.serif{
	font-family:Georgia, "Times New Roman", Times, serif;	
}

.title-dot-indent{
	padding-left:12px;
	background: transparent url(img/icon-dot-pink.gif) no-repeat 0 50%;
}

blockquote, .video-details h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	margin:10px 0;
	padding:4px;
	color:#ec008c;
	background-color: #e4e9f5;
}


.block-sandcolor{
	background-color:#EFE1D2;
	padding:4px;
}

.block-border-top{
	border-bottom:1px dashed #000;
	padding:0px 0 10px 0;
}


.news-col li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	line-height:28px;
	font-weight:normal;
}
.submenu-title a{
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:28px;
}

#socialhub-inner{
	font-size:1.2em;
	color:#FFF;
}
#socialhub-inner h3{
	font-size:1.4em;
	font-weight:bold;
	color:#e2ca55;	
}

#copyright{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	background-color:#000;
	color:#ecbd82;	
}

ul#events-list{
	font-size:1.4em;
	margin:-10px 0 20px 20px;
}
ul.link-list{
	font-size:1.4em;
	margin-bottom:30px;
}
ul#list-recipe, ul#list-covers{
	margin-left:20px;	
}
ul#list-recipe li, ul#list-covers li{
	background: url(img/attach.png) no-repeat 0 50%;
	padding-left: 22px;
}

ul#list-ideas{
	margin-left:20px;	
}
ul#list-ideas li{
	background: url(img/icon-idea-bulb.png) no-repeat 0 50%;
	padding-left: 22px;
}

ul#list-ideas li.list-no-icon{
	background-image:none;	
}

/*
Change the color and background color of selected text, not supported by IE
*/
::-moz-selection { /*for firefox*/
	background: #e6167c;
	color: #fff;
}

::selection {/*for safari*/
	background: #e6167c;
	color: #fff;
}

.scrollable h3::-moz-selection {
	background: #0094c0;
	color: #fff;
}
.scrollable h3::-moz-selection {
	background: #0094c0;
	color: #fff;
}

/*--------------------------------------
=Links
----------------------------------------*/
/*external link or download link icon*/
/*a[href$='.pdf']{
    background: url(img/download.png) center right no-repeat;
    padding-right: 22px;
	color:#0063DC;
}*/

p a:link, p a:visited{
	color:#0063DC;
	background-color: #FFF;
}
p a:hover, p a:active{
	color:#FFF;
	background-color:#0063DC;
}

.link-list a:link, .link-list a:visited{
	color:#0063DC;
	background-color:#FFF;
}
.link-list a:hover, .link-list a:active{
	color:#ccc;
	background-color:#0063DC;
}

a.link-no-style{
	color:#ec008c;
	background-color:#FFF;
}

a.link-no-style:hover, a.link-no-style:active{
	background-color:#FFF;
}

a.no-background, .video_overlay a{
	background-color:transparent;
	background-image:none;
}

a.link-download:link,a.link-download:visited{
	color:#0063DC;
	text-decoration:none;
	background-color:transparent;
}

a.link-download:hover, a.link-download:active{
	text-decoration:none;
	color:#0063DC;
	background-color:#fff;
	border:0;
}

#nav-top a:link, #nav-top a:visited{
	color:#ccc;
	background-color:#000;
}


#socialhub-inner a:link, #socialhub-inner a:visited{
	color:#FFF;
	background-color: transparent;
}

#socialhub-inner a:hover, #socialhub-inner a:active{
	color:#FFF;
	background-color:#0e0a07;	
}

a#social-facebook{
	padding: 0 2px 1px 20px;
	background: transparent url(img/social/facebook.png) no-repeat left center;
}
a#social-youtube{
	margin-bottom:2px;
	padding: 0 2px 1px 20px;
	background: transparent url(img/social/youtube.png) no-repeat left center;
}
a#social-flickr{
	margin-bottom:2px;
	padding: 0 2px 1px 20px;
	background: transparent url(img/social/flickr.png) no-repeat left center;
}
a#social-blog{
	padding: 0 2px 1px 20px;
	background: transparent url(img/social/feed.png) no-repeat left center;
}