/*
Theme Name: SAV Template
Theme URI: 
Description: The template of Savannahlander website
Author: nhudh (dinhuongnhu39@yahoo.com)
Version: 1.2
License: GNU General Public License
License URI: license.txt

*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*========================================================*/
/*===========Start: Style for SAV Template=============*/
/*========================================================*/

/*===========Start: GENERAL=============*/
body {
	margin:0 auto 0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#121318;
	color: #fff;
	line-height: 145%;
}

#container {
 	margin:0px auto 0 auto;
	padding:0;
	width:980px;
	background:#212226;
	min-height:400px;
	height:auto!important;
	height:400px;
}
.sav_inner{
	margin:0px auto 0 auto;
	padding:0;
	width:840px;
	display: block;
}

img{
	border:none;
}
a:link, a:visited {
	color: #eacc20;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.entry-title {
	color: #4896ad;
}

h1, h2, h3, h4, h5, h6 {
	color: #4896ad;
}

h1 {
	font-size: 24px;
	}

p {
	margin-top: 6px;
	margin-bottom: 10px;
}

.entry-meta {
	color: #888;
	font-size: 12px;
}
/*Image algin stuff*/

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/*===========End: GENERAL===============*/


/*===========Start: HEADER=============*/
	/*-----Search form-----*/
#search {
	/*display: block;*/
	background: url(images/sav/site_bg.jpg) bottom left repeat-y;
	height: 53px;
	overflow: hidden;
}
#search .search_inner {
	margin-top: 20px;
}
#search .search_inner .set_input_label {
	float: right;
}
.set_input_label {
	/*display: block;*/
	line-height: 19px;
}
.set_input_label form{
	background: url(images/sav/widget_search_box.png) top left no-repeat;
	height: 19px;
	width: 210px;
	/*display: block;*/
	overflow: hidden;
}
.set_input_label button {
	text-transform: uppercase;
	color: #fff;
	width: 80px;
	text-align: center;
	float:left;
	border: none;
	background: none;
	font-size: 11px;
	line-height: 19px;
}	
.set_input_label input {
	border: none;
	background: none;
	width: 125px;
	margin-right: 5px;
	line-height: 19px;
	font-size: 11px;
}

	/*-----Banner----------*/
#banner {
	display: block;
	height: 310px;
	overflow: hidden;
	position: relative;
}
/*#banner .banner_inner {
	display: block;
	height: 310px;
	overflow: hidden;
	background: url(images/sav/site_banner.jpg) top left no-repeat;
}*/
#banner #logo a {
	position: absolute;
	background: url(images/sav/site_logo.png) top left no-repeat;
	display: block;
	width: 243px;
	height: 106px;
	top: 10px;
	left: 120px;
}	
	/*-----Menu------------*/
#top_nav {
	height: 35px;
	display: block;
	position: relative;
	background: url(images/sav/site_menu_bg.jpg) top left no-repeat;	
	
}
#top_nav .menu-header {
	display: block;
	width: 738px;
	height: 48px;
	position: absolute;
}
#top_nav ul {
	list-style: none;
}
#top_nav ul li {
	list-style: none;
	float: left;
	position: relative;
}
#top_nav ul li a {
	color: #fff;
	font-size: 15px;
	padding: 0 17px;
	line-height: 38px;
	height: 48px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
}
#top_nav ul li:hover a{
	text-decoration: none;
	color: #3dadc8;
	background: url(images/sav/menu_active_bg.png) top left repeat;	
}
#top_nav ul li ul,
#top_nav ul li:hover ul ul,
#top_nav ul li ul ul {
	position:absolute;
	left:-999em;
	list-style-type:none;
}
#top_nav ul li:hover ul {
	background:#000000;
	width: 172px;
	left: auto;	
	padding: 10px 0;
}

#top_nav ul li:hover ul li a,
#top_nav ul li ul li:hover ul li a{
	color: #fff;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	display:block;
	padding: 0 18px;
	width: 136px;
	background: none;
	
}
#top_nav ul li ul li:hover a,
#top_nav ul li ul li:hover ul li:hover a {
	background: #2b2929 url(images/sav/menu_blue_arrow.png) 5px center no-repeat;	
}
#top_nav ul li ul li:hover ul li a {
	width: 124px;
}

#top_nav ul li ul li:hover ul {
	background:#3d3a3a;
	width: 160px;
	left: 172px;
	top: 0;
	padding: 0;
}
#top_nav ul li ul li ul li ul{
	display: none;
}
/*===========End: HEADER===============*/

/*===========Start: MAINPAGE============*/
	/*-----Content--------*/
