@charset "UTF-8";
/* CSS Document */

body {
    margin: 0 auto;
    padding: 0;
    background: url(images/bg-main.gif) repeat-x #db5340;
    color: #3c3c3c;
    font: 12px/1.2em Arial, Helvetica, sans-serif;
}


/* MENU RULES  for maintemplate*/

#menu {
    font: 16px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	width: 745px;
	height: 30px;
	padding: 0 0 0 20px;
	background-color: #d43721;
	list-style: none;
	margin: 0;
}

#menu a {
	font: 16px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	color: #fff;
	font-style: normal;
	text-decoration: none;
	list-style: none;
}

#menu a:hover{
	color: #e16958;
}

#menu li ul a{
	font-size: 13px;
	font-style: italic;
	padding: 0;
}

#menu li ul a:hover{
	color: #e16958;
}

#menu ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;

  }
  
#menu li { /* all list items */
  float: left;
  position: relative;
  padding: 3px 35px 3px 0;
  }
  
#menu li ul { /* second-level lists */
  display: none;
  position: absolute;
  top: 1em;
  left: 0;
  background-color: #d43721;
  border-top: solid 4px #fff;
  padding: 5px 0 5px 10px;
  margin-top: 3px;
  width: 200px;

  }
  
#menu li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}
	
#menu li:hover ul, li.over ul{ /* lists nested under hovered list items */
	display: block;
}


* menu2 RULES  for SHOP Menu*/




#menu2, #menu2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu2 a {
	display: block;
}

#menu2 li { /* all list items */
	float: left;
}

#menu2 li ul { /* second-level lists */
	position: absolute;
	background: orange;
	left: -999em; /* using left instead of display to hide menu2s because display: none isn't read by screen readers */
}

#menu2 li:hover ul, #menu2 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}





#menu2 {
    font: 16px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	width: 1004px;
	height: 30px;
	padding: 0 0 0 20px;
	background-color: #d43721;
	list-style: none;
	margin: 0;
	margin-bottom:20px;
}

#menu2 a {
	font: 16px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	color: #fff;
	font-style: normal;
	text-decoration: none;
	list-style: none;
}

#menu2 a:hover{
	color: #e16958;
}

#menu2 li ul a{
	font-size: 13px;
	font-style: italic;
	padding: 0;
}

#menu2 li ul a:hover{
	color: #e16958;
}

#menu2 ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
  
  
#menu2 li { /* all list items */
  float: left;
  position: relative;
  padding: 3px 35px 3px 0;
  }
  
#menu2 li ul { /* second-level lists */
  display: none; 
  position: absolute;
 width: 200px;
  top: 1em;
  left: 0;
  background-color: #d43721;
  border-top: solid 4px #fff;
  padding: 5px 0 5px 10px;
  margin-top: 3px;
  }
  
  #menu2 li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}
	
#menu2 li:hover ul, li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}


/* SIDE MENU RULES  */


#sidebar ul {
    margin: 0;
    padding: 0;
	list-style: none;
}

#sidebar ul li {
    display: block;
	list-style: none;
}

#sidebar ul li a {
	font: 14px/1.7em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: 800;
	font-style: italic;
}

#sidebar ul li a:hover {
	color: #fa9c8f;
	font-weight: 800;
	text-decoration:none;
}




/* TYPOGRAPHY RULES  */

h1 {
	font: 35px Georgia, "Times New Roman", Times, serif;
	color: #D43721;
	margin: 5px 0;
	font-weight: normal;
}

h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #fff;
/*	line-height: 120%;
*/	font-weight: bold;
	margin: 12px 0;
}

h3 {
	font: 20px/1.0em Georgia, "Times New Roman", Times, serif;
	color: #ef705d;
	margin: 5px 0 25px 0;
	line-height: 130%;
	font-weight: bold;
}

h4 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #D43721;
	margin: 10px 0 25px 0;
	line-height: 120%;
	font-weight: bold;
}

h5 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #D43721;
	margin: 5px 0;
	line-height: 100%;
	font-weight: bold;
}

.shoppingcart {
	font: 21px Arial, Helvetica, sans-serif;
	color: #D43721;
	margin: 5px 0;
	line-height: 100%;
	font-weight: normal;
}

.sidebar {
	font: 12px/1.3em Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	font-style: normal;
	color: #fff;
}

.form {
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 200%;
	color: #fff;
}

.sidebarsmall {
	font: 11px/1.0em Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-style: italic;
	color: #fff;
}
.sidebar a:link{
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: 800;
	font-style: italic;
}
.sidebar a:visited{
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: 800;
	font-style: italic;
}

.sidebar a:hover{
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #fa9c8f;
	font-weight: 800;
	font-style: italic;
	text-decoration:none;
}
.sidebar a:active{
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #fa9c8f;
	font-weight: 800;
	font-style: italic;
	text-decoration:none;
}


