/*   
Theme Name: Quality Homestay Theme
Theme URI: http://www.qualityhomestay.com
Description: Quality Homestay child theme of Thematic
Author: LY at Novacurve Technology
Author URI: http://www.novacurve.com
Template: thematic
Version: 0.1
Tags: Quality Homestay
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



body {
	background: #6d6d6d url(./img/body_bg.gif) repeat-x scroll center top;
	font-family: Helvetica, Arial, sans-serif
}

p {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	background: url(./img/wrapper_bg.png) repeat-y;
}

#header, #main, #footer {
	width: 940px;
}

#footer {
	width: 935px;
	margin-left: 6px;
}
#siteinfo {
	font-size: 12px;
	text-align: center;
	padding: 20px 0 20px 0;
}



#branding {
	padding: 0;
}

#logo-image {
	padding-top: 20px;
	margin-left: 20px;
}


#access {
	margin-top: 8px;
	margin-left: 20px;
	border: none;
	height: 30px;
	width: 905px;
	background: url(./img/menu_bg.gif) no-repeat;
}

.sf-menu {
	border: none;
	padding-top: 0px;
	margin-left: 0px;
}

.sf-menu li {
	background: none;
	text-align: center;
}

.sf-menu li.page-item-6 {
	width: 126px;
}
.sf-menu li.page-item-2 {
	width: 133px;
	margin-left: 2px;
}
.sf-menu li.page-item-84{
	width: 152px;
	margin-left: 1px;
}
.sf-menu li.page-item-143 {
	width: 148px;
	margin-left: 1px;
}
.sf-menu li.page-item-89 {
	width: 196px;
	margin-left: 2px;
}
.sf-menu li.page-item-91 {
	width: 142px;
	margin-left: 2px;
}

.sf-menu a, .sf-menu a:visited {
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.sf-menu li a, .sf-menu li a:visited {
	color: #ffffff;
}
.sf-menu li a:hover {
	color: #ffffff;
	background: url('./img/menu_hover_bg.png') repeat-x;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: transparent;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top: 36px;
	background-color: #ffffff;
	display: none;
	visibility: hidden;
	border-bottom: 1px solid #ffffff;
}

.sf-menu li:hover ul li:first-child, .sf-menu li.sfHover ul li:first-child {
	border-top: 1px red solid;
	display: none;
	visibility: hidden;
}
.sf-menu li:hover ul li, .sf-menu li.sfHover ul li {
	border-left: 1px red solid;
	border-right: 1px red solid;
	border-bottom: 1px red solid;
	display: none;
	visibility: hidden;
}

/*.sf-menu li li {
	background: transparent;
}

.sf-menu ul {
	border-bottom: none;
	border-right: none;
}

.sf-menu ul a {
	background: transparent;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom-color: transparent;
}

.sf-menu li ul li a, .sf-menu li ul li a:visited, .sf-menu li ul li a:hover {
	color: #ffffff;
}
*/


#main {
	padding-top: 20px;
}


.main-aside {
	float: left;
}

#primary {
	border: none;
	margin: 0;
	padding: 0;
	width: 230px;
	margin-left: 15px;
}

#primary h4 {
	text-transform: uppercase;
	font-weight: bold;
}

.aside ul ul {
	list-style: none;
	margin: 0 0 22px 5px;
}

.aside a {
	text-decoration: none;
	color: #999999;
}

.aside ul ul li:first-child {
	border-top: 1px #cccccc solid;
}
.aside ul ul li {
	border-bottom: 1px #cccccc solid;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.cms-nav-sidebar li:first-child {
	margin: 0;
}

#home-container {
	width: 900px;
}
#home-container p {
	clear: none;
}
#home-content {
	width: 880px;
	margin-left: 20px;
}

#container {
	width: 680px;
}

#content {
	width: 680px;
	margin: 0 0 0 0;
}

.entry-content h1 {
	clear: none;
	font-size: 22px;
	padding: 5px 0 14px;
}
.entry-content ul {
	clear: both;
}

h1.entry-title {
	clear: none;
}


.wp-caption {
	text-align: left;
}
.alignleft p {
	font-size: 10px;
	width: 125px;
}
#home_main  p {
	width: 400px;
}
#new_west_hanger p {
	width: 130px;
}

.alignleft, img.alignleft {
float:left;
margin-right:0px;
}

.paddingleft {
	padding-left: 430px;
}

#staywithqbutton {
    float: right;
    margin: 20px 20px 0px 0px;
}