#content {
	display: block;
	float: left;
	width: 600px;
	overflow: hidden;
	min-height:600px;
	height:auto!important;
	height:600px;
}
#content .content_inner {
	padding: 22px 30px 22px 0px;
	font-size: 16px;
	line-height: 130%;
}
#content h1.entry_title {
	font-size: 20px;
	line-height: 130%;
	font-weight: normal;
}

#content h2.entry_title {
	font-size: 18px;
	line-height: 130%;
	font-weight: normal;
}

#content a.entry_title {
	font-size: 18px;
	line-height: 130%;
	font-weight: normal;
}

#content h3{
	font-size: 19px;
	line-height: 130%;
	font-weight: normal;
	margin: 3px 0 10px;
}	

#content ul{
	margin-left: 1em;
	list-style-type: square;
	list-style-position: outside;
	} 
	
	

	/*-----Right----------*/
#right {
	display: block;
	float: right;
	width: 230px;
	overflow: hidden;
	background: #040404;
}
#right .right_inner {
	padding: 22px 7px 22px 10px;
}
.right_widget_1,
.right_widget_2,
.right_widget_3, 
.right_widget_4 {
	margin: 0 0 10px 0;
}
/*===========End: MAINPAGE==============*/

/*===========Start: FOOTER==============*/
#footer {
	background: url(images/sav/site_footer_bg.jpg) top left repeat-y;
	padding: 28px 0;
	font-size: 13px;h1 {
	font-size: 24px;
	}
}
#footer #footer_multi_cols .three_equal_widget {
	width: 246px;
	display: block;
	overflow: hidden;
	float: left;
	min-height: 1px;
}
#footer #footer_multi_cols .three_equal_widget .widget-container{
	padding-right: 10px;
}
#footer #footer_multi_cols .no_padding .widget-container{
	padding: 0!important;
}	
/*===========End: FOOTER================*/
/*===========start: CONTENT OF WIDGET===*/
#footer .icon {
	float: left;
	margin: 0 5px 10px 0px;
}
.twitter_icon{
	display: block;
	height: 54px;
	width: 54px;
	background: url(images/sav/widget_icon_twiiter.png) top left no-repeat;
	overflow: hidden;
}
.rss_icon{
	display: block;
	height: 54px;
	width: 54px;
	background: url(images/sav/widget_icon_rss.png) top left no-repeat;
	overflow: hidden;
}
.calendar_icon{
	display: block;
	height: 54px;
	width: 54px;
	background: url(images/sav/widget_icon_calendar.png) top left no-repeat;
	overflow: hidden;
}
.notebook_icon{
	display: block;
	height: 54px;
	width: 54px;
	background: url(images/sav/widget_icon_notebook.png) top left no-repeat;
	overflow: hidden;
}
.book_now_button{
	display: block;
	height: 39px;
	width: 212px;
	background: url(images/sav/widget_book_now_button.png) top left no-repeat;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 29px;
	color: #fff;
	text-align: center;
	line-height: 39px;
}

#footer h3.widgettitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.blue_huge_text {
	display: inline;
	font-size: 98px;
	line-height: 100%;
	color: #3dadc8;
}
.blue_big_text {
	display: inline;
	font-size: 45px;
	line-height: 130%;
	color: #3dadc8;
	vertical-align: top;
}

h1.page-title {
	margin: 10px 0;
	font-style: italic;
}
.right_widget_2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 130%;
}
.right_widget_2  h3.widgettitle{
	text-transform: uppercase;
	font-size: 17px;
	margin: 3px 0;
}
.right_widget_2 .small_text{
	font-size: 11px;
	margin: 7px 0;
}

.right_widget_3 h3.widgettitle,
.white_big_text {
	display: block;
	font-size: 46px;
	line-height: 100%;
	color: #fff;
}

.right_widget_3 div.widget-container,
.grey_box {
	background: url(images/sav/widget_grey_box_m.jpg) top left repeat-y;
	font-size: 13px;
}
.right_widget_3 div.widget-container div,
.grey_box div {
	background: url(images/sav/widget_grey_box_b.jpg) bottom left no-repeat;
}
.grey_box div div, 
.right_widget_3 div.widget-container div div{
	background: url(images/sav/widget_grey_box_t.jpg) top left no-repeat;
	padding: 0px 5px 10px 10px;
}
.right_widget_3 div.widget-container div div div,
.grey_box div div div{
	background: none;
	padding: 0;
}

.readmore {
	display: block;
	font-size: 14px;
	line-height: 130%;
	color: #3dadc8;
	text-transform: uppercase;
}

.contact-footer {
	font-size: 20px;
	}

/*===========start: CONTENT OF WIDGET===*/


/*========================================================*/
/*===========End: Style for SAV Template===============*/
/*========================================================*/
