/*
Theme Name:		Thesis
Theme URI:		http://diythemes.com/thesis/
Description:	A website framework so flexible and extensible that you will never have to change your theme again. Seriously. Check out the <a href="admin.php?page=thesis-options">Site Options</a> and the <a href="admin.php?page=thesis-design-options">Design Options</a> to begin your Thesis experience! [ver. 1.8.4]
Version:		1.8.4
Author:			Chris Pearson
Author URI:		http://www.pearsonified.com/
Distributor:	http://diythemes.com/

WARNING: DO NOT EDIT THIS FILE. If you wish to make custom stylistic changes to your theme, use the
custom.css template to define custom styles. This way, you will still be able to take advantage of
future upgrades to the theme without worrying about overwriting your style changes. Also, be sure
you've selected the "enable custom stylesheet" option in the Thesis options panel if you wish to use a
custom stylesheet.

----:[ copyright notice ]:-----------------------------------------------------

The CSS, JavaScript, and images contained in Thesis are all released under the
Thesis Proprietary Use License and cannot be redistributed. Doing so will
result in termination of membership with DIYthemes.

The custom.css file and any images in the custom images folder do NOT fall
under the Thesis Proprietary Use License. The end user determines the license
that should be applied here (if applicable).

The jscolor color picker script and associated images do NOT fall under the
Thesis Proprietary Use License and are free for use as determined by the GNU
Lesser GPL.

For more information on Thesis licensing and the Terms of Service, please see
the terms_of_service.txt file included in this package.

-----------------------------------------------------------------------------*/

body { font-size: 10px; }
* { padding: 0; margin: 0; }

/*---:[ core layout elements ]:---*/
#header { border-style: double; border-color: #ddd; clear: both; background: url("images/hotline.png"); float:left; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-style: dotted; border-color: #bbb; clear: both; }
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none; }
		#sidebars { border-color: #ddd; }
			#sidebar_1 { border-color: #ddd; }
#footer { border-style: double; border-color: #ddd; text-align: right; clear: both; }

