/*
Theme Name: Malikaholic
Theme URI: http://www.malikaholic.com/
Description: Default Malikaholic Wordpress Template.
Version: 1.0
Author: Malik Mirza
Author URI: http://www.malikaholic.com/
Tags: malikaholic, simple, standard

	Malikaholic v1.0
	 http://www.malikaholic.com/

	This theme was designed and built by Malik Mirza,
	whose blog you will find at http://www.malikaholic.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url("/wp-content/themes/malikaholic/reset.css");
@import url("/wp-content/themes/malikaholic/grid.css");

html {
  background-color:#000;
}
body {  
  font:62.5% "Segoe UI", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  margin-bottom:80px;
  color:#666;
  min-width:990px;
  min-height:1535px;
}
body.home {
  background: #000 url(/wp-content/themes/malikaholic/img/bg.jpg) center -100px no-repeat;
}
body.one {
  background: #000 url(/wp-content/themes/malikaholic/img/bg_1.jpg) center -100px no-repeat;
}
body.two {
  background: #000 url(/wp-content/themes/malikaholic/img/bg_2.jpg) center -100px no-repeat;
}
body.tre {
  background: #000 url(/wp-content/themes/malikaholic/img/bg_3.jpg) center -100px no-repeat;
}
body.for {
  background: #000 url(/wp-content/themes/malikaholic/img/bg_4.jpg) center -100px no-repeat;
}
body.fiv {
  background: #000 url(/wp-content/themes/malikaholic/img/bg_5.jpg) center -100px no-repeat;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom:5px;
}
h1 {
  font-size:3.2em;
}
h2 {
  font-size:2.4em;
}
h3 {
  font-size:1.8em;
}
h4 {
  font-size:1.6em;
}
h5 {
  font-size:1.4em;
  line-height:1em;
}
h6 {
  font-size:1.2em;
}
p {
  font-size:1.2em;
}
.clr {
  clear:both;
}
.alignright {
  float:right;
  margin-left:10px;
}
.alignleft {
  float:left;
  margin-right:10px;
}

/* PAGE */
.Container {
  width:990px;
  margin:0 auto;
}
#mainNavTop {
  height:50px;
  background: url(/wp-content/themes/malikaholic/img/logo_top.png) 70px bottom no-repeat;
}
#mainNavMid {
  height:80px;
}
#mainNavMidLeft {
  float:left;
  height:80px;
  width:219px;
  background: url(/wp-content/themes/malikaholic/img/logo_mid.png) left top no-repeat;
}
#mainNavMidRite {
  float:left;
  height:80px;
  width:771px;
  background: url(/wp-content/themes/malikaholic/img/main_nav_bg.png) repeat-x;
}
#mainNavBtm {
  height:16px;
  background: url(/wp-content/themes/malikaholic/img/logo_btm.png) 70px top no-repeat;
}
#featureNav {
  height:47px;
  width:990px;
  margin-top:300px;
  position:relative;
}

/* MAIN MENU */
ul.mainNav {
  float:right;
}
.mainNav li.page_item {
  float:left;
  
  font-size:1.5em;
  text-transform:uppercase;
  border-left:1px solid #000;
}
.mainNav li.page_item a {
  display:block;
  padding:0 20px;
  height:80px;
  line-height:80px;
  text-decoration:none;
  color:#005826;
}
.mainNav li.page_item a:hover {
  color: #F0C;
}
.mainNav li.current_page_item a{
  color: #F0C;
}

/* FEATURE MENU */
#featureNavBorder {
  position:absolute;
  bottom:0;
  width:990px;
  height:20px;
  background: url(/wp-content/themes/malikaholic/img/feature_nav_border.png) left bottom repeat-x;
}
/* Different Feature BG */
#featureNavBorder2 {
  position:absolute;
  bottom:0;
  width:990px;
  height:20px;
  background: url(/wp-content/themes/malikaholic/img/feature_nav_border_2.png) left bottom repeat-x;
}
#featureMenu {
}
ul.featureNav {
  margin-left:8px;
}
.featureNav li.page_item {
  float:left;
  font-size:1.3em;
  text-transform:uppercase;
  margin-right:1px;
}
.featureNav li.page_item a {
  display:block;
  padding:0 15px;
  height:47px;
  line-height:47px;
  text-decoration:none;
  color:#fff;  
  background-color: #69F;
}
.featureNav li.page_item a:hover {
  color:#039;
  background-color:#ffb200;
}
.featureNav li.current_page_item a{
  color:#039;
  background-color:#ffb200;
}

