/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'PA HOTEL - common' */
* {padding: 0; margin: 0;}

body {
	background: #c9c4b2;
	font: 11px/1.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}

#container {
	width: 700px;
	margin: 1em auto;
	text-align: left;
	position: relative;
}

#header {
	height: 100px;
	width: 100%;
	background: #222 url(../uploads/images/template/header_bg.gif) bottom left repeat-x;
	float: left;
	
}

#branding {
	width: 528px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
}

#content {
	width: 100%;
	float: left;
	background: #FFF;
	overflow: hidden;
}

#content.home {
	background: #4c4839 url(../uploads/images/template/home_flash.jpg) top left no-repeat; 
	height: 160px;
	border-bottom: 1px solid #8c8877;
}

#supp_content {
	width: 163px;
	float: left;
}

#main_content {
	width: 486px;
	padding: 1.5em 2.27em;
	float: right;
}

#secondary_title {
	background: #4c4839;
	border-top: 1px solid #222;
	text-align: right;
	height: 4em;
	float: left;
	width: 100%;
}

#secondary_title.home {
	height: 16em;
	text-align: center;
	line-height: 3.7em;
	border-top: none;
}

#secondary_title.home h4  {
	font-size: 2em;
	padding-top: 70px;
}

.home span.pahotel {
	font-size: 2.15em;
	padding-right: 0;
}

#secondary_title h4, #secondary_title h4 a {color: #efece3;}
#secondary_title.home h4 a {font-size: 1.03em; text-decoration: none; padding: 0;}
#secondary_title.home h4 a:hover {text-decoration: underline;}	

#secondary_title h4, #secondary_title h4 a {
	font-family: Corbel, Calibri, "Trebuchet MS", sans-serif; 
	font-size: 2.1em;
	font-weight: normal;
	padding: 12px 25px;
}

span.pahotel {
	color: #8c8877;
	padding-right: 0.5em;

}

#footer {
	width: 100%;
	clear: both;
	background: #333 url(../uploads/images/template/footer_bg.gif) repeat-x;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p, #footer a {font-size: 0.85em; line-height: normal;}
#footer p {padding: 9px 25px; color: #999; float: left;}
#footer p.site_info, #footer a {color: #555;}
#footer p.site_info {float: right; display: inline;}

#footer a {
	text-decoration: none; 
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: 1px;
}

#footer a:hover {text-decoration: underline;}

h1 {
	background: url(../uploads/images/template/logo.gif) left top no-repeat;
	height: 100px;
	width: 7.81em;
	float: left;
}

h1.home {
	width: 95%;
	background-position: center top;
}

h1 a {
	display: block;
	text-indent: -9999px;
	height: 100px;
	width: 3em;
}

h2 {
	font-family: Corbel, Calibri, "Trebuchet MS", sans-serif; 
	font-size: 2em;
	color: #797e01;
	border-bottom: #c9c4b2 1px solid;
	padding: 0.4em 0 0.3em 0;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 1.2em;
	color: #b00034;
}

img.floatleft {float: left; padding-right: 10px;}

p {
	padding: 0.8em 0;
}

ol {
	list-style: none;
}

ol h3 {display: inline; padding-right: 20px;}
ol li{padding: 2px 0; border-bottom: 1px dotted #c9c4b2;}
ol li:hover {background: #fcfbf8;}

ul.details {
	margin-top: 20px; 
	border-bottom: #c9c4b2 1px solid;
	margin-bottom: 15px;
	clear: both;
}

ul.details li {
	border-top: 1px dotted #c9c4b2;
	color: #4c4839;
	padding: 2px 0 2px 35px;
	list-style: none;
}

ul.details li a {
	color: #b00034;
	font-weight: bold;
	text-decoration: none;
}

ul.details li a:hover {text-decoration: underline;}

li.location {background: url(../uploads/images/icons/icon_location.gif) left center no-repeat;}
li.food {background: url(../uploads/images/icons/icon_menu.gif) left center no-repeat;}
li.drinks {background: url(../uploads/images/icons/icon_drink.gif) left center no-repeat;}
li.reservation {background: url(../uploads/images/icons/icon_reservation.gif) left center no-repeat;}
li.specials {background: url(../uploads/images/icons/icon_savings.gif) left center no-repeat;}
li.awards {background: url(../uploads/images/icons/icon_awards.gif) left center no-repeat;}
li.hours {background: url(../uploads/images/icons/icon_time.gif) left center no-repeat;}
li.application {background: url(../uploads/images/icons/icon_application.gif) left center no-repeat;}

form {margin: 1em 0; border: #c9c4b2 1px solid; float: left; width: 95%; padding-bottom: 1.75%; background: #e1ded3;}
fieldset {border: none; background: #c9c4b2; margin: 1.75% 1.75% 0 1.75%; width: 96.5%; float: left; clear: both;}
fieldset.submit {text-align: center;}
label {float: left; clear: left; width: 30%;}
input, select, textarea {width: 60%; border: #8c8877 2px solid;}

label, input, select, textarea {margin: 1.5%}
/*input.button {width: 30%; background: #4c4839; border: #FFF 2px solid; cursor:pointer; color: #FFF;}*/
div.submit input {width: 30%; background: #4c4839; border: #FFF 2px solid; cursor:pointer; color: #FFF;}
div.submit {text-align: center;}

.esites {background: url(../uploads/images/template/esites_logo.gif) left center no-repeat; padding-left: 20px;}
.clear {clear: both;}
/* End of 'PA HOTEL - common' */

/* Start of CMSMS style sheet 'PA HOTEL - tables' */
* {padding: 0; margin: 0;}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table table td {border: none;}

tr {background-color: #f6f5f0;}
tr:hover {background: #fcfbf8;}

td {
	vertical-align: top;
	border-bottom: 1px dotted #c9c4b2;
	padding: 4px;
}

td.price {text-align: right; color: #797e01;}
.colour {color: #b00034;}
.white_heading {color: #FFF; text-align: right;}

th {background: #4c4839; padding: 4px; border-bottom: 1px solid #FFF;}
th h3 {color: #FFF; font-size: 1.45em; font-weight: normal;}
td h4 {font-size: 1.2em; padding-top: 0.5em;}
td h5 {color: #4c4839; font-size: 0.90em;}

/* End of 'PA HOTEL - tables' */

/* Start of CMSMS style sheet 'PA HOTEL - branding' */
#branding.dish {background: url(../uploads/images/template/branding_dish.jpg);}
#branding.entrance {background: url(../uploads/images/template/branding_entrance.jpg);}
#branding.kitchen {background: url(../uploads/images/template/branding_kitchen.jpg);}
#branding.couple {background: url(../uploads/images/template/branding_couple.jpg);}
#branding.glasses {background: url(../uploads/images/template/branding_glasses.jpg);}


/* End of 'PA HOTEL - branding' */

