/* Information
	Design Name: Fluffy Green (WordPress Edition)
	Creator: EverGlade WebWorks, 2010-2011.
	Copyright: EverGlade Group, 2010-2011.

	Filename: Style.css	
	Filesize: 9,89kB

	Created: 12/02-10
	Modified: 19/04-11
*/
/*  
	Theme Name: Fluffy Green (WordPress Edition)
	Theme URI: http://webworks.evergladenetworks.com/
	Description: This is the WordPress version of Fluffy Green, the design of Green's Abode
	Version: 1.2
	Author: EverGlade WebWorks
	Author URI: http://webworks.evergladenetworks.com/
*/

/*General*/
* { padding: 0; margin: 0; }
body {
	font-family: sans-serif, lucida, sans, helvetica, arial, georgia;
	font-size: 90%;
	text-align: left; 
	vertical-align: top;
	color: #000;
	background: transparent url('/common/img/general/background.png') repeat;
}
h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 120%; }
h4 { font-size: 115%; }
h5 { font-size: 110%; }
h6 { font-size: 105%; }
p { font-size: 90%; font-family: times, sans, sans-serif; }
a { text-decoration: none; }
a:link { color: #00cc00; }
a:visited { color: #99cc99; }
a:hover { color: #333; text-decoration: underline; }
a:active {
	color: #000; 
	outline: none; 
	position: relative; 
	top: 1px; 
}
a:focus { color: #000; outline: none; }
table { font-size: 90%; }
abbr {
	cursor: default;
	border-bottom: 1px dotted #33ee00;
}
/*End General*/

/*Layout*/
	/*General*/
div#wrapper {
	width: 1000px;
	margin: auto;
}
div#page {
	width: 975px;
	margin: auto;
	margin-top: 40px;
	-moz-border-radius: 20px 20px 20px 0;
	-webkit-border-radius: 20px 20px 20px 0;
	border-radius: 20px 20px 20px 0;
}
div#top {
	width: 975px;
	-moz-border-radius: 20px;
	-moz-box-shadow: #777 4px 4px 10px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: #777 4px 4px 10px;
	border-radius: 20px;
	box-shadow: #777 4px 4px 10px;
}
div#middle {
	width: 975px;
	margin: 10px 0;
}
div#bottom {
	width: 975px;
	height: 40px;
	margin: 30px 0 0 0;
	border: 1px solid #ccc;
	background: transparent url('/common/img/bottom/bottom.png') repeat-x;
	-moz-border-radius: 30px 40px 40px 10px;
	-moz-box-shadow: #777 4px 4px 10px;
	-webkit-border-radius: 30px 40px 40px 10px;
	-webkit-box-shadow: #777 4px 4px 10px;
	border-radius: 30px 40px 40px 10px;
	box-shadow: #777 4px 4px 10px;
}
	/*Top*/
div#header {
	height: 96px;
	padding: 2px 5px 2px 15px;
	background: #33ee00 url('/common/img/top/top.png') repeat-x;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
div#navigation {
	height: 20px;
	padding: 2px 15px;
	text-align: right;
	background: #33ee00;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
	/*Middle*/
		/*Left*/
div#left {
	width: 669px;
	margin: 0 25px;
	float: left;
	background: #fff;
	border: 3px solid #33ee00;
	border-top: 1px solid #33ee00;
	border-bottom: 8px solid #33ee00;
	-moz-border-radius: 15px;
	-moz-box-shadow: #777 4px 4px 10px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: #777 4px 4px 10px;
	border-radius: 15px;
	box-shadow: #777 4px 4px 10px;
}
div#leftTitle {
	height: 22px;
	padding: 3px 5px 0 5px;
	font-weight: bold;
	color: #fff;
	background: transparent url('/common/img/middle/leftTop.png') repeat-x;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
div#leftContent {
	padding: 0 5px 5px 5px;
}
		/*Right*/
div#right {
	width: 225px;
	margin: 0 25px 0 0;
	float: left;
	background: #fff;
	-moz-border-radius: 10px;
	-moz-box-shadow: #777 4px 4px 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: #777 4px 4px 10px;
	border-radius: 10px;
	box-shadow: #777 4px 4px 10px;
}
div#subNavigation {
	padding: 10px 0;
}
div#rightRSS {
	text-align: center;
	background: transparent url('/common/img/middle/rss.png') repeat-x;
}
div#rightSocial {
	background: #aaa url('/common/img/middle/social.png') repeat-x;
}
	/*Bottom*/
div#footertLeft  {
	float: left;
}
div#footerNavigation {
	padding: 0 0 0 30px;
	color: #ccc;
}
div#network {
	padding: 5px 5px 0 5px;
	float: left;
	color: #666;
	font-family: georgia;
	font-size: 80%;
}
div#design {
	padding: 0 15px;
	float: right;
}
	/*Extra*/
div#copyright {
	width: 100%;
	margin: 5px 0 10px 0;
	color: #666;
	text-align: center;
	font-size: 80%;
	font-family: helvetica;
	font-variant: small-caps;
}
div#copyright span {
	font-family: georgia;
}
/*End Layout*/

/*Design*/
	/*Text*/
#twitter {
	padding: 0 5px;
}
	/*List*/
