/*  
Theme Name: Vulcan
Theme URI: http://www.indonez.com/
Description: Minimalist Business Wordpress Theme 4
Author: Indonez
Author URI: http://themeforest.net/user/indonez
Version: 1.1
*/

/*----------------------------------------------------
                 Vulcan - CSS File
------------------------------------------------------*/


/* Global
------------------------------------------------------*/
html,body{height:100%}
body{
	font-family:Arial, Tahoma, Verdana;	
	font-size:12px;	
	margin:0 auto; padding:0;
/*	background-color:#fff;*/
	color:#a5a6a6;
	height:100%;
	background:url("images/page-repeat-bg.png") repeat-x scroll center top #1B182E;
/*	font-size:62.5%;*/
	width:100%;
}
*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
				 if you want to keep it! */
}
.spaceball {background:url("images/spaceball.gif") repeat scroll 0 0 transparent;position:absolute;}
.none {display:none;}
.clr{
	clear:both
}
form{
	margin:0; padding:0;
}
hr{
	border:0;
	color:#d3d3d3;
	background-color: #d3d3d3;
	height: 1px;
}
hr.content-line{
	border:0;
	color:#d0d0d0;
	background-color: #d3d3d3;
	margin:30px 0px 30px 0px;
	height: 1px;
}
.line-divider {
  	background:url(images/bottom-dot2.png) bottom center repeat-x ;
  	height: 1%;
  	padding: 1px 0;
}

/* Default Element Styles
------------------------------------------------------*/
/* heading */
h1, h2, h3, h4, h5, h6, 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link{
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
/*font-weight:normal;*/
}
h1{
	font-size:40px;
	font-weight:normal;
	line-height:50px;
	margin-bottom:10px;
	position:relative;
	text-shadow:1px 1px 1px #000000;
	filter: glow(color=#000000,strength=1);
	filter: dropshadow(color=#000000,offX=1,offY=1);
	z-index:1;
}
h2{
	font-size:24px; 
	line-height:28px; 
	margin-bottom:10px;
}
h3{
	font-size:22px; 
	line-height:20px; 
	margin-bottom:10px;
	color:#1996e1;
}
h4{
	font-size:16px; 
	line-height:18px; 
	margin-bottom:8px; 
	font-weight:bold;
}
h5{
	font-size:16px; 
	margin:3px 0px; 
	padding:0px; 
}
h6{
	font-size:14px; 
	margin:3px 0px; 
	padding:0px; 
}

/* links */
a,a:link {
/*	color:#a7a6a6; */
	color:#2173AF;
	text-decoration:none;
}
a:visited{
/*	color:#a7a6a6; */
	color:#2173AF;
	text-decoration:none;
}
a:hover{
	color:#6c7074; 
	text-decoration:none;
}
a img{
	border:none
}
.links {border-bottom:1px dotted #2173AF;}
.links:hover {border-bottom:0px;}
.imgcenter,
.aligncenter {
	float:left; 
	margin:0px 0px 10px 0px;
}
.imgleft,
.alignleft,
.avatar {
	float:left; 
	margin:4px 12px 10px 0px;
}
.imgright,
.alignright {
	float:right; 
	margin:4px 0px 10px 12px;
}
.border{ 
	padding:4px;
	border:1px solid #ebebeb;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote{
	font-size:12px;
	line-height:18px;
	margin-bottom:14px;
	color:#636B75;
}
ul, ol{
	margin:10px 0 35px 40px;
}
li ol, li ul{
	font-size:1.0em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol{
	list-style:decimal;
}
blockquote{
	font-style:italic;
	margin:0px;
	color:#6e7a7f;
	padding:0px 4px 2px 38px;
	background-image:url(images/quote.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	float:left;
}
/* code */
code{
	font-family:Tahoma, Arial, Verdana;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dddddd;
	padding:15px 10px;
}

.widget blockquote {display:block;clear:both;}


/* Container
------------------------------------------------------*/
#container{
/*	border-top:11px solid #65696e; */
}
#top-container{
	width:980px;
	height:474px;
/*	height:440px;*/
	margin:0px auto;
	position:relative;
}
#top-container-inner{
	width:980px;
	height:117px;
	margin:0px auto;
}
#mid-container{
	float:left;
/*	height:189px; */
	position:relative;
	width:100%;
/*	background-color:#ebebeb; */
	z-index:50;
}

#bottom-container{
/*	width:100%;
	height:263px;
	background-color:#65696e;
	float:left;*/

	clear:both;
	display:block;
	height:263px;
	margin:0 auto;
	width:980px;
}


/* Header
------------------------------------------------------*/
#header{
	display:block;
	float:left;
	height:90px;
	position:relative;
	width:980px;
	z-index:100;
/*	width:980px;
	height:104px;
	float:left;*/
}
#headerbg {background-color:#000000;height:90px;opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60);position:absolute;width:980px;z-index:99;}
#logo{
	float:left;
	height:70px;
	padding:10px 0 0 20px;
	width:300px;
}
.topbar a {color:#FFFFFF;
	font-size:20px;
	position:absolute;
	right:20px;
	text-shadow:0 0 5px #000000;
	filter: glow(color=#000000,strength=2);
/*	filter: dropshadow(color=#000000,offX=2,offY=1);*/
	top:13px;}
.topbar strong {font-weight:bold;font-size:24px;}

#topmenu {background:none repeat scroll 0 0 #2C5272;height:26px;padding:0 20px;position:relative;top:0;width:940px;z-index:101;border-bottom:1px solid #999999;}
#topmenu ul.navigation {left:0;list-style-type:none;margin:0;padding:0;position:absolute;}
#topmenu ul.navigation li {float:none;list-style-type:none;margin:0;padding:0;}
#topmenu ul.navigation li a.dive-asia-network {background:url("images/logo/dive-asia-top.png") no-repeat scroll 0 0 transparent;border:0 none;height:26px;left:20px;margin:0;overflow:hidden;padding:0;position:relative;text-indent:-1000px;top:0;width:105px;}
#topmenu ul.navigation li a.dive-asia-network:hover {background-position:0 -26px;text-decoration:none;}

#topmenu ul.left {margin:0 0 0 95px;position:relative;top:9px;float:left;width:auto;}
#topmenu ul.right {float:right;width:auto;}
#topmenu ul.left li {border-left:1px dotted #CCCCCC;display:inline;float:left;height:8px;margin-left:10px;margin-top:0;padding-left:10px;width:auto;}
#topmenu ul.left li a {color:#FFFFFF;display:inline;float:left;font-size:10px;position:relative;top:-6px;width:auto;}
#topmenu ul.left li a:hover {text-decoration:underline;}



/* Mainmenu Styling */
#contact {float:right;margin-right:10px;margin-top:42px;width:auto;}
#mainmenu{float:right;height:41px;margin-top:42px;width:550px;/*	margin-right:10px; */}
.navigation{
	float:right;
	list-style-type:none;
	margin:10px 0 35px 0;
	width:auto;
/*	margin-left:160px;
	width:600px;*/
}
.navigation ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	position:relative;
	clear:both;	
}
.navigation li{	
	list-style-type:none; 
	padding:0px; 
	margin:0px; 
	float:left;
	z-index:100; 
	position:relative;
}
.navigation li a{
	background:none repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:17px;
	margin:0;
	padding:5px 11px;
	text-decoration:none;
	text-transform:capitalize;
}
.navigation li.current a{
	background:#222;
}

