/*  
Theme Name: Holistic Bulletin
Theme URI: http://www.holisticbulletin.com
Description: templatr is written and provided by <a href="http://kex.cc">Hans-Peter Kohnle</a>
Version: 1.0
Author: Andy Metcalfe

	templatr v1.0
	 http://templatr.cc/

*/* html {
  height: 1%;
}

body {
  margin:0;
  font-size: 100.01%;
  height: 100%;
}

#page {
  margin:0 auto;
  text-align: center;
}

#header {
  height: 180px;
  width: 900px;
  background-image: url(images/masthead01.jpg);
  background-repeat: no-repeat;
}

#wrap {
  margin: 15px 0 0 0;
}

#wrap2 {
  margin-right: 180px;
}

#content {
  margin-left: 180px;
  text-align: left;
}

#page {
  width: 900px;
}



/* Left Sidebar */

#sidebar {
  float: left;
  width: 180px;
  text-align: left;
}

#sidebar div {
  width: 180px;
  border-right-style: none;
  background-color: #E6DFDF;
}

#sidebar {
  width: 170px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #E0E0E0;
  padding-left: 5px;
  padding-right: 5px;
}

#sidebar h3 {
  font-size: 13px;
}

#sidebar a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#sidebar ul {
	list-style-type: square;
    color: #CCCCCC;
	margin: 10px 0 10px 5px;
	padding: 0 0 0 20px;
	line-height: 12px;
}

#sidebar li {
	margin: 0 0 0 0;
	padding: 0;
}

#sidebar li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #43963c;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* Right Extrabar */

#extrabar {
  float: right;
  width: 180px;
  text-align: left;
}

#extrabar {
  width: 170px;
  font-family: Arial, Helvetica, sans-serif;
}

#extrabar p {
  font-size: 12px;
}

#searchform {
  width: 100%;
}

/* Content & Post data*/

#content {
  width: 540px;
  font-family: Arial, Helvetica, sans-serif;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;

}

#content ul li {
	padding: 4px 0 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.postmetadata {
  font-size: 10px;
}

.post {
  margin: 0 0 15px 0;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

/* title of post on homepage */

.posttitle {
  margin: 0;
  padding: 0;

}

.posttitlelink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #43963c;
  text-decoration: none;
}

.posttitlelink a:hover {
  color: #7bb14f;
  text-decoration: none;
}

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

.entry p {
  font-size: 13px;
}

.navigation {
  font-size: 14px;
}

/* Footer */

#footer {
  clear: both;
  height: 40px;
  text-align: center;
  margin: 0 auto;
}