/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Joachim Stroh
	Author Site	: http//www.chinasprout.com
	Scheme Name	: Health Secrets
      Style URI : http//www.chinasprout.com
      Version : 0.3
	Comments	: 
*/


body {
	background: #E3E3E3 url('secrets/bg-gradient.png') top left repeat-x;
}


#page {
      background: white url('secrets/bg-top2.gif') top left repeat-x;
	border-left: 1px solid #719E1F;
	border-bottom: 1px solid #719E1F;
	border-right: 1px solid #719E1F;
	width: 780px;
	_width: 740px;
	}

body.flex #page { /* For the flexible-width setting. Not IE compatible */
	width: 85%;
	min-width: 780px;
	max-width: 1000px;
	}

#header {	
      background: white url('secrets/bamboo2.jpg') top right no-repeat;
	width: 100%;
	height: 260px;  /* 224 */
	}
	
.content {

	}

.primary {
	width: 65%; /*450px;*/
	/* _width: 450px; /* IE Hack */
	}

.secondary {
	background: white url('secrets/bg-secondary2.gif') top right no-repeat;
}

.item {

	}

.itemtext {
	text-align:left !important;
	}

.itemtext img {
	border: 0px!important;
	}

.secondary {
	width: 26%;
	}

#header h1, .itemhead h3 {
	letter-spacing: 0px;
	}

#header h1 {
	font-size: 3.2em;
}

#header h1 a {
      color: #85B82B;
}

#header .description {
	font-size: 1.2em;
      color: #85B82B;
	}

#calendar {
	height: 180px;
}

input#s { 	
      width: 90%; 	
}

#search input[type=submit] {
	margin: 0;
	font-size: 0.8em;
}

#text-1 {
	margin-top:-40px;
}

.menu li.current_page_item a {
	background-color: #719E1F;
	border-top: 1px solid #719E1F;
	border-left: 1px solid #719E1F;
	border-right: 1px solid #719E1F;
}

.menu li a {
	background-color: #719E1F;
}

.menu li a:hover { 
	background: #BAE46E !important;
}

.itemtext ul li {
	list-style-type: square; 
	list-style-color: #359113;
}

.itemtext th {
	background: #719E1F;
	color: white;
	font-weight: normal;
	padding: 5px;
} 

.itemtext td {
	background: #EEF9DB;
	padding: 5px;
} 

.itemtext table {
	border: 1px!important;
}

.itemtext h1 {
	color: #26690E;
	font-weight: normal;
	font-size: 1.6em;
	margin:0; padding 0;
}

.itemtext a:visited, .itemhead h3 a:visited {
	color: #26690E;
	}

h2 a:hover, h2 span a:hover {
	color: #26690E !important;
	}

h3, .pagetitle h2 {
  background: url(secrets/h2_icon_leaf.gif) no-repeat 0 50%;
  f ont-family: Arial, Helvetica, Sans-Serif;
  padding: 5px 0px 4px 45px;
	font-size: 1.9em !important;
}

h3 a, .pagetitle h2 a {
  color: #85B82B; /* #26690E; /*#1B4F1B;*/
  font-weight: normal;
}

h3 {
  color: #26690E; /*#1B4F1B;*/
  font-weight: normal;
}

.commentslink {
	padding: 2px 0 2px 30px;
	background: url('') left center no-repeat;
	margin-right: 10px;
	margin-top: -10px;
	}

.comments .commentlist .commentmetadata {
	padding: 2px 0 2px 0px;
	background: url('') left center no-repeat;
	}

.chronodata {
	padding: 2px 0 2px 0px ;
	background: url('') left center no-repeat;
	margin-top: -10px;
	}

a {
	color: #26690E;
	text-decoration: none;
	}

p a, #calendar a, ul a, .Post a {
            font-weight: bold;
	}