/*  
Theme Name: WP-MediaMag 1.0 Basic
Theme URI: http://www.solostream.com
Author: Solostream Global Media
Author URI: http://www.solostream.com/
Description: This WordPress theme was designed and built by Solostream. The CSS, XHTML and design are copyright of Solostream. Usage is governed by the WP-MediaMag 1.0 Basic END-USER LICENSE AGREEMENT. To get started, you may want to visit the <a href="themes.php?page=functions.php">WP-MediaMag Theme Options</a> page. If you need further guidance on using the theme, <a href="http://www.solostream.com/forum/">check out this link</a>. <strong>Download original Photoshop files for this theme <a href="http://wp-mediamag.solostreamsites.com/mediamag-images.zip">here</a>.</strong>

*/

/* --- [ Default style settings are below, while user-defined adjustments and adjustments for various color schemes are in the style.php file. You can make additional adjustments in style-2.css. ] --- */

/* -------------------[ Main Page Elements ]------------------- */

body {
	background: #FFF url(http://sukantara.com/images/bg/bg.gif);
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color:#7C795A;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

#wrap {
	clear: both;
	margin: 0 auto;
	padding:0 auto;
	width:990px;
	}

#header {
	width:980px;
	height:30px;
	margin: 0 auto;
	background:#fff;
	background: url(http://www.sukantara.com/images/bg/topheader.gif) no-repeat;
	}
.paddingleft {padding-left:10px}	

#topHeader {
	margin: 0 auto;
	width:940px;
	float:right;
	padding:8 25px
	}
	
#header	.languageBookmark {float: right; width: 500px; text-align:right} 

#sitetitle {
	width:440px;
	float:left;
	margin:0;
	padding:0;
	}

#sitetitle h1, #sitetitle .title {
	font-size: 30px;
	padding:0;
	margin:20px 0 0;
	text-align:left;
	line-height: 1.2em;
	letter-spacing:-1px;
	color:#000;
	}

#sitetitle .description {
	font-size: 12px;
	padding: 0;
	margin:0;
	text-align:left;
	color:#fff;
	}

#head-banner468 {
	float:right;
	width:468px;
	height:60px;
	margin-top:20px;
	overflow:hidden;
	background:#fff;
	padding:1px;
	border:1px solid #ddd;
	}

#page {
	clear: both;
	margin: 0 auto;
	padding: 15px 25px;
	width:930px;
	background:#fff;
	}

#contentleft {
	width: 560px;
	float:left;
	padding: 0;
	margin: 0;
	} 
	
#contentleft2 {
	width: 900px;
	float:left;
	padding: 0;
	margin: 0;
	} 

#content {
	margin: 0;
	padding: 0;
	width: 560px;
	}

#contentright {
	width: 250px;	
	float:right;	
	padding: 0;	
	} 

#sidebar {
	width: 250px;		
	display:block;
	float:right
	}

#sidebar-bottom {
	width:300px;
	clear:both;
	display: block;
	padding:0;
	background:#fff;
	}

#sidebar-bottom-left {
	width:160px;
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
	}

#sidebar-bottom-right {
	width:120px;
	float:right;
	padding:0;
	margin:0;
	overflow:hidden;
	}





.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	line-height: 1.2em;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	text-align: left;
	color:#000;
	}

h1 {
	font-size: 20pt;
	}

h2 {
	font-size: 16pt;
	}

h3 {
	font-size: 16pt;
	}

h4,h5,h6,h7 {
	font-size: 14pt;
	letter-spacing:0px;
	
	}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 15px;
	}

h3#comments, h3#respond, h3#trackbacks  {
	font-size:16pt;
	margin: 0 0 10px;
	}

h3#postinfo, h3#comments, h3#respond, h3#trackbacks, #respond h3  {
	margin: 0 0 10px;
	}

h3#comments  {
	margin: 0;
	}

h1.archive-title {
	padding: 5px 0;
	text-align:center;
	margin: 0 0 10px;
	border-top:double #ddd;
	border-bottom: double #ddd;


	font-size: 12pt;
	letter-spacing:0px;
	}

h2.post-title, h1.post-title {
	margin: 0 0 2px;
	padding: 0;
	}

.singlepost h1.post-title {
	border-top:double #ddd;
	padding-top:5px;
	}

h1.page-title {
	border-top:double #ddd;
	padding-top:5px;
	}

h1.index {
	border-bottom:solid #ddd 1px;
	padding-bottom:25px;
	margin-bottom:10px
	}
	
h1.page-title img {
	border:none;
	padding:0;
	margin:0
	}

h3.widgettitle {
	font-size: 12pt;
	margin-bottom:5px;
	padding: 0 0 5px 0;
	border-bottom: double #ddd;
	letter-spacing: 0px;
	}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	text-decoration:none;
	color:#336699;
	}

a:hover, a:active {
	text-decoration:none;
	color:#000000;
	}

a.more-link, a.more-link:link, a.more-link:visited  {
	background: url(images/arrow-off.gif) 100% 70% no-repeat;
	padding-right:12px; 
        }

a.more-link:hover, a.more-link:active  {
	background: url(images/arrow-on.gif) 100% 70% no-repeat;
	padding-right:12px; 
	}



.post-title a, .homepost h3 a {

	}
	
/* -------------------[ Images ]------------------- */

/* -------------------.entry img {
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	margin: 0 0 5px 10px;

		
.entry img {
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	margin: 0;
        }
------------------- */
.entry img {
	padding:0;
	margin: 0;
        }

img.alignright {

	padding:2px;
	background:#fff;
	float: right;
	clear: right;
	margin: 0 0 5px 10px;
        }

img.alignleft {

	padding:2px;
	background:#fff;
	float: left;
	clear: left;
	margin: 0 10px 5px 0px;
        }

