/*
Theme Name: Inlet Wellness Gallery 2.0
Theme URI: http://www.kelmandesign.com/
Description: Expanded Inlet Wellness Gallery theme by Kelman Design, Inc.
Author: Keli Manson (programmed by Tony Chung http://tonychung.ca)
Version: 1.0
Tags: purple, serenity, the art of living well, wellness, balance, life giving, eternal
*/


@import url( 'ff-herculanum/stylesheet.css' );

/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with context-sensitive sidebar left of content
*/

/*
Force scrollbars only on desktop display
*/
@media screen {
	html {
		height: 100%; margin-bottom: 1px;
	}
	body {
		min-height:101%;
	}
}

body {
	color: #492f91; background-color: #b5bbd4;
	font: 62.5%/1.2 'lucida grande', 'lucida sans unicode', arial, helvetica, helv, sans-serif;
	margin: 0; padding: 0;
	text-align: center;
}

#wrapper {
	display: block; position: static;
	margin: 0 auto;
	width: 810px;
	font-size: 1em;
	overflow: visible;
	text-align: left;
}

#header,
#masthead,
#branding,
#servicephotos,
#access,
#navigation,
#main {
	margin: 0; padding: 0;
	width: 100%;
	float: left;
}

#masthead,
#servicephotos,
#access {
	margin-top: 1em;
}

#access {
	background-color: #492f91;
}

#access .skip-link {
	display: block;
	position: absolute;
	left: -99999em; top: 0;
	height: 0; font-size: 1px;
	/* call early to load menu background image early */
	background:	url('images/iwgbkgdrop.png');
}

#navigation {
	text-align: center;
	position: relative;
	z-index: 1;
	float: left;
	height: 20px;
}

/* menu styling */
.sf-menu {
	display: block;
	margin: 0 auto !important;
	padding: 0;
	width: 760px;
}

.sf-menu li {
	display: block; float: left;
	font-family: HerculanumRegular;
	font-size: 1.5em;
	line-height: 1.15em;
	text-align: left;
}

.sf-menu li a {
	display: block;
	padding: .05em .75em .15em;
	color: #ff9; background-color: inherit;
	text-decoration: none;
}

.sf-menu li a:hover {
	color: #fff; background-color: #8781bd;
}

.sf-menu li.current-menu-ancestor > a,
.sf-menu li.current-menu-item > a {
	color: #fff; background-color: inherit;
}

/* second level nav */
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.75em !important; /* match top ul list item height */
	z-index:		99;
	background:		url('images/iwgbkgdrop.png');
}

.sf-menu ul li {
	font: .8em/1.8 'lucida grande', 'lucida sans unicode', arial, helvetica, helv, sans-serif;
	font-weight: normal; text-transform: none;
	float: left;
}

.sf-menu ul li a {
	display: block;
	padding: .25em 1em;
	color: #000;
}

.sf-menu ul li a:hover,
.sf-menu ul li.current-menu-item a {
	color: #000;
	background: #d1cb97;
}

#main {
}

#container {
	position: relative;
	background: #b5bbd4 url('images/sidebar-bkg.gif') repeat-y;
	font-size: 1.2em;
}

#content {
	margin: 0 0 0 222px;
	padding-bottom: 10em;
}

.entry-content {
	margin-left: 1.3em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content p,
.entry-content ol,
.entry-content ul {
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.5em;
	background-color: inherit;
}

.entry-content h1 {
	margin-bottom: .3em;
	font-size: 1.4em;
	font-weight: bold;
	color: #00757d;
}

.entry-content h2 {
	margin-bottom: .5em;
	color: #492f91;
}

.entry-content h1.subject_name {
	margin-bottom: 0;
}

.entry-content p {
	color: #000;
}


.entry-content ol {
	list-style: decimal;
	margin-left: 2em;
	color: #000; background-color: inherit;
}

.entry-content ul {
	list-style: disc;
	margin-left: 1.5em;
	color: #000; background-color: inherit;
}

.entry-content a {
	color: #492f91;
	text-decoration: none;
}

.entry-content a:hover {
	color: #fff;
}

body.home .entry-content {
	padding-top: 2em;
}

body.home .entry-content p,
body.page-id-19 .entry-content p,
body.page-id-17 .entry-content p {
	color: #492f91;
}

.alignleft {
	float: left;
	margin-right: 1.3em;
}

.alignright {
	float: right;
	margin-left: 1.3em;
}

.alignnone {
	clear: both;
}

.aligncenter {
	text-align: center;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 3em;
	font-size: 1em;
}

#primary {
	position: absolute;
	top: 0; left: 0;
	width: 220px;
	font-size: 1em;
}

