/* Begin Typography & Colors */
body {
      /* Resets 1em to 10px */
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif; 
	background:url(images/body-bg.gif) repeat-x 0px 4px #fff;
	color: #5B6266;
	}

#page {
	text-align: left;
	}

#header {
	
	}


#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: url(images/footer-bg.gif) repeat-x 0px 0px;
	border: none;
	}


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
	
h4{}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font:22px/26px "Times New Roman", Times, serif; color:#F4793F;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	padding: 0;
	margin:0 auto;
	}



#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}



.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}



/* Begin Various Tags & Classes */
.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/********************Common Styles *****************************/
h1, h2, h3, h4, h5, h6, p, form, ul, li, label, body
	{
	margin:0; padding:0;
	}
a
	{
	color:#00A0E4; text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
ul, li
	{
	margin:0; padding:0; list-style-type:none;
	}
p
	{
	font:15px/22px "Trebuchet MS", "Times New Roman", Georgia, serif; color:#5B6266;
	}
.body-container
	{
	width:990px; margin:0 auto;
	}	
/********************Header Starts *****************************/
#header {
	margin: 26px auto 0 auto;
	padding: 0;
	width:990px;
	height: 204px;
	background:url(images/header-image.jpg) no-repeat 0px 0px; position:relative;
	}
#headerimg{
	height: 157px;
	width: 188px;
	padding-top:10px;
	}
#headerimg h1 a
	{
	background:url(images/logo.png) no-repeat 0px 0px; display:block; width:188px; overflow:hidden; padding-top:167px; height:1px;
	}
.search
	{
	position:absolute; right:0px; top:-41px;
	}
.search input#s
	{
	border:1px solid #C3C3C3;
	}
.search input#searchsubmit
	{
	margin-top:3px;
	}
.search a
	{
	font-size:12px;
	}
/********************Header Ends *****************************/
/********************Menu Style starts from here ***************/		
#menu
	{
	height:32px;
	width:990px;
	margin:0 auto;
	}
#menu li
	{
	float:left;
	}
#menu li a
	{
	display:block; float:left;
	}
#menu li a span
	{
	background:url(images/menu-img.gif) no-repeat 0px 0px; display:block; float:left; width:80px; height:1px; padding:29px 0px 0px 0px; overflow:hidden; 
	}
#menu li a:hover
	{
	background:url(images/menu-img-hvr.gif) repeat-x 0px 0px; 
	}
	

#menu li.blog a span
	{
	width:88px; background-position:9px 0px; cursor:pointer;
	}
#menu li.blog a:hover span, #menu li.blog a.selected span
	{
	background-position:9px -29px;
	}
#menu li.speaking a span
	{
	width:118px; background-position:-79px 0px; cursor:pointer;
	}
#menu li.speaking a:hover span, #menu li.speaking a.selected span
	{
	background-position:-79px -29px;
	}
#menu li.advertise a span
	{
	width:108px; background-position:-197px 0px; cursor:pointer;
	}
#menu li.advertise a:hover span, #menu li.advertise a.selected span
	{
	background-position:-197px -29px;
	}
#menu li.media a span
	{
	width:81px; background-position:-305px 0px; cursor:pointer;
	}
#menu li.media a:hover span, #menu li.media a.selected span
{
background-position:-305px -29px;

}
#menu li.coach a span
	{
	width:189px; background-position:-386px 0px; cursor:pointer;
	}
#menu li.coach a:hover span, #menu li.coach a.selected span
	{
	background-position:-386px -29px;
	
	}
#menu li.comunity a span
	{
	width:131px; background-position:-575px 0px; cursor:pointer;
	}
#menu li.comunity a:hover span, #menu li.comunity a.selected span 
	{
	background-position:-575px -29px;
	}
#menu li.marketing a span
	{
	width:176px; background-position:-706px 0px; cursor:pointer;
	}
#menu li.marketing a:hover span, #menu li.marketing a.selected span
	{
	background-position:-706px -29px;
	}
#menu li.contact a span
	{
	width:99px; background-position:-882px 0px; cursor:pointer;
	}
#menu li.contact a:hover span, #menu li.contact a.selected span
	{
	background-position:-882px -29px;
	}