img.aligncenter, img.centered, img.center { 

	padding:2px;
	background:#fff;
	display: block; 
	margin: 0 auto 20px auto;  
	float: none; 
	clear: both;
        }

img.post-thum, img.thumbnail {

	padding:2px;
	float:left;
	margin: 0 10px 15px 0;
	}

img.avatar, img.comment-grav {

	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	}

.commentlist img.avatar, img.comment-grav {
	margin-bottom:15px;
	}

.singlepost .auth-bio img.avatar {
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	}


/* -------------------[ Caption Styles for WP 2.6+ ]------------------- */

.wp-caption {

	text-align: center;
	background-color: #fff;
	padding-top:5px;
	margin: 0 10px 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	padding: 5px;
	margin: 0;
	}

/* -------------------[ Misc Tags and Classes ]------------------- */

p {
	margin-top: 0px;
	margin-bottom: 15px;
	}

ol {
	margin-left: 40px;
	padding: 0;
	}

ul {
	margin-left: 15px;
	padding: 0;
	}

.post ul, .post ol {
	list-style-type: none;
	}

.post ul li {
	list-style-type:none;
	background: url(http://www.karonburiphuket.com/images/list.gif) 0 4px no-repeat;
	padding: 0 0 2px 14px;
	margin-left: 0;
	}

.post ol li {
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 0;
	}

.post ul ul {
	margin-left:0;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px solid #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding-left: 10px;
	border-left: 5px solid #666;
        color: #666;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.post {
	margin: 0 0 15px;
	padding:0;
	border-bottom:1px dotted #ccc;
	}

.singlepost .post {
	margin: 0;
	border-bottom:0;
	}


.entry {
	margin: 0;
	padding: 0;
	}


.postdate {
	font-size:9pt;
	color:#666;
	margin-bottom: 15px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
        display: block;
        clear:both;
        }

.navigation {
	margin: 0;
	padding: 10px 0 0;
	font-weight:bold;
	clear:both;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
        float: none; 
        clear: both;
	}

.banner468 {
	text-align:center;
	margin: 0 auto 10px;
	padding:5px 0px;
	border:1px solid #ddd;
	background:#eee;
	float:none;
	display:block;
	}

.tags {
	background: transparent url(images/tag.gif) 0 2px no-repeat;
	margin: 0 0 15px;
	padding: 0 0 0 17px;
	}

.cats {
	background: transparent url(images/folder.gif) 0 1px no-repeat;
	margin: 0;
	padding: 0 5px 0 15px;
	}

.comments {
	float:right;
	padding:0;
	margin: 0 0 5px 5px;
	width:26px;
	height:20px;
	background:url(images/comments.gif) top left no-repeat;
	text-align:center;
	font-size:8pt;
	}

.comments a {
	width:26px;
	height:20px;
	line-height:16px;
	display:block;
	}

.singlepost .comments {
	margin: 15px 0 10px 10px;
	}

input:focus {
	outline: none;
	}

object, embed {
	z-index:1;
	}

p#breadcrumbs {
	padding: 0;
	margin: 0 0 5px;
	}

.single-video {
	margin-bottom: 15px;
	}

/* ---------------[ Tables ]--------------- */

table {
	margin-bottom:0;
	text-align:center;
	background-color:#FFF
	}

tr, td, th {
	margin:auto; 
	}
.bg-color {
	background-color:#fbf8ef
}
.bg-color2 {
	background-color:#e0d2ad
}
.bg-color3 {
	background-color:#fcf5e1
}
td, th {
	padding:0px;
	}

th {
	font-weight:bold;
	background:#ddd;
	}



/* -------------------[ Author Bio Info ]------------------- */

.auth-bio {
	padding: 15px;
	margin: 0 0 15px;
	background:#eee;
	border:1px solid #ddd;
	}

.singlepost .auth-bio {
	margin: 0 0 10px;
	}

.auth-bio img.avatar {
	padding:1px;
	background:#fff;
	float:right;
	margin:0 0 0 10px;
	}

.auth-bio p {
	margin:0;
	}

/* -------------------[ Top Navigation ]------------------- */

#topnav{width: 930px; margin: 0 auto; padding:0 25px; clear: both; text-align:right; background-color:#FFF}
#topnav ul { margin:0; padding:0}
			#topnav .topnav li {display: inline; line-height:30px;  padding: 0px 10px; font-family:Arial,Helvetica,sans-serif; font-size: 11px; color: #9d9b9c;}		  
			#topnav .topnav li a {text-decoration: none;  color: #9d9b9c;}
			#topnav .topnav li a:hover {text-decoration: underline; color: #593A14;}
			#topnav .topnav li.last {padding: 0px 0px 0px 10px;}
/* -------------------[ Searchform ]------------------- */

#topsearch {
	float:right;
	width:160px;
	padding-top: 2px;
	}

#searchform {
	float:right;
	width:160px;
	padding:0;
	margin:0;
	}

#searchform #searchfield {
	float:left;
	padding:2px 0 0 5px;
	width:130px;
	height:18px;
	margin: 0;
	border:0;
	background:#fff;
	color:#999;
	border:1px solid #ccc;
	border-right:0;
	}

#searchform #submitbutton {
	margin: 0;
	float:left;
	font-size:8pt;
	font-weight:bold;
	width:21px;
	height:20px;
	border: 1px solid #ccc;
	border-left:0;
	text-indent:-10000em;
	background: #fff url(http://www.karonburiphuket.com/images/search-button.gif) 0 -1px no-repeat;
	}

#rssbutton {
	height:24px;
	width:24px;
	float:right;
	padding: 0 5px 0 0;
	}

/* -------------------[ Category Navigation ]------------------- */

