/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 14px;
}

body 
{
}

h1 
{
	font-size		: 1.7143em;
	line-height		: 1.25em;
	font-weight		: normal;
	text-transform	: lowercase;
}

h2 
{
	font-size		: 2em;
	line-height		: 1.25em;
	font-weight		: normal;
	text-transform	: lowercase;
}

h3 
{
	font-size		: 1.7143em;
	line-height		: 1.25em;
	font-weight		: normal;
	text-transform	: lowercase;
}

h4 
{
	font-size		: 1.2857em;
	font-weight		: normal;
	text-transform	: lowercase;
}

h5 
{
	font-size		: 1.2857em;
	font-weight		: normal;
	text-transform	: lowercase;
}

h6 
{
	font-size		: 1.2em;
	font-weight		: normal;
	text-transform	: lowercase;
}

p 
{
	line-height		: 1.3571em;
}

ul 
{
	line-height		: 1.3571em;
}

ol 
{
	line-height		: 1.3571em;
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
	text-decoration	: none;
}

a:visited 
{
	text-decoration	: none;
}

a:hover 
{
	text-decoration	: none;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

.bookRoom form > span,
.bookRoom form > label,
.bookRoom form > select
{
	font-size		: 0.7em;
}

.bookRoom > select
{
	font-size		: 0.7em;	
}

.footer .vcard
{
	font-size		: 1.2857em;
	line-height		: 44px;	
}

.footer .copyright
{
	font-size		: 0.7143em;
	line-height		: 40px;	
}

.specialsControl
{
}

.startEnd
{
	font-weight		: bold;
}

/*___ SPAN _________________________________________________________________*/

.labelName.required
{
	font-weight		: bold;	
}

.else .vevent .location
{
	font-size		: 1.2em;	
}

.weather .current .temp
{
	font-size		: 1.7143em;	
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

.header .upcoming h2
{
	font-size		: 14px;
	line-height		: 2em;
	font-weight		: bold;
}

/*___ H3 _________________________________________________________________*/

.specials h3
{
	font-size		: 1.42857em;
	line-height		: 1.4em;
	font-weight		: bold;
}

.pageAd h3
{
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

.contactus h5
{
	font-size		: 1em;
	font-weight		: bold;
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

.pageAd p
{
	font-size		: 0.8571em;
	line-height		: 1.2em;
}

/*___ UL _________________________________________________________________*/

.header .main.nav
{
	font-size		: 1.2571em;
	text-transform	: lowercase;	
}

.header .main.nav ul
{
	font-size		: 0.7368em;
}

.sitemap .nav.main
{
	font-size		: 1.2857em;
}

.sitemap .nav.main ul
{
	font-size		: 0.7778em;
}

.contactus
{
	line-height		: 1.2em;	
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

.contactus li
{
	padding-bottom	: 16px;	
}

li.categoryTitles
{
	font-weight		: bold;
	text-decoration	: underline;	
}

.weather .high span,
.weather .low span
{
	font-size		: 1.2857em;
	line-height		: 50px;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.header .main.nav > li > a
{
}

.header .main.nav a,
.header .main.nav a:visited
{
	text-decoration	: none;	
}

.header .upcoming a,
.header .upcoming a:hover,
.header .upcoming a:visited
{
	font-size		: 0.8571em;
	text-decoration	: none;	
}

.specials .details,
.specials .details:visited
{
	font-weight		: bold;
	text-decoration	: none;
	font-size: 12px;
}

.sitemap .nav.main a,
.sitemap .nav.main a:hover
{
	text-decoration	: none;	
}

.footer .mapLink,
.footer .mapLink:visited
{
	text-decoration	: none;	
}

.seemore,
.seemore:hover,
.seemore:visited
{
	font-size		: 0.8571em;
	text-decoration : none;
}

.thingsToDo .carousel a,
.thingsToDo .carousel a:visited
{
	text-decoration	: none;
	font-weight		: bold;
	line-height		: 1em;
}

.specialsControl a,
.specialsControl a:hover,
.specialsControl a:visited
{
	text-decoration	: none;
}

.offer.seemore
{
	font-size		: 1em;	
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
