/*  
Theme Name: Spiritual Circle
Theme URI: http://www.chesteralan.com/
Description: A Wordpress Migration Template of the current design of <a href="http://spiritualcircle.org/">Spiritual Circle</a>.
Version: 1.1
Author: Chester Alan Tagudin
Author URI: http://www.chesteralan.com/
*/

@charset "utf-8";
/* CSS Document */
body {
	font:12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #5500AA;
}

#wrap {
margin: 0 auto;
}

h1 {
	font:Arial, Helvetica, sans-serif 24px bold;
	margin:10px 0;
	
}

h2 {
	font:Arial, Helvetica, sans-serif 16px bold;
	margin:5px 0;
}

h3 {
	font:Arial, Helvetica, sans-serif 13px bold;
	margin:5px 0;
}

a {
	color:#0000FF;
}

/* ID */
#wrap{
	width:1000px;
background-color: #5500AA;
}

#main {
	padding:16px 0px;
background-color: #5500AA;
}

#left {
	width: 225px;
	float:left;
}

#leftSidebar {
	margin:0px 16px;
	color: #FFFFAA;
}


#right {
	width: 775px;
	float:right;
}

#content {
	background-color:#FFFFAA;
	padding:10px;
	float:inherit;
	
}

#body {
	width:530px;
	float:left;
	padding:10px;
	
}

/* #body h1 {
	text-transform:uppercase;
	font:"Arial", Helvetica, sans-serif 24px bold;
} */

#body h1 {
	text-align:center;
	font-weight:normal;
	color: #2A0055;
	letter-spacing:0.2em;
	line-height:32px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

#body h2{
	font-weight:normal;
	color: #5500AA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	line-height: normal;
	font-style:italic;
}	

#rightSidebar {
	width:205px;
	float:right;
	background-color: #AA7FFF;
height:700px;
}

#rSidebar {
	padding:10px;
}

#footer {
	font:xx-small Arial, Helvetica, sans-serif;
	padding:5px;
	background-color:#FFFFFF;
	margin:5px 0 15px 0;
	float:inherit;
	width:765px;
}

#footerLeft {	
	float:left;
}

#footerRight {
	float:right;
}

/* classes */
.small {
	font-size: 12px
}

.extrasmall {
	font-size: 10px; 
}

.medium {
	font-size: 14px;
	}