#nav {
	margin: 0 auto;
	width:920px;
	background:#000033;
	padding: 0;
	}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	}

#nav a, #nav a:link, #nav a:visited {
	color:#fff;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	}

#nav a:hover, #nav a:active  {
	background:#000;
	}

#nav li {
	float: left;
	padding: 0;
	height:30px;
	line-height:30px;
	}

#nav li ul {
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
	background:#000;
	}

#nav li li {
	}

#nav li ul a, #nav li ul a:link, #nav li ul a:visited {
	border-right:0;
	width:180px;
	}

#nav li ul a:hover, #nav li ul a:active  {
	background:#444;
	}

#nav li ul ul {
	border:0;
	margin: -30px 0 0 200px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	background: #000; 
	}

/* -------------------[ Comments ]------------------- */

.allcomments {
	padding: 0;
	margin: 0;
	background:#fcfae3;
	padding:15px;
	border:1px solid #f3eac5; 
	}

.commentlist {
	padding: 0;
	list-style-type:none;
	margin: 0;
	}
	
.commentlist li {
	clear:both;
	margin: 15px 0 0;
	padding: 15px;
	list-style-type:none;
	background:#fff;
	border:1px solid #f3eac5;
	}

.comment-author {
	padding: 0px;
	}

.commentlist li img.avatar {
	float:left;
	margin: 0 5px 5px 0;
	}

.commentlist li ul.children {
	margin: 15px 0 0;
	padding: 0;
	}

.commentlist li ul.children li {
	margin-bottom:0;
	}

.commentlist li.alt {
	}

.commentmetadata {
	margin-bottom:10px;
	font-size: 8pt;
	padding: 0px;
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	}

#commentform {
	margin:0;
	padding:0;
	}

#commentform input {
	font-size:9pt;
	padding:5px;
	background:#fff;
	border:1px solid #f3eac5;
	}

#commentform input#submit {
	padding:10px;
	background:#fff;
	border:1px solid #f3eac5;
	text-transform:lowercase;
	font-weight:bold;
	}

#commentform input#submit:hover {
	color:#FFF;
	background:#663e22;
	cursor:pointer; 
	}

#commentform textarea {
	width:80%;
	padding:10px;
	background:#fff;
	border:1px solid #f3eac5;
	}

ol.tblist {
	padding: 10px 0 0;
	margin: 0 0 10px;
	}

ol.tblist li {
	margin: 0 0 5px 20px;
	}

.thread-alt {

	}	

.thread-even {

	}

#respond { 
	margin: 10px 0 0;
	clear:both;
	background:#fcfae3;
	padding:15px;
	border:1px solid #f3eac5; 
	}

.commentlist #respond { 
	clear:both; 
	padding-top:10px; 
	}

.comments-navigation {
	display:block;
	margin: 0 0 5px;
	padding:0;
	font-weight:bold;
	}

.comments-navigation .alignleft {
	float:left;
	}

.comments-navigation .alignright {
	float:right;
	}

.comments-number {
	font-size:8pt;
	font-weight:bold;
	margin-bottom:0;
	padding:0;
	}

.commentlist img.avatar, .commentlist img.comment-grav {
	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	}

.reply {
	margin: 0;
	}

a.comment-reply-link, a.comment-reply-link:link, a.comment-reply-link:visited, .reply a, .reply a:link, reply a:visited {
	clear:both;
	background:#ddd;
	border:1px solid #f3eac5;
	padding: 3px 10px;
	font-weight:bold;
	font-size:8pt;
	text-transform:lowercase;
	color:#000;
	}

a.comment-reply-link:active, a.comment-reply-link:hover, reply a:active, .reply a:hover {
	background:#d5d5d5;
	}

.comment-body ul {
	list-style-type:disc;
	margin:0 30px 15px;
	padding:0;
	border:none;
	}

.comment-body ul li {
	list-style-type:disc;
	margin:0;
	padding:0;
	border:none;
	}

/* -------------------[ Sidebar ]------------------- */

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar li {
	overflow:hidden;
	list-style-type: none;
	margin: 0 0 20px;
	padding:0;
	}

#sidebar li li {
	list-style-type: none;
	margin: 0;
	border:0;
	padding: 5px 0px 5px 17px;
	background:transparent url(http://www.karonburiphuket.com/images/list.gif) 2px 9px no-repeat;
	border-bottom:1px dotted #ccc;
	}

#sidebar li li li {
	background-image:none;
	border:0;
	padding: 1px 0;
	}

#sidebar li li li:hover {
	background-image:none;
	}

#sidebar li li li li {
	padding-left: 10px;
	}

#sidebar .textwidget {
	margin: 0;
	padding:0;
	}

#sidebar li#tag-cloud ul { }

#sidebar li#tag-cloud ul.wp-tag-cloud {	padding: 9px; }

#sidebar li#tag-cloud li {
	border:0;
	float:none;
	display:inline;
	padding: 0;
	margin: 0 5px 0 0;
	background:transparent;
	background-image: none;
	line-height:2em;
	}

#sidebar li#tag-cloud li a {
	padding:0;
	background:transparent;
	background-image: none;
	}

#sidebar li select {
	width:160px;
	margin: 0;
	}

/* -------------------[ Side Tabs ]------------------- */

#sidebar li#side-tabs {
	padding: 0;
	background:#eee;
	border:0;
	border:1px solid #ddd;
	}

#sidebar li#side-tabs ul {
	margin: 0;
	padding: 0;
	background:transparent;
	}

#sidebar li#side-tabs ul.tabs { 
	font-family:arial,helvetica,sans-serif; 
	list-style-type:none;
	margin: 0;
	padding: 0;
	clear:both;
	background:#ddd;
	}

