/* 
Theme Name: YourCharismaCoach.com Theme
Theme URL: http://www.yourcharismacoach.com
Description: The Wordpress theme for YourCharismaCoach.com.
Author: Joss Crowcroft
Author URI: http://www.josscrowcroft.com
Version: 0.0.1
*/


/* ---------- CSS Reset ---------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
	margin:0; padding:0; border:0; outline:0;
}
caption, th, td { text-align:left; font-weight:normal; }
table { border-collapse:separate; border-spacing:0; }
blockquote:before, blockquote:after, q:before,q:after { content: ""; } 
blockquote, q { quotes: "" ""; }
body { 
	margin:0; 
	padding:0;
	line-height:1.5em;
	letter-spacing:0;
	text-indent:0;
	text-decoration:none;
}




/* ---------- General Styles ---------- */

body {
	width:100%;
	background:url('images/bg/page-bg.jpg') repeat-y center top;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:12.5px;
	margin:0;
	color:#373737;
}


/* --- Base Typography --- */

h1 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:34px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:0.01em;
	padding:12px 0;
	line-height:1.4em;
	color:#373737;
	text-align:center;
	clear:both;
}


h2 {
	font-family:Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.01em;
	padding:12px 0 8px;
	line-height:1.2em;
	color:#252525;
}

h3 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.03em;
	padding:8px 0;
	color:#252525;
}

h4 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	color:#252525;
	padding:6px 0;
}

h5 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:1.25em;
	font-weight:normal;
	color:#252525;
	padding:6px 0;
}

h6 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	color:#252525;
	padding:6px 0;
}

p {
	font-size:1.0em;
	line-height:1.6em;
	margin-bottom:12px;
	color:#373737;
	text-align:justify;
}

small {
	font-size:0.9em;
}

blockquote {
	padding:14px 20px 0px;
	margin:12px 20px;
	border:1px dashed #777777;
	clear:both;
}

cite {
	float:right;
	clear:both;
	margin:-4px 40px 16px;
	font-style:italic;
}

code {
	font-family:"Courier New", Courier, monospace;
}

pre {
	font-family:"Courier New", Courier, monospace;
}

del {
	text-decoration:line-through;
}

b, strong { font-weight:bold }

em { font-style:italic }

/* --- HTML Elements --- */






/* --- Anchors (Links) --- */

a, a:link, a:visited {
	cursor:pointer;
	color:#0188f0;
	text-decoration:none;
}

a:hover, a:focus, a:active {
	text-decoration:underline;
}



h1 a, h1 a:link, h1 a:visited {
	color:#373737;
}

h1 a:hover, h1 a:active {
	color:#0188f0;
	text-decoration:underline;
}




/* --- Images --- */

img {

}

a. img {

}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
	float:right;
}

img.alignleft {
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
	float:left;
}

img.alignnone {
	display:inline;
	padding:4px;
}

img.greyborder {
	border:7px solid #ddd;
}


/* --- Alignment --- */

.clear { clear:both }
.clear10 { clear:both; height:10px }
.clear20 { clear:both; height:20px }

.left { float:left }
.right { float:right }
.auto { display:block; margin:0 auto }

.alignnone { display: inline } 
.alignleft { text-align:left }
.alignright { text-align:right }
.aligncenter { text-align:center }




/* --- Lists --- */

ul {
	list-style:disc;
	margin-bottom:12px;
}

ul li {
	margin-left:20px;
}

ol li {
	margin-left:20px;
	list-style-position:outside;
}

/* --- Forms --- */

form {

}

label {
	cursor:pointer;
}

input {

}

/* Text boxes (for forms): */
input.text {
	padding:4px 8px;
	border:1px solid #888;
	color:#555;
	outline:0;
}

input.text:focus {
	border:1px solid #555;
	color:#333;
	outline:0;
}

textarea {

}




/* ---------- Page Structure ---------- */


#header-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:900px;
	z-index:-1 ;
	background:url('images/bg/header-bg.jpg') center top no-repeat;
}

#header {
  	width:980px;
  	height:123px;
	color: #fff;
	margin:0 auto;
	position:relative;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding:0;
	background:transparent url('images/bg/container-bg.gif') center top repeat-y;
}

#content {
	float:left;
	width:620px;
	overflow: hidden;
	margin:0 0 18px 18px;
}

#sidebar {
	width:314px;
	margin:0 14px 0 0;
	float:right;
}

#footer {
	background: url('images/bg/footer-bg.png') no-repeat center top;
	width:980px;
	height:98px;
	clear:both;
	margin:0 auto;
	position:relative;
}



/* ---------- Main Content Styles ---------- */


/* --- Menu Bar --- */

#menu {
	background:transparent url('images/bg/menubar-bg.jpg') no-repeat left top;
	width:982px;
	height:56px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

ul#nav {
	margin:0;
	padding:8px 10px;
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:0.02em;
}

