/*  
Theme Name: Tankarnas Tradgard 
Theme URI: http://www.tankarnastradgard.se
Description: Theme created espacially for organization ABFs site Tankarnas trädgård
Version: 3.1
Author: Mattias Wirf, Xoda Handelsbolag
Author URI: http://www.xoda.se
*/

/******************
 * Page core
 *****************/
 html, body {
	width: 100%;
	height: 100%;
 }
 body {
	text-align: center;
	font-size: 85%;
	background: #95CE8D url(images/backbone.jpg) repeat-x;
	padding: 0;
	margin: 0;
 }
 #white {
	width: 100%;	
	background: #95CE8D url(images/green.jpg) repeat-x;
 }
 #wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
 }

/******************
 * Header and logo
 *****************/
 #header {
	background: #fff url(images/logo.png) 30px 100% no-repeat;
	height: 120px;
	width: 700px;
 }
 #header img {	
	margin: 6px 0 0 220px;
 }

/******************
 * Mainmenu
 *****************/
 #menu {
	border-top: 2px solid #95CE8D;
	background: #D5EFD1;
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
 }
 #menu img {
	margin-right: 20px;
 }
 #menu a, a img, img {
	border: 0;
	text-decoration: none;
 }

/****************
 * Content
 ****************/
 #content {
	width: 640px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 #content .entry img {
	margin: 10px;
 }

/*****************
 * Footer
 ****************/
 #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	background: #fff url(images/grass.gif) 0 100% repeat-x;
	height: 90px;
	margin: 20px 0 0 0;
	padding: 40px 0 0 0;
	color: #289030;
	text-align: center;
 }
 * html #footer {
	padding-top: 60px;
	height: 70px;
 }
 #footer a {
	color: #289030;
 }
 #footer a:hover {
	color: #333;
	text-decoration: none;	
 }

/**************
 * Posts/Entries
 **************/
 .entry {
	line-height: 140%;
	padding-top: 0;
	margin-top: 0;
	font-size: 13px;
 }
 .post {
	line-height: 140%;
 }
 p.date {
	margin: 0;
	padding: 0;
 }
 small {
	color: #bbb;
	font-size: 90%;
 }
 .postmetadata {
	text-align: center;
	font-size: 85%;
 }
 .postmetadata a, .postmetadata {
	color: #bbb;
 }
 .postmetadata.alt {
	width: 480px;
	padding: 10px;
	color: #bbb;
	border: 1px dashed #95CE8D;
	margin-top: 20px;
 }

/*****************
 * Headers
 ****************/
 h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
 }
 .post h2 {
	margin-bottom: 2px;
	padding-bottom: 0;
 }
 .post h2 a {
	text-decoration: none;
	color: #333;
 }
 h2.calendar {
	border-bottom: 1px solid #95CE8D;
 
 }
 h3.page_title {
	border-bottom: 1px solid #D5EFD1;
 }
 h4.page_title {
	border-bottom: 1px solid #D5EFD1;
	color: #588F50;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
 }
 h2.posttitle a {
 	text-decoration: none;
	color: #588F50;
 }
 h2.posttitle a:hover {
 	text-decoration: underline; 
	color: #000;
 }
 h2.posttitle {
	padding: 0;
	margin-bottom: -10px;
	font-size: 16px;
	color: #666;
 }
 
/** IMAGES **/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
	

/*******************
 * Misc
 ******************/
 hr {
 	display: none;
 }
 .center {
	text-align: center;
 }
/******************
 * Forms
 *****************/
 form textarea {
	width: 500px;
 }
 input, label {
 	text-align: left; 
 }
 label {
 	font-weight: bold;
	margin: 0;
	padding: 0;
 }
 .contactform {
 	margin: 0 auto;
	text-align: left;
	width: 420px;
 }
 .contactform #wpcf_your_name, .contactform #wpcf_email, .contactform #wpcf_subject, .contactform #wpcf_msg {
	background: #D5EFD1;
	border: 1px solid #289030;
 	width: 240px;
	margin-bottom: 8px;
 }
 .contactform textarea {
	word-wrap: break-word;
	background: #D5EFD1;
 }
 .contactleft {
 	text-align: left;
 	margin: 0;
	padding: 0;
 }
 .contactright {
 	text-align: left;
 	margin: 0;
	padding: 0;
 }

/****************
 * Navigation (post 
 * to post)
 ***************/
 .navigation {
  	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
	padding: 0;
	height: 20px;
 }
 .navigation .alignright {
	float: right;
 }
 .navigation .alignleft {
	float: left
 }
 .navigation a {
	color: #bbb; 
 }
 
/* Begin Form Elements */
 #search {
 	text-align: center;
 }
 #searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
 }
 #sidebar #searchform #s {
	width: 108px;
	padding: 2px;
 }
 #sidebar #searchsubmit {
	padding: 1px;
 }