#sidebar li ul.tabs li {
	border:0;
	background:transparent;
	float: left;
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	} 

#sidebar li ul.tabs li a, #sidebar li ul.tabs li a:link, #sidebar li ul.tabs li a:visited {
	float: left;
	display: block;
	padding: 5px;
	color:#000;
	margin: 0;
	font-size:8pt;
	font-weight:bold;
	} 

#sidebar li ul.tabs li a:hover, #sidebar li ul.tabs li a:active {
	background:#eee;
	color:#000;   
	}  

#sidebar li ul.tabs li a.on {
	background:#eee;
	color:#000; 
	}

#sidebar li#side-tabs form {
	margin: 0 !important;
	padding: 0 !important;
	}

#sidebar li#side-tabs form p {
	margin: 0 0 1px;
	padding: 0;
	}

#sidebar li#side-tabs #content_1,
#sidebar li#side-tabs #content_2,
#sidebar li#side-tabs #content_3,
#sidebar li#side-tabs #content_4  {
	padding:15px;
	}

#sidebar li#side-tabs .cat_content li.feeds {
	border:0;
	margin: 0;
	padding: 5px 0 5px 25px;
	background: url(images/FeedIcon-16.gif) 0px 50% no-repeat;
	border-top:1px dotted #ccc;
	}

#sidebar li#side-tabs .cat_content li.twitter {
	border:0;
	margin: 0;
	padding: 5px 0 5px 25px;
	background: url(images/twitter.png) 0px 50% no-repeat;
	border-top:1px dotted #ccc;
	}

#sidebar li#side-tabs .cat_content li.facebook {
	border:0;
	margin: 0;
	padding: 5px 0 5px 25px;
	background: url(images/facebook.png) 0px 50% no-repeat;
	border-top:1px dotted #ccc;
	}

#sidebar li#side-tabs .cat_content li.linkedin {
	border:0;
	margin: 0;
	padding: 5px 0 5px 25px;
	background: url(images/linkedin.png) 0px 50% no-repeat;
	border-top:1px dotted #ccc;
	}

#sidebar li#side-tabs .cat_content li.email {
	border:0;
	margin: 0;
	padding: 0 0 5px;
	background:transparent;
	}

#sidebar li#side-tabs li.email input#sub {
	width: 160px;
	border:1px solid #ccc;
	background:#fff;
	padding: 4px;
	margin: 0;
	}

#sidebar li#side-tabs li.email input#subbutton {
	padding:3px;
	font-size:8pt;
	margin: 0;
	font-weight:bold;
	border:1px solid #000;
	background:#333;
	color:#fff;
	cursor:pointer; 
	}

#sidebar li#side-tabs li.email input#subbutton:hover {
	background:#000;
	border:1px solid #000;
	}

/* ---------------[ New 125x125 Banner Ads ]--------------- */

.banner125 {
	width:260px;
	margin:0;
	padding:0;
	}

.banner125 .ad img {
	float:left;
	width:125px;
	height:125px;
	margin:0 5px 5px 0;
	padding:0;
	}

/* ------[ 125x125 Banner Ads For Backwards Compatibility ]------ */

#sidebar ul li ul#banner125 li.ad1, #sidebar ul li ul#banner125 li.ad3, #sidebar ul li ul#banner125 li.ad5, #sidebar ul li ul#banner125 li.ad7, #sidebar ul li ul#banner125 li.ad9  {
	float:left !important;
	clear:left !important;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	border: 0 !important;
	background: transparent !important;
	overflow:visible !important;
	}

#sidebar ul li ul#banner125 li.ad2, #sidebar ul li ul#banner125 li.ad4, #sidebar ul li ul#banner125 li.ad6, #sidebar ul li ul#banner125 li.ad8, #sidebar ul li ul#banner125 li.ad10  {
	float:right !important;
	clear:right !important;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	border: 0 !important;
	background: transparent !important;
	overflow:visible !important;
	}

#sidebar ul li ul#banner125 li:hover {
	background: transparent !important;
	}

/* -------------------[ Sidebar-Bottom ]------------------- */

#sidebar-bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar-bottom ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar-bottom ul ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar-bottom ul ul ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar-bottom li {
	list-style-type: none;
	margin: 0 0 20px;
	overflow:hidden;
	padding:0;
	border:0;
	}

#sidebar-bottom li li {
	list-style-type: none;
	margin: 0;
	border:0;
	padding: 5px 0px 5px 17px;
	background:transparent url(http://www.karonburiphuket.com/images/list.gif) 2px 9px no-repeat;
	border-bottom:1px dotted #ccc;
	}

#sidebar-bottom li li li {
	background-image:none;
	border:0;
	padding: 1px 0;
	}

#sidebar-bottom li li li:hover {
	background-image:none;
	}

#sidebar-bottom li li li li {
	padding-left: 10px;
	}

#sidebar-bottom .textwidget {
	margin: 0;
	padding:0;
	}

#sidebar-bottom li#tag-cloud ul { }

#sidebar-bottom li#tag-cloud ul.wp-tag-cloud { }

#sidebar-bottom li#tag-cloud li {
	border:0;
	float:none;
	display:inline;
	padding: 0;
	margin: 0 5px 0 0;
	background:transparent;
	background-image: none;
	line-height:2em;
	}

#sidebar-bottom li#tag-cloud li a {
	padding:0;
	background:transparent;
	background-image: none;
	}

#sidebar-bottom li select {
	width:160px;
	margin: 0;
	}

/* -------------------[ Magazine Home Page Styles ]------------------- */

ul.home-left {
	width:285px;
	padding:0;
	float:left;
	margin:0 0 20px;
	list-style-type:none;
	}

ul.home-right {
	width:285px;
	padding:0;
	float:right;
	margin:0 0 20px;
	list-style-type:none;
	}

