/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/


html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/*** columns-two ***/
body.columns-two #primary {
    margin-left: 150px;
}
body.columns-two #sidebar-1 {
    left: -530px;
    margin: 50px 0 0 -195px;
}


/*** columns-three ***/
body.columns-three #primary {
	margin-left: 150px;
}
body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -150px;
}




body {
  font:400 11px/16px Verdana,Arial,Sans-Serif;
	background: url(/wp-content/images/left_coachmij_v2.jpg) #4B152F left top no-repeat;	
	
	text-align: center;
	color: #E8CAB0;
	color: #E7CAAC;
	}
	
h1,h2,h3,h4,h5 {
	color: #E7CAAC;
	font-size:1em;
	letter-spacing:0px;
	}
	
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #E7CAAC;
	}


body.page .entry-content h2,
h2 {font:900 16px/22px "Trebuchet MS",Verdana,sans-serif;letter-spacing:0px;text-align:left;}
	
body.page .entry-content h3,
h3 {font:900 14px/22px "Trebuchet MS",Verdana,sans-serif;letter-spacing:0px;margin:20px 0 12px;padding:0px;}

body.page .entry-content h4,
h4 {font:900 13px/22px "Trebuchet MS",Verdana,sans-serif;letter-spacing:0px;margin:10px 0 6px;padding:0px;}
	
a,
a:link,
a:visited,
a:hover {
	color: #E7CAAC;
	}
	
h2 a:hover, h2 span a:hover {
	color: #E7CAAC !important;
}	
	
.page-head {margin:13px 0;}	

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0;
	margin: 0;
	background: url(/images/right_coachmij.jpg) 85% top no-repeat;
	border:none;
	}
	
#header {
	/* Contains the H1 and menu */
	background-color:transparent;
	font: 900 16px/22px 'Trebuchet MS',Verdana,Sans-Serif;
	text-align:center;
	}
	
#header h1 {
	font: 900 16px/22px 'Trebuchet MS',Verdana,Sans-Serif;
	letter-spacing:0px;
	padding:75px 100px 0 0;
	}
#header p.description {
	letter-spacing:-1px;
	padding-right:100px;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
	
.content {
padding:0 17px 10px;
}	

.entry-content {
	/* The meat and potatoes of every entry */
	color: #E7CAAC;
	text-align:left;
	font:400 11px/14px Verdana,Helvetica,Arial,sans-serif;
	}

	/* The first sidebar */
#sidebar-1 {
  margin-top:20px;
  padding:0px;
	}
	
	

	/* The second sidebar */
#sidebar-2 {
  margin-top:30px;
  width:160px;
	}

#sidebar-2 .widget {
	/* The second sidebar */
	border: 1px solid #E7CAAC;
	padding:0 20px 10px 20px;
	text-align:right;
	}
	
	
.secondary {
	/* Contains both sidebars */
	}





/*** not displayed ***/

#post-29 .page-head h2 {display:none;}

.entry-meta {display:none;}
.entry-comments, 
.comments {display:none;}

#footer {display:none;}