.subheadings {
    font: 14px Arial, Helvetica, sans-serif;
	color: #D43721;
	font-weight: normal;
}

.quote {
    font: 100% Arial, Helvetica, sans-serif;
	color: #D43721;
	font-weight: 800;
	font-style: italic;
}

.quote2 {
    font: 100% Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	font-weight: 800;
	font-style: italic;
}

.highlight {
	color: #D43721;
}

.white {
	color: #fff;
}

.quotebox1 {
    font: 100% Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	line-height:normal;
	font-style: normal;
	padding: 10px;
}
.quotebox {
    font: 100% Arial, Helvetica, sans-serif;
	color: #D43721;
	line-height:normal;
	font-weight: 800;
	font-style: italic;
	padding: 10px;
}

.quote2box {
    font: 100% Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	font-weight: 800;
	line-height:normal;
	font-style: italic;
	padding: 10px;
}

div.box1 {
	border: 0;
	background-color: #f9e6e5;
	width: 724px;
/*	padding: 0 10px;
	float: left;
*/	margin: 10px 0 20px 0;
}	

div.box2 {
	border: 0;
	background-color: #efada3;
	width: 724px;
/*	padding: 0 10px;
	float: left;
*/	margin: 10px 0 20px 0;
}


div.box3 {
	border: 0;
	background-color: #f9e6e5;
	width: 489px;
	padding: 0 10px;
	float: left;
	margin:0;
}
/*
.footer {
	font: 11px/.5em Arial, Helvetica, sans-serif;
	padding: 0;
	color: #fff;
	text-align: center;
}
*/


/* HYPERLINK RULES */

a:link {
    color: #D43721;
    text-decoration: none;
	font-style: italic;
}

a:visited {
    color: #D43721;
    text-decoration: none;
	font-style: italic;
}

a:hover {
    color: #e16958;
    text-decoration: underline;
	font-style: italic;
}

a:active {
    color: #e16958;
    text-decoration: underline;
	font-style: italic;
}
h1 a:link {
	font: 35px Georgia, "Times New Roman", Times, serif;
	color: #D43721;
	margin: 5px 0;
	font-weight: normal;
}

h1 a:visited {
	font: 35px Georgia, "Times New Roman", Times, serif;
	color: #D43721;
	margin: 5px 0;
	font-weight: normal;
}

h1 a:hover {
	font: 35px Georgia, "Times New Roman", Times, serif;
	color: #D43721;
	margin: 5px 0;
	font-weight: normal;
	text-decoration: none;
}

h1 a:active {
	font: 35px Georgia, "Times New Roman", Times, serif;
	color: #D43721;
	margin: 5px 0;
	font-weight: normal;
	text-decoration: none;
}

h5 a:link {
	font: 15px Arial, Helvetica, sans-serif;
	color: #D43721;
	text-transform: capitalize;
	margin: 10px 0 0 0;
	line-height: 90%;
	font-weight: bold;
}

h5 a:visited {
	font: 15px Arial, Helvetica, sans-serif;
	color: #D43721;
	text-transform: capitalize;
	margin: 10px 0 0 0;
	line-height: 90%;
	font-weight: bold
}

h5 a:hover {
	font: 15px Arial, Helvetica, sans-serif;
	color: #D43721;
	text-transform: capitalize;
	margin: 10px 0 0 0;
	line-height: 90%;
	font-weight: bold;
	text-decoration: none;
}

h5 a:active {
	font: 15px Arial, Helvetica, sans-serif;
	color: #D43721;
	text-transform: capitalize;
	margin: 10px 0 0 0;
	line-height: 90%;
	font-weight: bold;
	text-decoration: none;
}

.footer a:link {
	font-style:normal;
	color: #fff;
	text-decoration: none;
}

.footer a:visited {
	font-style:normal;
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	font-style:normal;
	color: #fa9c8f;
	text-decoration: underline;
}

.footer a:active {
	font-style:normal;
	color: #fa9c8f;
	text-decoration: underline;
}

.white a:link {
	font-style:normal;
	color: #fff;
	text-decoration: none;
}

.white a:visited {
	font-style:normal;
	color: #fff;
	text-decoration: none;
}

.white a:hover {
	font-style:normal;
	color: #fa9c8f;
	text-decoration: underline;
}

.white a:active {
	font-style:normal;
	color: #fa9c8f;
	text-decoration: underline;
}

.shoppingcart a:link {
	font: 21px Arial, Helvetica, sans-serif;
	color: #D43721;
	margin: 5px 0;
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;
}

.shoppingcart a:visited {
	font: 21px Arial, Helvetica, sans-serif;
	color: #D43721;
	margin: 5px 0;
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;
}

