/* Information
	Design Name: Fluffy Green (WordPress Edition)
	Creator: EverGlade Studios & Robin Ramsak, 2010.
	Copyright: EverGlade Group, 2010.

	Filename: Style.css	
	Filesize: 7.10kb

	Created: 12/02-10
	Modified: 08/03-10
*/
/*  
	Theme Name: Fluffy Green (WordPress Edition)
	Theme URI: http://www.greensabode.com
	Description: This is the WordPress version of Fluffy Green, the design of Green's Abode
	Version: 1.0
	Author: EverGlade Studios & Robin Ramsak
	Author URI: http://www.greensabode.com/
*/

/*General*/
* { padding: 0; margin: 0; }
body {
	font-family: Sans, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	text-align: left; 
	vertical-align: top;
	color: #000;
	background: transparent url('img/bg/bg.png') repeat;
}
h1 { font-size: 120%; }
h2 { font-size: 115%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; }
h6 { font-size: 95%; }
p { font-size: 90%; }
a { text-decoration: none; }
a:link { color: #00cc00; }
a:visited { color: #99cc99; }
a:hover { color: #333; }
a:active {
	color: #000;
	outline: none;
	position: relative; 
	top: 1px;
}
a:focus { color: #000; outline: none; }
/*End General*/

/*Layout*/
	/*General Layout*/
#page {
	width: 1000px;
	margin: auto;
	margin-top: 40px;
}
#top {
	width: 1000px;
}
#middle {
	width: 1000px;
	margin: 10px 0;
}
#bottom {
	width: 1000px;
	height: 40px;
	border: 1px solid #ccc;
	background: transparent url('img/bg/bottom.png') repeat-x;
}
	/*Detailed Layout*/
		/*Top*/
#topshadow {
	width: 100%;
	height: 25px;
	position: fixed;
	top: 0; left: 0;
	background: transparent url('img/bg/topshadow.png') repeat-x;
}
#header {
	height: 96px;
	padding: 2px 5px 2px 15px;
	background: #33ee00 url('img/bg/top.png') repeat-x;
}
#navigation {
	height: 20px;
	padding: 2px 15px;
	text-align: right;
	background: #33ee00;
}
		/*Middle*/
			/*Left*/
#description {
	padding: 2px 5px 10px 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #33ee00;
}
#left {
	width: 694px;
	margin: 0 25px;
	float: left;
	background: #fff;
	border: 3px solid #33ee00;
}
#lt {
	height: 25px;
	padding: 0 5px;
	font-weight: bold;
	color: #fff;
	background: #33ee00;
}
#lc {
	padding: 0 2px 3px 2px;
}
			/*Right*/
#right {
	width: 225px;
	margin: 0 25px 0 0;
	float: left;
	background: #fff;
}
#subnav {
	padding: 10px 0;
}
#rss {
	padding: 5px 0;
	text-align: center;
	background: transparent url('img/bg/rss.png') repeat-x;
}
#social {
	padding: 5px 0;
	background: #aaa url('img/bg/social.png') repeat-x;
}
#user {
	padding: 10px 0;
	background: #aaa;
	display: block;
}
		/*Bottom*/
#padder {
	width: 100%;
	height: 30px;
	clear: both;
}
#ftleft  {
	float: left;
}
#footernavigation {
	padding: 0 0 0 30px;
	color: #ccc;
}
#network {
	padding: 0 5px;
	float: left;
	color: #666;
	font-size: 80%;
}
#design {
	padding: 0 15px;
	float: right;
}
#bottomshadow {
	width: 100%;
	height: 25px;
	position: fixed;
	bottom: 0; left: 0;
	background: transparent url('img/bg/bottomshadow.png') repeat-x;
}
		/*Extra*/
#copyright {
	width: 100%;
	margin: 5px 0 10px 0;
	color: #666;
	text-align: center;
	font-size: 80%;
	font-family: helvetica;
}
/*End Layout*/

/*Design*/
	/*Text*/
#head {
	font-size: 110%;
}
#lpadd {
	padding: 0 0 0 20px;
}
	/*List*/
#list {
	padding: 0 0 0 20px;
}
	/*Social*/
#twitter {
	padding: 0 5px;
}
/*End Design*/

/*Links*/
	/*Navigation*/
#navigation a {
	text-decoration: none;
}
#navigation li {
	display: inline;
}
#navigation a:link {
	color: #fff;
}
#navigation a:visited {
	color: #fff;
}
#navigation a:hover {
	color: #333;
}
#navigation a:active {
	color: #333;
}
	/*Subnavigation*/
#subnav a {
	padding: 0 2px;
	text-decoration: none;
	display: block;
}
#subnav li {
	list-style: none;
}
#subnav a:link {
	color: #666;
	background: #fff;
}
#subnav a:visited {
	color: #666;
	background: #fff;
}
#subnav a:hover {
	color: #666;
	background: #eee;
}
#subnav a:active {
	color: #666;
	background: #ccc;
}
	//*User*/
#user a {
	padding: 0 2px;
	text-decoration: none;
	display: block;
}
#user li {
	list-style: none;
}
#user a:link {
	color: #666;
	background: #aaa;
}
#user a:visited {
	color: #666;
	background: #aaa;
}
#user a:hover {
	color: #666;
}
#user a:active {
	color: #666;
}
	/*Footernavigation*/
#footernavigation a {
	padding: 0 3px;
	text-decoration: none;
}
#footernavigation li {
	display: inline;
}
#footernavigation a:link {
	color: #999;
}
#footernavigation a:visited {
	color: #999;
}
#footernavigation a:hover {
	color: #000;
	background: #ccc;
}
#footernavigation a:active {
	padding: 2px 3px 0 3px;
	color: #333;
	background: #ccc;
	position: relative;
	top: 2px;
}
	/*Networks*/
#network a {
	text-decoration: underline;
}
#network a:link {
	color: #666;
}
#network a:visited {
	color: #666;
}
#network a:hover {
	color: #000;
}
#network a:active {
	color: #333;
}
	/*Design*/
img.egs  {
	border: none;
}
img.egs:hover {
	background: url('img/links/design-hov.png') no-repeat;
}
img.egs:active {
	background: url('img/links/design-act.png') no-repeat;
}
	/*RSS*/
img.rss {
	border: none;
}
img.rss:hover {
	background: url('img/links/rss-hov.png') no-repeat;
}
img.rss:active {
	background: url('img/links/rss-act.png') no-repeat;
}
	/*Other*/
#current a {
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*End Links*/

/*WordPress Specific*/
	/*Header*/
.blogtitle a {
	color: #fff;
	text-decoration: none;
}
.blogtitle a:hover {
	color: #fff;
	text-decoration: underline;
}
	/*End Header*/
	/*Left*/
		/*Posts*/
.post {
	padding: 5px 0;
}
.entry {
	padding: 2px 5px;
}
.postmetadata {
	padding: 2px 0;
	border-top: 1px dotted #33ee00;
}
		/*End Posts*/
		/*Comments*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata{
	font-size: 12px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
		/*End Comments*/
	/*End Left*/
	/*Sidebar*/
		/*Search*/
#search {
	text-align: center;
}
#search input {
	padding: 2px;
	margin: 0 0 2px 0;
}
.button {
	outline: none;
}
.button a:active {
	outline: none;
	border: none;
}
		/*End Search*/
		/*Other*/
.calender {
	margin: 5px 40px;
}
.archive  {
	padding: 0 5px;
}
		/*Other*/
	/*End Sidebar*/
/*End WordPress Specific*/