.navigation li a:hover{
	background:#222;
	text-decoration:underline;
}

.navigation li.current li a:hover{
	background:transparent;
	text-decoration:underline;
}

.navigation li li a:hover{
	color:#fff;
	background:#222;
	text-decoration:none;
}

.navigation li.current li a{
	text-decoration:none;
	color: #fff;	
/*	color: #989494;	*/
}
.navigation li li{
	margin:0 0 0px 0px;
	padding:0px;
	position:relative;
	z-index:100;
	display:block;
}
.navigation ul{
    background: url("images/dropdown_pane.png") repeat scroll 0 100% transparent;
    border: 0 none;
    display: none;
    left: -6px;
    margin-top: 12px;
    padding: 5px 6px 14px;
    position: absolute;
    top: 14px;
    width: 158px;
    z-index: 100;
}
.navigation li ul a{
    color: #333333;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    line-height: 15px;
    padding: 3px 9px;
    text-decoration: none;
    width: 140px;
    z-index: 100;
/*	text-shadow:0 1px 0 #ffffff;*/
	filter: glow(color=#000000,strength=1);
	filter: dropshadow(color=#000000,offX=0,offY=0);
}

/* Welcome Slogan Styling */
#slogan{
	position:absolute;
	right:0;
	text-align:center;
	top:340px;
	width:300px;
	z-index:99;
	/*
	left:30px;
	position:absolute;
	top:125px;
	width:715px;*/
}
#slogan h1,
#slogan h1 a,
#slogan h1 a:link,
#slogan h1:visited {margin:0;color:#fff;}
#get-in-touch{
	display:none;
	width:205px;
	height:53px;
	margin-top:15px;
	float:left;
}
#get-in-touch img{
	padding-left:14px;
	float:left;
}
.dot-separator{
	width:35px;
	height:54px;
	margin-top:20px;
	background-image:url(images/dot-separator.png);
	background-position:center;
	background-repeat:repeat-y;
	float:left;
}

/* Page-title Styling */
#page-title{
	width:100%;
	height:86px;
/*	background-color:#ebebeb;*/
	float:left;
}
#page-title-inner{
	width:980px;
	margin:0px auto;
}
#page-title-inner h1 {color:#999999;text-shadow:0 0 0;
	filter: glow(color=#000000,strength=0);
	filter: dropshadow(color=#000000,offX=0,offY=0);}
.title{
	margin:23px 0px 0px 18px;
	float:left;
}
.description{
	margin:23px 0px 0px 0px;
	width:516px;
	float:left;
}
.dot-separator-title{
	width:64px;
	height:39px;
	margin-top:22px;
	background-image:url(images/dot-separator.png);
	background-position:center;
	background-repeat:repeat-y;
	float:left;
}


.promotion {background:none repeat scroll 0 0 #e80010;
border-bottom:1px dashed #FFFFFF;
border-top:1px dashed #FFFFFF;
position:absolute;
text-align:center;
top:117px;
width:980px;
z-index:99;}
.promotion a {color:#FFFFFF;
font-size:18px;
font-weight:bold;
line-height:32px;
text-shadow:1px 1px 1px #000000;filter: glow(color=#000000,strength=1);filter: dropshadow(color=#000000,offX=1,offY=1);}

/*  Slideshow
------------------------------------------------------*/
#slideshow{
/*	background-color:#ebebeb;*/
	-khtml-box-shadow:0 85px 30px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 85px 30px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow:0 85px 30px rgba(0, 0, 0, 0.7);
	box-shadow:0 85px 30px rgba(0, 0, 0, 0.7);
	behavior: url(http://www.perhentiannow.com/wp-content/themes/vulcan/ie-css3.htc);

	/* 0 85px 30px rgba(0, 0, 0, 0.4), 0 85px 30px rgba(0, 0, 0, 0.4), 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent*/
	background:none repeat scroll 0 0 transparent;
	float:left;
	height:350px;
	position:absolute;
	top:27px;
	width:980px;
	z-index:1;
}
#slideshow ul, #slideshow li{
	width:980px;
	height:280px;
	margin:0;
/*	width:936px;
	height:304px;
	margin:6px 0px 0px 6px; */
	padding:0px;
	list-style-type:none;
	position:relative;
}
#slideshow ul {background:url("../../../images/banners/dive-sipadan.jpg") repeat scroll 0 0 transparent;height:600px;width:980px;}
#slideshow li a span.slide-text-bottom { color: #fff; }
#pagerbg {
	margin:0;
	position:absolute;
	display:block;
	clear:both;
	top:360px;
	top:105px\0/; /* IE8 */
	right:0;
	width:300px;
	text-align:center;
	z-index:100;}
#pager, #pager-alt{
	position:absolute;
	right:41%;
	width:auto;
	z-index:101;
}
#pager a{
	background: url(images/slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
	position:relative;
	z-index:1000;
}
#pager .activeSlide{
	background: url(images/slide.png) no-repeat scroll 0% 50%;
}
#pager-alt a{
	background: url(http://www.perhentiannow.com/wp-content/themes/vulcan/images/slide-alt.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager-alt .activeSlide{
	background: url(images/slide.png) no-repeat scroll 0% 50%;
}


