/*
Theme Name: Karma Fruit
Theme URI: http://www.adityanaik.com/blog/projects/themes/karma-fruit/
Description: Karma Fruit: Warm and live colors working to earn me some good karma!
Version: 1.01
Author: Aditya Naik
Author URI: http://www.adityanaik.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Version History
1.0  : First Release
1.01 : Fixed reference to Trollr plugin in comments.php
*/

 #container {
	width: 760px;
	margin: 0 auto;
}

h1, h2 {
	text-align: center;
	margin: 8px 0px 0px 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	color: #505050;
	letter-spacing: 4px;
	padding-bottom: 3px;
	border-bottom: 1px #777777 solid;
	text-transform: uppercase;
}

h3 {
	text-align: left;
	margin: 20px 0px 0px 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 50px;
	color: #505050;
	border-bottom: 0px #777777 solid; 
}

h4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #80aa11;
	margin: 20px 0px 5px 0px;
}

.title {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #80aa11;
	margin-top: 8px;
}




.titlespan {
	color: #666666;


}

.news p {
	padding-top:1em;
        line-height: 150%;
} 

img {
border:0px;
}

#blog .leftcontainer {
	width: 170px;
	float: right;
}

#blog .rightcontainer {
	width: 560px;
	float: left;
}

/******************************
   Header + Navigation Menu
******************************/


#header { 
 height: 151px;
 width: 760px;
 float: left; 
 padding: 25px 0px 0px 0px; 
 font-size:4em; 
 font-weight: bold;
 font-family: 'Lucida Sans',Arial;
}

#untertitel {
 float: left;
 text-align: center;
 padding: 5px 0px 25px 42px;
 font-size: 16px;
 font-weight: bold;
 color: #666666;
 font-family: 'Trebuchet MS',Arial;
}

#nav {
	clear: both;
	text-align: left;
	width: 760px;
	height: 22px;
	border-top: 2px #777777 solid;
	border-bottom: 2px #777777 solid;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	float: right;
}

#nav a {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 2px 10px 0px 10px;
	color: #666666;
	text-decoration: none;
}

#nav a:hover {
	color: #464646;
}



/******************************
	Content
******************************/

.leftcontainer .title {
}

.rightcontainer .title {
        padding: 25px 0px 0px 0px; 
	float: left;
}

.rightcontainer p,
.leftcontainer p {
	margin: 0.8em 0;
	padding-left: 3px;
	clear:both;
	text-align:justify;
}

.rightcontainer p,
.leftcontainer p,
	ul,
	li{
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
}

.navigation {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
}
.news {
	margin-bottom:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
        line-height: 150%;
}

.news img {
	float:left;
	padding:0 1em 1em 0;
}

.date {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A6A6A;
	margin-top: 5px;
}

.rightcontainer .date {
	float:left;
}

.bor {
	border:1px solid #CCC;
}

.widget {
	margin-bottom: 15px;
}

.widget ul{
	list-style: none;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #505050;
}
.widget ul li{
	margin:0px;
	padding:0px;
	border-bottom: 1px #777777 solid;
	padding:0.5em;
}

#welcome {
	height: 20px;
	padding: 10px 100px 10px 1px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 20px;
	color:#80aa11;
}

.title a span ,
#welcome span {
	color: #666666;
}

.content {
	padding-top: 10px;
	border-top: 1px #ccc solid;
	margin-bottom:15px;
}

.content h3 {
	text-align: left;


	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #777777;
	float:left;
	margin: 0;
}

.content p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

.block {
	width: 45%;
}

/******************************
 images in content if you want - align left or right;

ex: <img src="blah.jpg" class="left" />
******************************/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear:both;
}

/******************************
	Footer
******************************/

#footer {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	width: 760px;
	border-top: 1px #a4a4a4 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #80aa11;
	text-decoration:none;
}

a:active, a:visited {
	color: #80aa11;
	text-decoration:none;
}

a:hover {
	color: #666666;
	text-decoration:none;
}