/*---:[ global elements ]:---*/
a, a:hover { text-decoration: none; }
a.post_image_link { outline: none; }
a img { border: none; }
blockquote { border-left: 1px solid #ddd; color: #666; }
abbr, acronym { line-height: 1em; letter-spacing: 1px; border-bottom: none; cursor: help; }
code { line-height: 1em; background: #eee; }
pre { background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }

/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #444; background: #eee; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	.sidebar .text_input { width: 95%; }
	input.form_submit { font-weight: bold; color: #111; background: url('../lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; width: auto !important; overflow: visible; }
	#commentform input.form_submit { border-width: 3px; }
	input.form_submit:hover { color: #090; }

/*---:[ universal image classes ]:---*/
img.alignleft, img.left { float: left; }
img.alignright, img.right { float: right; }
img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
img.alignnone, img.block { display: block; clear: both; }
img.frame { background: #eee; border-style: solid; border-color: #ddd; }
img.stack { clear: none !important; }
img[align="left"] { float: left; clear: left; }
img[align="right"] { float: right; clear: right; }
img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }

/*---:[ image captioning ]:---*/
.wp-caption { border-style: solid; border-color: #ddd; background-color: #eee; text-align: center; font-style: italic; }
	.wp-caption.alignleft { float: left; }
	.wp-caption.alignright { float: right; }
	.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
	.wp-caption.alignnone { clear: both; }

/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: normal; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2 { font-weight: bold; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { font-variant: small-caps; letter-spacing: 2px; }

/*---:[ headline meta data (includes bylines) ]:---*/
.headline_meta { font-style: italic; }
	.headline_meta span, .headline_meta abbr { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
	.headline_meta a { border-bottom: 1px solid #eee; }

/*---:[ horizontal dropdown nav menu structure ]:---*/
.menu { position: relative; list-style: none; z-index: 50; }
	.menu li { position: relative; float: left; }
		.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
			.menu ul li { clear: both; }
		.menu a { display: block; }
	.menu table { position: absolute; left: 0; border-collapse: collapse; }
		.menu table table { top: 0 !important; }
		.menu ul ul { position: absolute; top: 0; }
	.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
	.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }

/*---:[ nav menu styles ]:---*/
.menu, .menu a, .menu li ul { border-style: solid; }
	.menu a { text-transform: uppercase; letter-spacing: 2px; }
	.menu .current > a, .menu .current-cat > a, .menu .current-menu-item > a { cursor: text; }
		.menu .rss { float: right; }
		.menu .rss a, .menu .rss a:hover { padding-right: 16px; background: url('../lib/images/icon-rss.gif') 100% 50% no-repeat; border: none; }
		.menu .rss a:hover { text-decoration: underline; }

/*---:[ #header styles ]:---*/
#logo { font-weight: bold; }
#tagline { font-weight: normal; }

/*---:[ content styles ]:---*/
.format_text a { text-decoration: underline; }
.format_text a:hover { text-decoration: none; }
.format_text p.note { background: #f5f5f5; border: 1px solid #ddd; }
.format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }
.format_text .drop_cap { color: #888; float: left; }
.format_text ul { list-style: square; }
.format_text dt { font-weight: bold; }
	/*---:[ pullquotes ]:---*/
	.format_text blockquote.right, .format_text blockquote.left { border: none; }
	.format_text blockquote.right { float: right; }
	.format_text blockquote.left { float: left; }
		.format_text blockquote.right p, .format_text blockquote.left p { margin: 0; }
	/*---:[ end pullquotes ]:---*/
.format_text .ad { float: right; clear: right; }
.format_text .ad_left { float: left; clear: left; }

/*---:[ after-post elements ]:---*/
.format_text .to_comments { color: #666; clear: both; }
	.format_text .to_comments span { color: #111; line-height: 1em; }
	.format_text .to_comments span.bracket { color: #ccc; }
	.format_text .to_comments a { color: #666; text-decoration: none; }
	.format_text .to_comments a:hover { color: #111; text-decoration: underline; }

/*---:[ tags are not targeted further because these styles need to cascade to teasers as well ]:---*/
.post_tags { color: #666; }
	.post_tags a { text-decoration: none; }
	.post_tags a:hover { text-decoration: underline; }

/*---:[ feature box ]:---*/
#feature_box { background: #eee; border-style: solid; border-color: #ddd; }

/*---:[ booking box ]:---*/
.area_important 
{
    border:solid 1px #ccc;
    border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    background-color: #fff;
    color: #003366;
    margin:8px; 
    padding:0px; 
}
.area_important_title
{
    width: auto;
    height:15px;
    line-height: 15px;
    background-color: #000;
    color: #fff;
    margin: 1px 1px 10px 1px;
    padding: 3px 5px;
    text-align: left;
    font-weight: bold;
}
.error { color: #ff0000; }

/*---:[ home page teasers ]:---*/
.teaser a.teaser_link:hover { text-decoration: underline; }
.teaser .teaser_author { font-style: italic; }
	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.teaser .edit_post { letter-spacing: 1px; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #888; border-bottom: 1px solid #eee; }
	.teaser .teaser_author a { font-style: normal; }
	.teaser .format_teaser a { text-decoration: underline; }
	.teaser .format_teaser a:hover { text-decoration: none; }

/*---:[ archive information block ]:---*/
#archive_intro { border-style: solid; border-color: #ddd; }

/*---:[ navigation links ]:---*/
.prev_next { text-transform: uppercase; letter-spacing: 2px; color: #666; border-style: solid; border-color: #ddd; clear: both; }
	.prev_next .next { text-align: right; }
	.prev_next .floated { float: left; }
	.prev_next a { text-decoration: none; }
	.prev_next a:hover { text-decoration: underline; }
	.post_nav a { text-transform: none; letter-spacing: normal; }
#comment_nav_2 { border-style: solid; border-color: #ddd; }

/*---:[ multimedia box ]:---*/
.image_box, .custom_box { border-style: solid; border-color: #ddd; }
	#image_box img { background: #fff; border-style: solid; border-color: #bbb; }

/*---:[ post image ]:---*/
.post_image { max-width: 100%; height: auto; }

/*---:[ sidebar styles ]:---*/
.sidebar a:hover { text-decoration: underline; }
ul.sidebar_list { list-style: none; }
	li.widget { width: 100%; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ul { list-style: none; }
			li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
		li.widget .widget_box { background: #e3f0f2; border-style: solid; border-color: #addde6; }
		/*---:[ subscriptions widget ]:---*/
		.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('../lib/images/icon-rss.gif') 0 50% no-repeat; } /* being served from layout.css now */
		.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('../lib/images/icon-email.gif') 0 50% no-repeat; }
		/*---:[ google custom search ]:---*/
		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
		li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('../lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #090; }
		/*---:[ calendar widget ]:---*/
		#calendar_wrap { width: 98%; padding: 0 1%; }
			#calendar_wrap a { font-weight: bold; }
			#calendar_wrap a:hover { background: #ddd; text-decoration: none; }
			table#wp-calendar { width: 98%; border-collapse: collapse; }
				table#wp-calendar caption { font-weight: normal; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; }
				table#wp-calendar th { width: 14%; background: #f2f2f2; border-bottom: 1px solid #ddd; text-align: center; }
				table#wp-calendar td { width: 14%; color: #888; text-align: center; }
				table#wp-calendar td#next, table#wp-calendar td#prev { width: 45%; text-transform: uppercase; letter-spacing: 1px; }
				table#wp-calendar td#next { text-align: right; }
				table#wp-calendar td#prev { text-align: left; }

/*---:[ comment styles ]:---*/
	.comments_intro p { color: #666; }
		.comments_intro a { text-decoration: underline; }
		.comments_intro a:hover { text-decoration: none; }
		.comments_intro span { color: #111; line-height: 1em; }
		.comments_intro span.bracket { color: #ccc; }
dl#comment_list { border-top: 1px dotted #bbb; }
			dl#comment_list dt a:hover { text-decoration: underline; }
			dl#comment_list dt .comment_author { font-weight: bold; }
			.avatar img { float: right; }
			.comment_time, .edit_comment { color: #888; }
				.comment_time { white-space: nowrap; }
				.comment_time a, .edit_comment a { color: #888; }
				.comment_time a:hover, .edit_comment a:hover { color: #888; }
		.comment_num { float: right; }
			dl#comment_list .comment_num a { font-weight: bold; color: #aaa; }
			dl#comment_list .comment_num a:hover { color: #fff; background: #aaa; text-decoration: none; }
	dl#comment_list .bypostauthor { background: #e7f8fb; }
	dl#comment_list dd { border-bottom: 1px dotted #bbb; }
		dl#comment_list dd p.reply a { color: #888; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
		dl#comment_list dd p.reply a:hover { text-decoration: underline; }
	dl#comment_list dl { border-top: 0; }
		dl#comment_list dl dt, dl#comment_list dl dd { background: none; }
		dl#comment_list dl dd { border-bottom: 0; }
		dl#comment_list dl .bypostauthor { background: none; }
		dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-style: solid; border-color: #ddd; }
		dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #bde0e6; }
		a.comment_link { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #bbb; }
		a.comment_link:hover { color: #111; border-bottom-color: #111; }
	/*---:[ author comment and alternating comment colors ]:---*/
	/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */
#trackback_list { border-top: 1px dotted #bbb; }
		#trackback_list a { color: #111; }
		#trackback_list a:hover { color: #111; text-decoration: underline; }
	#trackback_list span { color: #888; }
	.comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }

/*---:[ comment form styles ]:---*/
	#respond_intro p { color: #555; }
		#respond_intro p a { font-weight: bold; }
		#respond_intro p a:hover { text-decoration: underline; }
		#cancel-comment-reply-link { text-transform: uppercase; letter-spacing: 1px; color: #fff; background: #d00; border-style: solid; border-color: #ac0000; border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }
.login_alert { background: #f5f5f5; border: 1px solid #ddd; }
	.login_alert p { font-weight: bold; }
		.login_alert p a:hover { text-decoration: underline; }
.comment_moderated { font-weight: bold; }
#commentform { border-top: 1px dotted #bbb; }
	#commentform p { margin-bottom: 1em; }
		#commentform p a { text-decoration: underline; }
		#commentform p a:hover { text-decoration: none; }
		#commentform p .required { color: #d00; }
	#commentform span.allowed { display: block; color: #807e70; background: #f9f7e4; border-style: dotted; border-color: #bbb; }
		#commentform span.allowed span { display: block; }
		/* Support for the highly-recommended Subscribe to Comments Plugin */
		#commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ footer styles ]:---*/
#footer a { border-bottom: 1px solid #ccc; }

/*---:[ self-clearing floats from Dan Cederholm ]:---*/
.menu:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*---:[ core layout elements ]:---*/
#container { width: 100em; margin: 0 auto; background-image: url('images/bg.png'); }
	#page { padding: 0em; }
		#header, #footer { padding-right: 1.1em; padding-left: 1.1em; }
		#content_box { width: 100%; background: url('../lib/images/dot-ddd.gif') 69.7em 0 repeat-y; }
		.no_sidebars { background: none !important; }
			
			#column_wrap { width: 69.7em; background: url('../lib/images/dot-ddd.gif') 15.2em 0 repeat-y; }
			#content { width: 54.4em; float: right; }
            #content form { font-size: 12px; padding: 5px; }
			.no_sidebars #content { width: 100%; }
				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.2em 0 2.2em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1.1em; }
				.teasers_box { width: 50em; }
					.teaser { width: 23.9em; }
				#archive_intro, .prev_next { padding-right: 2.2em; padding-left: 2.2em; }
			#sidebars { width: 30.2em; border: 0; float: right; }
				#sidebar_1 { width: 15.2em; border: 0; float: left; }
				#sidebar_2 { width: 30.2em; }
					.sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; }
				
		
/*---:[ nav styles ]:---*/
.menu ul, .menu ul li { width: 19em; }
.menu ul ul, .menu :hover ul :hover ul { left: 18.9em; }
.menu li:hover ul, .menu a:hover ul { left: -0.1em; }
.menu { border-width: 0 0 0.1em 0.1em; }


/*---:[ multimedia box elements ]:---*/
#multimedia_box { padding: 1.1em; }
	#image_box img { display: block; padding: 0.1em; border-width: 0.1em; }
	#image_box img.square { width: 27.6em; height: 27.6em; }
	#image_box img.four_by_three { width: 27.6em; height: 20.7em; }
	#image_box img.three_by_four { width: 27.6em; height: 36.8em; }
	#image_box img.three_by_two { width: 27.6em; height: 18.4em; }
	#image_box img.two_by_three { width: 27.6em; height: 41.4em; }
	#image_box img.five_by_four { width: 27.6em; height: 22.1em; }
	#image_box img.four_by_five { width: 27.6em; height: 34.5em; }
	#image_box img.sixteen_by_nine { width: 27.6em; height: 15.5em; margin: 0 auto; }
	#image_box img.nine_by_sixteen { width: 27.6em; height: 49.1em; margin: 0 auto; }
	#image_box img.two_by_one { width: 27.6em; height: 13.8em; }
	#image_box img.one_by_two { width: 27.6em; height: 55.2em; }
			
/*---:[ feature box styles ]:---*/
#feature_box { padding-right: 1.1em; padding-left: 1.1em; }

/*---:[ comments area ]:---*/
#comments { margin-right: 0em; margin-left: 0em; }
	.comments_intro, #respond_intro { margin-left: 2.2em; }
		dl#comment_list dt, #trackback_list { padding-right: 2.2em; padding-left: 2.2em; }
		dl#comment_list dd { padding-left: 2.2em; }
			dl#comment_list dd .format_text, dl#comment_list dd #respond { padding-right: 2.2em; }
		dl#comment_list dl dt { padding-left: 2.2em; border-width: 0 0 0 0.1em; }
		dl#comment_list dl dt.bypostauthor { padding-left: 2.1em; border-width: 0 0 0 0.2em; }
		dl#comment_list dl dd { padding-left: 0; }
		dl#comment_list dl dd .format_text { padding-left: 1.6em; border-width: 0 0 0 0.071em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.5em; border-width: 0 0 0 0.143em; }
		dl#comment_list dl dd dl { padding-left: 2.2em; }
#commentform { padding-right: 2.2em; padding-left: 2.2em; }
.comments_closed, .login_alert { margin-right: 2.2em; margin-left: 2.2em; }

/*---:[ content elements ]:---*/
body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
	#header { padding-top: 2.2em; padding-bottom: 2.2em; }
		.post_box { padding-top: 2.2em; }
			.headline_area { margin-bottom: 2.2em; }
		.teasers_box { padding-top: 2.2em; padding-bottom: 2.2em; }
		#multimedia_box { margin-bottom: 2.2em; }
	#footer { padding-top: 1.1em; padding-bottom: 1.1em; }

/*---:[ #header styles ]:---*/
#header #logo { font-size: 3.6em; line-height: 1.167em; }
#header #tagline { font-size: 1.4em; line-height: 1.429em; }

/*---:[ nav menu styles ]:---*/
.menu table { bottom: -0.1em; }
.nav, .menu li ul { border-width: 0 0 0.1em 0; }
.menu li { margin-bottom: -0.1em; }
	.menu li ul { margin-top: -0.1em; }
	.menu ul ul { margin-top: 0; }

.menu a { font-size: 1.2em; line-height: 1.333em; padding: 0.667em 0.833em; border-width: 0.083em; border-left-width: 0; }
.menu ul a { width: 14em; border-left-width: 0.083em; }

/*---:[ headlines ]:---*/
.headline_area h1, .headline_area h2, #archive_intro h1 { font-size: 2.2em; line-height: 1.364em; }
.format_text h2, .format_text h3 { font-size: 1.286em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; }
.format_text h4 { font-size: 1em; }
.format_text h5 { font-size: 0.786em; }
.format_text h6 { font-size: 0.786em; }
.teaser h2 { }
.sidebar h3 { font-size: 1em; line-height: 1.385em; margin-bottom: 0.692em; }
#archive_intro h1 { margin-bottom: 1em; }

/*---:[ bylines ]:---*/
.headline_meta { font-size: 1em; line-height: 1.8em; }
	.headline_meta .pad_left { padding-left: 0.9em; }

/*---:[ headline area (image thumbnails) ]:---*/
.headline_area img.alignleft { margin: 0 2.2em 2.2em 0; }
.headline_area img.alignright { margin: 0 0 2.2em 2.2em; }
.headline_area img.alignnone { margin: 0 auto 2.2em 0; }
.headline_area img.aligncenter { margin: 0 auto 2.2em auto; }
.headline_area img.frame { padding: 1em; border-width: 0.1em; }

/*---:[ post content area ]:---*/
.format_text { font-size: 1.4em; line-height: 1.571em; }
	.format_text p { margin-bottom: 1.571em; }
		.format_text p.note, .format_text p.alert { padding: 0.571em 0.786em; }
	.format_text .drop_cap { font-size: 3.571em; line-height: 0.76em; padding: 0.04em 0.12em 0 0; }
	.ie6 .format_text .drop_cap { padding-right: 0.06em; }
	.format_text acronym, .format_text abbr { font-size: 0.786em; }
	.format_text code, .format_text pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; }
	.format_text code { font-size: 0.929em; }
	.format_text pre { font-size: 0.857em; line-height: 1.5em; margin-bottom: 1.833em; padding: 0.667em 0.917em; }
	.format_text sub, .format_text sup { line-height: 0.786em }
	.format_text ul { margin: 0 0 1.571em 1.571em; }
	.format_text ol { margin: 0 0 1.571em 1.571em; }
		.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.571em; }
	.format_text dl { margin-bottom: 1.571em; }
		.format_text dd { margin-bottom: 1.571em; }
	.format_text blockquote { margin: 0 0 1.571em 0.786em; padding-left: 0.786em; }
		/*---:[ pullquotes ]:---*/
		.format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; }
		.format_text blockquote.right { margin: 0 0 1.222em 1.222em; }
		.format_text blockquote.left { margin: 0 1.222em 1.222em 0; }
	/*---:[ image handling classes ]:---*/
	.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin: 0 1.571em 1.571em 0; }
	.format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin: 0 0 1.571em 1.571em; }
	.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1.571em auto; }
	.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin: 0 auto 1.571em 0; }
	.format_text img[align="left"] { margin-right: 1.571em; margin-bottom: 1.571em; }
	.format_text img[align="right"] { margin-bottom: 1.571em; margin-left: 1.571em; }
	.format_text img[align="middle"] { margin-bottom: 1.571em; }
	.format_text img.frame, .format_text .wp-caption { padding: 0.714em; border-width: 0.071em; }
	.format_text img.stack { margin-left: 1.571em; }
	.format_text .wp-caption p { font-size: 0.857em; line-height: 1.5em; margin-bottom: 0; }
	/*---:[ ad and miscellaneous "block" classes ]:---*/
	.format_text .ad { margin-left: 1.571em; }
	.format_text .ad_left { margin-right: 1.571em; }

	/*---:[ after-post elements ]:---*/
	.format_text .to_comments { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; }
		.format_text .to_comments span { font-size: 1.833em; }
	.format_text .post_tags { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; }

/*---:[ multimedia box ]:---*/

#custom_box { font-size: 1.3em; line-height: 1.538em; }

/*---:[ archive intro block ]:---*/
#archive_intro { padding-top: 2.2em; }

/*---:[ previous and next links ]:---*/
.prev_next { padding-top: 1.1em; padding-bottom: 1.1em; }
	.prev_next p { font-size: 1em; line-height: 2.2em; }
	.post_nav .previous { margin-bottom: 0.55em; }
	.post_nav a { font-size: 1.4em; line-height: 1.571em; }

/*---:[ comment area ]:---*/
#comments { margin-top: 4.4em; }
.comments_intro { margin-bottom: 1.1em; }
	.comments_intro p { font-size: 1.2em; line-height: 1.833em; }
		.comments_intro span { font-size: 1.833em; }
#comment_list, #trackback_list { margin-bottom: 4.4em; }
	dl#comment_list dt { padding-top: 1.8em; }
		dl#comment_list dt span { font-size: 1.2em; line-height: 1.833em; }
		dl#comment_list dt .comment_author { font-size: 1.6em; line-height: 1.375em; padding-right: 0.688em; }
			.avatar img { margin-left: 0.833em; }
		.comment_time { padding-right: 0.917em; }
		.comment_num { padding-left: 0.833em; }
			.comment_num a { font-size: 1em; line-height: 1.833em; padding: 0.083em 0.25em; }
	dl#comment_list dd { padding-top: 1.1em; }
		dl#comment_list dd p.reply a { font-size: 0.786em; line-height: 1.636em; }
			dl#comment_list dl dd p.reply { margin-bottom: 0; }
	dl#comment_list dl dt, dl#comment_list dl dd { padding-top: 0; }
	dl#comment_list dl dd .format_text { margin-bottom: 1.571em; }
#trackback_list { padding-top: 1.1em; list-style: none; }
	#trackback_list a { font-size: 1.4em; line-height: 1.571em; }
	#trackback_list span { font-size: 1.2em; line-height: 1.833em; }
	#comment_nav_2 { margin-top: -4.4em; margin-bottom: 4.4em; }
.comments_closed { margin-top: 4.4em; margin-bottom: 2.2em; }

/*---:[ comment form styles ]:---*/
#respond { margin-bottom: 4.4em; }
#respond_intro { margin-bottom: 1.1em; }
	#respond_intro p { font-size: 1.7em; line-height: 1.294em; }
	#cancel-comment-reply-link { font-size: 1.1em; line-height: 1em; padding: 0.545em 0.727em; border-width: 0.182em; }
.login_alert { margin-top: 4.4em; margin-bottom: 2.2em; padding: 1.1em; }
#commentform { padding-top: 1.1em; }
	#commentform p, .login_alert p { font-size: 1.4em; line-height: 1.571em; }
	#commentform p.comment_box { line-height: 0.786em; }
		#commentform label { padding-left: 0.786em; }
		#commentform textarea { height: 12.571em; line-height: 1.571em; }
		#commentform span.allowed { width: 97.3%; padding-top: 0.5em; padding-bottom: 0.5em; border-width: 0 0.071em 0.071em 0.071em; }
			#commentform span.allowed span { font-size: 0.857em; line-height: 1.833em; padding: 0 0.583em; }
	/* Support for the highly-recommended Subscribe to Comments Plugin */
	#commentform p.subscribe-to-comments { font-size: 1.4em; }
		#commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ sidebar styles ]:---*/
.sidebar { }
#column_wrap .sidebar ul.sidebar_list { padding-top: 2.2em; }
	li.widget { font-size: 1.3em; line-height: 1.385em; margin-bottom: 2.769em; }
	li.tag_cloud { line-height: 1.692em; }
		li.widget p { margin-bottom: 1.385em; }
		li.widget abbr, li.widget acronym { font-size: 0.846em; }
		li.widget code { font-size: 0.923em; }
			li.widget ul li { margin-bottom: 0.692em; }
				li.widget li ul { margin: 0.692em 0 0 1.385em; }
	/*---:[ widget box styles ]:---*/
	li.widget .widget_box { padding: 0.692em; border-width: 0.077em; }
	/*---:[ google custom search ]:---*/
	li.thesis_widget_google_cse form input[type="submit"] { font-size: 1em; margin-top: 0.462em; padding: 0.154em 0.231em; }
	/*---:[ calendar widget ]:---*/
	#calendar_wrap a { padding: 0.077em; }
	#calendar_wrap a:hover { padding: 0.077em; }
		table#wp-calendar caption { font-size: 0.846em; line-height: 2em; }
		table#wp-calendar th { font-size: 0.846em; line-height: 2em; padding-top: 0.091em; }
		table#wp-calendar td { line-height: 1.692em; }
		table#wp-calendar td#next, table#wp-calendar td#prev { font-size: 0.846em; line-height: 2em; }
		table#wp-calendar td#next { padding-right: 0.545em; }
		table#wp-calendar td#prev { padding-left: 0.545em; }

/*---:[ form inputs ]:---*/
input, textarea { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.format_text input, #commentform input, #commentform textarea { padding: 0.214em; border-width: 0.071em 0.071em 0.071em 0.071em; }
#commentform textarea { width: 96%; }
.format_text input.form_submit, #commentform .form_submit { font-size: 1.143em; padding: 0.313em 0.25em; }
.sidebar .text_input, .sidebar .form_submit { padding: 0.308em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.sidebar input[type="text"], .sidebar input[type="submit"] { padding: 0.308em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

/*---:[ footer styles ]:---*/
#footer p { font-size: 1.2em; line-height: 1.667em; }
ul.sidebar_list { padding-top: 2.2em; }

/*---:[ teaser styles ]:---*/
.teaser h2 { font-size: 1.6em; line-height: 1.375em; }
.teaser .format_teaser { font-size: 1.2em; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; }
.teaser .teaser_author, .teaser .teaser_category, .teaser .teaser_date, .teaser .teaser_comments, .teaser .edit_post { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.teaser .teaser_author { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_category { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_date { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_comments { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_link { font-size: 1.2em; line-height: 1.5em; }
.teaser .post_tags { font-size: 1.1em; line-height: 1.636em; }
.teaser .edit_post { padding-left: 0.8em; }

/*---:[ thumbnails ]:---*/
.teaser .post_image_link img.alignleft { margin-right: 1.8em; margin-bottom: 1.8em; }
.teaser .post_image_link img.alignright { margin-left: 1.8em; margin-bottom: 1.8em; }
.teaser .post_image_link img.aligncenter { margin-bottom: 1.8em; }
.teaser .post_image_link img.alignnone { margin: 0 auto 1.8em 0; }
.teaser .post_image_link img.frame { padding: 0.8em; border-width: 0.1em; }
.teaser .format_teaser .post_image_link img.alignleft { margin-right: 0.75em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.alignright { margin-left: 0.75em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.aligncenter { margin-bottom: 1.5em; }
.teaser .format_teaser .post_image_link img.frame { padding: 0.333em; border-width: 0.083em; }

/*---:[ layout colors ]:---*/
body { color: #111111; background: #181818; }
#page { background: #181818; }
a, h2 a:hover, #logo a:hover { color: #2361A1; }
#logo, #logo a { color: #111111; }
#tagline { color: #888888 }
h1, h2, h2 a { color: #111111; }
.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a { color: #888888; }
.headline_meta a:hover, .teaser_author a:hover, .teaser_comments:hover, .teaser_category:hover, .teaser .edit_post a:hover { color: #111111; }
.sidebar h3 { color: #555555; }
#multimedia_box { color: #111; }
.image_box { background: #eee; }
.video_box { background: #000; }
.custom_box { background: #eee; }
#footer, #footer a { color: #888888; }
#footer a:hover { color: #111111; }

/*---:[ nav colors ]:---*/
.menu, .menu a, .menu li ul { border-color: #DDDDDD; }
.menu .current a, .menu .current-cat a, .menu .current-menu-item a { border-bottom-color: #FFFFFF; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a, .menu ul .current-menu-item a { border-bottom-color: #DDDDDD; }
.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { color: #111111; background: #EFEFEF; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { color: #FFFFFF; background: #A6251E; }
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover { color: #111111; background: #FFFFFF; }
.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-menu-ancestor > a { color: #FFFFFF; background: #A6251E; }

/*---:[ border package ]:---*/
#header { border-width: 0 0 0.3em 0; }
.post_box, .teasers_box { border-width: 0.1em 0 0 0; }
#footer { border-width: 0.3em 0 0 0; }
#feature_box, #archive_intro, #comment_nav_2 { border-width: 0 0 0.2em 0; }
.prev_next { border-width: 0.2em 0 0 0; }
.image_box, .custom_box { border-width: 0 0 0.1em 0; }


/*---:[ Custom Stylsheet ]:---*/
/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
body {
   /*background: url("images/dlvs_bg_summer.jpg") no-repeat bottom center #FFFFFF;
   background-attachment:fixed;*/
	background:#FFF;
}
#page {
    background: none;
}
/*logo change*/
.custom #header #logo a { display: block; height: 110px; width: 127px; background: url("images/logo.png") no-repeat; outline: none; }
.custom #header #logo{ text-indent: -9999px; }
/*travelbreadcrumbs*/
#travelbreadcrumbs
{
	background: url("images/dlv_breadcrumbs.jpg") no-repeat scroll left 1px transparent;
    line-height: 16px;
    padding-left: 37px;
}
/*sidebar_list*/
.sidebar_list li ul
{
	padding-left:0.5em;
	padding-top:0.3em;
}
.menu-toptravelmenutrongnuoc-container
{
	padding-top:0.4em;
}
#column_wrap .sidebar ul.sidebar_list {
    padding-top: 0.0em;
}
.sidebar ul.sidebar_list {
    padding-left: 0.1em;
    padding-right: 0.1em;
}
/*menu for sider_1*/
.sidebar_list .menu a, .sidebar_list .menu .current ul a, .sidebar_list .menu .current-cat ul a, .sidebar_list .menu .current-menu-item ul a {
    background: none;
    color: #17658C;
}
.sidebar_list .menu .current a, .sidebar_list .menu .current a:hover, .sidebar_list .menu .current-cat a, .sidebar_list .menu .current-cat a:hover, .sidebar_list .menu .current-menu-item a, .sidebar_list .menu .current-menu-item a:hover {
    background: none;
    color: #A6251E;
	font-weight:bold;
}
.sidebar_list .menu, .sidebar_list .menu a, .sidebar_list .menu li ul {
    border-color: #DDDDDD;
}
.sidebar_list .menu {
    border-width: 0 0 0.0em 0.0em;
}
.menu-tourtheongaymenu-container .menu, .menu-toptravelmenu-container .menu, .menu-toptravelmenutrongnuoc-container .menu {
    list-style: none outside none;
    position: relative;
    z-index: 20;
}
.sidebar_list .menu li {
	border-bottom:1px dotted #EEE;
	border-right:0.0em solid #932821;
	width:97%;
}
.sidebar_list .menu a {
    border-width: 0.0em 0.0em 0.0em 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.0em;
    line-height: 0.373em;
    padding: 0.0em 0.018em 0.68em;
	letter-spacing: 0.0em;
    text-transform: none;
}
.menu-toptravelmenu-container .menu a
{
	color:#FFF;
}
.sidebar_list li#nav_menu-2
{
	border:0.0em solid #DDDDDD;
	background:#f9a905;
	border-top-left-radius: 5px;
}
.sidebar_list li#nav_menu-3 .menu li {
	border-bottom:1px dotted #db9686;
	border-right:0.0em solid #932821;
	width:97%;
}
.sidebar_list li#nav_menu-3 
{
	border:0.0em solid #DDDDDD;
	background: #f9f5e5;
	border-bottom-left-radius: 10px;
}
li.widget {
    font-size: 1.3em;
    line-height: 1.385em;
    margin-bottom: 0.1em;
}
.sidebar #nav_menu-4 h3
{
	padding:0.3em 0.2em 0.3em 0.3em;
	text-transform:none;
	font-variant: normal;
	letter-spacing: 0.01em;
	font-weight:bold;
	margin-bottom: 0.392em;
}
.sidebar #nav_menu-2 h3
{
	background:url("images/dlv_h3.jpg") repeat-x bottom;
	padding:0.3em 0.2em 0.3em 0.3em;
	text-transform:none;
	font-variant: normal;
	letter-spacing: 0.01em;
	font-weight:bold;
	margin-bottom: 0.392em;
	color:#FFF;
	border-top-left-radius: 5px;
}
/*main menu*/
.menu-mainmenu-container
{
	margin-bottom:0.5em;
}
.menu li {
	border-right:1px solid #932821;
}
.menu-item-36, .menu-item-30 {
    border-right: medium none !important;
    padding-right: 0 !important;
}
#menu-mainmenu .menu-item-34, #menu-mainmenu .menu-item-35, #menu-mainmenu .menu-item-36, #menu-mainmenu .menu-item-195
{
	float:right;
}
.menu-mainmenu-container .menu {
    background: url("images/dlv_nav_bg.png") repeat scroll 0 -1px transparent;
    border-width: 0;
    clear: both;
    height: 3.6em;
	border-radius: 5px 5px 5px 5px;
}
.menu a {
    border-width: 0;
    font-family: helvetica;
    letter-spacing: 0;
    text-transform: none;
	background: none;
    color: #FFFFFF;
}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover {
    background: none repeat scroll 0 0 #A6251E;
    color: #FFFFFF;	
}
/*sub-menu*/
.menu ul.sub-menu {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 1px 5px #CCCCCC;
	z-index:999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom:0.5em;
}
.menu #menu-item-28 ul.sub-menu, .menu #menu-item-29 ul.sub-menu
{
	width:57em;
}
.menu #menu-item-31 ul.sub-menu, .menu #menu-item-30 ul.sub-menu, .menu #menu-item-32 ul.sub-menu, .menu #menu-item-33 ul.sub-menu
{
	width:38em;
}
.menu #menu-item-28 ul.sub-menu li, .menu #menu-item-29 ul.sub-menu li
{
	 clear: none;
	width:33.3%;
	float:left;
}
.menu #menu-item-30 ul.sub-menu li, .menu #menu-item-31 ul.sub-menu li, .menu #menu-item-32 ul.sub-menu li, .menu #menu-item-33 ul.sub-menu li {
    clear: none;
	width:50%;
	float:left;
}
.menu ul.sub-menu li {
	border-right:0px solid #932821;
	border-bottom:1px dotted #DDDDDD;
}
ul.sub-menu li a
{
    font-size: 1.2em;
    line-height: 1.333em;
    padding: 0.367em 0.876em;
	color:#111111;
}
.menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
    background: none;
    color: #111111;
}
.menu li ul.sub-menu {
    margin-top: 0.0em;
}
.menu li ul.sub-menu {
    border-width: 0 0.1em 0.1em 0;
}
/*header*/
#header {
	border-bottom:0px solid #ddd9b9;
    max-height: 20em;
    min-height: 9em;
    padding-bottom: 0;
    padding-top: 0.2em;
	padding-bottom:0.3em;
}
#content
{
	background: url("images/dlv_sections_bg.png") repeat-x scroll left top;
}
#content_box
{
	margin-top:0.5em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
	background-color:#181818;
}
/*search box*/
.custom #header .search-header { 
	width: 400px;  
	float:left;
	padding-top:0em;
}
/*sider right*/
#sidebar_2 ul.sidebar_list {
    padding-top: 0.0em;
	background: none repeat scroll 0 0 #E2E2E2;
	border-top-right-radius: 5px;
}
#sidebar_1 ul.sidebar_list {
    padding-top: 0.0em;
	background: none repeat scroll 0 0 #E2E2E2;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/*footer*/
#footer {
	border-style:none;
    clear: both;
    text-align: left;
    padding-bottom: 0.0em;
    padding-top: 0.5em;
}
#footer #footer_top img
{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #DDDDDD;
    padding: 0px;
}
#footer .footer_bottom, #footer .dlv_copyright p
{
	font-size: 1.2em;
    line-height: 1.667em;
	padding-top:5px;
	text-align:center;
}
#footer .travel_tags
{
	padding:5px;
}
#footer .travel_tags a
{
	color:#2361A1;
	text-align:justify;
	text-decoration:none;
}
#footer a {
    border-bottom: 0px solid #CCCCCC;
}
#footer .dlv_copyright h1 
{
	font-size: 1.2em;
    line-height: 1.667em;
	color:#888;
	text-align:justify;
	padding:5px 0px 5px 0px;
	display:inline;
}
#footer .dlv_copyright h1 strong, #footer .dlv_copyright h1 em
{
	font-size: 1.5em;
	color:#2361A1;
}
/*site map menu*/
.travel_footermap
{
	margin-top:0.5em;

}
.travel_footermap .map_col ul, .travel_footermap .map_col_trongnuoc ul, .travel_footermap .map_col_nuocngoai ul
{
list-style: none outside none;
}
.travel_footermap .map_col_nuocngoai ul li, .travel_footermap .map_col_trongnuoc ul li
{
	
	width:33%; float:left;
}
.travel_footermap .map_col_trongnuoc,.travel_footermap .map_col_nuocngoai{
    float: left;
    margin: 0 0px;
	width:43%;
	font-size:1.1em;
}
.travel_footermap .map_col {
    float: right;
    margin: 0 0px;
	width:10.6%;
	font-size:1.1em;
}
.travel_footermap #last {
	float: right;
    margin: 0 0px;
	width:10.6%;
	font-size:1.1em;
}
.travel_footermap #last ul li
{
	display:block;
	clear:both;
	
}
.travel_footermap #last ul li span#dlv_social
{line-height:30px;
}
.travel_footermap #last ul li span
{
	float:left;
}
.travel_footermap .map_col h3, .travel_footermap .map_col_trongnuoc h3, .travel_footermap .map_col_nuocngoai h3 {
    color: #B7B7B7;
    font-size: 1.066em;
    line-height: 1.2em;
    margin-bottom: 10px;
}
/*travel_topmap*/
.travel_topmap
{
	color:#cf0377;
	font-weight:bold;
	font-size:1.6em;
	height: 20px;
	line-height:100%;
}
/*pay_footer*/
.pay_footer {
	background:url("images/dlv_pay.gif") no-repeat center;
	height:3.2em;
	margin-top:0.5em;
}
/*end footermap*/
#archive_intro {
    padding-top: 1.2em;
}
#archive_intro, .prev_next {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.headline_area h1, #archive_intro h1 {
    font-size: 1.6em;
    line-height: 1.364em;
	text-align:center;
}
.headline_area h2{
    font-size: 1.4em;
    line-height: 1.164em;
}
.custom #dlv_rating img
{
    background: none;
    border: 0px solid #DDDDDD;
    padding: 2px;
}
.headline_area img.frame {
    border-width: 0.1em;
    padding: 0.2em;
}
.headline_area img.alignleft {
    margin: 1.0em 0.5em 0.5em 0;
}
.headline_area {
    margin-bottom: 0.5em;
}
.format_text img
{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #DDDDDD;
    padding-right: 0.04px;
	font-size:12px;
	
}
.format_text {
    font-size: 1.2em;
    line-height: 1.571em;
}
/*price*/
strong.travel_price
{
	color:#e20004;
	font-size:120%;
}
strong.tour_slider_price
{
	color:#FF0;
	font-size:150%;
}
#booking-left
{
	width:30%;
	float:left;
    padding-top:3px;
    text-align:right;
clear:both;
}
#booking-right
{
	width:60%;
	float:right;
    padding:3px;
text-align:left;
}
#booking-capcha
{
	text-align:left;
	padding:3px;
}
#booking-capcha input
{
border-width: 0.071em;
    padding: 0.214em;
    width: 45%;
}
#booking-submit
{
	text-align:left;
}
.wordpress-post-tabs a
{
	text-decoration:none;
	font-weight:bold;
}
.wordpress-post-tabs a:hover
{
	text-decoration: underline;
}
#booking-submit input.wpcf7-submit
{
	background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.booking-form input, .booking-form textarea
{
	border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}
.catdesc {
    font-size: 1.0em;
    line-height: 1.571em;
	padding:0.5em 0.5em 1.0em 0.5em;
	text-align:center;
	border-width:0.2em 0 0 ;
	border-color: #DDDDDD;
    border-style: solid;
}
h1, h2, h2 a {
    color: #2361A1;
}
h1, h2, h2 a:hover {
    color: #C43F2E;
}
.post_box {
    padding-top: 1.0em;
}
.post_box, .teasers_box, .full_width #content_box .page {
    margin: 0 1.0em;
}
/*travel_widget*/
.travel_item
{
	border-width: 0 0 0.1em;
	border-color: #BBBBBB;
    border-style: dotted;
    clear: both;
	padding:7px 5px 7px 5px !important;
}
/*end travel_widget*/
#sidebar_nuocngoai, #sidebar_trongnuoc
{
	margin-top:7px;	
}
#feature_box .type {
    border: 1px solid #CCCCCC;
    float: left;
    height: auto;
    width: 49.3%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	background: url("images/dlv_type_bg.png")  repeat-x scroll left top #FFFFFF;
}
#feature_box .type .travel_item
{
	padding: 0px 5px !important;
}
#feature_box .type h3 span
{
	float:right;
	font-size: 1.4em;
    height: 20px;
	line-height: 40px;
	padding-right:10px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
#feature_box #sidebar_nuocngoai.type h3 span
{
	color:#CC4822;
}
#feature_box #sidebar_trongnuoc.type h3 span
{
	color: #7BBB3C;
	
}
#feature_box .type h3 {
    margin: 0 auto;
    position: relative;
    top: -8px;
	display:block;
}
#feature_box .type h3 a, #feature_box .type h3 a:link, #feature_box .type h3 a:visited {
    color: #FFFFFF;
    font-size: 1.7em;
    height: 40px;
    line-height: 40px;
    text-align: left;
	padding-left:30px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#sidebar_nuocngoai.type h3{
    background: url("images/dlv_title_red.png") no-repeat scroll left top transparent;
}

#feature_box #sidebar_trongnuoc.type {
   width: 49.3%;
   float:right;
}
#feature_box #sidebar_trongnuoc.type h3 {
    background: url("images/dlv_title_green.png") no-repeat scroll left top transparent;
}
/*dlvs_widget*/
.dlvs_widget
{
	background: url("images/dlv_sections_bg.png") repeat-x scroll left top #FFFFFF;
    border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
    margin: 0 20px 0 0;
	padding:5px !important;
	width:98%;
	float:left;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom:5px;
}
.dlvs_widget h2
{
	font-size:115%;
}
.dlvs_widget h3 {
	background: url("images/dlv_title_bg.gif") repeat-x scroll left bottom transparent;
    color: #999;
    font-size: 15px;
    font-weight: bold;
    line-height:25px;
    margin: 0 0 1px;
    padding: 0 0 0px;
}
.dlvs_widget h3 a
{
	color: #4A9BD0;}
.dlvs_widget h3 img {
    margin: 0 10px 2px 0;
    vertical-align: middle;
	border: 0 none;
	background:none;
}
.dlvs_item
{
	border-width: 0 0 0.1em;
	border-color: #BBBBBB;
    border-style: dotted;
    clear: both;
	padding:7px 5px 7px 5px !important;
	display: inline-table;
	width:47.8%;
}
/*end dlvs_widget*/
/*dlvs_related*/
.format_text .dlvs_related
{
	line-height:22px;
}
.format_text .dlvs_related h3, .format_text h3 {
	background: url("images/dlv_title_bg.gif") repeat-x scroll left bottom transparent;
    color: #999;
    font-size: 15px;
    font-weight: bold;
    line-height:25px;
    margin: 0 0 1px;
    padding: 0 0 10px;
}
.format_text .dlvs_related h3 a, .format_text h3
{
	color: #cf0377;
	text-decoration:none;
}
.format_text a:hover
{
	text-decoration:underline;
}
.format_text .dlvs_related a, .format_text a
{
	text-decoration:none;
}
.format_text .dlvs_related ul li a:hover
{
	text-decoration:underline;
}
.format_text .dlvs_related h3 img , .format_text h3 img{
    margin: 0 10px 2px 0;
    vertical-align: middle;
	border: 0 none;
	background:none;
}
/*end dlvs_related*/
.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
    margin: 0 0.571em 0.571em 0;
}
#header, #footer {
    padding-left: 0.0em;
    padding-right: 0.0em;
}
#multimedia_box {
    margin-bottom: 0.0em;
}
/*dat tour*/
a#dlv_booking {
	-moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #FE8714;
    background-image: -moz-linear-gradient(center top , #DD4B39, #FE8714);
    border: 1px solid transparent;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    min-width: 46px;
    padding: 0 5px;
    text-align: center;
	float:right;
	text-decoration:none;
}

a#dlv_booking:hover {
    background-color: #C53727;
    background-image: -moz-linear-gradient(center top , #DD4B39, #C53727);
    border: 1px solid #B0281A;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
a#dlv_booking:active
{
	background-color: #B0281A;
    background-image: -moz-linear-gradient(center top , #DD4B39, #B0281A);
    border: 1px solid #992A1B;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
/*clode tour*/
a#booking_close {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #357AE8;
    background-image: -moz-linear-gradient(center top , #4D90FE, #357AE8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: default;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    min-width: 46px;
    padding: 0 5px;
    text-align: center;
	float:right;
	text-decoration:none;
}
/*dlv_more*/
span#dlv_more
{
	float:right;
	position:relative;
	right:0.3em;
	
}
/*hotline*/
.search-header #travel_hotline {
    left: 58.9%;
    position: absolute;
    top: 35px;
    width: 370px;
}
.search-header #travel_hotlinenumber
{
	text-align:center;
	font-size:110%;
	color:#F00;
	font-weight:bold;
	line-height:1.6em;
}
.search-header #travel_hotlinenumber ul li
{
	line-height:1.5em;
	list-style: none outside none;
}
.search-header #travel_hotlinenumber ul li a
{
	color:#F00;
	
}
.search-header #travel_hotlinenumber ul li a:hover
{
	text-decoration:underline;
}
.search-header #travel_hotlinenumber a span
{
	font-size:138%;
}
.search-header #travel_hotlinenumber a:hover
{
	text-decoration:underline;
}
/*search*/
.search-header #travel_search {
	background: url("images/dlv_search_bg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #dddbce;
    padding: 3px 3px 4px 3px !important;
    width: 370px;
    float: right;
	 border-radius: 5px 5px 5px 5px;
}

#travel_search .txtsearch {
    border: 1px solid #C7C3B7;
    color: #666666;
    font-size: 12px;
    height: 19px;
    left: 4px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 2px;
    width: 140px;
	float:left;
	margin-right:3px;
}
#travel_search select {
    border: 1px solid #C7C3B7;
    float: left;
    font-size: 1.2em;
    height: 21px;
    margin-top: 2px;
    width: 178px;
}
input, textarea {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    font-size: 1em;
}
#travel_search .butSearch {
    float: right;
    line-height: 0;
    width: 24px;
	border-width:0px;
}
.format_text input, #commentform input, #commentform textarea {
    border-width: 0.071em;
    padding: 0.214em;
    width: auto;
}
.ui-tabs .ui-tabs-nav li a#booking-0-1{
    background-color: #D14836;
    background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
    border: 0 solid transparent;
    color: #FFFFFF !important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}
/*feature box */
#feature_box {
    border-width: 0 0 0.0em;
}
#feature_box {
    padding-left: 0.0em;
    padding-right: 0.0em;
}
#feature_box h2
{
	font-size:115%;}
#feature_box .FA_wrap h2
{
	font-size:180%;}
#feature_box {
    background: none;
    border-color: #DDDDDD;
    border-style: solid;
}
#feature_box img
{
	background: none;
    border: 0px solid #DDDDDD;
    padding: 0px;
}
#feature_box .headline_area img
{
	background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 3px;
}
.travel_list_bottom, .news_list_bottom
{
	padding:0 5px 0 5px !important;
}
.travel_list_bottom ul li
{
    overflow: hidden;
    padding-left: 10px;
	background: url("images/dlv_arrow_green.png") no-repeat scroll left center transparent;
    padding: 0.5em 0 0.5em 0.5em !important;
    text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	border-width: 0 0 0.1em;
	border-color: #BBBBBB;
    border-style: dotted;
    clear: both;
}
#dlvs_popular_show .travel_list_bottom ul li
{
	padding: 0.5em 0 0.5em 0.0em !important;
}
.news_list_bottom ul li
{
    overflow: hidden;
    padding-left: 10px;
	background: url("images/dlv_square.gif") no-repeat scroll left transparent;
	background-position:0 9px;
	padding:3px 0px 3px 8px !important;
    clear: both;
}
.travel_list_bottom ul li h2
{
	padding-left:1.3em !important;
}
.travel_list_bottom ul li h2 span
{
	float:right;
	font-weight:bold;
}
.travel_list_bottom ul li span
{
	float:right;
}
#feature_top_banner
{
	margin-bottom:0.3em;
}
#feature_middle_slider, #feature_middle_tour, #footer_top, #feature_bottom_banner
{
	margin-bottom:0.5em;
}
#feature_top_banner li, #feature_bottom_banner li, #footer_top li, #travel_support li
{
	list-style: none outside none;
}
#tour_slideshow
{
	width:69.5%;
	float:left;
	height:20.0em;
	background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
}
/*DLVS_Support*/
#travel_support
{
	width:29%;
	float:right;
	background-color: #eaf2f9;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
	height:20.0em;
}
#travel_support img
{
	width:290px;
}
.support_top, .sp_title, .sp_content_left, .sp_content_right, .sp_img, .sp_kd, .sp_cell, .sp_phone {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sp_content_left {
    float: left;
}
.sp_content_right {
    float: right;
}
.sp_img {
    float: left;
    margin-right: 0px;
}
.sp_img li {
    color: #195DA4;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
    margin-right: 0px;
    text-align: left;
    width: 50px;
}
.sp_kd {
    background: url("images/quote_hl.gif") no-repeat scroll left center transparent;
    color: #666666;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 5px 0px 5px;
    width: 118px;
}
.sp_phone {
    background: url("images/sp_phone.gif") no-repeat scroll 0 2px transparent;
    margin: 2px 0;
    padding-left: 20px;
	color:#111;
}
.sp_cell {
    background: url("images/sp_cell.gif") no-repeat scroll 3px 0 transparent;
    color: #F3500B;
    margin: 2px 0;
    padding-left: 20px;
}
/*Lich khoi hanh*/
#dlvs_lkh_content {
	background-color: #BBFFC2;
	border-bottom-right-radius: 5px;
}
#dlvs_lkh_content, .lkh_img, .lkh_kd, .lkh_cell, .lkh_phone {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.lkh_img {
    float: left;
    margin-right: 5px;
}
.lkh_img li {
    color: #195DA4;
    font-size: 14px;
    font-weight: bold;
    line-height: 52px;
    margin-right: 5px;
    text-align: right;
    width: 118px;
}
.lkh_kd {
   background: url("images/dlv_lkh_hl.png") no-repeat scroll left center transparent;
    color: #666666;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px;
    width: 148px;
	
}
.lkh_phone a
{
	color:#111;
}
.lkh_cell a
{
	color:#999;
}
.lkh_phone a:hover, .lkh_cell a:hover
{
	text-decoration:underline;
}
.lkh_phone {
   /* background: url("images/sp_phone.gif") no-repeat scroll 0 2px transparent;*/
    margin: 2px 0;
    padding-left: 2px;
}
.lkh_cell {
    /*background: url("images/sp_cell.gif") no-repeat scroll 3px 0 transparent;*/
    margin: 2px 0;
    padding-left: 2px;
}
/*end LKH*/
/*dlvs_popular_show*/
#dlvs_popular_show h3
{
	border-bottom: 4px solid #E6E6E6;
    float: left;
    font-size: 18px;
    line-height: 22px;
    margin: 0 6px 0 0;
    padding: 5px 0 4px 6px;
	float:right;
	font-variant: normal;
    letter-spacing: 0px;
	color:#DD4B39;
} 
#dlvs_popular_show .travel_list_bottom ul li a:hover, #dlvs_popular_show .news_list_bottom ul li a:hover
{
	text-decoration:underline;
}
#dlvs_popular_show .travel_list_bottom ul li
{
	background: none;
	font-size:12px;
}
#dlvs_popular_show .news_list_bottom ul li
{
	font-size:12px;
}
#dlvs_popular_show .travel_list_bottom ul li span#dlv_top_number
{
	background: url("images/hot.gif");
    border: 1px solid #fff;
    border-radius: 50px 50px 50px 50px;
    color: #000000;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    float: left;
    margin-right: 0.5em;
    padding: 6px 2px 0px 2px;
    width:25px;
    height:22px;
	
}
/*end dlvs_dlvs_popular_show*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
option.level-0
{
	font-weight:bold;
}
/*travel services order home*/
.dlvs_services_left {
	float:left; width:50%;}
.dlvs_services_right
{
	float:right; width:49%;
}
.dlvs_services_right ul li h2
{
	padding-left:0.3em !important;
}
.dlvs_services_right ul
{
	list-style: none outside none;
}
.dlvs_services_right ul li
{
	background: url("images/dlv_features_arrow.gif") no-repeat scroll left center transparent;
	overflow: hidden;
}
/*show tour by calendar*/
.sidebar #ft_cal_thumb_calendar-2 h3
{
	background:url("images/dlv_title_right.gif") repeat-x scroll left top transparent;
	padding:0.3em 0.2em 0.3em 0.3em;
	text-transform:none;
	font-variant: normal;
	letter-spacing: 0.01em;
	height: 33px;
	font-weight:bold;
	margin-bottom: 0.0em;
	padding-left:5px;
	color:#FFF;
	border-top-right-radius: 5px;
}
/*support_single*/
div#support_single
{
	background:url("images/dlvs_phone.png") no-repeat left center;
	background-color:#f2f2f2;
	padding-left:25px;
	min-height:36px;
	font-size: 12px;
    line-height: 18px;
	font-weight:bold;
	padding-top:2px;
	margin:7px 0px 7px 0px;
	border-radius: 5px 5px 5px 5px;
}
div#support_single span#dlv_sup_hotline
{
	font-size:16px;
	color:#1F497D;
}
div#support_single  span#dlvs_sup_content
{
	font-weight:normal;
}
div#support_single  span#dlvs_email_post
{
	color:#2361A1;
}
div#support_single .support_single_left
{
	width:380px;
	float: left;
}

div#support_single .support_single_right
{
	width:110px;
	float: right;
	line-height: 26px;
    text-align: center;
}
/*lich trinh tour*/
strong.dlvs_tour_lichtrinh em
{
	font-size:100%;
	color:#F60;
}
/*tags*/
.format_text .post_tags {
    font-size: 1.0em;
    line-height: 1.533em;
    margin-bottom: 1.833em;
	background:url("images/dlvs_tags.gif") no-repeat left bottom;
	background-color:#f2f2f2;
	border-radius: 5px 5px 5px 5px;
	
}
/*commend form*/
#commentform p
{
	width:49%; float:left;
}
#commentform p.comment_box, #commentform p.remove_bottom_margin
{
	width:100%;
	float:left;
}
#commentform textarea {
    border-width: 0.071em;
    padding: 0.214em;
    width: 100%;
}
#comments input {border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;}
#commentform textarea {
    height: 8.571em;
	border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}
.comments_intro
{
	background-color:#f2f2f2;
	margin-right:20px;
	border-radius: 5px 5px 5px 5px;
}
/*recaptcha*/
#recaptcha_widget_div
{
clear:both;
display:block;
}
/*tab*/
div.wordpress-post-tabs ul.ui-tabs-nav {
    margin: 0 0 1.571em 0.0em;
}
#archive_intro .format_text
{
	text-align:justify;
}
#ftcalendar-list-div ul li span.travel_price
{
	font-size:100%;
	color:#E20004;
}