#menu li.selected a
	{
	background:url(images/menu-img-hvr.gif) repeat-x 0px 0px;
	} 
#menu li.selected a span
	{
	cursor:default;
	}			
/********************Left Pannel Starts *****************************/
.narrowcolumn {
	float: left;
	padding: 65px 0px 20px 5px;
	margin: 0px 0 0;
	width: 512px;
	text-align:left;
	position:relative;
	}
.post
	{
	background:url(images/bottom-brdr.gif) repeat-x 0px bottom; padding:37px 18px 37px 0px;
	}
.post p a
	{
	font-style:italic;
	}
.post h2 a
	{
	color:#F4793F !important;
	}
.post h2
	{
	float:left; padding-left:5px;
	}
.post h2 small
	{
	font-size:11px; color:#093E5E; font-family:"Trebuchet MS", "Times New Roman", Georgia; display:block; line-height:12px;
	}
.calender-img
	{
	float:left; background:url(images/calender-img.jpg) no-repeat 0px 0px; width:60px; height:65px;
	}
.calender-img p
	{
	text-align:center; font-size:12px; line-height:13px; color:#093E5E; padding-top:5px;
	}
.entry
	{
	clear:both;
	}
/********************Left Pannel Ends*****************************/

#sidebar
{
	padding: 70px 0 0px 0px;
	width:215px;
	background:url(images/green-border.gif) repeat-y 0px 0px;
	float:left;
	}
h2 {
font-size:22px; color:#89A332; font-family:"Times New Roman", Times, serif;
	}
	
#sidebar h2, #right-pannel h2 {
font-size:16px; color:#89A332; font-family:"Trebuchet MS", "Times New Roman", Georgia;



}
#sidebar ul li
	{
	padding-left:15px;
	}

#sidebar ul li, #right-pannel ul li
	{
	background:url(images/bottom-brdr.gif) repeat-x 0px 100%; padding-top:20px; padding-bottom:20px;
	}
	
#sidebar ul li.pagenav li{ background:transparent url(images/li-blt2.gif) no-repeat scroll 0 5px;}
#sidebar ul li ul li, #right-pannel ul li ul li
	{
	 padding-top:0px; padding-bottom:0px; margin:0;
	}
#sidebar ul li ul li
	{
	padding:0 0 0 20px; background:url(images/li-blt.gif) no-repeat 0px 5px; font-size:13px; line-height:22px;
	}
/*********************Right Pannel starts from here ***************************/
#right-pannel
	{
	background:url(images/green-border.gif) repeat-y 0px 0px; width:238px; padding-bottom:30px; float:left;
	}
#right-pannel ul li
	{
	padding-left:15px;
	}
.looking-for-coach
	{
	background-color:#F3E9CE; border:1px solid #EBDBA0;
	}
.looking-for-coach div
	{
	padding:5px 8px;
	}
.looking-for-coach h3
	{
	background: url(images/looking-text.gif) no-repeat 50% 50% #38A4D6; text-indent:-1000000px;
	}
.looking-for-coach p
	{
	font-size:12px; line-height:18px; margin-bottom:13px;
	}
.looking-for-coach img
	{
	float:right; margin-left:8px;
	}
h6
	{
	font:13px/20px "Trebuchet MS", "Times New Roman", Georgia, serif; color:#743E0E;
	}
.email
	{
	background-color:#F2EEEB; border:1px solid #B7B5B4; display:block; margin-bottom:10px;
	}
.submit
	{
	margin-left:62px;
	}	
/******************************************Bottom pannel starts from here ************************************/
.bottom-pannel
	{
	background:url(images/bottom-brdr.gif) repeat-x 0px 0px #FBF6EF; padding:37px 0px 20px 0px; float:left; width:100%; display:block
	}
.bottom-pannel-main
	{
	background:
	}
.bottom-cntnr
	{
	width:204px; float:left; padding:0px 0px 0px 20px;
	}
.bottom-cntnr h2
	{
	background:url(images/why-us-ikn.gif) no-repeat 0px 0px; padding-left:35px;
	}
.bottom-cntnr ul
	{
	margin-top:5px;
	}
