﻿/*
Theme Name: The Green One
Theme URI: http://blog.tomk32.de/themes/green/
Description: Who would think that green looks so nice?
Version: 1.2
Author: Thomas R. Koll
Author URI: http://blog.tomk32.de
More: asdkj
*/
.portlet, .corners, .post, .olderentries, .navigation {
	background-color: #EEFFEE;
}

.corners > h2, .portlet .title, body {
	background-color: #99FF99;
	color: black;
}


#container {
	background-image: url('images/that7.png'); /* that big 7 */
}

#blog-title {
	background-image: url('images/green-header.png');
}

.portlet {
	background-image: url('images/green-right-gradient.png');
}

.corners, .post, .olderentries, .navigation {
	background-image: url('images/green-left-gradient.png');
}

.corner-top-right {
	background-image: url('images/green-top-right.png');
}

.corner-bottom-right {
	background-image: url('images/green-bottom-right.png');
}

.corner-top-left {
	background-image: url('images/green-top-left.png');
}

.corner-bottom-left {
	background-image: url('images/green-bottom-left.png');
}

#blogdescription {
	color: #225522;
}
acronym, abbr {
	border-bottom: 1px dashed #99FF99;
}

#commentform input, #commentform textarea {
	border: 2px solid #99FF99;
}

input {
	border: 2px solid #99FF99;
	margin: 0;
	color: black;
	background-color: white;
}

.portlet .title a {
	color: black;
}
input, textarea {
	border: 2px #99FF99 solid;
	color: black;
	background-color: white;
}


a {
	color: #004400;
}

a:visited {
	color: #002200;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}