#nav li {
	list-style-type: none;
	float:left;
	margin: 0 1px;
	padding: 0;
	text-align:center;
	text-decoration:none;
	background:transparent url('images/bg/menu-sep.gif') no-repeat right top;
}

#nav li.last {
	background:none;
}

#nav li a {
	padding:4px 18px 4px 16px;
	margin: 0;
	color: #333;
	font-size:13px;
	display:block;
	height:24px;
	text-decoration:none;
}

#nav li a:hover,
#nav li a:focus,
#nav li.selected a {
	text-decoration:none;
	color:#0188f0;
}



#nav li#b-home a {
	text-indent:-9999em;
	width:10px;
	background:url('images/bg/b-home.png') no-repeat 4px -2px;
	
}

#nav li#b-home a:hover,
#nav li#b-home a:focus,
#nav li#b-home.selected a {
	background-position:4px -32px;
}




/* ---------- Header ---------- */


a#logo-click {
	position:absolute;
	width:240px;
	height:70px;
	top:30px;
	left:50px;
}

a#rss-button, a#rss-button:visited {
	background:url('images/bg/rss-button.jpg') left top no-repeat;
	width:102px;
	height:98px;
	position:absolute;
	top:27px;
	right:307px;
	z-index:15;
}

a#rss-button:hover, a#rss-button:focus {
	background-position:left -98px;
}


a#rss-button:active {
	background-position:left -196px;
}





#breadcrumb {
	float:left;
	font-size:12px;
	margin:0 56px;
	padding:0 0 8px;
	width:510px;
}


#searchform input#s {
	background:url('images/bg/searchform.png') left top no-repeat;
	margin:0;
	float:left;
	border:none;
	outline:none;
	color:#333;
	font-size:12px;
	letter-spacing:0.03em;
	width:116px;
	height:18px;
	padding:6px 10px 5px 32px;
}

#searchform input#s:focus {
	background-position:left bottom;
}

#searchsubmit {
	display:block;
	float:right;
	width:82px;
	height:29px;
	background:url('images/bg/searchform.png') right top no-repeat;
	border:none;
	outline:none;
	text-indent:-999em;
}

#searchsubmit:hover,
#searchsubmit:focus,
#searchsubmit::-moz-focus-inner {
	background-position:right -29px;
	outline:none;
	border:none;
	cursor:pointer;
}


/* ---------- Content ---------- */

/* --- Content Boxes --- */




/* --- Spacing around box content --- */

.box-content {
	margin:0 55px;
	padding:20px 0;
}



/* --- Base Content Styles --- */

.sep {
	clear:both;
	width:100%;
	height:14px;
	border-bottom:1px dashed #aaa;
	margin-bottom:14px;
}




/* --- Archive Headers --- */

.archive-header {
	width:619px;
	min-height:80px;
	background:url('images/bg/archive-header-bg.png') no-repeat left bottom;
	position:relative;
	margin:12px 0 0;
}

.archive-header-top {
	width:619px;
	height:42px;
	background:url('images/bg/archive-header-bg.png') no-repeat right top;
	position:absolute;
	top:-12px;
	left:0;
}

.archive-header-top p.comments-num {
	background:transparent url(images/bg/comments-num.png) no-repeat scroll -312px top;
	height:78px;
	width:165px;
	padding-top:4px;
	position:absolute;
	top:-10px;
	right:0;
	font-size:28px;
	color:#fff;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

.archive-header-top p.comments-num a, 
.archive-header-top p.comments-num a:visited {
	color:#fff
}

.archive-header-top p.comments-num a:hover, 
.archive-header-top p.comments-num a:active {
	color:#fff;
	text-decoration:underline;
}


.archive-header h1 {
	width:430px;
	padding:20px 0 22px 34px;
	text-align:left;
	font-size:36px;
	font-weight:bold;
}


/* --- Home Page --- */

.episode-list a img {
	width:144px;
	height:80px;
	padding:4px;
	background:#eee;
	border:1px solid #ccc;
	float:left;
	margin-right:16px;
}

.episode-list a img:hover,
.episode-list a img:focus {
	background:#ddd;
	padding:4px;
	border:1px solid #aaa;
}

.episode-list .info {
	float:left;
	width:330px;
}

.episode-list .info p {
	margin:0 0 2px;
	font-size:0.96em;
	text-align:left;
}

.episode-list .info h3 { 
	padding:0 0 2px; 
	font-size:15px;
}





/* --- Posts --- */

.post {

}




.postmeta-bottom {
	width:340px;
	float:left;
}

.navigation {
	margin:0 auto;
	width:480px;
}



/* --- Comments --- */

ul.commentlist,
ul.children {
	list-style:none;
}

.comment {
	margin:0 0 12px;
	background:#efefef;
}

.comment-body {
	margin:0 16px;
	padding:10px 0;
}

.comment cite {
	font-style:normal;
	margin:0;
	clear:none;
	float:none;
}

.comment-meta {
	font-size:0.9em;
	padding-bottom:8px;
	clear:both;
}

textarea#comment {
	color:#555;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:13px;
	height:120px;
	width:510px;
	padding:4px 2px 4px 8px;
	border:1px solid #888;
	outline:0;
}