.bottom-cntnr li
	{
	background:url(images/mottom-blt.gif) no-repeat 0px 3px; font:14px/16px "Trebuchet MS"; color:#00A0E4; padding:0px 0px 0px 16px; margin:6px 0px;
	}
.bottom-cntnr ul.why li
	{
	color:#656B6E;
	}
.bottom-cntnr h2.qck
	{
	background-image:url(images/quick-link.gif);
	}
.bottom-cntnr h2.sis-ikn
	{
	background-image:url(images/sis-ikn.gif);
	}
.bottom-cntnr h2.aff
	{
	background-image:url(images/aflt-lnk.gif); padding-left:30px;
	}
/******************************************Bottom pannel ends here ************************************/

.testimonial{ font:italic 14px/20px "Trebuchet MS"; color:#776F69;  padding:0 28px 0 0; text-align:justify;} 

.testimonial span.cname{ color:#093E5E; display:block; font-style:normal; padding:0 0 5px 0;}

.testimonial a{ color:#00A0E4; font-style:normal;}

.free_int{}

.free_int h2{ line-height:17px; color:#093E5E; font-weight:17px; 
	background:url(images/free-internet-text.gif) no-repeat 0 0; 
	text-indent:-100000px; 
	height:36px;}

.free_int p{ line-height:20px; font-size:13px; padding:0 20px 20px 0;}

.free_int input{ border:1px solid #A8ADB0; width:115px; float:left; }

.free_int label{ display:block; width:100%; float:left; padding:0 0 5px 0;}

.free_int span{ color:#093E5E; font-weight:bold; font-size:13px; width:42px; float:left; }

.free_int .btn_submit{ width:84px; height:19px; border:0; margin:0 0 0 76px;  } 


.feed_burner{ font-size:13px;}


/************* Single post page css START ****************/

.commentlist {
	padding: 50px 0 70px 0;
	text-align: justify;
	}
	
.commentlist ul{ position:relative; padding-bottom:0px;}

.commentlist li {
	margin: 15px 0 15px;
	padding: 5px 15px 10px 10px;
	list-style: none;
	width:315px;
	background-image:none;

	}
	
.reader, .owner{ background:url(images/post_top.gif) no-repeat 0 0; 
	padding:13px 0 0; 
	width:359px;
	margin-bottom:10px;
	position:relative;
	font-size:15px; 
	color:#776F69;}
	
.owner{ background:url(images/owner_top.gif) no-repeat 0 0;}

.owner_mid{ background:url(images/owner_mid.gif) repeat-y 0 0; padding:0 10px; }

.reader span{ color:#F26422;}
#div-comment-1{ background:url(images/post_mid.gif) repeat-y 0 0; padding:0 10px;}

.reader_bttm, .owner_bttm{ background:url(images/post_bttm.gif) no-repeat 0 bottom; padding:0 0 13px;}

.owner_bttm{ background:url(images/owner_bttm.gif) no-repeat 0 bottom;}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	color:#F26422;
	}
	
.date {
color:#827F79;
font-size:11px;
font-style:italic;
padding:0 0 10px 0;
}

.date a{color:#827F79;}

.reader .post_calender, .owner .post_calender{ background:url(images/reader_bg.gif) no-repeat 0 0; 
	width:55px; 
	height:48px; 
	
	color:#093E5E;
	font-weight:bold;
	font-size:21px;
	font-weight:normal;
	color:#093E5E;
	font-weight:bold;
	position:absolute;
	top:15px;
	right:-60px!important;
	right:-61px;
	padding:20px 0 0 5px;}	
	
#respond {
float:left;width:100%;
padding:38px 0 0;


}

#respond h3 {
	background:url(images/add_comments.gif) no-repeat 0 0; height:55px;
	text-indent:-10000px; 
	
}

.commentform_style {
background:#DEEFF7;
border:1px dotted #66BCAE;
float:left;
padding:10px 0 58px 16px;
width:340px;
}

#commentform small {
color:#093E5E;
font-size:18px;
font-style:normal;
}

#commentform input, #commentform textarea {
border:1px solid #C5DCD8;
float:left;
width:297px;
}

#commentform label {
padding-bottom:10px;
}

label{ display:block; float:left;}

#respond .pre_next {
float:left;
width:355px;
text-transform:uppercase; 
font-size:15px;
font-weight:normal;
padding:17px 0 0;
}

.pre_next2{ position:absolute; top:30px; left:0; 
	width:500px;
	font-size:15px;
	text-transform:uppercase;
font-weight:normal;
padding:17px 0 0;}

.pre {
float:left;
background:url(images/pre.gif) no-repeat 0 50%; padding:0 0 0 15px;
}

.next {
float:right;
text-align:right;
background:url(images/next.gif) no-repeat 100% 50%; padding:0 15px 0 0px;
}

#commentform .button1 {
border:none;
height:19px;
padding:0;
width:84px;
margin: 0 0 0 215px;
}