#list {
	padding: 0 0 0 20px;
}

/*End Design*/

/*Links*/
	/*Navigation*/
#navigation a {
	text-decoration: none;
	font-size: 90%;
	font-family: sans-serif;
}
#navigation li {
	display: inline;
}
#navigation a:link {
	color: #fff;
}
#navigation a:visited {
	color: #fff;
}
#navigation a:hover {
	color: #333;
}
#navigation a:active {
	color: #333;
}
	/*Sub Navigation*/
#subNavigation a {
	padding: 0 2px;
	text-decoration: none;
	display: block;
}
#subNavigation li {
	list-style: none;
}
#subNavigation a:link {
	color: #666;
	background: #fff;
}
#subNavigation a:visited {
	color: #666;
	background: #fff;
}
#subNavigation a:hover {
	color: #666;
	background: #eee;
}
#subNavigation a:active {
	color: #666;
	background: #ccc;
	position: relative;
	top: 1;
}
	/*Footer Navigation*/
#footerNavigation a {
	padding: 1px 3px 0 3px;
	text-decoration: none;
	font-family: monospace;
	font-size: 120%;
	font-weight: bold;
}
#footerNavigation li {
	display: inline;
}
#footerNavigation a:link {
	color: #999;
}
#footerNavigation a:visited {
	color: #999;
}
#footerNavigation a:hover {
	color: #333;
	background: #ccc;
}
#footerNavigation a:active {
	padding: 2px 3px 0 3px;
	color: #333;
	background: #ccc;
	position: relative;
	top: 1px;	
}
	/*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;
}
	/*RSS*/
img.rss {
	border: none;
}
img.rss:hover {
	background: url('/common/img/links/rssHover.png') no-repeat;
}
img.rss:active {
	background: url('/common/img/links/rssActive.png') no-repeat;
}
/*End Links*/

/*CSS3*/
	/*Navigation*/
#navigation ::-moz-selection {
	color: #fff;
	background: transparent;
}
#navigation ::selection {
	color: #fff;
	background: transparent;
}
	/*Left Title*/
#leftTitle::-moz-selection {
	color: #fff;
	background: transparent;
}
#leftTitle::selection {
	color: #fff;
	background: transparent;
}
	/*Left Content*/
#leftContent ::-moz-selection {
	color: #fff;
	background: #33ee00;
}
#leftContent ::selection {
	color: #fff;
	background: #33ee00;
}
	/*Footer Navigation*/
#footerNavigation ::-moz-selection {
	color: #ccc;
	background: transparent;
}
#footerNavigation a::-moz-selection {
	color: #999;
	background: transparent;
}
#footerNavigation ::selection {
	color: #ccc;
	background: transparent;
}
#footerNavigation a::selection {
	color: #999;
	background: transparent;
}
	/*Network*/
#network::-moz-selection {
	color: #666;
	background: transparent;
}
#network a::-moz-selection {
	color: #666;
	background: transparent;
}
#network::selection {
	color: #666;
	background: transparent;
}
#network a:selection {
	color: #666;
	background: transparent;
}
	/*Copyright*/
#copyright::-moz-selection {
	color: #666;
	background: transparent;
}
#copyright span::-moz-selection {
	color: #666;
	background: transparent;
}
#copyright::selection {
	color: #666;
	background: transparent;
}
#copyright span::selection {
	color: #666;
	background: transparent;
}
/*End CSS3*/

/*WordPress*/
	/*Layout*/
		/*Search*/
#search {
	text-align: center;
}
#search input {
	padding: 2px;
	margin: 0 0 2px 0;
	border: 1px solid #ccc;
}
#search input[type="text"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
		/*Blogroll*/
#blogroll  {
	padding: 0 5px;
}
		/*User*/
#user {
	padding: 0 0 10px 0;
	background: #aaa;
	text-align: center;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
		/*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;
}
	
	/*Design*/
		/*Text*/
.post {
	padding: 5px 0;
}
.entry {
	padding: 2px 5px;
}
.postmetadata {
	padding: 2px 0;
	border-top: 1px dotted #33ee00;
}
	
	/*Links*/
		/*Blog Title*/
.blogtitle a {
	color: #fff;
	text-decoration: none;
}
.blogtitle a:hover {
	color: #fff;
	text-decoration: underline;
}
		/*Button*/
.button {
	outline: none;
}
.button a:active {
	outline: none;
	border: none;
}
		/*Calender*/
.calender {
	margin: 5px 40px;
}
		/*Archive*/
.archive  {
	padding: 0 5px;
	margin: 5px 0 0 0;
}
		/*Category*/
#categories  {
	padding: 0 5px;
	margin: 10px 0 0 0;
}
#categories a {
	padding: 0 5px;
	text-decoration: none;
	display: inline;
}
		/*Blogroll*/
#blogroll a {
	padding: 0 5px;
	color: #555;
	text-decoration: none;
}
#blogroll li {
	list-style: none;
}
#blogroll a:hover {
	color: #eee;
}
		/*User*/
#user a {
	padding: 0 2px;
	text-decoration: none;
	display: block;
	color: #666;
}
#user li {
	list-style: none;
}
#user a:hover {
	color: #eee;
}
#user a:active {
	color: #666;
}
/*End WordPress*/