ul.home-bottom {
	padding:0;
	margin:0 0 10px;
	list-style-type:none;
	}

ul.home-right li.homepost, ul.home-left li.homepost {
	line-height:1.5em;
	font-size:9pt;
	margin:0;
	padding: 10px 0;
	list-style-type:none;
	border-bottom:1px dotted #ccc;
	height:80px;
	overflow:hidden;
	}

ul.home-bottom li.homepost {
	line-height:1.5em;
	font-size:9pt;
	margin:0;
	padding: 10px 0;
	list-style-type:none;
	border-bottom:1px dotted #ccc;
	}

h2.feat-title {
	letter-spacing:0px;
	font-size: 12pt;
	padding:0 0 5px 0;
	margin: 0;
	border-bottom:double #ddd;
	clear:both;
	}

h2.feat-title span.name {
	float:left;
	width:75%;
	}

h2.feat-title span.moreposts {
	text-align:right;
	float:right;
	width:24%;
	font-size:10pt;
	}

li.homepost img.post-thum, li.homepost img.thumbnail {
	width:70px;
	height:70px;
	float:left;
	margin: 0 10px 0 0;
	}

li.bottom {
	margin:0;
	padding: 5px 0;
	list-style-type:none;
	}

li.homepost h3 {
	padding:0;
	margin: 0;
	letter-spacing:0px;
	font-size:9pt;
	line-height:1.3em;
	}

li.homepost p {
	margin-bottom:0;
	}

/* ---------[ Slideshow ]--------- */

#slideshow {
	position:relative;
	margin: 0 auto;
	padding:0;
	overflow:hidden;
	width:990px;
	background:transparent;
	height:180px;
	}

#slideshow ul { 
	list-style-type:none;
	margin: 0;
	padding:0;
	}

#slideshow .videobutton a {
	width:50px;
	height:50px;
	display:block;
	}

#slideshow img.post_thumbnail {
	background:#fff;
	padding:2px;
	float:none;
	margin: 0 auto;
	width:294px;
	height:154px;
	display:block;
	}

#slideshow .feature-entry {
	z-index:999;
	position:absolute;
	background:#000;
	color:#fff;
	top: 107px;
	left:3px;
	width:274px;
	height:30px;
	padding: 10px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}

#slideshow .feature-entry a {
	color:#fff;
	}

#slideshow  #feat-banner {
	position:absolute;
	top:0;
	left:395px;
	background:transparent;
	width:200px;
	height:77px;
	z-index:999;
	background:url(images/featured.png) top left no-repeat;
	}

#slideshow h2 {
	text-align:center;
	color:#000;
	margin: 0;
	padding:0;
	font-size:10pt;
	line-height: 1.2em;
	letter-spacing:0;
	}

/* ---------[ jCarousel Styles ]--------- */

.jcarousel-container {
	position: relative;
	padding: 0;
	}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	}

#slideshow li, 
.jcarousel-list li, 
.jcarousel-item {
	position:relative;
	z-index:1;
	float: left;
	list-style: none;
	/* --- We set the width/height explicitly. No width/height causes infinite loops. --- */
	width: 300px;
	height: 200px;
	padding:0;
	margin: 0 10px 50px 0;
	overflow:hidden;
	}

/* ---- The buttons are added dynamically by jCarousel 
before the <ul> list (inside the <div> described above) 
and have the classnames "jcarousel-next" and "jcarousel-prev" ---- */

.jcarousel-next {
	z-index: 3;
	display: none;
	}

.jcarousel-prev {
	z-index: 3;
	display: none;
	}

.jcarousel-container-horizontal {
	width: 960px;
	height: 200px;
	padding: 10px 0 0;
	margin: 0 auto;
	background:#fff;
	}

.jcarousel-clip-horizontal {
	width: 920px;
	height: 200px;
	margin: 0 auto;
	padding:0px;
	}

.jcarousel-item-horizontal { }

.jcarousel-item-placeholder { }

/* -----------[ jCarousel Horizontal Buttons ]----------- */

.jcarousel-next-horizontal {
	position: absolute;
	top:75px;
	right: -15px;
	width: 15px;
	height: 60px;
	cursor: pointer;
	background: transparent url(images/next.png) no-repeat 0 0;
	}

.jcarousel-prev-horizontal {
	position: absolute;
	top:75px;
	left: -15px;
	width: 15px;
	height: 50px;
	cursor: pointer;
	background: transparent url(images/prev.png) no-repeat 0 0;
	}

#slideshow .videobutton {
	z-index:100;
	width:50px;
	height:50px;
	position:absolute;
	top:70px;
	left:125px;
	background:url(images/play.png) top left no-repeat;
	}

/* -----------[ Recent Photos ]----------- */

#recent-photos {
	background:#fff;
	padding: 0 0 10px 0;
	text-align:center;
	clear:both;
	margin: 0 auto;
	}

#recent-photos img.post-thum, #recent-photos img.thumbnail {
	background:#fff;
	padding:2px;
	float:left;
	margin: 0 10px 0 0;
	width:134px;
	height:134px;
	}

#recent-photos .last img.post-thum, #recent-photos .last img.thumbnail {
	margin: 0;
	}

h2.recent-photos {
	font-size:12pt;
	text-align:center;
	padding: 0 0 5px 0;
	border-bottom:double #ddd;
	letter-spacing:0px;
	margin-bottom:10px;
	}

/* ---------------[ Site Map Page ]--------------- */

ul.archives, ul.wp-tag-cloud {
	margin: 0 0 15px 5px;
	padding: 0;
	}

ul.archives ul, ul.wp-tag-cloud ul {
	padding:0;
	}

