/*  
Theme Name: KCI
Theme URI: http://www.KuenzerComputers.com/wp/projects/themes/karma-fruit/
Description: KCI: Warm and live colors working to earn me some good karma!
Version: 1.01
Author: Kyle Kuenzer
Author URI: http://www.KuenzerComputers.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Version History
1.01  : First Release 
*/

body {
	text-align: center;
}

#container {
	width: 860px;
	margin: 0 auto;
}
a {
	color: #f85a1f;
	text-decoration:none;
}

a:active, a:visited {
	color: #f85a1f;
	text-decoration:none;
}

a:hover {
	color: #161b8f;
	text-decoration:none;
}

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 #161b8f solid;
	text-transform: uppercase;
}

.title {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #80aa11;
	margin-top: 8px;
}

.titlespan {
	color: #666666;
}



.title a {
	color: #161b8f;
	text-decoration:none;
}

.title a:active{
	color: #161b8f;
	text-decoration:none;
}

.title a:visited {
	color: #161b8f;
	text-decoration:none;
}

.title a:hover {
	color: #f85a1f;
	text-decoration:none;
}



.news p {
	padding-top:1em;
}

img {
border:0px;
}

#blog .leftcontainer {
	width: 170px;
	float: right;
}

#blog .rightcontainer {
	width: 560px;
	float: left;
}
/******************************
   Header 
******************************/
#header {
	width: 860px;
	height: 120px;
	background: #ffffff url(images/logo.gif) no-repeat top left;
	margin-top: 10px;
}

.subheader {
        text-align: center;
	width: 300px;
	height: 60px;
	float: right;
	padding: 0px 0px 10px 0px;
	color: #161b8f;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	color: #161b8f;
}

/******************************
  Navigation Menu
******************************/

#nav {
	clear: both;
	text-align: left;
	width: 860px;
	height: 22px;
	border-top: 2px #161b8f solid;
	border-bottom: 2px #161b8f 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: #f85a1f;
	text-decoration: none;
}

#nav a:hover {
	color: #161b8f;
}



/******************************
	Content
******************************/

.leftcontainer .title {
}

.rightcontainer .title {
	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: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #505050;
}

.navigation {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
}
.news {
	margin-bottom:15px;
}

.news img {
	float:left;
	padding:0 1em 1em 0;
}

.date {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A6A6A;
	margin-top:8px;
}

.rightcontainer .date {
	float:right;
}

.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 #161b8f solid;
	padding:0.5em;
}

#welcome {
/*	height: 150px;
	padding: 82px 300px 10px 30px;
	background: url(images/apple.gif) top right no-repeat; */
	text-align:left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 36px;
	color: #161b8f;
}

.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: #161b8f;
	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 {
  clear: both;
	margin-top: 10px;
	padding-top: 3px;
	width: 750px;
	color: #333;
  border-top: 1px #161b8f solid;
  text-align: center;
}