textarea#comment:focus {
	color:#333;
	border:1px solid #555;
	outline:0;
}



/* ---------- Sidebar ---------- */



#sidebar .widget {
	margin:0 auto;
}

#sidebar h2 {
	font-size:20px;
	text-align:center;
	font-weight:bold;
	color:#454545;
	padding:0 0 8px;
}


#sidebar-aweber-box {
	background:transparent url('images/bg/aweber-box-bg.png') left top no-repeat;
	width:314px;
	height:800px;
	float:right;
	margin-top:-169px;
	position:relative;
}

#aweber-box-content {
	background:url('images/bg/aweber-box-content.png') left top no-repeat;
	width:274px;
	height:760px;
	position:absolute;
	top:18px;
	left:22px;
}

#aweber-form input#name {
	height:14px;
	width:200px;
	border:0;
	outline:0;
	color:#777;
	position:absolute;
	top:350px;
	left:12px;
}

#aweber-form input#email {
	height:14px;
	width:200px;
	border:0;
	outline:0;
	color:#777;
	position:absolute;
	top:401px;
	left:12px;
}

#aweber-form input#name:focus,
#aweber-form input#email:focus {
	color:#333;
}


input#send-me-the-book {
	border:0;
	outline:0;
	padding:0;
	background:url('images/bg/send-me-book-btn.png') left top no-repeat;
	width:221px;
	height:42px;
	position:absolute;
	top:450px;
	left:22px;
	text-indent:-9999em;
	cursor:pointer;
}

input#send-me-the-book:hover,
input#send-me-the-book:focus {
	outline:0;
	background-position:left -42px;
}

input#send-me-the-book:active {
	outline:0;
	background-position:left -84px;
}


input#send-me-the-book::-moz-focus-inner { border:0; outline:0; padding: 0; }




/* --- Widgets --- */

#sidebar ul {
	list-style:none;
	padding:0;
	margin:0 0 12px;
	width:250px;
}

#sidebar ul.children { margin:0 }

#sidebar ul li {
	list-style:none;
	padding:2px 0;
}

#sidebar li ul li {
	list-style:disc;
	padding:2px 0;
	margin:0 0 0 20px;
}


#sidebar a img.sidebar-banner {
	margin:0 8px;
	padding:0 0 9px;
}

#sidebar a:hover img.sidebar-banner,
#sidebar a:focus img.sidebar-banner {
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
}

/* --- Sidebar widget boxes --- */

#sidebar .box-content {
	margin:0 32px;
	padding:18px 0 30px;
}


#sidebar .box-top,
#sidebar .box {
	width:314px;
	position:relative;
	background:url('images/bg/sidebar-box-bg.png') no-repeat left top;
}

#sidebar .box-top {	height:9px; margin-top:14px; }
#sidebar .box { background-position:left bottom }




/* --- Stay Updated Widget --- */


#stay-updated {
	background:url('images/bg/stay-updated.png') no-repeat 14px 6px;
	width:314px;
	height:66px;
	margin:0 auto;
	padding-bottom:10px;
	
}

#stay-updated a#rss,
#stay-updated a#facebook, 
#stay-updated a#twitter { 
	display:block;
	background:url('images/bg/stay-updated.png') no-repeat -8px -78px;
	width:40px;
	height:44px;
	float:left;
	margin:12px 3px 0 0;
}

#stay-updated a#rss { margin-left:168px }
#stay-updated a#facebook { background-position: -52px -78px }
#stay-updated a#twitter { background-position: -98px -78px }


#stay-updated a#rss:hover, #stay-updated a#rss:active { background-position:-8px -135px }
#stay-updated a#facebook:hover, #stay-updated a#facebook:active { background-position:-52px -135px }
#stay-updated a#twitter:hover, #stay-updated a#twitter:active { background-position:-98px -135px }

/* ---------- Search ---------- */






/* ---------- Additional ---------- */

/* --- Deko Boko Plugin Styles --- */

#dekoboko_name,
#dekoboko_email,
#dekoboko_subject,
#dekoboko_message {
	border:1px solid #AAAAAA;
	outline:0 none;
	padding:5px 7px;
	width:250px;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:12px;
}

#dekoboko_message { width:370px }

#dekoboko_submit { margin-top:10px }



/* --- Sociable Plugin Styles --- */

div.sociable { margin: 16px 0; }

.above-video .sociable {
	float:right;
	margin:0;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable span { display: block; }

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
}

.above-video .sociable img {
	float: none;
	width: 36px;
	height: 36px;
}

.sociable-hovers {
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}

.sociable-hovers:hover,
a:focus img.sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/* ---------- Footer ---------- */

#footer p {
	padding-top:54px;
	text-align:center;
	color:#eee;
}

#footer a, #footer a:visited {
	color:#eee;
	text-decoration:underline;
}

#footer a:hover, #footer a:active {
}












