/*
Company:	Schahet Hotels
File:		inside.css - This contains all the styles for the inside pages of the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background: url(../images/Schahet_bknd.gif) repeat 0 0 #fff;
}
body {
	font-style: normal;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #f5f5f0;
	height: 120px;
}
div.hd-right {
	width: 560px;
	float: right;
	display: inline;
}

/* Body */
div#bd {
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	border-right: 4px solid #f5f5f0;
	border-left: 4px solid #f5f5f0;
	background-color: #f5f5f0;
	overflow: hidden;
}

/* Footer */
div#ft {
	width: 884px;
	margin: 0 auto 40px;
	border: 4px solid #f5f5f0;
	text-align: right;
	padding: 25px 0;
}
div#ft-inner {
	width: 740px;
	padding: 20px 0 20px 20px;
	float: left;
	display: inline;
}
div#ft-logo {
	margin: 20px 30px 20px 30px;
	float: left;
	display: inline;
}
div#ft p {
	font-size: 93%;
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
}
div#ft a:link, div#ft a:visited {
	text-decoration: underline;
}
div#ft a:hover {
	text-decoration: none;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 250px;
	margin: 0;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Feature Left Col */
div.feature-left {
	width: 228px;
	height: 317px;
	float: left;
	display: inline;
}


/* Feature Right Col */
div.feature-right {
	width: 652px;
	height: 317px;
	overflow: hidden;
	float: right;
	display: inline;
}



/* Main */
div.main {
	width: 562px;
	border-top: 4px solid #f5f5f0;
	padding: 25px 20px;
	overflow: hidden;
	float: left;
	display: inline;
}

div.main ul {
	padding-left: 40px;
}

div.main table,td {
	border:none;
}

/* Sidebar */
div.sidebar {
	width: 278px;
	border-top: 4px solid #f5f5f0;
	overflow: hidden;
	float: right;
	display: inline;
}

/* Sidebox */
div.sidebar div.side-box {
	padding: 10px 25px;
	background: url(../images/sidebar-div.gif) no-repeat 50% 100%;
}
div.sidebar div.side-box p {
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
	font-size: 123.1%;
}
div.sidebar div.side-box .center {
	text-align: center;
}
div.sidebar div.side-box p.center {
	margin: 0;
	padding: 5px 0;
}

/* @end */

/* @group Nav */
div#util-nav {
	float: right;
	display: inline;
}
div#util-nav ul {
	margin: 10px 10px 0 0;
	padding: 0;
}
div#util-nav ul li {
	float: left;
	display: inline;
}
div#util-nav ul li a {
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 0 5px;
}
div#util-nav ul li:first-child a, div#util-nav ul li.first a {
	border: none;
}
div#util-nav ul li a:link, div#util-nav ul li a:visited {
	text-decoration: none;
}
div#util-nav ul li a:hover {
	text-decoration: underline;
}

/* Feature Left Nav */
div.feature-left ul {
	text-align: center;
	margin: 0;
	padding: 55px 0 0 0;
}
div.feature-left ul li {
	text-align: center;
	list-style: none;
	padding: 4px 0;
}
div.feature-left ul li a {
	font-size: 100%;
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
	font-weight: bold;
}
div.feature-left ul li a:link, div.feature-left ul li a:visited {
	text-decoration: none;
}
div.feature-left ul li a:hover {
	text-decoration: underline;
}

/* Nav */
div#nav {
	clear: both;
	height: 63px;
	border-top: 4px solid #f5f5f0;
	text-align: center;
}
div#nav ul {
	margin: 0;
	padding: 16px 0 0 30px; /* Change this line for nav menu centering via padding */
	text-align: center;
}
div#nav ul li {
	float: left;
	display: inline;
	text-align: center;
}
div#nav ul li a {
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
	padding: 9px 22px 0;
	font-size: 110%;
	display: block;
	text-transform: uppercase;
	line-height: 110%;
}
div#nav ul li a.twoline {
	padding-top: 0;
}
div#nav ul li a:link, div#nav ul li a:visited {
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Default Headings */
div.main h1, div.main h2, div.main h3, div.main h4, div.main h5, div.main h6 {
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
}
div.main h1 {
	font-size: 167%;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
}
div.main h2 {
	font-size: 138.5%;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
}

div.sidebar h3 {
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
	font-size: 138.5%;
	margin: 0 0 5px 0;
}


div#hd h1 {
	margin: 55px 15px 0 0;
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
	font-size: 167%;
	float: right;
	display: inline;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 100%;
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
	line-height: 150%;
}
/* @end */

/* @group Default Lists */
div.main ul {
	font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif;
	margin: 0 0 3em 0;
}
div.main ul li {
	font-size: 100%;
	list-style: square; /* change to none to remove main content bullets */
	line-height: 150%;
}
div.main ul ul li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.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 */
/* @end */


/***********************************
Event Marketing/Add Pages Index Styles
***********************************/
span.text { font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif; }
.eventLine { font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif; }
a.linkSpecial { font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif; }


/***********************************
Calendar Styles
***********************************/
.inputFormButton { font-size:11px; color: #fff; background-color:#bf4104; }
.titleEvent { font-size: 12px; font-weight: bold; }
.eventLine { font-size: 12px; }
.anyText { font-family: Arial,Helvetica,Verdana,Trebuchet,sans-serif; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-size: 12px;font-weight: bold; }
.gridMain { font-size: 11px; }
.todayColorIn { color: #CC0000; background-color: #FFFFCC; } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #FFFFCC; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #333; background-color: #FFFFCC; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #999; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #999; } /* font color for days not in the display month for days in the display month */
.dropDownInCalendar { font-size: 12px; background-color:#fff; border: 1px #666 solid; }
.calendardetail { font-size: 12px; line-height: 15px; color: #000; padding-right: 5px; padding-left: 5px; }


/* booking form */

.divide {
	margin-bottom: 40px;
}

#bookingform {
	background: #8B2942;
	border: 1px solid #9EC8F8;
	color: #FFF;
	height: 157px;
	margin: 5px;
	padding: 5px;
	overflow: hidden;
}

#bookingform h2 {
	color: #FFF;
	font-size: 18px;
	margin: 0 0 8px 0;
}

#bookingform h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

.bookingRow {
	overflow: hidden;
}

#rooms, #adults {
	float: left;
	margin: 10px 0 0 0;
}

#adults {
	margin-left: 30px;
}

#numRooms, #numAdults {
	width: 70px;
}

#submit {
	padding: 10px 0 0 0;
}

#arrivaldate, #departuredate {
	width: 70px;
}

#bookingform #checkIn {
	float: left;
	margin-right: 10px;
}

#bookingform #checkOut {
	float: left;
}



/* navigation menu */

div.feature-left ul.navMenu {
	padding: 0;
}

div.feature-left ul.navMenu li {
	height: 46px;
	padding: 0;
}

