/*
Theme Name: CircleOfLight
Theme URI: http://CircleOfLightHulaHoops.com/
Description: Just another theme...
Version: 1
Author: Will Kemp
Author URI: http://WillKemp.Info/
*/


* {
   padding: 0;
   margin: 0;
}

body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
}

h1 {
	font-size: 2.5em;
	text-align: right;
	/* Note: this isn't where the colour is set - it's in "h1 a:link" below */
	padding: 20px 0 15px 0;
}

#slogan {
	font-size: 65%;
	color: #FFD700;
}

#strap {
	font-size: 45%;
	color: #090992;
	line-height: 2em;
}

h2 {
	text-align: left;
	font-size: 2em;
	color: #090992;
	padding-bottom: .3em;
}

#meta h2,
#recent-posts h2,
#statpress h2 {
	background: #FFD700;
}

h3 {
	text-align: left;
	font-size: 1.8em;
	padding-left: 0;
	color: black;
}

h4, h5, h6 {
	margin-top: 1em;
}

h4 {
	text-align: left;
	color: black;
}

p {
	margin-left: 0;
	margin-right: 5px;
	padding-bottom: 1em;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:link {
	color: #160DB2;
}

h1 a:link {
	color: #00ff00;
}

a:visited {
	color: #0A8DFB;
}

h1 a:visited {
	color: #00ff00;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

li {
	padding-left: 1em;
}

#postdate {
	font-size: 70%;
}

#wrapper {
	position: relative;
	width: 90%;
	min-width: 760px;
	max-width: 900px; 
	margin: 0 auto;
	background: #FFD700;
}

#header {
	position: relative;
	padding: 0 25px 40px 25px;
	background: #ff0000 url(images/wavyline-red_above-green_below.png) bottom repeat-x;
	border-left: 3px solid #000000;
}

#container1 {
	position: relative;
	min-height: 800px;
	padding: 40px 0 0 20px;
	border-left: 3px solid #000000;
	background: #00ff00;
}

#col1 {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 20px;
	width: 220px;
}

#logo {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background: url(http://circleoflighthulahoops.com/wordpress/wp-content/themes/circleoflight/images/circleoflighthulahoops_logo-200.png) center top no-repeat;
}

p#logoslogan {
	position: relative;
	float: left;
	font-size: .6em;
	padding: 10px 0 0 20px;
	margin-bottom: 0;
}

p#phone {
	position: relative;
	float: left;
	font-size: .8em;
	padding: 0 0 0 20px;
}

#navmenu {
	position: relative;
	float: left;
	margin-top: 30px;
	font-size: 1em;
}

#navlist {
	position: relative;
	margin: 0 auto;
}

#navlist ul {
}

#navlist ul li {
	margin-left: 0;
	padding: 1px 15px 1px 20px;
	list-style: none;
}

#navlist ul li.last {
	margin-left: 0;
	border-right: none;
	list-style: none;
}

#col2 {
	position: relative;
	margin-left: 220px;
	/*border-left: 1px solid blue;*/
	/*padding: 0 25px;*/
}

#w3c {
	position: relative;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
}

#footer	{ 
	position: relative;
	clear: both;
	height: 23px;
	padding-top: 5px;
	border-top: 1px solid #add8e6;
	background: #000000;
	color: #ffffff;
	font-size: 85%;
}

#footer	#designed { 
	position: relative;
	float: left;
	padding-left: .5em;
}

#footer #copyright	{
	position: relative;
	float: right; 
	padding-right: .5em;
}

#footer li	{ 
	font-size: 90%; 
	margin: 0px; 
	padding: 0px 8px 0px 6px; 
	float: left;
}

.email {
	font-family: monospace;
}

/*
#syndication {
	position: relative;
}

#syndication .rss {
	width: 150px;
	height: 33px;
}

#syndication .rss span {
	background: url(images/sub_rss.gif) no-repeat;
	width: 120px;
	height: 100%;
}

#syndication .rss .sub{
	list-style: none;
} */



/* ***** Wordpress stuff ***** */


/*----POST----*/


#container {
	position: relative;
	padding-top: 20px;
	border-left: 3px solid #000000;
	background: #00ff00;
	padding-left: 20px;
}


.post{
	padding: 0 20px 20px 0px;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #291DF8;
	padding: 5px 0 10px 0;
}

.postinfo a{
	color: #291DF8;
}

.postdate{ color: #291DF8; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	padding: 0 0 15px 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #CCC; 
	background: none; 
}

	
/*----SIDEBAR STYLES----*/

.sidebar{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 0;
	width: 170px;
}


.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 20px;
}

.sidebar ul li{
	padding: 20px 0 0 0;
	list-style: none;
}

.sidebar ul li ul {
	padding: 0;
	list-style: none;
}

.sidebar ul li h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	padding: 5px 5px 5px 0px;
	margin: 0 10px 10px 0;
	background: #FFD700;
	border-bottom: 1px solid #CCC;
}

.sidebar ul ul li{
	padding: 0;
	margin: 8px 0 0 13px;
	/*line-height: 24px;*/
	list-style: none;
	font-size: 14px;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#900;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #222;
}

table#wp-calendar{
	width: 100%;
}


/*----COMMENT FORM----*/

#comment-form{
	margin: 20px 0 0 0;
	padding: 5px 5px 10px 10px;
	background: #00ff00;
}

#comment-form h3 {
	padding: 0 0 .2em 0;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3 {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	color: #900;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #900;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #900;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #78F778;
	border: 3px inset #2BCA2B;
}



input.paybutton {
	margin-left: 5em;
	margin-bottom: 1em;
}



