/* CLUB MOJAN STYLE */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 {width:60px;}
.grid_2 {width:140px;}
.grid_3 {width:220px;}
.grid_4 {width:300px;}
.grid_5 {width:380px;}
.grid_6 {width:460px;}
.grid_7 {width:540px;}
.grid_8 {width:620px;}
.grid_9 {width:700px;}
.grid_10 {width:780px;}
.grid_11 {width:860px;}
.grid_12 {width:940px;}

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

/* START CLUB MOJAN */

body{
	background: #f2f2f2;
	color: #777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.4em;
}

#site_title h1{
	margin-top: 10px;
/* 	padding-bottom: 10px; */
	background: white url(/img/site-title.jpg) no-repeat;
	height:202px;
}
#site_title h1 span{
	display: none;
}

#site_image h2{
	background: white url(/img/site-image.jpg) no-repeat;
	height:206px;
/* 	padding-bottom: 10px; */
}
#site_image h2 span{
	display: none;
}

#site_nav ul{
	background:#EEEEEE url(/img/nbg.gif) repeat-x scroll center center;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	height:25px;
}

#site_nav ul li{
	border-right:1px solid #C4C4C4;
	float:left;
	height:20px;
	padding:5px 0 0;
	text-align:center;
	width:132px;
}

#site_nav ul li.last{
	border: none;
}

#site_nav ul a{
	color:#9E9E9E;
	font-weight:bold;
	text-decoration: none;
	display: block;
}

#site_nav ul a:hover, #site_nav ul a.active{
	color:#C87B89;
}

#site_footer #footer_nav{
	background:#EBEBEB none repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	color:#999999;
	text-align: center;
}

#site_footer #footer_nav a{
	padding: 2px 12px;
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

#site_footer #footer_nav a:hover{
	color: #C87B89;
}

#site_footer .column {
	background: white;
	padding: 10px 0 0;
	margin-bottom:10px;
}

div.row{
	background: white;
}

/* NAV HIGHLIGHT: http://www.hicksdesign.co.uk/else/cssnav/products.html */
/* body#home a#homenav, body#products a#prodnav, body#faq a#faqnav, body#contact a#connav {color:#C87B89;} */

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Geneva, sans-serif;
	font-weight: bold;
	line-height: 2em;
	}
h2 {
	font-size: 21px;
	}
#welcome h2{
	text-align: center;
}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

a {
	color:#C87B89;
	text-decoration: underline;
}

a:hover {
	color:#C87B89;
	text-decoration: none;
}
	
/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
	margin: 0 0 6px;
}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	margin: 0 10px;
	padding: 6px;
	font-size: 16px;
	font-style: italic;
}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {
		width: 400px;
		height: 200px;
		border-color:#929292 #CCCCCC #D7D7D7;
		border-style:solid;
		border-width:1px;
		font-size: 14px
		font-family:Arial,Helvetica,sans-serif;
	}
	input {
		font-size: 14px
	}
	input[type=text] {
		width: 400px;
		border-color:#929292 #CCCCCC #D7D7D7;
		border-style:solid;
		border-width:1px;
	}
	input[type=submit] {
		width: 200px;
		height: 40px;
		font-size: 18px
	}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

a.edit_this{
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

/* PAGE SPECIFIC */

#session_descriptions h3{
	text-align: center;
}

/*
#healing_product .column{
	margin-top: 25px;
	padding-top: 25px;
	border-top: sold 1px #9E9E9E;
}
*/

#healing_product_divider, #astrology_product_divider{
	height: 13px;
	text-align: center;
	padding: 10px 0;
}

#healing_product {

}

#healing_product form, #astrology_products form{
	margin: 15px 0;
}

#healing_product .foxycart_link, #astrology_products .foxycart_link{
	margin: 0;
	padding: 7px 20px;
	font-size: 16px;
}

.photos{
	float: left;
	padding: 5px;
	width:300px;
}

#thanks{
	padding: 10px;
	background: #FBE6F2;
	margin:0 20%;
	border: solid 1px #C87B89;
	text-align: center;
}

/* private sessions asterisk */
p.note{
	font-size: 10px;
}

/* FOXEE CART */

.foxee_pricing_options{
	float: left;
	font-size: 14px;
}

.foxee_pricing_options select{

}
.foxycart_link{
	background:#EBEBEB none repeat scroll 0 0;
	border:2px solid #9E9E9E;
	color:black;
	font-weight:bold;
	margin:0 0 0 6px;
	padding:2px 10px;
	text-decoration:none;
}

.foxycart_link:hover{
	background:#C87B89 none repeat scroll 0 0;
	border:2px solid #777;
	color:black;
	font-weight:bold;
	margin:0 0 0 6px;
	padding:2px 10px;
	text-decoration:none;
}

#foxee_cart_container {
	background:#C4C4C4;
	margin-left:4px;
	padding:5px;
	position:absolute;
	top:216px;
}

#foxee_cart_container a {
	font-weight: bold;
}