/*  
Theme Name: neeed1
Theme URI: http://nilswindisch.de/
Description: 
Version: 0.1
Author: Nils K. Windisch
Author URI: http://nilswindisch.de/
*/

/**************************************************************************************************/
/* BASICS */

* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial;
}

body {
	font-size: 0.9em;
	color: #383838;
}

li {
	list-style-type: none;
	line-height: 150%;
}

div {
	border: 0px solid black;
	padding: 0 0 0 0;
}

p {
	padding: 0 10px 0 0;
	line-height: 150%;	
}

h {
	
}

a {
	text-decoration: none;
}

h2, h3, a {
	color: #1E499E;
}

#menu li,
#blog li,
#appwrap li,
#footerwrap li
{
	padding: 0 0 0 16px;
	background-repeat: no-repeat;
}

#menu li,
#blog li {
	background-image: url("/wp-content/themes/neeed1/images/li.gif");
}

#appwrap li,
#footerwrap li {
	background-image: url("/wp-content/themes/neeed1/images/li_blue.gif");
}

h2 {
	padding: 0 0 5px 0;
	margin: 10px 0 0 0;
	width: 390px;
	font-family: 'Arial Black';
	font-size: 1.3em;
}

h3 {
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	width: 190px; 
	font-family: 'Arial Black';
	font-size: 1.1em;
}

/**************************************************************************************************/
/* XXX */

#headerwrap {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

#appcontainer,
#footercontainer
{
	background-color: #1E499E;
	border-top: 5px solid #7DD534;
	border-bottom: 1px solid #7DD534;
}

#appwrap,
#footerwrap {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

.wrap {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

#header_img {
	padding: 0 0 0 100px;
}

#featuredapp h2,
#applist h2,
#applist li,
#footercontainer,
#footercontainer a
{
	color: white;
}

#footercontainer h3 {
	color: #7DD534;
}
#footer p,
#footer a,
#footer li
{
	color: white;
}

/**************************************************************************************************/
/* 2 Column - uneven */

#philosophy,
#featuredapp,
#header,
#blog,
#sitemap
{
	float: left;
	width: 600px;
}

#addon {
	padding: 10px 0;
}

#menu,
#testimonials,
#applist,
#contact,
#copyright
{
	float: right;
	width: 300px;
}

#testimonials h2,
#applist h2, 
#contact h2
{
	width: 200px;
}

#impressum,
#links {
	float: right;
	width: 200px;
}

#people {
	float: left;
	width: 200px;
}

#addon_left {
	float: left;
	width: 500px;
}

#addon_right {
	float: right;
	width: 300px;
}

/**************************************************************************************************/
/* Classes */

.clear {
	clear: both;
}

.note {
	font-style: italic;
	color: grey;
	margin: 0 0 5px 0;
	font-size: 80%;
	color: #7DD534;
}

.smallerfont {
	font-size: 80%;
}

.postmeta {
	margin: 5px 0;
	font-style: italic;
}

.testimonial {
	font-size: 1.3em;
	font-style: italic;
	font-family: garamond;
	margin: 0 0 5px 0;
}

.headerAppList li a {
	font-weight: bold;
	color: white;
}

#blog .headerAppList li a {
	color: #1E499E;
}

#respond,
#comments
{
	margin: 25px 0 0 0;
}

#commentform {
	margin: 0 0 25px 0;
}
#commentform input {
	border-bottom: 1px solid #1E499E;
	padding: 3px;
	width: 300px;
	font-size: 0.9em;
}

#commentform #submit {
	margin: 10px 0 0 0;
	width: 150px;
	background-color: #E2E2E2;
	border: none;
	font-weight: bold;
}

#comment {
	margin: 25px 0 0 0;
	border: 1px solid #1E499E;
	width: 580px;
	font-size: 0.9em;
}

label {
	font-size: 80%;
}

form p {
	padding: 5px 0;
}

.commentlist li {
	margin: 10px 0;
}

#appwrap p {
	color: white;
	font-style: italic;
}

.list1 {
	padding: 10px 0;
}

#blog p {
	padding: 5px 0;
}

.SC_image {
	float: left;
	width: 210px;
}

.SC_description {
	float: right;
	width: 380px;
}