/*  
Theme Name: 0-Healthy-Living-nz
Theme URI: http://www.bos89.nl/1060/
Description: Lime and simple is a clear and simple weblog theme by <a href="http://www.bos89.nl">Martijn Stegink</a>.
Version: 1.0
Author: Martijn Stegink
Author URI: http://www.bos89.nl
*/


/* GENERAL ELEMENTS */

body { 
	font: 13px "Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	line-height:1.5;
	color: #333333;
	margin: 0;
}

a {
	text-decoration: none;
	color: #739900;
}

a:hover {
	text-decoration: underline;
}

H1 {
	text-transform: uppercase;
	font-size: large;
}

H2 {
	font-size: medium;
}

H3 {
	
	font-size: small;
}

/* CONTAINER ELEMENTS */

#container {
	max-width: 800px;
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	margin: auto;
	padding:40px;
}
	
/* HEADER ELEMENTS */		

#topborder {
	background: #99CC00;
	width: 100%;
    	position: absolute;
	top: 0px;
	left: 0px;
	height: 6px;
}

#header {
	height: 170px;
	background: url(health.png) 20px 40px no-repeat;
}

#header h1 {
	display: inline;
	font: 36px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	border-right: 1px solid gray;
	padding-right: 12px;
	margin-left: -2px;
}

#header p {
	display: inline;
	padding-left: 8px;
	position: relative;
	bottom: 5px;
}

#searchform {
	display: none;
	float:right;
	margin-top: 10px;
}

/* NAVIGATION ELEMENTS  */

#nav {
	float:  right;
	margin-top: -80px;
	text-align: right;
}

#nav ul { 
	list-style-type: none;  
	padding: 0;
	margin: 0;
}

#nav ul li { 
	display: inline;
	margin: 0 15px 0 0;
}

#nav a { 
	text-decoration:none; 
	font-size:13px;
}

#nav a:hover{
	text-decoration: underline;
}

#nav ul li.current_page_item  a {
	color: #99CC00;
	text-decoration: underline;
}

#navlink {
	padding-top: 30px;
	text-align: right;
}

/* CONTENT ELEMENTS */

#content img {
	border: 0px solid #ababab;
	padding: 0em;
}

#content img.noborder {
	border: 0px solid #ababab;
	padding: 0.55em;
}

				
#content p {
	padding-bottom: 10px;
}

#content ul {
	padding-left: 20px;
}

#content ul li {
	list-style-image: url(starbullet.gif);
}

#content li.done {
	text-decoration: line-through;
}

#recent {
	display: none;
}

#meta {
	font-size:90%;
	border: 1px solid #ababab;
	background-color: #efefef; 
	padding: 40px;
	padding-top: 20px;
}

#edit {
	display: inline;
}

#edit a {
	padding: 2px 10px 2px 10px;	
	border: 1px solid #ababab;
	background-color: #efefef;
}

.alignleft {
	float: left;
}

/* ARCHIVE ELEMENTS */


#archive{
	width: 800px;
}

#archive p {
	width:  540px;
}

#archive-menu {
	width: 215px;
	float: right;
	padding: 0 15px 15px;
	border: 1px solid #ababab; 
	background-color: #efefef; 
}

#archive-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

#archive-entries {
	width: 520px;
	float:  left;
}

#archive-entries dt {
	width:326px; 
	float:left;
	margin:0; 
	padding:3px 2px;
	border-bottom:1px solid #E0E0E0; 
}

#archive-entries dd {
	width: 186px; 
	float:right;
	margin:0;
	padding:3px 2px;
	border-bottom:1px solid #E0E0E0;
	text-align:right;
	color: #b2b2b2;
	font-variant: normal;
}

.clear {
	clear: both;
}

/* FOOTER ELEMENTS */

#footer {
	font-size: 10px;
	float: right;
}

/* COMMENT ELEMENTS */

#comments{
	background: #99CC00;
	padding:  40px;
}

#comments a{
	color: #fff;
}

#comments ol  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments li {
	margin-bottom: 20px;
}

.comment-author, .comment-date {
	display: inline;
	color:  #fff;
	font-size: 90%;
	font-weight: lighter;
}

#comments p {
	margin: 0;
	padding: 0;
}  