/*  
Theme Name: Fundamental Theme
Theme URI: http://www.dizzain.com/blog_customization/
Description: Fundamental theme.
Version: 1.0
Author: Dizzain.com
Author URI: http://dizzain.com/
*/

.floatwrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatwrapper {display:inline-block;}
/* Hide from IE Mac \*/
	.floatwrapper {display:block;}
/* End hide from IE Mac */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clear{
	clear:both;
}
* 
{
	padding:0;
}
/********
	Base Styles
		**********/
img{border:none;}
h1,h2,h3,h4,h5,p,ul,ol{
	margin:0;
	padding:0;
}
p{
	margin:10px 0;
}
a, a:visited, a:active, a:hover{
	color:#292929;
	text-decoration: none;
}

ol, ul {
	margin: 0 0 0 20px;
}

body{
	background:#FFF url(images/background.png) repeat-x;
	text-align:center;
	margin:0;
	color:#4A4A4A;
	font-size:14px;
	font-family: 'Verdana', sans-serif;
	position:relative;
}
#wrapper{
	width:965px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
#header {
	text-align:left;
	position:relative;
	height:115px;
}
#header #logo{
	margin-top:28px;
	margin-left:25px;
	float:left;
}
#header #utility-nav {
	float:right;
	margin-top:21px;
}
#header #utility-nav li{
	display:block;
	float:left;
	border-right:solid 1px #CFD0D4;
	padding:0px 10px;
	height:28px;
	line-height:28px;
}
#header #utility-nav li.last{
	border-right:none;
}
/*Client Login*/
#client-login{
	background:#E4E4E4 url(images/clientlogin-top.gif) top left no-repeat;
	width:210px;
	position:absolute;
	right:0;
	top:55px;
	padding:8px 10px 5px 10px;
}
#client-login-footer{
	position:absolute;
	display:block;
	background:url(images/clientlogin-bottom.gif) bottom left no-repeat;
	width:15px;
	height:5px;
	bottom:0;
	left:0;
}
#client-login #login-inputs input {
	font-size:10px;
	width:100px;
	margin-bottom:4px;
	padding-left:3px;
	display:block;
}
#client-login #login-utils{
	margin-left:10px;
	font-size:10px;
}
#client-login #login-utils input{
	display:block;
	margin-bottom:5px;
}
/*Banner - Top*/
#banner-top, #banner-bottom {
	height:179px;
	width:958px;
	border:3px solid #DEDEDE;
	position:relative;
}
#banner-bottom{
	height:149px;
	margin-bottom:20px;
}
/*Podcast banner - Top*/
.top-podcast{
	background:url(images/promos/banner-top/banner-top-podcast.jpg) no-repeat;
}
.top-blog{
	background:url(images/promos/banner-top/banner-top-flower.jpg) no-repeat;
}
.top-coaching{
	background:url(images/promos/banner-top/banner-top-flower.jpg) no-repeat;
}
.top-offerings{
	background:url(images/promos/banner-top/banner-top-meditate.jpg) no-repeat;
}
.top-about{
	background:url(images/promos/banner-top/banner-top-drop.jpg) no-repeat;
}

/*Meditate Banner - Bottom*/
.bottom-coaching{
	background:url(images/promos/banner-bottom/banner-bottom-meditate.jpg) no-repeat;
}
.bottom-offerings{
	background:url(images/promos/banner-bottom/banner-bottom-podcast.jpg) no-repeat;
}
.bottom-podcast{
	background:url(images/promos/banner-bottom/banner-bottom-fern.jpg) no-repeat;
}
.bottom-blog{
	background:url(images/promos/banner-bottom/banner-bottom-sunflower.jpg) no-repeat;
}
.bottom-about{
	background:url(images/promos/banner-bottom/banner-bottom-sunflower.jpg) no-repeat;
}

/*Banner Form - Top Banner*/
#banner-top div.form{
	position:absolute;
	right:20px;
	top:8px;
	background:url(images/form-mod-top-bg.png) repeat-y;
	width:286px;
	height:163px;
}
#banner-top div.form input#name{
	margin-top:20px;
}
#banner-top div.form input, textarea{
	margin-top:7px;
	margin-left:10px;
	color:#84888D;
	font-size:10px;
	font-family:'Verdana';
	display:block;
	padding:2px;
}
#banner-top div.form input{
	width:175px;
}
#banner-top div.form textarea {
	width:250px;
	height:60px;
}
#banner-top div.form input#sendit{
	height:18px;
	width:69px;
	position:absolute;
	top:22px;
	right:15px;
}
#banner-top div.form input#hide{
	height:0px;
	width:0px;
	position:absolute;
	top:0px;
	right:0px;
}

