/*
Theme Name: emerald city coaching
Description: The WordPress theme for emerald city coaching.
Version: 1.0
Author: MWA Design
*/



/*------ clear standard browser styles ------*/


body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ul{
	list-style: none;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global styles ---------------- */


body {
	margin: 0;
	padding: 0 0 0 0;
        height: 100%;  
	font-size: 62.5%;
	text-align: center;
	font-family: calibri, 'trebuchet ms', tahoma, verdana, arial, sans-serif;
	background: #CAF3B0 url(img/background_d1.gif);
    }



body a img {
    border: none;
}


/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
	
.hidden{
	display: none;
}

.clear {
	clear: both;
	}




/* ---------------- wrap ---------------- */

#wrap{
	text-align: left;
	margin: 0 auto 0 auto;
	clear: both;
	width: 960px;
}



/* ---------------- header ---------------- */

#header{
	float: left;
	width: 960px;
	background: #ffffff;
}


#header #title a{
	float: left;	
	width: 500px;
	height: 145px;
	text-indent: -9999px;
	background: url(img/logo.gif) no-repeat 0 0;
}


#header #strapline{
	float: right;	
	width: 280px;
	height: 145px;
	text-indent: -9999px;
	background: url(img/strapline.gif) no-repeat 0 0;
}



/* ---------------- navigation ---------------- */

#navigation{
	float: left;
	width: 960px;
	background: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 20px;
}



#navigation li{
	float: left;
}


#navigation .first a{
	background: none;
}


#navigation li a{
	display: block;
	color: #013401;
	text-decoration: none;
	padding: 0px 20px;
	background: url(img/dots.gif) no-repeat 0 50%;
}


#navigation li a:hover,
#navigation .current_page_item a,
#navigation .current_page_parent a{
	color: #89E74A;
}

#navigation li ul { /* second-level lists */
	position: absolute;
	z-index: 10;
	background: #E6F9DD;
	width: 220px;
	padding: 15px 20px 5px 20px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navigation li ul li{
	width: 180px;
	padding-bottom: 8px;
}


#navigation li ul li a,
#navigation .current_page_parent ul li a,
#navigation .current_page_item ul li a{
	background: none;
	padding: 0;
	color: #006600;
	font-size: 0.9em;
}


#navigation li ul li a:hover,
#navigation li ul .current_page_item a{
	color: #89E74A;
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* ---------------- content ---------------- */


#content{
	float: left;
	width: 960px;
	padding-bottom: 12px;
	background: #ffffff url(img/line.gif) no-repeat bottom left;
}


#content .gutter{
	margin: 0 20px 0 20px;
}



#maincontent{
	float: left;
	width: 720px;
}


#maincontent .heading{
	width: 664px;
	height: 64px;
	background: url(img/heading-bg.jpg) no-repeat 0 0;
	font-size: 2.6em;
	font-weight: bold;
	color: #89E74A;
	padding: 30px 0 0 50px;
	margin-bottom: 10px;
}


#maincontent .heading a{
	color: #89E74A;
	text-decoration:none;
	}

#maincontent img{
	margin-right: 5px;
}


#maincontent .alignright{
	float: right;
	margin-left: 20px;
}



#maincontent h2{
	font-size: 2em;
	color: #006600;
	font-weight: bold;
	padding: 20px 50px 20px 50px;
}

#maincontent h3{
	font-size: 1.6em;
	color: #006600;
	font-weight: bold;
	padding: 20px 50px 20px 50px;
}



#maincontent ul{
	font-size: 1.4em;
	color: #333333;
	padding: 0 50px 20px 50px;
}


#maincontent ul li{
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(img/bullet.gif) no-repeat 0 6px;
}


#maincontent ul li ul{
	padding: 5px 30px 5px 30px;
	font-size: 0.9em;
}




#maincontent p{
	font-size: 1.4em;
	color: #333333;
	padding: 0 50px 20px 50px;
}


#maincontent p a,
#maincontent h3 a,
#maincontent li a{
	color: #006600;
	text-decoration: none;
}


#maincontent a:hover{
	color: #89E74A;
}

#main-home{
	float: left;
	width: 714px;
	height: 294px;
	margin-bottom: 30px;
	background: url(img/home-bg.jpg) no-repeat 0 0;
}



#main-home h2{
	margin: 25px 50px 0 50px;
	padding: 0;
	font-size: 2.6em;
	color: #89E74A;
}


#main-home h3{
	margin: 15px 50px 15px 50px;
	padding: 0;
	font-size: 2.4em;
	font-weight: normal;
	color: #FFFFFF;
}


#main-home p{
	margin: 0 50px 20px 50px;
	padding: 0;
	font-size: 1.6em;
	color: #FFFFFF;
}


#main-home a{
	display: block;
	width: 364px;
	height: 47px;
	margin-left: 178px;
	text-indent: -9999px;
	background: url(img/sample-home.gif) no-repeat 0 0;
}



#home-blocks{
	float: left;
	width: 714px;
	background: url(img/home-blocks-bg.gif) repeat-y 0 0;
}


#home-blocks .block{
	float: left;
	width: 357px;
}


#home-blocks h3{
	font-size: 2.6em;
	font-weight: normal;
	color: #006600;
	margin: 0;
	padding: 0 20px 15px 0;
}