ul.archives ul li, ul.wp-tag-cloud ul li {
	background:transparent;
	padding-left:0;
 	margin:0;
        }

ul.archives ul ul, ul.wp-tag-cloud ul ul {
	margin:0;
	margin-left: 15px;
	padding:0;
	}

.post ol.archives {
	margin:0 0 0 20px;
	padding:0;
	}

.post ol.archives li {
	margin:0;
	padding:0;
	}

.sitemap img.post-thum, .sitemap img.thumbnail {
	float:left;
	height:70px;
	width:70px;
	margin: 0 10px 10px 0;
	}

.sitemap {
	padding-bottom:15px;
	}

.sitemap h2 {
	margin-bottom:10px;
	font-size:12pt;
	padding-bottom:5px;
	border-bottom: double #ddd;
	letter-spacing:0px;
	}

.sitemap h3 {
	margin-bottom:3px;
	line-height:1.3em;
	font-size:10pt;
	padding0:0px;
	border:0;
	letter-spacing:0px;
	}

/* ---------------[ Related Posts on Single Post Page ]--------------- */

#related {
	background:#eee url(images/dot.gif) 42% 0 repeat-y;
	border:1px solid #ddd;
	padding:15px;
	margin: 0 0 10px;
	}

#related .related-posts {
	font-weight:bold;
	width: 56%;
	float:right;
	}

#related .related-posts p {
	margin:0;
	}

#related .related-posts h3, #related .related-posts h2, #related .related-posts h1 {
	margin:0;
	font-size:12pt;
	letter-spacing:0;
	}

#related .related-posts ol {
	font-weight:normal;
	margin:2px 0 0 25px;
	}

#related .subscribe {
	width: 40%;
	float:left;
	}

#related .subscribe p.intro {
	font-weight:bold;
	}

#related .subscribe p.feed {
	margin-bottom:10px;
	font-weight:bold;
	padding-left: 21px;
	background: url(images/FeedIcon-16.gif) 0px 50% no-repeat;
	}

#related .subscribe form {
	margin:0;
	padding:0;
	}
	
	
	
	
	
/***************************************************************************************/
/* --------------[ User-Defined Adjustments from Stylesheet #2 ]-------------- */

@import 'style-2.css';

/* --------------[ Color Scheme Adjustgments ]-------------- */


/* ------[ Style Adjustments for Hot Pink Color Scheme ]-------- */



/* --------------[ User-Defined Adjustments ]-------------- */

body {
	color:#7C795A;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
		}



h1, h2, h3, h4, h5, h6, h7, .sitetitle {
	font-family: georgia,times,serif;
	font-weight: normal;
	color: #76786a;
	}
	

h4{
	font-size:11pt;
	color: #3d2922;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold
	}

/* -------------------[ Site Title Adjustments ]------------------- */

#sitetitle h1, #sitetitle .title {
	font-size: 32px;
	color: #6b6f3b;
	text-align: Left;
	font-weight: normal;
	font-family: georgia,times,serif;
	padding-left:95px
	}

#sitetitle .description { 
	color:#3d2922;
	font-size: 11px;
	text-align:Left;
	padding-left:95px
	}






/* ----------[ Header Background Color Adjustments ]---------- */


/* ----------[ Left Sidebar Float Adjustments ]----------- */

#content .col-3 { float:left; }
#sidebarleft { float:right; }

/* --------------[ Top Navigation Adjustments ]-------------- */
a, a:link, a:visited {

	}

/* --------------[ Category Navigation Adjustments ]-------------- */

#nav {
	font-size: 12px; 
	font-weight: normal;
	background-image:url(images/btn_promotions.png);
	background-repeat:no-repeat;
	
	}

#nav li a, #nav li a:link, #nav li a:visited {
		}

#nav li a:hover, #nav li a:active  {
			}


/* --------------[ Main Content Adjustments ]-------------- */

.maincontent {
	font-size: 12px;
	}

.maincontent a, .maincontent a:link, .maincontent a:visited { 
		color: #cc9933;
		}

.maincontent a:hover, .maincontent a:active, .post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover { 
		color: #756524;
		}

/* --------------[ Sidebar-Right Adjustments ]-------------- */

#contentright {
	font-size: 12px;
	}


#contentright a:hover, #contentright a:active { 
	color: #6b6f3b;
	}


/* --------------[ add new ]-------------- */
#contentIndex-main {width:650px; padding:25px; float:right; background-color:#FFF}
#contentIndex-left {width:240px; padding:25px 10px 10px 25px ; float:left}
#contentIndex {width:980px; margin:0 0 0 5px; padding:0}
#contentOther {background-color:#dfe3e0; width:980px; margin:0; padding:0}

#promotion {background-color:#fff; width:920px; margin-left:15px; padding:20px 20px 0 20px;}
#promotionL {width:425px; padding:0; float:left}
#promotionR{width:425px; padding:0; float:right}
.pic-pad-bot {padding-bottom:8px}
.padleft {padding-left:5px}
.floatleft {float:left}

#banner{width:980px; height:250px; background-color:#000; margin-left:5px;background-image:url(http://www.sukantara.com/Chiang-Mai/images/banner.jpg)}
#banner_inner{width:980px; height:250px; }

#bigimage {margin:0; padding:0; float:left}

#slide_image {width:890px; height:250px}
#bottom_tab1 {float:left; padding:5px 0 0 20px;width:400px; height:29px}
#bottom_tab1 .text_white {font-family:arial;font-size: 11px;color: #fff; font-weight:bold; text-transform:uppercase}
#bottom_tab1 a {color: #fff; }
#bottom_tab1 a:hover {color:#3d2922; }
#bottom_tab2 {float:right; padding:5px 20px 0 0; height:29px; text-align:right}
#bottom_tab2 a {color: #fff; }
#bottom_tab2 a:hover {color:#3d2922; }
#leftmenu{width:170px;height:210px;position:absolute;padding:90px 0 0 20px;float:left;z-index:99;
}
#leftmenu ul{}
#leftmenu li{ list-style:url(http://www.sukantara.com/Chiang-Mai/images/list.gif)}
#leftmenu a {color:#FFF; text-transform:uppercase; font-weight:normal}
#leftmenu a:hover {color:#a39d9d;}

