/*
Theme Name: Black Iguana
Theme URI: http://www.wordpresstemplates.com
Description: Black Iguana is a modern widget-ready black & green theme 
Version: 1.0
Author: Erik Gyepes
Author URI: http://www.erikgyepes.com/

	This theme was designed and built by Erik Gyepes,
	whose blog you will find at http://www.erikgyepes.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Black Iguana uses Fam Fam Fam Silk Icons:
	http://www.famfamfam.com/lab/icons/silk/
*/


/* USED COLORS
-----------------------------------------------------------
	#fff8f9 - white (text);
	#333021 - black (backgrounds);
	#abd61b - green (backgrounds, hyperlinks)
*/


/* BEGIN STRUCTURE
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/bg.png") repeat;
}

#wrapper {
	background: url("images/header-bg.png") repeat-x;
	height: 399px;
}

#subwrapper {
	margin: 0 auto;
	width: 770px;
}

#navigation {
	height: 50px;
	width: 770px;
}

#header {
	height: 97px;
	text-align: center;
}

#about {
	float: left;
	height: 187px;
	position: relative;
	width: 200px;
}
#recentpost {
	float: right;
	height: 172px;
	padding: 15px 0 0 0;
	position: relative;
	width: 570px;
}

#page #wrapper {
	background: url("images/header-pg-bg.png") repeat-x;
	height: 215px;
}

#page #about,
#page #recentpost {
	height: 0;
}

#sidebar {
	float: left;
	padding: 15px 0;
	width: 190px;
}

#content {
	float: right;
	padding: 15px;
	width: 549px;
}

#footer {
	background: url("images/footer-bg.png") repeat-x;
	float: left;
	height: 32px;
	padding-top: 8px;
	text-align: center;
	width: 100%;
}
/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN NAVIGATION
----------------------------------------------------------- */
#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
}
#navigation a {
	color: #333021;
	display: block;
	float: left;
	height: 40px;
	padding: 10px 10px 0 10px;
}

#navigation ul li.current_page_item a {
	background: url("images/nav-selected.png") repeat-x;
}

#navigation ul li.page_item a:hover {
	background: url("images/nav-selected.png") repeat-x;
}

/* END NAVIGATION
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
	color: #abd61b;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY
----------------------------------------------------------- */
* {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

h1, h1 a {
	font-size: 22px;
}
h2, h2 a {
	font-size: 20px;
}
h3, h3 a {
	font-size: 18px;
}
h4, h4 a {
	font-size: 16px;
}

#navigation a {
	font-size: 15px;
}

#header h1 a {
	font-size: 42px;
	font-weight: normal;
}
#header h2 {
	font-size: 18px;
	font-weight: normal;
}

#about h3 {
	position: absolute;
	top: -20px;
	text-transform: uppercase;
}

#recentpost h3 {
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: -20px;
}

#recentpost h2 a {
	color: #333021;
}

#content {
	color: #fff8f9;
}

#content .post small {
	color: #abd61b;
	font-size: 12px;
	font-style: italic;
	position: absolute;
}

#recentpost small {
	font-size: 12px;
	font-style: italic;
}

#content .post p {
	margin-top: 10px;
}

#content .search-post {
  margin-bottom: 30px;
}

#sidebar ul li h2 {
	color: #abd61b;
	font-size: 16px;
	text-align: left;
	margin: 10px 0 0 0;
}

#sidebar {
	color: #fff8f9;
}

#wp-calendar caption {
	color: #abd61b;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #abd61b;
	font-weight: bold;
	text-transform: capitalize;
}

#wp-calendar {
	color: #fff8f9;
}

table#wp-calendar tr td a {
	color: #abd61b;
}

/* END TYPHOGRAPHY
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */
#sidebar ul li {
	list-style: none;
}

#sidebar li a {
	color: #abd61b;
}

#sidebar ul li ul li {
	padding-left: 10px;
}

#sidebar ul li ul li a:hover {
	color: #abd61b;
}
/* END LISTS
----------------------------------------------------------- */



/* BEGIN FORMS
----------------------------------------------------------- */
form div {
	text-align: center;
}

input {
	background: #abd61b url("images/form-input-bg.png") repeat-x;
	border: none;
	margin: 3px 0;
	padding: 3px;
}