/* UPPER AREA */
#upperArea {
  background-color:#8dc63f;
  padding:30px 0;
}
#upperAreaLeft {
  float:left;
  width:220px;
  margin-right:10px;
  padding:15px 0 0 30px;
  
}
#upperAreaLeft.home {
  padding:60px 0 0 30px;
  background: url(/wp-content/themes/malikaholic/img/berita_title.png) no-repeat;
}
#upperAreaCntr {
  float:left;
  width:390px;
  margin-right:10px;
  padding-top:35px;
}
#upperAreaRite {
  float:left;
  width:300px;
  padding-right:30px;
  padding-top:20px;
}
.tiket #upperAreaRite {
  padding-top:0;
}
#upperArea h1 {
  color:#fff;
  margin-left:30px;
}

/* upperAreaLeft */
#upperAreaLeft p,
#upperAreaLeft small{
  color:#005826;
}
#upperAreaLeft h5 {
  color:#fff;
}
#upperAreaLeft p {
  margin-bottom:10px;
}
p#socialBookmarks {
  color:#fff;
  margin-top:25px;
}
p#socialBookmarks a {
  color:#ff0;
}
p#socialBookmarks a:hover {
  color:#005826;
}

/* upperAreaLeft TIKET*/
#upperArea.tiket p {
  font-size:1.4em;
  color:#005826;
}
#upperArea.tiket strong {
  color:#ff0;
}
#upperArea.tiket h1{
  font-size:3.0em;
}
#lowerArea.tiket h1{
  font-size:2.4em;
  margin-bottom:20px;
}

/* upperAreaCntr */
#upperAreaCntr h3 {
  line-height:20px;
  color:#005826;
  font-weight:normal;
  margin-bottom:15px;
}
#upperAreaCntr p {
  color:#fff;
}
#upperAreaCntr img {
  margin-bottom:30px;
}

/* upperAreaRite */
#upperAreaRite #slidebanner {
  width:300px;
  height:250px;
}
#upperAreaRite #slidebanner img {
  width:300px;
  height:250px;
  top:0;
  left:0;
}
#upperAreaRite #messenger {
  margin-top:10px;
  padding:15px;
  background:url(/wp-content/themes/malikaholic/img/trans_black.png);
}
/* LOWER AREA */
#lowerArea {
  background: #fff url(/wp-content/themes/malikaholic/img/bg_white.gif) left top repeat-x;
  padding:30px;
}
#lowerAreaBG {
  background: #fff url(/wp-content/themes/malikaholic/img/palm_tree.jpg) 150px bottom no-repeat;
  
  border-bottom:1px dotted #ccc;
}
#LA-Promo {
  background: url(/wp-content/themes/malikaholic/img/promo_title.gif) left top no-repeat;
  padding-top:50px;
  float:left;
  width:220px;
  margin-right:10px;  
}
#LA-Poll {
  background: url(/wp-content/themes/malikaholic/img/poll_title.gif) left top no-repeat;
  padding-top:50px;
  padding-bottom:15px;
  float:left;
  width:150px;
  margin-left:160px;
  margin-right:10px;
}
#LA-GaleriFoto {
  background: url(/wp-content/themes/malikaholic/img/galeri_title.gif) left top no-repeat;
  padding-top:50px;
  float:left;
  width:220px;
  margin-right:10px;
}
#LA-Testimonial {
  background: url(/wp-content/themes/malikaholic/img/testimoni_title.gif) left top no-repeat;
  padding-top:50px;
  float:left;
  width:140px;
}

/* LA-Promo */
#LA-Promo li {
  padding:10px 0;
  border-top:1px dotted #ddd;
}
#LA-Promo strong {
  color:#F60;
}

/* LA-Poll */
#LA-Poll h6 {
  color:#f90;
}
#LA-Poll ul {
    margin-bottom:10px;
    }
#LA-Poll li {
  font-size:1.2em;
  list-style:disc;
  clear:both;
  margin-left:-10px;
}
#LA-Poll li input {
  float:left;
}
#LA-Poll li label {
  float:left;
  line-height:17px;
  margin-left:3px;
}
/* LA-GaleriFoto */

/* LA-Testimonial */
#LA-Testimonial small {
  display:block;
  margin-top:5px;
  padding:3px 0;
  border-top:1px dotted #ddd;
  color: #609;
}