/*Banner Form - bottom Banner*/
#banner-bottom div.form{
	position:absolute;
	right:20px;
	top:2px;
	background:url(images/form-mod-bottom-bg.png) repeat-y;	
	width:331px;
	height:143px;
}
#banner-bottom.bottom-blog div.form{
	right:300px;
}
#banner-bottom.bottom-about div.form{
	right:300px;
}
#banner-bottom div.form input#name{
	margin-top:20px;
}
#banner-bottom div.form input, textarea{
	margin-top:7px;
	margin-left:10px;
	color:#84888D;
	font-size:10px;
	font-family:'Verdana';
	display:block;
	padding:2px;
}
#banner-bottom div.form input{
	width:215px;
}
#banner-bottom div.form textarea {
	width:300px;
	height:50px;
}
#banner-bottom div.form input#sendit{
	height:18px;
	width:69px;
	position:absolute;
	top:22px;
	right:15px;
}
#banner-bottom div.form input#hide{
	height:0px;
	width:0px;
	position:absolute;
	top:0px;
	right:0px;
}

/*Subnav*/
#subnav {
	position:relative;
	height:29px;
}
#subnav ul{
	position:absolute;
	right:15px;
}
#subnav ul li{
	list-style-type:none;
	float:left;
}
#subnav ul li a{
	float:left;
	list-style-type:none;
	margin-left:10px;
	background:url(images/subnav-bg-left.gif) left no-repeat;
	height:29px;
	text-align:center;
}
#subnav ul li a span{
	display:block;
	height:29px;
	background:url(images/subnav-bg-right.gif) right no-repeat;
	width:7.5em;
	line-height:29px;
}
#subnav ul li a:hover{
	background:url(images/subnav-bg-left-over.gif) left no-repeat;
}
#subnav ul li a:hover span{
	background:url(images/subnav-bg-right-over.gif) right no-repeat;
}
#subnav ul li.active a{
	background:url(images/subnav-bg-left-over.gif) left no-repeat;
}
#subnav ul li.active a span{
	background:url(images/subnav-bg-right-over.gif) right no-repeat;
	font-weight:bold;
}


/*Primary Nav*/
#left-nav{
	float:left;
	margin-top:-200px;
	margin-left:10px;
}
#primary-nav{
	background:url(images/primary-nav-bg.png) repeat-y;
	width:186px;
	min-height:20em;
	height:auto;
	_height:20em;
	position:relative;
	padding-bottom:15px;
}
#primary-nav span#primary-nav-header{
	background:url(images/primary-nav-top-bg.png) no-repeat;
	display:block;
	height:8px;
	width:186px;
}
#primary-nav span#primary-nav-footer{
	background:url(images/primary-nav-bottom-bg.png) no-repeat;
	display:block;
	height:13px;
	width:186px;
	position:absolute;
	bottom:-7px;
	left:0;
}
#primary-nav ul{
	margin-left:5px;
}
#primary-nav ul li{
	list-style-type:none;
	border-bottom:solid 1px #8A98C2;
	width:160px;
	margin:0;
	padding:0;
}

#primary-nav ul li#last-nav {
	border-bottom: 0;
}

#primary-nav ul li a{
	color:#FEFEFE;
	font-size:12px;
	text-transform:uppercase;
	display:block;
	height:35px;
	line-height:35px;
	padding-left:15px;
}
#primary-nav ul li a:hover{
	color:#303030;
}
#primary-nav ul li.active a{
	color:#000;
}
#primary-nav ul li.active ul li a{
	color:#FEFEFE;
}
#primary-nav ul.active li a{
	color:#000;
}
#primary-nav ul li.last{
	border-bottom:none;
}
#primary-nav ul li ul{
	margin-left:-10px;
	margin-bottom:10px;
}
#primary-nav ul li ul li {
	border-bottom:0;
	padding-left:10px;
}
#primary-nav ul li ul li a{
	height:15px;
	font-size:11px;
	line-height:15px;
	padding-left:25px;
	margin-top:5px;
}
#left-nav #pod-left{
	position:relative;
	top:20px;
	left:-60px;
	width:241px;
}