#home-blocks p{
	font-size: 1.4em;
	color: #333333;
	margin: 0;
	padding: 0 20px 20px 0;
}


#home-blocks p a{
	margin-left: 20px;
	color: #257E28;
	text-decoration: none;
}


#home-blocks p a:hover{
	text-decoration: underline;
}	


/* ---------------- sidebar ---------------- */


#sidebar{
	float: right;
	width: 194px;
}



.tools{
	display: block;
	width: 194px;
	height: 94px;
	margin-bottom: 6px;
	text-indent: -9999px;
	background: url(img/sidebar-coaching-tools.jpg) no-repeat 0 0;
}


.workshop{
	display: block;
	width: 194px;
	height: 94px;
	margin-bottom: 6px;
	text-indent: -9999px;
	background: url(img/sidebar-workshops.jpg) no-repeat 0 0;
}


.blog{
	display: block;
	width: 194px;
	height: 94px;
	margin-bottom: 6px;
	text-indent: -9999px;
	background: url(img/sidebar-blog.jpg) no-repeat 0 0;
}


.question{
	display: block;
	width: 194px;
	height: 94px;
	margin-bottom: 8px;
	text-indent: -9999px;
	background: url(img/sidebar-question.jpg) no-repeat 0 0;
}


#sidebar blockquote{
	background: url(img/quote-top-bg.gif) no-repeat 0 0;
	margin-bottom: 10px;
}


#sidebar blockquote .quote{
	font-size: 1.8em;
	color: #5BB93A;
	padding: 35px 20px 10px 25px;
}


#sidebar blockquote .client{
	padding: 5px 30px 30px 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #257E28;
	background: url(img/quote-bottom-bg.gif) no-repeat bottom left;
}


#sidebar blockquote .client a{
	text-decoration: none;
	color: #257E28;
}


#sidebar blockquote .client a:hover{
	color: #89E74A;
}


#sidebar .lesley{
	padding-top: 20px;
}



#sample-session{
	display: block;
	width: 194px;
	height: 96px;
	text-indent: -9999px;
	background: url(img/sample-session.gif) no-repeat 0 0;
}


/* ---------------- footer ---------------- */

#footer{
	float: left;
	width: 960px;
	background: #ffffff url(img/footer-bg.gif) no-repeat bottom left;
	margin-bottom: 15px;
	padding: 15px 0 20px 0;
	font-size: 1.1em;
	color: #666666;
}


#footer .copyright{
	float: left;
	margin-left: 20px;
	}


#footer ul,
#footer ul li{
	float: left;
	}


#footer ul{
	margin-left: 20px;
}


#footer ul li a{
	color: #666666;
	padding: 0 5px;
	text-decoration: none;
}


#footer a:hover{
	text-decoration: underline;
}


#footer .webby{
	float: right;
	margin-right: 20px;
	}


#footer .webby a{
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	}


#footer .webby a:hover{
	text-decoration: underline;
}


#footer .webby a strong{
	color: #666666;
}


/* ---------------- posts ---------------- */


#maincontent .post{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin: 0 50px 0 50px;
	}
	

#maincontent .post h3{
	font-size: 2.4em;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
	}
	

#maincontent .blogtitle{
	font-size: 2.4em;
	font-weight: normal;
	margin: 20px 50px 20px 50px;
	padding: 0;
	}

#maincontent .post h3 a{
	color: #006600;
	text-decoration: none;
	}
	
#maincontent .post h3 a:hover{
	color: #89E74A;
	}
	
	
#maincontent .post small{
	display: block;
	padding: 0px 0 20px 0;
	color: #89E74A;
	font-size:1.4em;
	}
	
#maincontent .post p{
	padding: 0 0 20px 0;
	}
	
#maincontent .postmetadata{
	color: #999999;
	}
	
	
#maincontent .navigation{
	margin: 10px 40px 0 50px;
	}

#maincontent .navigation a{
	font-size: 1.2em;
	color: #006600;
	}

#maincontent .navigation .alignright{
	margin-right: 10px;
	}
	
	
#respond textarea{
	width: 580px;
	padding: 10px;
	font-size: 1.1em;
	font-family: calibri, 'trebuchet ms', tahoma, verdana, arial, sans-serif;
	}


#sidebar .textwidget{
	margin: 0 0 20px 0;
	font-size: 1.4em;
}

#sidebar .widget_text h2{
	font-size: 2.2em;
	color: #006600;
	margin-bottom: 10px;
	margin-top: 15px;
	}

	
#sidebar .widget_archive{
	margin-bottom: 20px;
	}
	
#sidebar .widget_archive h2{
	font-size: 2.2em;
	color: #006600;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
#sidebar .widget_archive ul li{
	font-size: 1.4em;
	margin-bottom: 5px;
	}
	
#sidebar .widget_archive ul li a{

	color: #006600;
	text-decoration: none;
}


#sidebar .widget_archive ul li a:hover{
	color: #89E74A;
}


#sidebar .widget_search #s{
	width: 190px;
	padding: 3px 2px;
	font-size: 1.4em;
	font-family: calibri, 'trebuchet ms', tahoma, verdana, arial, sans-serif;
	}
	
/* ---------------- calendar ---------------- */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