#rightmenu{width:155px;position:absolute;padding:13px 0 0 800px;float:left;z-index:98;}

#reservation {width:155; margin-bottom:10px;font-size:12px; color:#fff;}
#feature {width:155; font-size:12px; color:#fff;}
#feature a {color: #fff;}
#feature a:hover {color:#3d2922;}

#floatLpadR { float:left; padding-right:5px;}

#social-network {
	text-align:right;
	float:right;
	width:140px;
	padding: 10px 0 0 0;
	}

#box-wrap {margin-top:20px}
#box1 {width:315px; margin-right:10px; float:left}
#box1 img {border:1px solid #e0d2ad;padding:2px;background:#fff;margin: 0}
#box2 img {border:1px solid #e0d2ad;padding:2px;background:#fff;margin: 0}
#box-head {width:307px; padding:4px; background-color:#e0d2ad}
#box-head a {color:#333; font-weight:bold; text-decoration:none}
#box-head a:hover {color:#666; font-weight:bold; text-decoration:none}
#box2 {width:315px; float:right}
#boxR {width:55%; float:right}
#boxL {width:40%; float:left}

.textHiLi { 
		color: #3d2922;
		font-weight:bold
		}
		
#hili_box	{
	background-color:#ddd;
	margin-top:15px;
	padding:10px
}
		
		
		
		

#img_gallery{ margin:0; width:400px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}
#img_gallery ul li ol{ list-style:none}

/* --- IMAGE STAGE */
#fullimg{
	width:400px;
	overflow:hidden;
	height:300px;
}
#fullimg img{ width:400px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:400px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 364px;
	float:left;
	height:50px;
	background-color:#eee;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:72px;
	height:48px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.gif');}
#moveright{background: url('images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
		
#banner_map {background-color:#000; color:#fff; width:238px; height:135px; text-align:center}
#banner_map a{color: #fff;text-decoration:none}
#banner_map a:hover{color: #fff;text-decoration:underline}

.slogan {font-size: 16px; font-weight:normal; color: #cc9933;}

#linklist{
width:160px;
text-align:left
}

#booking{
width:900px;
height:50px;
background-color:#ebebeb
}

#onlinebooking{
width:181px;
height:50px;
float:left
}

#bookingform{
width:463px;
height:30px;
padding:10px 17px;
text-align:left;
float:left;
background-image:url(../images/bg_bookingform.jpg)
}
#bookingdate{
width:120px;
float:left;
padding-right:10px
}
#submit_now{
width:146px;
float:left;
}
#ddmenu{
text-align:left;
width:50px;
float:left;
padding-right:10px
}

#specialoffer{
width:222px;
height:50px;
float:right
}

/*-- Footer --*/
#footer { width: 920px; margin: 20px 0 0 5px; background: url(http://www.sukantara.com/images/bg/bg-footer.gif) repeat-x; padding: 20px 30px 0 30px ; overflow: hidden; text-align:center}
	#footer .mainFooter { width: 100%; margin: 0px; padding: 0px; overflow: hidden; text-align: center;}
	#footer .mainFooter ul {margin: 0px auto; padding: 0px; text-align: center;}
	#footer .mainFooter ul.footernav {width: 770px; margin-bottom: 5px; overflow: hidden;}
	#footer .mainFooter ul.footernav1 {width: 770px; margin-bottom: 5px; overflow: hidden;}
	#footer .mainFooter ul.footernav2 {width: 345px; margin-bottom: 5px; overflow: hidden;}
		#footer .mainFooter ul li {display: inline;float: center; padding: 1px 5px; list-style: none; border-right: 1px solid #D6D5B0;}
		#footer .mainFooter ul li a {color:White; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; letter-spacing:0; line-height:14px;text-decoration:none;}
		#footer .mainFooter ul li a:hover {color: #D6D5B0; text-decoration: underline;}
		#footer .mainFooter ul li.last {padding-right: 0px; border: none;}
		#footer .mainFooter p { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; text-align: center; padding: 15px 0px; color: #D6D5B0;}
		
	#footer .feature {display: block; float: right; width: 100px; margin: 5px 0px; padding: 0px; overflow: hidden; text-align: center;}
	#footer .feature img {margin-right: 10px;}
	#footer .feature p {display: block; margin: 15px auto;}
	