.shoppingcart a:hover {
	font: 21px Arial, Helvetica, sans-serif;
	color: #fa9c8f;
	margin: 5px 0;
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;
}

.shoppingcart a:active {
	font: 21px Arial, Helvetica, sans-serif;
	color: #fa9c8f;
	margin: 5px 0;
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;
}



/* LAYOUT RULES */

#whole {
	width: 1126px;
	margin: auto;
	overflow: auto;
	padding: 0;
}


#shadow {
	width: 1126px;
	background: url(images/shadow.png) repeat-y;
	overflow: hidden;
	margin: auto;
}

#base {
	width: 1126px;
	background: url(images/base.png) no-repeat;
	margin: auto;
	min-height: 48px;
}

#main {
	width: 1024px;
	background: #fff;
	margin: auto;
}

#header {
	background-color: #d43721;
	height: 123px;
	width: 1024px;
}
#boxes {
	height: 186px;
	width: 1024px;
	margin: 12px 0 22px 0;
	padding: 0;
}

#sidebar {
	float: left;
	width: 247px;
	padding-bottom: 10px;
}

/*
#right {
	float: right;
	width: 765px;
	padding: 0;
}

#container {
	width: 724px;
	padding: 10px 20px 0 20px;
	margin-top: 12px;
	border-right: solid 1px #ccc;
	float: left;
	min-height: 250px;
}
*/
#right {
	float: right; 
	width: 765px; 
	padding: 0;
	
}


#container {
	width: 764px;
	padding: 0;
	margin-top: 0px;
	border-right: solid 1px #ccc;
	float: left;
	min-height: 250px;
}

#container_padding {
		margin: 0px 20px 0px 20px;

}





#container2 {
	width: 764px;
	padding: 0;
	margin-top: 0;
	border: 0;
	float: left;
}
#contentleft {
	float:left;
	width: 475px;
	padding: 0;
}
#contentright {
	float: right;
	width: 225px;
	padding: 0;
}
/*#footer {
	background-color: #D43721;
	height: 25px;
	width: 100%x;
	margin: 24px 0 0 0;
	padding: 2px 0 5px 0;
}*/

.footer {
	font: 11px/.5em Arial, Helvetica, sans-serif;
	padding: 0;
	color: #fff;
	text-align: center;
	background-color: #D43721;
	height: 25px;
	margin-top:10px;
}



#footer {
	
	margin: 24px 0 0 0;
}
#footer_padding {
	margin: 0px 0px 0px 0px;
	padding-top:10px;

}






#thebody {
	background: url(images/bg-image.gif) top left repeat-y;
	width: 1024px;
	overflow: hidden;
}
#clear {
	width: 100%;
	height: 0px;
	clear: both;
}
#whatson {
	padding: 5px 20px;
	width: 207px;
	height: 135px;
	margin: 0;
	background-color: #D43721;
	background: url(images/whatson.jpg) top left no-repeat;
}

#subscribe {
	padding: 5px 20px;
	width: 207px;
	margin: 0;
	background-color: #D43721;
	background-image: url(images/bg-image.gif);
	background-position: top left;
	background-repeat: repeat-y;

}


/* BUTTON RULES  */

#boxes ul {
    list-style:none;
    display:inline;
	margin: 0;
	padding:0;
}

#boxes li {
    list-style:none;
    display:inline;
	margin: 0 12px 22px 0;
}


.topmenu {
	margin: 0 12px 22px 0;
	list-style: none;
}

a#consultations {
	background-image: url(images/box-consultations.jpg);
 	height: 186px;
	width:247px;
	display:block;
	float:left;
	margin:0 12px 0 0;
}
a#consultations span {
	display:none;
}
a#consultations:hover {
	background-image: url(images/box-consultationsO.jpg);
}

a#soulreadings {
	background-image: url(images/box-soulreadings.jpg);
 	height: 186px;
	width:247px;
	display:block;
	float:left;
	margin:0 12px 0 0;
}
a#soulreadings span {
	display:none;
}
a#soulreadings:hover {
	background-image: url(images/box-soulreadingsO.jpg);
}

a#retreats {
	background-image: url(images/box-retreats.jpg);
 	height: 186px;
	width:247px;
	display:block;
	float:left;
	margin:0 12px 0 0;
}
a#retreats span {
	display:none;
}
a#retreats:hover {
	background-image: url(images/box-retreatsO.jpg);
}

a#karmabelles {
	background-image: url(images/box-karmabelles.jpg);
 	height: 186px;
	width:247px;
	display:block;
	float:left;
	margin:0 12px 0 0;
}
a#karmabelles span {
	display:none;
}
a#karmabelles:hover {
	background-image: url(images/box-karmabellesO.jpg);
}


