@charset "ISO-8859-1";
body {
	background: #2f0505;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F6E0B0;
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body#home a#homenav,
body#services a#servicesnav,
body#boutique a#boutiquenav,
body#photos a#photosnav,
body#buzz a#buzznav,
body#contact a#contactnav {
	cursor: default;
	background-image: url(../images/pageInd.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

a:focus {
	outline:none;
}
a:link {
	color: #F6E0B0;
	text-decoration: none;
	outline:none;
}
a:visited {
	color: #F6E0b0;
	outline:none;
	text-decoration: none;
}
a:hover {
	color: #81DEDD;
	text-decoration: underline;
	outline:none;
}





.divinity /* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
 #container {
	width: 760px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #2f0505;
	margin: 0 auto;
	text-align: left;
	color: #F6E0B0;
	border-top: 4px solid #2F0505;
	border-left-color: #380000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #380000;
	border-right-style: solid;
	border-right-width: 1px;
}
.divinity  #header {
	background: #2f0505;
	padding: 0;
	background-image: url(../images/divinityBanner.jpg);
	height: 130px;
	text-align: center;
} 
.divinity  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.divinity   #homeContent {
	padding: 0em 0em 1em 0em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #2F0505;
	color: #F6E0B0;
	width: 360px;
	float: left;
}
.divinity #homeContent p {
	padding: 20px 5px 20px 0px;
	text-align: left;
	color: #FFFFFF;
	margin-top: 10px;
}
.divinity #homeContent #head1 {
	padding: 1.5em .1em .3em .1em;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
.divinity #homeContent #head2 {
	padding: 0em .1em 1em .1em;
	font-size: 0.95em;
	font-weight: normal;
	text-align: center;
}
.divinity #homeContent #tableText {
	padding: .5em .5em .5em 0em;
	text-align: left;
	color: #F6E0B0;
	font-size: .8em;
}
.divinity #homeTable {
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	text-align: center;
	margin-bottom: 1em;
}
.divinity  #homeMovie  {
	padding: 1em 0em 1em 15px;
	color: #FFFFFF;
	width: 380px;
	float: left;
}
.divinity  #footer {
	padding: .5em 0em .5em 0em;
	background-color: #2F0505;
	font-size: 0.7em;
	color: #ffffff;
	width: 760px;
	clear: both;
} 
.divinity  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: none;
}

#navcontainer {
	margin: 0 0 0 0;
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	max-height: 25px;
}


#navlist
{
	padding: 0 0 0 0;
	padding-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	padding: 2em 1.2em 2em 1.2em;
	color: #F6E0B0;
	font-weight: normal;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	padding: 2em 1.2em 2em 1.2em;
	text-decoration: none;
	color: #F6E0B0;
	background-image: url(../images/pageInd.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#navlist li
{
	display: inline;
	font-size: 83%;
	padding: 0;
}
#navlist ul
{
	padding: 0;
	margin: 0;
}
#bottomNav {
	padding: .7em 0em .7em 0em;
	background-color: #500000;
	font-size: 0.75em;
	color: #F9ECD2;
	width: 760px;
	clear: both;
	text-align: center;
}
#tableText a:focus {
	outline:none;
}
#tableText a:link {
	color: #F6E0B0;
	text-decoration: underline;
	outline:none;
}
#tableText  a:visited {
	color: #F6E0b0;
	outline:none;
	text-decoration: underline;
}
#tableText  a:hover {
	color: #81DEDD;
	text-decoration: underline;
	outline:none;
}
.divinity #pageTitle {
	padding: .5em .5em .3em 170px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
.divinity #pageTitle #head1 {
	padding: 1.5em .5em .3em 0em;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
.divinity #leftContent {
	padding: 1.2em .5em 1em 170px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #2F0505;
	color: #F6E0B0;
	width: 235px;
	float: left;
}
.divinity #leftContent #head2 {
	padding: 0em .5em 1.3em 0em;
	font-size: 0.95em;
	font-weight: normal;
	text-align: left;
}
.divinity #leftContent p {
	padding: 0em .5em .3em 0em;
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
}
.divinity  #leftContent #bullets {
	font-size: 0.8em;
	margin: 0em 0em 0em 0em;
	padding: 0em .5em 0em 0em;
}
.divinity #leftContent #bullets li {
	padding-bottom: 0.5em;
}
.divinity  #atmosphereContent {
	padding: 1.2em .5em 1em 170px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #2F0505;
	color: #F6E0B0;
	width: 210px;
	float: left;
}
.divinity  #atmosphereContent  p {
	padding: 0em .5em 0em 0em;
	font-size: 0.80em;
	font-weight: normal;
	text-align: left;
	margin: 0em 0em 1.5em 0em;
}
.divinity  #atmosphereGraphic {
	padding: 0em 0em 0em .8em;
	width: 350px;
	color: #F6E0B0;
	margin: 1.2em 0em 2.5em 390px;
	border-left: solid #81DEDD 1px;
	font-size: 0.9em;
}
.divinity #buddhaGraphic {
	padding: 0em 0em 0em 0em;
	width: 160px;
	margin: 0.3em 10px 1em 0em;
	background-image: url(../images/buddha.jpg);
	background-repeat: no-repeat;
	position: absolute;
	float: left;
	height: 375px;
}
.divinity #pageGraphic {
	padding: 0em 0em 0em 0em;
	position: absolute;
	margin: 25px 0em 0px 115px;
}
.divinity #buzzGraphic {
	padding: 0em 0em 0em .8em;
	width: 300px;
	color: #F6E0B0;
	margin: 1.2em 0em 1.5em 440px;
	border-left: solid #81DEDD 1px;
}
.divinity #specials {
	color: #2F0505;
	text-align: center;
	background-color: #81DEDD;
	padding: .2em 0 .2em 0;
	font-size: 0.95em;
}
.divinity #buzzGraphic p {
	color: #F6E0B0;
	margin: 1em .2em 0 .2em;
	font-size: 0.8em;
	text-align: center;
}
.divinity #coupon {
	padding: 1em 0em 0em 1em;
	text-align: center;
}
.divinity #coupon p {
	text-align: center;
	font-size: 0.7em;
	margin: .4em 0em 1.6em 0em;
}
#coupon a:focus {
	outline:none;
}
#coupon a:link {
	color: #81DEDD;
	text-decoration: none;
	outline:none;
}
#coupon a:visited {
	color: #81DEDD;
	outline:none;
	text-decoration: underline;
}
#coupon a:hover {
	color: #81DEDD;
	text-decoration: underline;
	outline:none;
}
.divinity #photoGallery {
	padding: 0em .5em 1em 170px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #2F0505;
	color: #F6E0B0;
	width: 260px;
	float: left;
	text-align: left;
	font-size: .7em;
}
.divinity #contactInfo {
	padding: 1.2em .5em 1em 170px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #2F0505;
	color: #F6E0B0;
	width: 210px;
	float: left;
}
.divinity #contactInfo #head3 {
	padding: 0em .5em 0em 0em;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	margin: 0em 0em 0.1em 0em;
	color: #81DEDD;
}
.divinity #contactInfo p {
	padding: 0em .5em 0em 0em;
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
	margin: 0em 0em 1.5em 0em;
}
.divinity #map {
	padding: 0em 0em 0em .8em;
	width: 350px;
	color: #F6E0B0;
	margin: 1.2em 0em .8em 390px;
	border-left: solid #81DEDD 1px;
	font-size: 0.9em;
}
.divinity #servicesContent {
	padding: 1.2em 0em 1.5em 160px;
	color: #F6E0B0;
	width: 600px;
	float: left;
	background: #2f0505;
}
.divinity #servicesContent ul {
	padding: 0em;
	list-style: none;
	margin: 0em;
}
.divinity #servicesContent li {
	padding: 2px 0em 0em 0em;
	float: left;
	display: block;
}
.divinity #servicesContent li a {
	color: #F6E0B0;
	display: block;
	overflow: hidden;
	height: 270px;
	width: 140px;
	text-decoration: none;
	cursor: default;
	outline: none;
}
.divinity #servicesContent li a:link {
	color: #F6E0B0;
	text-decoration: none;
	outline: none;
}
.divinity #servicesContent li a:visited {
	color: #F6E0B0;
	overflow: hidden;
	text-decoration: none;
	cursor: default;
	outline: none;
}
.divinity #servicesContent li a:hover {
	color: #F6E0B0;
	text-decoration: none;
	cursor: auto;
	outline: none;
}

.divinity #servicesContent li a:active {
	color: #F6E0B0;
	overflow: hidden;
	text-decoration: none;
	cursor: default;
	outline: none;
}
.divinity #servicesContent li a:focus {
	color: #F6E0B0;
	text-decoration: none;
	cursor: default;
	outline: none;
}

.divinity #servicesContent li img {
	position: absolute;
	outline: none;
}
.divinity #servicesContent li p {
	padding: 0em 1em 0em 0em;
	display: block;
	margin: 0em 0em 1em 140px;
	width: 150px;
	text-align: left;
	font-size: 0.8em;
	color: #F6E0B0;
	text-decoration: none;
}


.divinity #servicesContent li p a {
	color: #F6E0B0;
	display: block;
	overflow: hidden;
	height: 270px;
	width: 140px;
	text-decoration: none;
	cursor: default;
	outline: none;
}
.divinity #servicesContent li p a:link {
	color: #F6E0B0;
	text-decoration: none;
	outline: none;
}
.divinity #servicesContent li p a:visited {
	color: #F6E0B0;
	overflow: hidden;
	text-decoration: none;
	cursor: default;
	outline: none;
}
.divinity #servicesContent li p a:hover {
	color: #F6E0B0;
	text-decoration: none;
	cursor: auto;
	outline: none;
}

.divinity #servicesContent li p a:active {
	color: #F6E0B0;
	overflow: hidden;
	text-decoration: none;
	cursor: default;
	outline: none;
}
.divinity #servicesContent li p a:focus {
	color: #F6E0B0;
	text-decoration: none;
	cursor: default;
	outline: none;
}

.divinity #servicesContent li img {
	position: absolute;
	outline: none;
}



.divinity #servicesContent #menuLink {
	color: #81DEDD;
	text-decoration: underline;
}
.divinity  #servicesContent  #head4 {
	padding: 0em 1em 1em 0em;
	display: block;
	margin: 35px 0em 1em 140px;
	width: 150px;
	text-align: left;
	font-size: 0.95em;
	color: #F6E0B0;
	text-decoration: none;
	border-top: solid #500000 1px;
	font-weight: normal;
}
.divinity #servicesContent #note {
	padding: 2em 1em 0em 0em;
	margin: 0em 0em 0em 1em;
	width: 600px;
	text-align: left;
	font-size: 0.8em;
	color: #F6E0B0;
	text-decoration: none;
	clear: both;
}