#footer .footer_link{color:#D6D5B0;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size: 10px;text-decoration:none}	
#footer .footer_link:hover {text-decoration: underline;}

	
#header .topHeader {display: block; width: 950px; background: url(http://www.sukantara.com/images/bg/topheader.gif) no-repeat; height: 44px; padding: 8px 15px;}
		.languageBookmark {float: right; width: 500px; text-align:right} 
		.languageBookmark .language {display: block; float: left; background:#EEF2F7 url(../images/icon/ico-eng.gif) 4px 2px no-repeat; border:1px solid #CCCCCC; height:20px; padding: 0px 0 0px 22px; width:90px;}
		.languageBookmark .bookmark {display: block; width: 125px; float: right; padding-top: 3px;}				
		
		/*-- topNavigation --*/
		
		.topNav {display: block; width: 800px; float: right; margin: 12px 0px 0px; padding: 0px; clear: both; text-align:right}
		
			.topNav li {display: inline; list-style: none;  padding: 0px 10px; font-family:Arial,Helvetica,sans-serif; font-size: 11px; color: #9d9b9c;}		  
			.topNav li a {text-decoration: none;  color: #9d9b9c;}
			.topNav li a:hover {text-decoration: underline; color: #593A14;}
			.topNav li.last {padding: 0px 0px 0px 10px;}
			
		/*-- Left Navigation --*/
		#navigationLeft {display: block; position: absolute; top: 330px; left: 0px; z-index: 1000;}
		

/*-- Content --*/
#mainContent { width: 930px; margin: 0px auto; background: #fff; overflow: hidden; padding: 25px;}
	#mainContent .contentLeft {float: left; width: 560px; overflow: hidden; }		
	#mainContent .contentRight {float: right; width: 323px; overflow: hidden;}
	
	/*-- contentLeft --*/
	#mainContent .welcome {padding-bottom: 5px;}
	#mainContent .titleDetail {display: block; margin: 7px 0px; color: #a8a88c; font-family:Arial,Helvetica,sans-serif; font-size: 12px; word-spacing: 5px; font-weight: bold; padding-bottom:10px;}
	#mainContent .contentLeft p {font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; color:#7C795A; font-size:12px; line-height:18px; padding-bottom: 20px;}
		#mainContent .contentLeft p a {color: #b78b4e; text-decoration: underline;}
		#mainContent .contentLeft p a:hover {color: #999999; text-decoration: none;}
		#mainContent .contentLeft .listDetail {display: block; margin: 15px 0px; overflow: hidden;}
			#mainContent .contentLeft .listDetail li {display: list-item; margin: 0px 0px 5px 40px; list-style: disc; padding-left: 5px;}
			
#content3columns1 {width:300px; margin-right:30px; padding:0px; float:left}
#content3columns2 {width:308px; padding:0px; float:left}
#content3columns3 {width:250px; padding:0px; float:right}
#content3columns {background-color:#fff; width:920px; margin-left:15px; padding:20px 20px 0 20px}

	/*-- contentRight --*/
	.contentRight .headCheck {display: block; width: 323pxx; background: url(http://www.sukantara.com/images/bg/bg-topRight.jpg) no-repeat; height: 18px;}
	.contentRight .checkAvailability {display: block; width: 307px; overflow: hidden; border-left: 1px solid #999999; border-bottom: 1px solid #999999; border-right: 1px solid #999999; padding: 0px 7px 20px; margin-bottom: 10px;}
	
	.date {display: block; width: 150px; float: left; margin-top:10px;}
	.date label {display: block; margin-bottom: 3px; color: #a19c76; font-weight: bold;}
	.date input { font-family:Arial,Helvetica,sans-serif;  font-size: 10px; 
		width: 110px; border: 1px solid #c2c0c1; padding: 2px; background: #fff; color: #9a9a9a; 
	}
	
	.night {display: block; float: left; margin-top:10px; width: 60px; padding-left: 12px;}
	.night label {display: block; margin-bottom: 3px; color: #a19c76; font-weight: bold;}
	.night select { font-family:Arial,Helvetica,sans-serif;  font-size: 10px; color: #9a9a9a; width: 50px; border: 1px solid #c2c0c1; padding: 2px; background: #fff;}
	
	.selection,.selection2 {display: block; float: left; margin-top:10px; width: 51px; padding-right: 2px;}
	.selection2 {display: block; float: left; margin-top:10px; width: 50px; padding-left: 0px;}
	.selection label,.selection2 label {display: block; margin-bottom: 3px; color: #a19c76; font-weight: bold;}
	.selection select,.selection2 select { font-family:Arial,Helvetica,sans-serif;  font-size: 10px; color: #9a9a9a; width: 44px; border: 1px solid #c2c0c1; padding: 2px; background: #fff;}
	
	.btn-check {background: none; border: none; margin-top: 25px;}
	
	.contentRight .bannerAds {display: block; width: 307px; overflow: hidden; border: 1px solid #999999; padding: 10px 7px; margin-bottom: 10px;}
		.contentRight .bannerAds ul {display: block; width: 200px; margin: 0px 0px 10px; padding: 0px;}
		.contentRight .bannerAds ul li {display: inline; float: left; width:283px; padding: 1px; background: #cccccc; border: 1px; list-style: none; text-align: center; margin-right: 3px;}
		.contentRight .bannerAds ul li a {display:block; width:16px; padding: 1px; text-decoration: none; color: #fff; background: #ccc;}
		.contentRight .bannerAds ul li a:hover {background: #fff; color: #ccc; width: 14px; padding: 1px;}
		.btn-ads {display: block; width:70px; height: 19px; margin: 10px auto 0; background: none; border: none;}
		
	.contentRight .emailSignup {display: block; width: 307px; overflow: hidden; border: 1px solid #999999; padding: 10px 7px; margin-bottom: 10px;}
		.contentRight .emailSignup label {display: block; margin-bottom: 3px; color: #a19c76; font-weight: bold;}
		.contentRight .emailSignup input {display: block; float: left; font-family:Arial,Helvetica,sans-serif;  font-size: 10px; color: #9a9a9a; width: 250px; border: 1px solid #c2c0c1; padding: 2px; background: #fff; margin-top: 3px;}
		.btn-email {background: none; border: none; margin-top: 0px;}
		
	.contentRight .banner {display: block; width: 307px; overflow: hidden; border-left: 1px solid #999999; border-top: 1px solid #999999; border-right: 1px solid #999999; padding: 0px 7px 0px; text-align:center }	
		.contentRight .footBanner {display: block; width: 323pxx; background: url(http://www.sukantara.com/images/bg/bg-footban.jpg) no-repeat; height: 16px;}
		

.entry img {border:none}