#primary-nav ul li.title{
	font: bold 22px Arial;
}

#primary-nav h2 {
	color: #fff;
	font: bold 16px Arial;
	margin: 10px;
}

#primary-nav h2 a {
	color: #fff;
}

#right-col .search {
	margin: 10px 0;
}

#right-col .search #s {
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	width: 180px;
}

#right-col .search #searchsubmit {
	border: 0;
	width: 69px;
	height: 18px;
	background: url("images/button.gif");
	font: 11px "Verdana", Arial;
	color: #CA2F31;
}

/*Contents*/
#contents{
	text-align:left;
	position:relative;
	margin-bottom:50px;
}
#main-col{
	width:448px;
	margin-right:20px;
	padding-top:15px;
	margin-left:-40px;
}
#main-col h3{
	font-size:18px;
	font-weight:normal;
}
#main-col .post {
	padding-bottom: 20px;
}
#main-col p.subtext{
	color:#6C7AA2;
	font-size:10px;
	margin-top:0;
	padding-bottom:10px;
	border-bottom:solid 1px #DEDEDE;
}
#right-col{
	background:#F0F0F0;
	width:260px;
	padding:10px;
	float:left;
}
#right-col h3{
	color:#556EB9;
	font-size:12px;
	font-weight:normal;
	border-bottom:solid 1px #DADBDE;
	margin-bottom:10px;
}
#right-col #video-module{
	margin-bottom:20px;
}

#right-col #related-material-module {
	margin: 0 0 5px 0px;
}

#right-col #related-material-module a:hover{
	text-decoration: underline;
}


/*QuickTools*/
#quick-tools {
	position:relative;
	margin:20px 0;
	width:170px;
	font-size:13px;
	color:#4C4C4C;
}
#quick-tools div{
	border-bottom:solid 1px #DEDEDE;
	padding:10px 0;
}
#quick-tools a.addIcon{
	display:block;
	height:14px;
	width:14px;
	text-indent:-9999px;
	background:url(images/icon_add.gif) no-repeat;
	margin:3px;
	float:left;
} 
#quick-tools a.removeIcon{
	display:block;
	height:14px;
	width:14px;
	text-indent:-9999px;
	background:url(images/icon_remove.gif) no-repeat;
	margin:3px;
	float:left;
}
#quick-tools ul li{
	list-style-type:none;
	margin:7px 0;
}
#quick-tools ul li a{
	padding-left:22px;
	display:block;
}
#quick-tools ul li a.addGoal{
	background:url(images/icon_addgoal.gif) no-repeat left;
	height:16px;
}
#quick-tools ul li a.removeGoal{
	background:url(images/icon_removegoal.gif) no-repeat left;
	height:16px;
}
#quick-tools ul li a.addValue{
	background:url(images/icon_addvalue.gif) no-repeat left;
	height:16px;
}
#quick-tools ul li a.removeValue{
	background:url(images/icon_removevalue.gif) no-repeat left;
	height:16px;
}
/*Notes Form*/
#notes-form h3{
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 2px #DEDEDE;
	padding-bottom:10px;
	margin-bottom:15px;
}
#notes-form label{
	display:block;
	color:#292929;
	margin-bottom:4px;
}
#notes-form input{
	width:300px;
}
#notes-form form textarea{
	height:70px;
	width:300px;
	margin-left:0;
}
#notes-form input#savenote{
	width:77px;
}
/*Client Section*/
#right-col div.client-section h4{
	font-size:18px;
	color:#556EB9;
	font-weight:normal;
	border-bottom:solid 1px #DEDEDE;
	padding-bottom:10px;
	margin-left:10px;
}
#right-col div.client-section ol{
	margin-top:10px;
	margin-left:25px;
	margin-bottom:10px;
}
#right-col div.client-section ol li{
	color:#4C4C4C;
	font-size:12px;
	font-style:italic;
	margin-bottom:7px;
}
#right-col div.client-section ol li span{
	color:#292929;
	font-size:13px;
	font-style:normal;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


textarea#comment {
	color: #000;
	font-size: 12px;
}