#primary ul {
	margin: 0 0 2em 1.75em;
	float: left;
	line-height: 1.4em;
}

#primary ul li li {
	color: #393939;
	font-size: .9em; font-style: italic;
	background-image: none;
	list-style-type: disc;
	margin: 0; padding: 0;
	overflow: visible;
}

#primary ul li {
	color: #000; background: url('images/curly.png') 0 0 no-repeat;
	margin-bottom: 1em; padding: 0 0 0 2em;
	overflow: hidden;
}

#primary ul li a {
	color: #000; background-color: inherit;
	text-decoration: none;
}

#primary ul li a:hover {
	color: #492591; background-color: inherit;
}

#primary ul li div {
	color: #393939;
	font-size: .9em;
	margin: 0 1em;
}

#primary ul li ul {
	margin: 0 2em 1em 1.3em;
}


#primary ul li.current_page_item a {
	color: #492591; background-color: inherit;
}

#primary h1,
#primary h2,
#primary h3 {
	margin: 2em 0 1em 3.625em;
	font-size: 1.05em;
	font-weight: bold;
}

#primary p {
	margin: 2em 1em;
	font-size: 1em;
}


#primary .quoter {
	margin-top: 1.2em; margin-bottom: 1.2em;
	display: block;
	clear: both; float: right;
	font-family: "arial narrow", "helvetica condensed", sans-serif;
	font-size: 1em;
}

#primary a.quoter {
	text-decoration: none;
	color: #492591; background-color: inherit;
}

#primary a.quoter:hover {
	color: #b5bbd4; background-color: inherit;
}

#primary .widget_booknow {
	text-align: center;
}

#primary .widget_fb_like {
	text-align: center;
	margin: 3em auto;
	width: 182px;
	background-color: #dbddea;
	border-top: 1px #eee solid;
	border-left: 1px #eee solid;
	border-right: 1px #b5bbd4 solid;
	border-bottom: 1px #b5bbd4 solid;
}

#primary blockquote {
	color: #000;
	margin-left: 32px;
	line-height: 1.25;
}

#primary blockquote a:link,
#primary blockquote a:visited  {
	color: #000; text-decoration: none;
}

#primary blockquote a:hover,
#primary blockquote a:active {
	color: #fff;
}

.iwg_link {
	cursor: pointer;
}

#footer {
	display: block; width: 590px;
	text-align: center;
	font-size: 1em;
}

#footer address {
	display: block; width: 100%;
	text-align: left;
	float: left;
	color: #fff; background-color: #492f91;
	font: .9em/1.4em arial, helvetica, sans-serif;
}

#footer address span {
	margin: .3em 0;
}

#footer address span a,
#footer address span a:hover {
	color: #fff; background-color: #492f91;
	font-weight: normal;
	text-decoration: none;
}

#footer address .gifts {
	float: left;
	font-weight: bold;
	text-align: left;
	margin-left: 2em;
}

#footer address .location {
	float: right;
	margin-right: 4em;
}

#footer address .location .phone {
	margin-left: 1em;
	margin-right: 1em;
}

#footer em a {
	text-decoration: none;
	font-weight: bold;
	color: #492f91;
	background-color: transparent;
}

#footer em a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff; background-color: inherit;
}

#footer .tagline {
	margin-top: 1em;
}


#colophon,
#credits {
	position: relative;
	font-size: .9em;
}


#colophon {
	float: left;
	margin: -2em 0 0 1.25em;
	padding-bottom: 2em;
}

#credits {
	margin-top: -2em; float: right;
}

#colophon a,
#credits a {
	text-decoration: none;
	color: #492591;
}

#colophon a:hover,
#credits a:hover {
	text-decoration: underline;
}

.iwgSpecial {
	background: url('http://www.inletwellnessgallery.com/wp-content/uploads/2010/12/iwgparchment.gif');
	margin: 0 0 2em; padding: 1em 2em .75em;
	text-align: center;
}
