body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background: transparent url(images/back.jpg) repeat-x;
	font-size:10pt;
	font-family:arial,tahoma,sans-serif;
}

h3 {
	display:block;
	font-size:12pt;
	font-weight:bold;
	margin:1em 0;
}

img {
	border:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


hr {
	margin:10px 0 ;
	padding:0;
}
/*-----------------------------Template------------------------------------*/	
	#header {
		width:1000px;
		height:130px;
	}
	#header_left, #header_middle {
		float:left;
		
	}
	
	#header_right {
		float:right;
		margin-top: 20px;
	}

	#main {
		width:860px;
		min-height: 100%;
		position:absolute;
	}
	
	#left_wrapper {
		width:220px;
		float:left;
	}
	
	#left {
		font-size:1.1em;
		width:200px;
		padding-left:10px;
	}
	
	
	#content {
		width:630px;
		float:right;
	}
	#content a {
		text-decoration:none;
		color: #666;
	}
	#content a:hover {
		color: #333;
		text-decoration:underline;
	}
	
	
	
	#quote {
		color: #666;
	}
	
	#quote #author {
		margin-top:5px;
		color: #444;
	}
	
	
	#left a.bookmark {
		margin-left:0px;
		margin-right:14px;
	}
	#left a {
		text-decoration:none;
		margin-left:10px;
		color: #666;
	}
	#left a:hover {
		color: #333;
		text-decoration:underline;
	}
	
	
	#left #text {
		margin-left:10px;
	}
	
	#left h3 {
		font-size:1.2em;
		margin-top:0px;
		margin-bottom:10px;
		border-bottom: solid 2px #000000;
		background-color: #f6f7f6;
		padding:5px;
	}
	#content h1 {
		font-size:1.6em;
		color:#5C5C5C;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		margin-top:0px;
	}
	
	#siteby {
		text-align:center;
		font-size:0.6em;
		margin: 10px 0;
	}
	
	
.backlink	{
	text-decoration:none;
	color:#5C5C5C;
}

#rightcol {
	background-color:transparent;
	height:400px;
	width:200px;
	position:absolute;
	left:900px;
	top:140px;
}

#rightcol p {
	margin: 0.5em 0;
}
	
/*--------------------Front Page -------------------------*/
.fp_oracle {
	width:150px;
	float:left;
	text-align:center;
}

.fp_oracle h2  {
	font-weight:normal;
}

.fp_oracle a  {
	font-size:1em;
	color:#5C7C5C;
	text-decoration:none;
}
.fp_oracle a:hover  {
	text-decoration:underline;
}

/*---------------Tarot Readings-----------------------------*/

.oraclelabel {
	text-decoration:none;
	color:#5c5c5c;
	font-size:1em;
}

.OracleBig {
	vertical-align:top;
	text-align:center;
	width:120px;
}

.reading_option {
	width:160px;
	margin-left:20px;
	float:left;
}

.oracletext {
	font-weight:bold;
	padding: 9px 0;
	margin:0px;
}


#question {
	border-top:solid 1px #666;
	border-left:solid 1px #666;
	border-bottom:solid 1px #888;
	border-right:solid 1px #888;
	width: 95%;
	font-size:1.2em;
	
}
/*---------------Runes Readings-----------------------------*/

#content a.runeslabel {
	text-decoration:none;
	color:#ffcc33;
	font-size:1em;
}

/*---------------Iching Readings-----------------------------*/
.ichinghr {
	color:#ffcc00;background-color:#ffcc00;border:0px;width:40px;height:5px;"
}


/*---------------Iching Readings-----------------------------*/
.chakraimg {
	border: solid 1px #777;
}

/*-----------------Pretty Checkboxes ----------------------------------------------------*/
label.checkbox span.holder{height:61px;background:url(images/prettyCheckboxes/checkbox.gif) 0 -1px no-repeat}
label.radio span.holder{height:61px;background:url(images/prettyCheckboxes/radio.gif) 0 -1px no-repeat}
label.checkbox:hover span.holder,label.radio:hover span.holder{top:-21px !important}
label.checked span.holder,label.checked span.holder,label.checked:hover span.holder,label.checked:hover span.holder{top:-42px !important}
label.list{float:left;clear:left;margin:0 0 5px 0}
label.inline{float:left;margin:0 10px 0 0}
input.hiddenCheckbox{position:absolute;left:-10000px}
label.prettyCheckbox span.holderWrap{display:block;float:left;position:relative;margin-right:5px;overflow:hidden}
label.prettyCheckbox span.holder{display:block;position:absolute;top:0;left:0}