/*********** Directory Page **************/

.directory, .member{ width:685px; padding-right:15px; font-size:15px;}

h3{ color:#8DA634; text-transform:uppercase; font-size:25px; font-weight:bold; margin:0 0 27px 0;}




/*********** Modified on 06-06-09 ***************/

.member_sign{ padding:20px 0 20px 20px; background:transparent url(images/bottom-brdr.gif) repeat-x scroll 0 100%;}

.member_sign p{ padding-top:58px;}

.member_sign .text_area{ border:1px solid #B1B0AE; width:193px; margin-bottom:8px;}

.member_sign input{ }


/************** New css on 06-06-09 ******************/

#right-pannel .last{ background:none;}

.member_sign label{ float:none;}

/************** New css on 08-06-09 ******************/

.member span{ font-weight:normal; font-size:15px;}

.member{}

.member ul li{ font-size:15px; background:none;}


#menu li a.selected{
	background:url(images/menu-img-hvr.gif) repeat-x 0px 0px;
	cursor:default;
	
	}

h4, h5{ color:#093E5E; font-size:17px; padding-bottom:10px; font-weight:normal;}

h5{ color:#F16321;}

.directory p{ padding-bottom:40px;}

.directory ul { margin:-4px 0 0; padding:0 0 35px 0;}
.directory ul li {
background:transparent url(images/bullet.gif) no-repeat scroll 0 8px;
font-size:15px;
line-height:26px;
padding:0 0 0 28px;
}



.directory span{ font-size:15px;}

.directory ul.list li, .directory ul.profile li{ background:none; padding-left:0;}

.directory ul.profile li a{ color:#6D6D6D;}

ul.testimonial li{ display:inline; background:none; font-style:normal; padding:0 5px 0 0; color:#03324B; font-size:17px;}

ul.testimonial li a:hover, ul.testimonial li a.active{color:#F16321; text-decoration:none;}

ul.testimonial li a.active{ cursor:default;}

.profile_right{ width:193px; float:right; B7B6AD}

.profile_right img{  border:1px solid #B7B6AD;}

.profile_right h5{ color:#87B42C;}

.profile_right ul.grey a{ color:#776F69;}

.profile_left{ width:448px; float:left; }

.cl_details{ background:url(images/cl_details_top.gif) no-repeat 0 0; padding:17px 0 0 0; width:492px; float:left; float:left;}

.cl_details h4{ padding-bottom:0px;}
 
.cl_details p{ font-style:italic; padding-bottom:0;}

.cl_bttm{ width:100%; background:url(images/cl_details_bttm.gif) no-repeat 0 100%; padding:0 0 17px; }

.cl_middle{ background:url(images/cl_details_mid.gif) repeat-y 0 0%; padding:0 10px; width:472px;}

.coach_profile { padding:48px 0 0;}

.coach_profile .pre_next2{ margin:-20px 0 0; text-transform:none;} 

.coach_profile .pre_next{ padding:20px 0 0; font-size:14px;}



.directory{ padding:30px 0 0;}

.directory span{ display:block; color:#062D5D;}

.directory h3{ font-weight:bold;}

/*.directory p{ background:url(images/blue_dot.gif) repeat-x 0 100%; margin-bottom:12px;}
*/
.directory a{ color:#062D5D;}


.directorynew{ padding:30px 0 0;}

.directorynew span{ display:block; color:#062D5D;}

.directorynew h3{ font-weight:bold;}

.directorynew p{ background:url(images/blue_dot.gif) repeat-x 0 100%; margin-bottom:12px;}

.directorynew a{ color:#062D5D;}

