/*
Theme Name: Awakening the Creative Spirit
Theme URI: http://www.awakeningthecreativespirit.com
Description: An original design by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">Cleave Design</a>.
Version: 2.1
Author: Adam Walker Cleaveland
Author URI: http://www.cleavedesign.com
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #a398c1 url(images/bg_purple2.gif) repeat-x;
	font-size: 13px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border: 0;
}

a {
	color: #695b8f;
	text-decoration: none;
}

a:hover {
	color: #3d3062;
	text-decoration: underline;
}

a:visited {
	color: #3d3062;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 750px;
	position: relative;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	width: 750px;
	background: #000 url(images/header.gif) no-repeat center;
	height: 300px;
	margin-top: 0;
	color: #fff;
}

#Nav {
	display: block;
}

#content {
	width: 690px;
	float: left;
	color: #000;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	width: 721px;
	background: #000;
	color: #fff;
	text-align: center;
	height: 33px;
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer a {
	color: #fff;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 750px;
	float: left;
	background: #bcb3d5 url(images/navOn.gif) repeat-x;
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

ul#Nav li {
	float: left;
	border-right: 1px solid #fff;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #695b8f;
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: #695b8f; 
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

p {
	margin-bottom: 15px;
	line-height: 1.4em;
	padding-left: 20px;
}

p a {
	border-bottom: 1px solid #695b8f;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #3d3062;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

blockquote {
	color: #000; 
	margin: 0px 30px 15px 30px; 
	border-top: 2px solid #CFCFCF;
	border-bottom: 2px solid #CFCFCF;
	background: #fff;
	padding: 7px 10px 0px 10px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;}
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

h1 {
	font-size: 22px;
	letter-spacing: -1px; 
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	padding: 0 0 0 40px;
	line-height: 60px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/logo.gif) left no-repeat;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

.post ul, .singlepost ul {
        list-style-type: none;
        }

		.post ul li, .singlepost ul li {
		        list-style-type:none;
		        background: url(images/bullet2.gif) 0 2px no-repeat;
		        padding: 0 0 2px 12px;
		        margin-left: 50px;
		        }

.post ol li, .singlepost ol li {
        list-style-type:decimal;
        }


/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: right;
	margin: 0 20px 0;
	padding: 10px 0 0;
	text-align: left;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;}
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  2px;
	text-transform: uppercase;
	font-weight: normal;
	color:  #49647d;
	border-bottom: 2px #fff solid;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;}
}

#sidebarRight a {
	color: #d8882f;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #d8882f;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #49647d;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-family: Helvetica, Arial, sans-serif;	font-size: 11px;
	text-align: center;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	border-bottom: none;
}

#footer a:hover {
	color: #9085b0;
	background: none;
	border-bottom: none;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: Helvetica, Arial, sans-serif;}
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: Helvetica, Arial, sans-serif;}
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Helvetica, Arial, sans-serif;}
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;}
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}