/* Slideshow alt */
#slideshow-alt {
    width:980px;
	height:304px;
	background-color:#ebebeb;
    position:relative; /* important */
	overflow:hidden; /* important */
	float:left;
}
#slideshow-altContent {
    width:936px; /* important to be same as image width or wider */
	height:280px;
	margin:12px 0px 0px 12px; 
	padding:0px;
    position:absolute;
	top:0;
}
.slideshow-altImage {
    float:left;
    position:relative;
	display:none;
}
.slideshow-altImage span {
    position:absolute;
	font-size:12px;
    padding:10px 20px;
    width:896px;
    background-color:#000;
    -moz-opacity:0.7;
	-khtml-opacity:0.7;
    opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter: alpha(opacity=70);
    color:#fff;
    display:none;
	bottom:5px;
}
.clear {
	clear: both;
}
.slideshow-altImage span strong {
    font-size: 14px;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul{list-style-type: none;}

/* Slideshow alt2 */
.slide-img,
.slide-img-right {
	width:610px;
	height:280px;
	margin-right:26px;
	float:left;
}
.slide-img-right {
  margin-right:0;
  margin-left:26px;
}
.slide-text,
.slide-text-left{
	width:282px;
	margin-top:12px;
	float:left;
}
.slide-text-left{
  margin-left:16px;
}
.slide-text-bottom {
	background:none repeat scroll 0 0 #000000;
	top:300px;
	font-size:16px;
	line-height:27px;
	opacity:0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";filter: alpha(opacity=70);
	padding:12px 22px;
	position:absolute;
	right:300px;
	text-align:justify;
	width:auto;

/*
	background:none repeat scroll 0 0 #000000;
	bottom:-130px;
	font-size:14px;
	height:55px;
	left:0;
	line-height:27px;
	opacity:0.7;
	padding:15px 30px 15px 230px;
	position:absolute;
	width:720px;
	*/
}
.heading1-slide{
	width:282px;
	font-size:22px;
	color:#65696e;
	line-height:20px;
	margin-bottom:15px;
	float:left;
}
.heading2-slide{
	width:282px;
	font-size:14px;
	color:#65696e;
	margin-bottom:15px;
	float:left;
}
.slide-text p{
	width:282px;
	margin:13px 0px 0px 0px;
	float:left;
}
.slide-more{
	height:29px;
	font-size:16px;
	color:#fff;
	text-align:center;
	margin:18px 0px 0px 0px;
	padding:6px 20px 0px 20px;
	background-color:#fff;
	float:left;
}
.slide-more a, .slide-more a:visited{
	color:#65696e;
	text-decoration:none;
}


/* Content
------------------------------------------------------*/
#content{
	-box-shadow:0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 -15px 30px rgba(0, 0, 0, 0.3), 0 -15px 30px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 -15px 30px rgba(0, 0, 0, 0.3), 0 -15px 30px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 -15px 30px rgba(0, 0, 0, 0.3), 0 -15px 30px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow:0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 -15px 30px rgba(0, 0, 0, 0.3), 0 -15px 30px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 -15px 30px rgba(0, 0, 0, 0.3), 0 -15px 30px rgba(0, 0, 0, 0.3);
	behavior: url(http://www.perhentiannow.com/wp-content/themes/vulcan/ie-css3.htc);
	margin:0 auto;
	min-height:585px;
/*	min-height:628px;
	clear:both;*/
	display:block;
	margin:0 auto;
	padding:0 20px;
	position:relative;
	width:940px;
	z-index:0;
}

/* #content p {line-height:21px;text-align:justify;} */
.white p, 
.white ul, 
.white ol, 
.white blockquote {color:#fff;}
#content-left{
	float:left;
	margin-right:50px;
	margin-top:10px;
	width:560px;
}
#content-right{
	width:300px;
	margin:80px 0px 20px;
	float:left;
}
#content-fullwidth{
	width:960px;
	float:left;
}
.content-clear {
border-bottom:1px solid #CCCCCC;
border-top:1px solid #23427D;
clear:both;
display:block;
height:0;
width:940px;
position:absolute;
bottom:25px;}
#crumbs {border-bottom:3px double #DDDDDD;color:#636B75;font-size:12px;margin-bottom:27px;padding:8px 0;}
.page {background:url("images/page-repeat-bg-bottom.png") repeat-x scroll center bottom #fff;}
.col2white #content-left {-khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-border-radius:5px;background:url("images/content-bg.gif") repeat-x scroll center top #FFFFFF;border-top:1px solid #FFFFFF;float:left;margin:21px 0 30px;overflow:hidden;padding:5px 20px 0;width:580px;}
.col2white #content-right {float:right;margin:21px 0 20px;overflow:hidden;padding:0;}
.col2white h1,
.col2white h1 a {color:#000000;font:30px/1em Arial,sans-serif;letter-spacing:-1px;margin-bottom:18px;text-shadow:1px 1px 1px #CCCCCC;filter: glow(color=#cccccc,strength=1);filter: dropshadow(color=#cccccc,offX=2,offY=1);}
.col2white h2,
.col2white h2 a {color:#000000;font:30px/1em Arial,sans-serif;letter-spacing:-1px;margin-bottom:18px;}
.col2white h3,
.col2white h3 a {color:#000000;font:18px/27px Arial,sans-serif;margin:0 0 18px;padding:0;}
.col2white h4 {color:#3E434A;font:bold 15px/20px Arial,sans-serif;margin:27px 0 18px;padding:0;}
.col2white h4 a {color:#2173AF;}
.col2white iframe {display:block;}
.col2white p {color:#636B75;font:13px/18px Arial,sans-serif;margin-bottom:18px;}
.col2white p.intro {color:#7B8188;font-family:Arial,Helvetica;font:18px/27px Arial,serif;margin:0 0 18px;padding:0;} 
.col2white .no-padding {clear:both;display:block;margin:-15px;}
.col2white .no-padding img {display:block;}
.col2white .fade {background:url("images/fade.gif") repeat-x scroll center top #FFFFFF;border-top:1px solid #FFFFFF;clear:both;padding:15px;width:270px;}
.col2white .fade p {font-size:11px;line-height:19px;margin-bottom:0px;}
.timeline {height:100px;margin:0 0 10px;width:270px;}
.timeline li {float:left;height:80px;margin:0 2px;position:relative;width:18px;}
.timeline li a {color:#636B75;display:block;font-size:12px;font-weight:bold;height:100%;}
.timeline li .label {
background:transparent;
bottom:-2em;
display:block;
height:2em;
left:0;
line-height:2em;
position:absolute;
text-align:center;
width:100%;
}
.timeline li a .count {
background:none repeat scroll 0 0 orange;
bottom:0;
display:block;
height:0;
left:0;
overflow:hidden;
position:absolute;
text-indent:-9999px;
width:100%;
}
.timeline li a .count.out {opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)";filter: alpha(opacity=40);}
.timeline li:hover {
background:none repeat scroll 0 0 #000;
}
.timeline li a:hover .count {
background:none repeat scroll 0 0 #2D7BB2;
}

.regionGrid {-khtml-border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;-border-radius:8px;background:url("images/region-grid-bg.jpg") repeat-x scroll 0 0 #1C203C;margin:4px 0 30px;min-height:250px;padding:12px 10px;width:560px;}
.regionGrid table {
width:100%;
font-size:10px;
}
.regionGrid thead th {
color:#FFFFFF;
font-weight:bold;
padding:4px 0;
text-align:center;
background:transparent;
}
.regionGrid tbody th {
border-bottom:1px dotted #FFFFFF;
font-size:1.3em;
text-align:left;
width:130px;
}
.regionGrid tbody th:hover {
background:none repeat scroll 0 0 #2385EF;
}
.regionGrid tbody th a {
background:url("images/bullet-arrow-tiny.gif") no-repeat scroll 2px 50% transparent;
color:#FFFFFF;
display:block;
padding:7px 0 6px 9px;
font-size:12px;
}
.regionGrid tbody th a:hover {
background:url("images/bullet-arrow-tiny.gif") no-repeat scroll 2px 50% transparent;
}
.regionGrid tbody td {
background:none repeat scroll 0 0 #285284;
border-bottom:1px dotted #FFFFFF;
text-align:center;
font-size:13px;
color:#fff;}
.regionGrid tbody td a {color:#FFFFFF;line-height:34px;}
.regionGrid tbody td img {}
.regionGrid tfoot td {background:none repeat scroll 0 0 #285284;}

.datatable {}
.datatable table {margin-bottom:27px;border-collapse:collapse;width:100%;}
.datatable td, .datatable  th {border-bottom:1px solid #D7D7D7;color:#3E434A;padding:6px 12px;text-align:left;background:#fff;}
.datatable th {background:url("images/bg_th.png") repeat-x scroll 0 0 transparent;text-shadow:1px 1px 0 #FFFFFF;filter: glow(color=#ffffff,strength=1);filter: dropshadow(color=#ffffff,offX=2,offY=1);}
.datatable th.first {-moz-border-radius-topleft:6px;min-width:100px;}
.datatable th.last {-moz-border-radius-topright:6px;}
.datatable .center {text-align:center;}
#SID75_2 {display:block;margin-left:0;position:relative;top:-63px;margin-bottom:-80px;} /* view more results in continuous table */

ul.contentarea {clear:both;display:block;margin:0;padding:0;}
.contentarea li.lr {clear:both;display:block;border-bottom:1px dotted #C2C2C2;padding:20px 0;}
.contentarea li.first {padding-top:0;}
.contentarea li.last {border-bottom:0px;}
.contentarea li.lr .thumb {-khtml-border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-border-radius:6px;-khtml-box-shadow:0 0 6px #CCCCCC;-moz-box-shadow:0 0 6px #CCCCCC;-webkit-box-shadow:0 0 6px #CCCCCC;-box-shadow:0 0 6px #CCCCCC;border:2px solid #CCCCCC;float:left;margin:0 15px 15px 0;padding:10px;width:200px;}

.resources {}
.resources h3 {}
.resources h4 {margin-bottom:0;}
.resources p {margin-bottom:9px;}
.resources ul {margin-top:0;}
.resources ul li {}
.articles {list-style:none outside none;margin:10px 0;padding:0;}
.articles li {padding-left:70px;position:relative;margin-bottom:18px;}
.articles img {left:15px;position:absolute;top:10px;}
.note {-khtml-border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-border-radius:6px;-khtml-box-shadow:0 0 10px #d6d6d6 inset;-moz-box-shadow:0 0 10px #d6d6d6 inset;-webkit-box-shadow:0 0 10px #d6d6d6 inset;-box-shadow:0 0 10px #d6d6d6 inset;background:none repeat scroll 0 0 #F8F8F8;border:1px solid #d6d6d6;margin:10px 0 20px;padding:13px 15px 13px 23px;position:relative;clear:both;}
.note h3 {margin:3px 0 6px;}
.note ul {list-style:disc outside none;margin:0 0px 0 15px}
.note ul li {line-height:23px;color:#333;}
#note-dive-resources .icon {left:20px;position:absolute;top:23px;}
#note-dive-resources h3 {margin-left:150px;}
#note-dive-resources ul {margin-left:165px;}
#note-provide .icon {position:absolute;left:20px;top:16px;}
#note-provide h3 {margin-left:150px;}
#note-provide ul {margin-left:165px;}
.why-dive-asia {-khtml-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;-border-radius:0 0 6px 6px;background:none repeat scroll 0 0 #FAEFBB;border-top:1px solid #FFFFFF;left:-20px;padding:13px 20px 20px;position:relative;width:580px;margin-top:30px;position:relative;clear:both;}
.why-dive-asia h3 {border-bottom:1px dotted #B1AEA0;margin:0 0 10px;padding:0 0 10px;}
.why-dive-asia h3 a {font-size:18px;color:#4D4830;font-weight:bold;margin:0;padding:0;text-shadow:0 1px 1px #FFFFFF;}
.why-dive-asia ul {float:left;list-style:circle outside none;margin:0 10px 0 15px;width:200px;}
.why-dive-asia ul li {color:#4D4830;line-height:23px;text-shadow:0 1px 1px #FFFFFF;filter: glow(color=#ffffff,strength=2);filter: dropshadow(color=#ffffff,offX=1,offY=1);}
.why-dive-asia ul li a,
.why-dive-asia ul li a:hover {color:#4D4830;}
.why-dive-asia .book-now {position:absolute;right:25px;top:92px;}
.transfer-flow {}
.transfer-flow ul {clear:both;float:left;margin:0 0 20px;padding:0;width:100%;}
.transfer-flow ul li {display:inline;float:left;font-size:11px;padding:0 3px;text-align:center;width:58px;}
.transfer-flow .transfer-type {background:url("images/arrow_two_head.png") no-repeat scroll 50% bottom transparent;color:#333333;font-size:0.85em;font-style:italic;height:65px;margin-top:13px;}
.transfer-flow .transfer-type .time {position:relative;top:-5px;}

.pagenav div {font-size:12px;width:49%;}
.pagenav .previous {float:left;}
.pagenav .next {float:right;text-align:right;}
.pagenav .previous a {background:url("images/arrow_prev.gif") no-repeat scroll 0 50% transparent;padding-left:20px;}
.pagenav .next a {background:url("images/arrow_next.gif") no-repeat scroll 100% 50% transparent;padding-right:20px;}



/* tab menu */
.ui-helper-reset {border:0 none;font-size:100%;line-height:1.3;list-style:none outside none;margin:0;outline:0 none;padding:0;text-decoration:none;}
.ui-tabs {padding:0;position:relative;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {margin:0;padding:0;}
.ui-tabs .ui-tabs-nav li {float:left;}
.ui-tabs .ui-tabs-nav li a {background-position:left top;background-repeat:no-repeat;border-right:1px solid #CCCCCC;display:block;float:left;font-size:14px;font-weight:normal;height:33px;line-height:32px;padding:0 23px;position:relative;text-shadow:0 1px 0 #FFFFFF;filter: glow(color=#ffffff,strength=2);filter: dropshadow(color=#ffffff,offX=2,offY=2);z-index:1;}
.ui-tabs .ui-tabs-nav li.ui-last a {border-right:0;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {background-color:#FFFFFF;background-position:left bottom;color:#444444;cursor:default;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding:20px 20px 0px; background: none; }
.ui-tabs .ui-corner-all,
.ui-tabs .ui-corner-top {-khtml-border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;-border-radius:0px;}
.ui-tabs .ui-tabs-hide { display: none !important; }



.ui-widget-header {
background: #e7e7e7;
background-image: -moz-linear-gradient(top, #f5f5f5, #e0e0e0); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f5f5f5),color-stop(1, #e0e0e0)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e0e0e0'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e0e0e0')"; /* IE8 */	
border-bottom:1px solid #CCCCCC;
height:32px;
position:relative;
z-index:0;}

.ui-widget-content {border:1px solid #ccc;}
.ui-corner-top {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;	
}
.ui-corner-bottom {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;	
}
.ui-corner-all {-khtml-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-border-radius:4px;}
.gtheme {clear:both;display:block;margin:30px 0 0;}
.gtheme h2 {font:bold 18px/27px Arial,sans-serif;letter-spacing:0;margin:0 0 18px;padding:0;}




.maincontent{
	margin:49px 0px 60px 0px;
	float:left;
}
.sidebar{
/*	width:230px;		
	border-left:2px solid #ebebeb;
	padding-left:21px;
	float:left;*/
	background:url("images/fade.gif") repeat-x scroll center top #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #FFFFFF;
	clear:both;
	padding:15px;
	width:270px;
}
.sidebar-bottom{
	width:288px;
	height:11px;
	margin-bottom:34px;
/*	background-image:url(images/sidebar-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;*/
	float:left;
}

/* Content list */
ul.sidebar-list,
.sidebar ul,
.widget ul {
	margin:0px; 
	padding:0px 0px 13px 0px; 
	list-style-type:none;
}
ul.sidebar-list li,
.sidebar ul li,
.widget ul li {
	background-image:url(images/bottom-dot2.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:4px;
	line-height:26px;
}
ul.sidebar-list li a,
.sidebar ul li a,
.widget ul li a {
	color:#2173AF;
	text-decoration:none;
}
ul.sidebar-list li a:hover,
.sidebar ul li a:hover,
.widget ul li a:hover {
	text-decoration:underline;
}
.sidebar ul.ads-list li {
  border: none;
  background: none;
}

/* Front Box Styling */
#content .front-box-content{
	margin-bottom:45px;
}
#content .front-box-content2{
	margin-bottom:45px;
}
#front-box{
	width:980px;
	margin:0px auto;
	z-index:100;
	position:relative;
}
#front-box-bg {
/*	background-color:#000000;
	opacity:0.7;*/
	border-bottom:1px dashed #FFFFFF;
	border-top:1px dashed #FFFFFF;
	height:130px;
	margin:0 auto;
	position:relative;
	width:940px;
	z-index:99;	}
.front-box-content{
	float:left;
	margin-left:20px;
	margin-right:15px;
	margin-top:25px;
	width:290px;
}
.front-box-content p{color:#fff;}
.front-box-content-twocol{
	float:left;
	margin:35px 50px 20px 0;
	width:440px;
}
.front-box-content-twocol h3, .front-box-content-twocol h3 a, .front-box-content-twocol h3 a:link{color:#fff;}
.front-box-content-twocol p a {color:#6c7074;}
.front-box-content-twocol p a:hover {color:#fff;text-decoration:underline;}
.front-box-content-twocol p {color:#ccc;}
.front-box-content-twocol.last {margin-right:0;}
.front-box-content-twocol-clear {border-top:1px dashed #999999;clear:both;display:block;position:absolute;bottom:0px;height:0px;width:940px;}
.front-box-content2{
	width:622px;
	margin-top:25px;
	float:left;
}
.front-box-content3{
	width:286px;
	margin-top:25px;
	float:left;
}
.front-box-content-client{
	width:280px;
	margin-top:25px;
	float:left;
}
.front-box-content h4{
/*	color:#3e4043;*/
	color:#fff;
}
.front-box-content h4 a {
/*	color:#3e4043;*/
	color:#fff;
}
.img-front{
	float:left;
	height:80px;
	margin:3px 15px 15px 0;
	width:120px;
}
.dot-separator-content{
	background-image:url("images/dot-separator.png");
	background-position:center center;
	background-repeat:repeat-y;
	float:left;
	height:85px;
	margin-top:25px;
	width:1px;
}
.separator-content{
	width:50px;
	display:block;
	float:left;
}

/* Client Logo list */
ul.client-list,
.sidebar ul.client-list,
.footer-widget ul.client-list {
	width:288px;
	margin:0px 0px 0px 2px; 
	padding:0px; 
	list-style-type:none;
}
.footer-widget ul.client-list {
  width:100%;
}
ul.client-list li,
.sidebar ul.client-list li,
.footer-widget ul.client-list li {
	width:64px;
	margin:0px 10px 6px 0px;
	float:left;
	padding: 0;
	background: none;
}
.sidebar ul.client-list li {
	margin:0px 20px 12px 0px;
}
ul.client-list li.client-last,
.sidebar ul.client-list li.client-last,
.footer-widget ul.client-list li.client-last{
	width:64px;
	margin:0px 0px 6px 0px;
	float:left;
}


/* About
------------------------------------------------------*/
.about-item{
	width:296px; 
	float:left; 
	padding-bottom:15px;
}
.spacer{
	width:30px; 
	float:left; 
	display:block; 
	height:100%;
}
.about-team{
	width:82px; 
	height:98px; 
	float:left;
}
.box-bq{
	padding:12px 20px 2px 20px;
	background-color:#ebebeb;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float:left;
}

	
/* Services
------------------------------------------------------*/
.services-column{
	width:455px;
	margin:20px 0px 20px 0px;
	border-bottom:1px solid #ebebeb;
	float:left;
}
.services-column h4 a {
  color:#65696e;
}
.services-spacer{
	width:50px;
	display:block;
	float:left;
}
.services-spacer-box{
	width:30px;
	display:block;
	float:left;
}
.more-button{
	height:29px;
	font-size:16px;
	color:#3e4043;
	text-align:center;
	margin:10px 0px 20px 0px;
	padding:6px 20px 0px 20px;
	background-color:#ebebeb;
	float:right;
}
.more-button a, .more-button a:visited{
	text-decoration:none;
	color:#3e4043;
}
.heading-text{
	font-size:14px;
	font-style:italic;
	line-height:24px;
}
.services-margintop{
	margin-top:40px;
	margin-bottom:30px;
}
.services-box{
	width:275px;
	float:left;
}
.services-box p{
	margin-bottom:23px;
}


/* Portfolio
------------------------------------------------------*/
.pf-title{
	width:900px;
	height:16px;
	float:left;
}
#pf-view{
	width:60px;
	height:29px;	
	float:left;
}
.pf-box-view{
	background-color:#ebebeb;
	margin-bottom:25px;
	padding:12px 12px 13px 12px;
	float:left;
}
.pf{
	margin:14px 0px 0px 20px;
	float:left;
}

/* List and Grid View */
ul.display{
	float:left;
	width:980px;
	margin:0;
	padding:0;
	list-style:none;	
}
ul.display li{
	float:left;
	width:980px;
	padding:0px;
	margin:0;
}
ul.display li .content_block img{
	padding:0px;
	margin:0px;
	float:left;
}

ul.display li ul.check-list li{
	float:left;
	width:463px;
	margin-left:20px;
}
ul.display li .content_block{
	margin:15px 0px 22px 0px;
	border-bottom:1px solid #ebebeb;
	float:left;
}
ul.display li .content_block h4{
	width:485px;
	margin-left:20px;
	float:left;
}
ul.display li .content_block h4 a {
  border: none;
  text-decoration: none;
}
ul.display li .content_block p{
	width:485px;
	font-size:12px;
	margin-left:20px;
	float:left;
}
ul.thumb_view li{
	width:455px;
	margin:0px 10px;
}
ul.thumb_view li .pf-box-view{
	background-color:#ebebeb;
	margin-bottom:25px;
	padding:12px 12px 3px 12px;
	float:left;
}
ul.thumb_view li .content_block h4{
	width:455px;
	margin:-15px 0px 5px 0px;
	float:left;
}
ul.thumb_view li .content_block p{
	width:455px;
	font-size:12px;
	margin-left:0px;
	float:left;
}
ul.thumb_view li ul.check-list,  ul.thumb_view li .more-button{
	display:none;
}
ul.thumb_view li .content_block a img{
	margin: 0 0 10px;
}
a.switch_thumb{
	width:60px;
	height:29px;
	line-height:26px;
	padding:0;
	margin:-7px 0px 0px 0px;
	display:block;
	background:url(images/select-view.gif) no-repeat;
	outline:none;
	text-indent:-9999px;
}
a:hover.switch_thumb{
	opacity:.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";filter: alpha(opacity=75);
}
a.swap{background-position: left bottom;}


/* Check list */
ul.check-list,
.maincontent .blog-posted ul,
.pf-box-content ul {
	margin:-3px 0px 20px 0px; 
	padding:0px; 
	list-style-type:none;
}
ul.check-list li,
.maincontent .blog-posted ul li,
.pf-box-content ul li {
	background-image:url(images/check.gif);
	background-position:0px 7px; 
	background-repeat:no-repeat; 
	padding-left:22px;
	line-height:26px;
}
/* Blog
------------------------------------------------------*/
.blog-post{
	float:left;
}
.left-head{
	width:40px;
	background-color:#ebebeb;
	margin-right:14px;
	padding:7px 0px 7px 0px;
	float:left;
}
.right-head{
	width:528px;
	border-bottom:1px solid #ebebeb; 
	float:left
}
.blog-posted{	
	width:582px;
	margin:21px 0px 10px 0px;
	float:left;
}
.right-head h3{
	width:528px;
	margin-bottom:2px;
}
.right-head a, .right-head a:visited{
	text-decoration:none;
	color:#65696e;
}
.post-info{
	width:528px;
	color:#d9d8d8;
	margin-bottom:5px;	 
	float:left;	
}
.post-info a, .post-info a:visited{
	text-decoration:none;
	color:#d9d8d8;
}
.post-info a:hover{
	text-decoration:underline;
}
.date{
	font-size:20px;
	color:#65696e; 
/*	line-height:0px;*/
	text-align:center; 
}
.month{
	font-size:12px;
	color:#65696e; 
/*	line-height:0px;*/
	text-align:center;
}
.blog-box{
	background-color:#ebebeb;
	margin:0px 15px 0px 0px;
	padding:12px 10px;
	float:left;
}

/* Author info styling */
.author{
background-color:#EBEBEB;
color:#454545;
float:left;
line-height:18px;
margin-bottom:30px;
padding:10px 15px 6px;
text-shadow:0 1px 1px #FFFFFF;
width:550px;
}
.author h5{
	color:#65696e;
	margin:1px 0px 5px 0px;
}

/* Image and Captions */

img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
  margin-bottom: 10px;  
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
/* Image and Caption End */


/*------- WP Pagenavi ------- */
.blog-pagination .wp-pagenavi {
  padding: 20px 0;
  text-align: left;
}
.main .blog-pagination .wp-pagenavi a, .blog-pagination .wp-pagenavi a:link {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px;
padding:8px;
cursor: pointer;
}
.blog-pagination .wp-pagenavi a:visited {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px;
padding:8px;
cursor: pointer;

}
.blog-pagination .wp-pagenavi a:hover {	
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px; 
padding:8px;
cursor: pointer;

}
.blog-pagination .wp-pagenavi a:active {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px; 
padding:8px;
cursor:default;

}
.blog-pagination .wp-pagenavi span.pages {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px;
padding:8px;
cursor: pointer;

}
.blog-pagination .wp-pagenavi span.current {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px;
padding:8px;

}
.blog-pagination .wp-pagenavi span.extend {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px;
padding:8px;
cursor: pointer;
}
.pages{
	display:none;
}
/*------- WP Pagenavi End ------- */

/*------- Traditional Navigation -----*/
.page-navigation {
  	margin-top: 10px;
  	margin-bottom: 10px;
 	font-size:16px;
}
.page-navigation a {
	text-decoration: none;
	color: #353535;
}
.page-navigation a:hover {
	color: #858585;
	text-decoration:none;  
}
li.clearpaging {
 	 clear: both;
}

/* Ads list */
ul.ads-list{
	width:260px;
	margin:0px 0px 10px 0px; 
	padding:0px; 
	list-style-type:none;
}
ul.ads-list li{
	width:260px;
	margin:0px;
	float:left;
}


/* Contact
------------------------------------------------------*/
form{
	margin:0; 
	padding:0;
}
#contactFormArea{
	width:406px;
	margin:49px 0px 0px 86px;  
}
.map{
	background-color:#ebebeb;
	margin:0px;
	padding:12px;
	float:left;
}

.contact-separator{
	width:52px;
	height:398px;
	margin-top:49px;
	background-image:url(images/dot-separator.png);
	background-position:right;
	background-repeat:repeat-y;
	float:left;
}
#contact-left{
	width:395px;
	float:left;
}
#contact-right{
	width:513px;
	float:left;
}
#maincontactform {
  	margin: 20px 0;
}
#maincontactform label {
	font-size: 1.1em;
	width: 100px;
	float: left;
	font-weight: normal;
	clear: both;
	margin-bottom:3px;
}
.textfield,
input#s {
	background-color:#FFFFFF;
	border:2px solid #EBEBEB;
	color:#8A8A8A;
	float:left;
	font-family:Tahoma,Arial,verdana;
	font-size:12px;
	height:22px;
	margin-bottom:13px;
	margin-right:10px;
	padding:3px;
	position:relative;
	width:186px;
	z-index:0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(http://www.perhentiannow.com/wp-content/themes/vulcan/border-radius.htc);
}
.textarea {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(http://www.perhentiannow.com/wp-content/themes/vulcan/border-radius.htc);
	border:2px solid #ebebeb;  
  	float: left;
  	font-family:Tahoma, Arial, verdana;
  	font-size:12px;
  	margin: 0;
  	padding: 3px;
  	color: #8a8a8a;  
  	width: 406px;
  	height: 116px;
  	background-color:#ffffff; 
  	overflow: hidden
}
.buttoncontact  {
	background-image:url(images/send-now.gif); 
	background-repeat:no-repeat; 
	padding:0px; margin:0px; 
	border:0px; 
	width:97px; 
	height:33px; 
	cursor:pointer; 
	float:right; 
	margin-top:20px;
	margin-right:-10px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
.buttoncontact{
	background-image:url(images/send-now.gif); 
	background-repeat:no-repeat; 
	padding:0px; margin:0px; 
	border:0px; 
	width:97px; 
	height:33px; 
	cursor:pointer; 
	float:left; 
	margin:10px 10px 0px 323px;
}
}
#emailSuccess{
	width:355px;
  	display:block;
	border-top:1px solid #91E691;
	border-bottom:1px solid #91E691;
	background-color:#E0FFE0;
	color:#007500;
	text-align:center;
	padding:7px 30px;
	display: none;
}
.require {
	display:none;
}
.loading {
  	margin-top: 15px;
  	float: left;
  	background: url(images/loading-contact.gif) top left no-repeat;
  	padding-left: 32px;
  	font-size: 1.1em;
  	color:#a5a6a6;
  	margin-left: 10px;
}
label.screen-reader-text {
  	margin: 0 10px;
	display:none;
}
input#searchsubmit {
  	padding: 5px;
  
}
/* Footer
------------------------------------------------------*/
#footer-content{
/*	width:980px;
	height:263px;
	background-image:url(images/footer-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	border-top:1px dashed #999999;	*/
	margin:0px 20px 0;
	padding-top:25px;
}
#footer-address{
	float:right;
	width:273px;
}
#footer-address a, #footer-address a:visited {color:#fff;}
#footer-address a:hover {color:#6C7074;}
#footer-address a.normal, #footer-address a.normal:visited, #footer-address a.normal:hover {color:#A6A6A6;}
#footer-address h3, #footer-address h3 a, #footer-address h3 a:link {
	font-family:verdana;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;}
#footer-address p{color:#A6A6A6;font-family:verdana;margin-bottom:20px;text-align:justify;}
#footer-address p.text {font-size:11px;}
#footer-address p.text a, #footer-address p.text a:visited {color:#a7a6a6;}
#footer-address img{margin-bottom:15px;}
#footer-last{
	border-top:1px dashed #999999;
	float:left;
	margin-top:20px;
	padding:25px 0;
	width:940px;
}

/* Footer News list */
#footer-news{
	float:left;
	width:650px;
}
#footer-news .footer-widget {
float:left;
margin-right:30px;
max-width:140px;
width:auto;}

#footer-news h3, #footer-news h3 a, #footer-news h3:link{
	color:#E3E3E3;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
/*	margin-bottom:7px; */
}
ul.list-bottom,
.footer-widget ul {
	margin:0px 0 18px; 
	padding:0px; 
	list-style-type:none;
}
ul.list-bottom li,
.footer-widget ul li{
/*	background-image:url(images/bottom-dot.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:4px;
	line-height:26px;*/
}
ul.list-bottom li a,
.footer-widget ul li a{
	color:#A6A6A6;
	display:block;
	font-family:verdana;
	font-size:11px;
	line-height:14px;
	padding:4px 0;
	text-decoration:none;
	width:100%;
}
ul.list-bottom li a:hover,
.footer-widget ul li a:hover{
	color:#fff;
}
.footer-widget ul li a .icon-blog {background:url("images/icon-email.gif") no-repeat scroll 0 0 transparent;float:left;
height:16px;
margin-right:5px;
margin-top:0;
width:16px;}
.footer-widget ul li a .icon-facebook {background:url("images/icon-facebook.gif") no-repeat scroll 0 0 transparent;float:left;
height:16px;
margin-right:5px;
margin-top:-1px;
width:16px;}
.footer-widget ul li a .icon-twitter {background:url("images/icon-twitter.gif") no-repeat scroll 0 0 transparent;float:left;
height:16px;
margin-right:5px;
margin-top:-1px;
width:16px;}
.footer-widget ul li a .icon-rss {background:url("images/icon-rss.gif") no-repeat scroll 0 0 transparent;float:left;
height:16px;
margin-right:5px;
margin-top:0;
width:16px;}


#footer-copyright{
	float:left;
	height:25px;
}
#footer-copyright a{
background:url("images/logo/dive-asia-b.png") no-repeat scroll 0 0 transparent;
color:#A7A6A6;
font-size:12px;
height:25px;
line-height:27px;
margin:0;
overflow:hidden;
padding:6px 10px 4px 195px;}

#footer-copyright a:hover{
background-position:0 -25px;
color:#fff;}

/* footermenu Styling */
#footer-menu{
	width:532px;
	margin:0px;
	padding:0px;
	float:right;	
}
.navigation-footer{
/*	width:543px;*/
	float:right;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.navigation-footer ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	position:relative;
	clear:both;	
}
.navigation-footer li{	
	list-style-type:none; 
	padding:0px; 
	margin:0px; 
	float:right;
	z-index:100; 
	position:relative;
	line-height:26px;
}
.navigation-footer li a{
	font-size:12px;
	text-decoration:none;
	color:#fff; 
	display:block;
	margin:0px;
	padding-left:20px;
	float:left;
	z-index:100;	
}
.navigation-footer li.current a, .navigation-footer li a:hover, .navigation-footer li.current li a:hover{
	text-decoration:none;
	color: #a6a6a6;	
}
.navigation-footer li.current li a{
	text-decoration:none;
	color:#a6a6a6;
}

/* Comment Form */
#comment{margin-bottom:15px; float:left;}
#comment-form{float:left;}
#comment-form fieldset {border: none;}
.comment-post{margin-top:20px; border-bottom:1px solid #d7d7d7; float:left;width: 620px;}
.comment-entry{margin-bottom:-10px; padding-bottom:10px; border-bottom:1px solid #d7d7d7; float:left;width: 620px;}
.avatar{margin-right:10px; float:left;}
.comment-date{font-style:italic; font-size:11px; color:#979797; float:left;}
.comment-text{width:520px; float:left;}
.comment-text p{width:520px; margin-top:10px; float:left;}
.imgborder{float:left; border:1px solid #d7d7d7; padding:2px;}

#commentFormArea {width:500px; margin:0px 0px 35px 0px; color:#a5a6a6; float:left;}
.label-comment {width:100px; margin:6px 0px 0px 10px; float:left;}
.input-comment {background-color:#ffffff; font-family:Tahoma, Arial, verdana; font-size:12px; border:2px solid #ebebeb; -moz-border-radius:6px;
	-webkit-border-radius:6px; width:270px; padding:5px 5px 5px 5px; margin:0px 0px 13px 0px; color:#6b6b6b; float:left;}
.input-submit-comment {  clear: both;
  float: left;
  width: 76px;
  height: 33px;
  border: none;
  background: url(images/submit-button.gif) no-repeat;
  cursor: pointer;
  margin-top:0px;}
.textarea-comment {background-color:#ffffff; font-family:Tahoma, Arial, verdana; font-size:12px; border:2px solid #ebebeb; -moz-border-radius:6px;
	-webkit-border-radius:6px; width:470px; height:100px; padding:5px 5px 5px 5px; margin:0px; color:#6b6b6b;}
.reply{
	font-size:11px;
	font-style:italic;
	margin-bottom:15px;
}

/* WP Calendar */
table#wp-calendar {
  border-collapse: collapse;
}
table#wp-calendar caption {
  font-size: 1.4em; 
}
tbody td.pad {
  width: 30px;
  background-color:#fff;
}
table#wp-calendar>tbody>tr>td>a {
   font-weight:bold;
   font-size:14px;
   font-family:arial narrow, arial, garamond, palatino linotype, times new roman, bookman old style;
}
thead>tr>th {
  padding : 10px;
  text-align:center;
  background-color:#fff;
}
tbody>tr>td {
/* padding : 10px 12px; */
text-align:center;
}
tbody>tr>td#today {
  color: green;
  font-weight: bold; 
}
tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
  font-weight:bold;
  font-size:14px;
  height:20px;
  font-family:garamond, bookman old style, times new roman, arial narrow, arial;
}
tfoot>tr>td#prev {
  width: 40px;
  margin: 3px;
  padding-left: 10px;
  text-align:left;
  background-color:#ffffff;
}
tfoot>tr>td#next {
  width: 40px;
  margin: 3px;
  text-align:right;
  background-color:#ffffff;
}


/* global */

ul.arrow {list-style:none outside none;margin:10px 10px 10px 20px;}
ul.arrow li {/*	background:url("images/bullet-arrow-tiny.gif") no-repeat scroll 2px 50% transparent;*/background:url("images/arrow-right.png") no-repeat scroll 2px 50% transparent;font-size:13px;font-weight:normal;margin:8px 0;padding:4px 0 4px 35px;}
ul.view-all {margin-top:0;margin-left:0;}
ul.view-all li {margin-top:0;}

.btnrd {
-moz-border-radius:6px;
border-radius:6px;
color:#666666;
cursor:pointer;
font-weight:normal;
padding:4px 20px 5px;
text-decoration:none;}
.btnrd:hover {
-khtml-box-shadow:0 1px 3px #CCCCCC;
-moz-box-shadow:0 1px 3px #CCCCCC;
-webkit-box-shadow:0 1px 3px #CCCCCC;
-box-shadow:0 1px 3px #CCCCCC;
box-shadow:0 1px 3px #CCCCCC;}

.btnrd.blue, a.btnrd.blue {
background:url("images/bg-btn-blue.png") repeat-x scroll 0 0 transparent;
border:1px solid #3399DD;
color:#FFFFFF;
font-size:18px;
text-shadow:0 -1px 0 #3399DD;filter: glow(color=#3399DD,strength=2);filter: dropshadow(color=#3399DD,offX=-2,offY=-1);
}
.btnrd.blue:hover {
background-position:0 -5px;
}

.box-shadow {
  behavior: url(http://www.perhentiannow.com/wp-content/themes/vulcan/ie-css3.htc);
}