/*  
Theme Name: TechnoHippy v1
Theme URI: http://www.technohippy.geek.nz	
Description: This is the first iteration of the TechnoHippy theme at <a href="http://technohippy.geek.nz">technohippy.geek.nz</a>.
Version: 1.1
Author: Kiwinewt (Nate Walker)
Author URI: http://www.technohippy.geek.nz
*/
html{
	height: 100%;
}

* {
	font-family: Arial,sans-serif;
	margin:0;
	padding:0;
}
		
body {
	background: #469237 url('images/background.jpg' ) top repeat-x;
	font-weight: 400;
	font-size: 14px;
	color: #222;
	padding: 0;
	margin: 0;
}


h2 {
	font-family: arial bold,sans-serif;
}
	
a {
	color: #469237;
	text-decoration: none;
	outline: none;
}
	
a:link, a:visited{
		text-decoration: none;
		color: #469237
}
a:hover {
		text-decoration:none;
		color:#1F6F6F;
}

.entry a {
	border-bottom: 1px dashed #469237;
}

h2 a {
	color: #333;
}

p {
	margin-bottom: .4em;
}

.entry p {
	margin-bottom: 1em;
}

blockquote {
	color: #CDC9A5;
	margin: 10px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	font-style: italic;
	font-weight: 600;
}
		
#wrapper {
	background: #fff ;
	width: 840px;
	margin: 0 auto;
}
#header {
	margin: 0;
	margin-top: 20px;
}

#header img {
	 border: 0;
}

.description {
	padding: 10px;
	border-bottom: 1px solid #aaa;
}

#title {
	padding: 166px 80px 50px 130px;
}

#title h1, #title h1 a {
	color: #FFFACD;
	text-decoration: none;
	letter-spacing: .16em;
	font-size: 1.7em;
}

#title h2 {
	color: #CDC9A5;
}

#left {
	width: 200px;
	height: 100%;
	float: left;
	padding: 20px 10px;
}


.leftitem {
	margin-bottom: 10px;
}

.leftbottom {
	height: 10px;
}

#content h2 {
	height: 1.5em;
	padding-top: 4px;
	margin-bottom: 6px;
}

#content ol, #content ul {
	list-style: none;
	margin: 4px 0 8px;
	background:none;
}

#content li ul li {
	padding-left: 14px;
	display: block;
}

#content li ul.profile li {
	padding-left: 0;
}

textarea#comment {
	width: 100%;
}

.alignright {
	margin-left: 10px;
}

#right {
	width: 610px;
	float: right;
	padding-top: 20px;
	border-left: 1px solid #aaa;
}
#right h2 {
	height: 1.5em;
	padding-top: 4px;
	margin-bottom: 6px;
}
#right ul{
	list-style: default;
	margin: 4px 0 8px 14px;
}

#right ol{
	margin: 4px 0 8px 35px;
}

#right ol li {
	padding-left: 14px;
	
}
.left {
	float: left;
	margin: 2px 8px 0px 0px;
	border: none;
}

.right {
	float: right; 
	margin: 2px 0px 0px 8px;
	border: none;
}

.center {
	display: block;
	text-align: center;
	margin: 2px auto 2px;
	border: none;
}


		
.navigation{
	padding: 10px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	text-align: center;
}

.post {
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
	padding-right: 10px;
}

.postmetadata {
	clear: both;
	border-top: 1px dotted #ddd;
	margin-top: 10px;

}

.postauthordata {
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
}

.postauthordata a, .postmetadata a {
	border-bottom: none;
}

#footer {
	width: 840px;
	margin: 0 auto 20px;
	border-top: 1px solid #aaa;
}		
#footer p {
	height: 30px;
	padding-top: 12px;
	text-align: center;
} 
#footer p, #footer p a {
	font-size: .9em;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it 
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.textwidget {
   overflow: auto;
}
.textwidget div {
   float: left;
   background: white;
   padding: 2px;
   margin: 4px;
   border: 1px solid #DDD;
}
.textwidget div span {
   /* See below */
   display: none;
}