input#searchsubmit,
input#submit {
  _padding: 0;
}

#sidebar input#s {
	width: 110px;
}

#sidebar form {
	margin-bottom: 10px;
}

#commentform textarea {
	background: #abd61b url("images/box-bg.png") repeat-x;
	border: none;
	padding: 3px;
	width: 99%;
}
#commentform #submit {
	float: right;
	padding: 3px;
	width: auto;
}
#commentform p {
	padding: 5px 0;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#about img {
	border: 7px solid #fff8f9;
	margin: 15px 0 0 0;
}

#content .post img {
	border: 1px solid #abd61b;
	padding: 5px;
	margin: 5px;
}

#content .post img.left {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}
#content .post img.right {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
}
#content .post img.center,
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
#content .post h2 a {
	display: block;
	width: 525px;
}

#content .post {
	position: relative;
}

#content .entry {
	margin: 20px 0 20px 0;
}

#content a.commentslink {
	background: url("images/comment-bubble.png") no-repeat;
	color: #333021;
	display: block;
	font-size: 18px;
	font-style: italic;
	height: 36px;
	position: absolute;
	top: 5px;
	right: 0;
	text-align: center;
	width: 50px;
}

#content .post small {
	background: url("images/icons/time.gif") no-repeat;
	display: block;
	font-style: italic;
	height: 16px;
	padding-left: 20px;
	text-align: right;
}

#content .post span.editlink {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	position: absolute;
	right: 75px;
	text-align: right;
}
#content .post span.editlink-single {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	position: absolute;
	right: 0;
	text-align: right;
}
#recentpost span.editlink {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 25px;
}

#recentpost span.editlink a {
  color: #333021;
}

#content blockquote,
#content .commentlist blockquote {
	background: #abd61b url("images/box-bg.png") repeat-x;
	color: #333021;
	margin: 15px 30px 0 10px;
	padding: 5px 10px 10px 10px;
}

#content .entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}

#sidebar #rssfeed a {
	background: url("images/icons/rss.gif") no-repeat;
	display: block;
	margin: 5px 0 10px 20px;
	height: 100px;
	width: 100px;
}

#footer a,
#recentpost small a,
#recentpost a.commentslink {
	background: #abd61b;
	color: #333021;
}

.navigation {
	display: block;
	padding: 0 0 30px 0;
	text-align: center;
}

.center {
	text-align: center;
}

.left {
	float: left;
}
.right {
	float: right;
}
/* END OTHER
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 150px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}
/* END CALENDAR
----------------------------------------------------------- */

/* BEGIN COMMENTS
----------------------------------------------------------- */
#content ul,
#content ol,
ol.commentlist {
	margin: 0 0 0 30px;
	list-style-position: outside;
}
ol.commentlist li {
	margin: 10px 0;
	padding: 5px;
	position: relative;
}

ol.commentlist li ul li,
ol.commentlist li ol li {
	margin: 0;
	padding: 0;
}


#content ol.commentlist li .post-tip {
	background: url("images/tip.png") no-repeat;
	height: 19px;
	margin-left: 10px;
	position: absolute;
	top: -19px;
	width: 36px;
}


#content ol.commentlist {
  list-style: none;
}

#content div.comment {
	background: url("images/box-bg.png") repeat-x;
	color: #333021;
	margin-top: 60px;
	padding: 10px;
	position: relative;
}

#content ol.commentlist cite.comment-author {
	color: #fff8f9;
	font-size: 20px;
	margin-left: 15px;
	position: absolute;
	top: -50px;
	width: 100%;
}

#content ol.commentlist cite.comment-author a {
	color: #fff8f9;
	font-size: 20px;

}

#content ol.commentlist li small.commentmetadata {
	background: url("images/date.gif") no-repeat 0 20%;
	font-size: 12px;
	font-style: italic;
	padding-left: 20px;
	position: absolute;
	right: 0;
	top: -27px;
}

#content .commentlist span.editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	color: #fff8f9;
	display: block;
	height: 16px;
	padding-left: 20px;
	position: absolute;
	right: 0px;
	top: -54px;
	text-align: right;
}
/* END COMMENTS
----------------------------------------------------------- */