/* CONTENT AREA */
#contentArea {
  background-color:#fff;
  padding:40px;
}
#contentArea h1 {
  color:#F06;
  margin-bottom:30px;
}
#contentArea h2 {
  color:#fb0;
  margin-top:40px;
}
#contentArea h3 {
  color:#fb0;
}
#contentArea p {
  font-size:1.3em;
  margin-bottom:15px;
  line-height:20px;
}
#contentArea img.fasilitas {
  padding:5px;
}
#contentArea .promoList img {
  max-width:290px;
  height:auto;
}
#contentArea .promoList {
  float:left;
  width:290px;
  margin:0 6px 30px;
}
#contentArea .promoList h3 {
  margin-bottom:0;
  line-height:20px;
}

#contentArea h2.karir {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  color:#039;
  margin-bottom:25px;
  line-height:20px;
  display:block;
  padding:15px 0;
  border-top:1px dotted #ccc;
  border-bottom:1px dotted #ccc;
  
}
/* FOOTER */
#footer {
  background-color:#fff;
  padding:20px 30px 50px;
}
#footer ul {
  height:30px;
  margin-bottom:50px;
  line-height:30px;
  text-align:center;
  background: url(/wp-content/themes/malikaholic/img/trans_green.png);
}
#footer li {
  display:inline;
  font-size:1.2em;
  text-transform:uppercase;
}
#footer li a {
  display:inline;
  color:#005826;
  padding:0 5px;
  text-decoration:none;
  border-left:1px solid #f90;
}
#footer li.page-item-2 a {
  border:0;
}
#footer li a:hover {
  color:#60C;
  text-decoration:underline;
}
#footerLeft {
  float:left;
  color:#888;
}
#footerRite {
  float:right;
  text-align:right;
  color:#888;
}



/* TIKET */
#lowerArea.tiket {
  padding-top:40px;
  font-size:1.2em;
}
#lowerArea.tiket .single {
  float:left;
  width:222px;
  margin:0 5px;
}
#lowerArea.tiket .double {
  float:left;
  width:454px;
  margin:0 5px;
  position:relative;
}
#lowerArea.tiket .double .left {
  float:left;
  width:454px;
  margin-right:10px;
}
#lowerArea.tiket .double .rite {
  top:180px;
  float:left;
  width:222px;
  position:absolute;
  right:0;
}

#lowerArea.tiket .single h3,
#lowerArea.tiket .double h3{
  color: #8dc63f;
  margin-bottom:20px;
  line-height:20px;
}
#lowerArea.tiket .single p,
#lowerArea.tiket .double p{
  margin-bottom:15px;
  font-size:1em;
}
#lowerArea.tiket .single ul,
#lowerArea.tiket .double ul{
  margin-left:15px;
  margin-bottom:15px;
}
#lowerArea.tiket .single li,
#lowerArea.tiket .double li{
  list-style:disc;
}

#lowerArea.tiket img {
  max-width:150px;
  height:auto;
  padding:10px;
  border:1px solid #ddd;
  background-color:#f8f8f8;
}

/* FORM */
.wpcf7 {font-size:1.2em;}
fieldset { background-color:#fff; border:1px dotted #ccc; width:475px; color:#444; padding:0 20px; margin-left:auto; margin-right:auto; }
.form-fields { margin:0 20px; background-color:#fefefe; }
fieldset p { font-size:1.2em; }
legend { font-size:1.6em; padding:5px 10px; }
.input { padding:10px; clear:both; border-bottom:1px dotted #ccc; }
label {  line-height:25px; float:left; margin-left:15px; }
.wpcf7 small { font-size:9px; line-height:25px; font-style:italic; color:#FF6600; margin-left:5px; }
.wpcf7 .input input { height:25px; width:230px; float:right; background-color:#f8f8f8; border:1px solid #ccc; }
.wpcf7 .button input { padding:10px 20px; }
.wpcf7 textarea { width:230px; height:100px; float:right; background-color:#f8f8f8; border:1px solid #ccc; }
.wpcf7 .button { padding:10px 0 20px; }
.wpcf7 .clr { height:0; clear:both; }
input:focus, textarea:focus{
background-color: lime;
}

/* COMMENTS */
ol.commentlist {
  border-top:1px dotted #ddd;
  margin:40px 0;
}
li.comment.even {
  background-color:#f8f8f8;
  padding:25px;
  border-bottom:1px dotted #ddd
}
li.comment.odd {
  background-color:#fff;
  padding:15px;
  border-bottom:1px dotted #ddd
}
.commentlist .avatar {
  float:left;
  margin:0 15px 0 0;
}
.comment-meta {
  margin-bottom:15px;
}
.fn {
  font-weight:bold;
}
#respond {
  background-color:#FFC;
  padding:25px;
}
#respond label {
  width:220px;
}







.navigation {
  font-size:1.3em;
}






















