@charset "utf-8";
/*
Theme Name: Myiguana
#
Theme URI: --
#
Description: A clean theme for the myiguanas blog
#
Author: Eloy Claudio
#
Author URI: http://eloyclaudio.com
#
Version: 1.0
#
Tags: iguana, clean
#
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
#
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
}

/* CSS Document */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.4em;
	line-height: 2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#header {
	height: 280px;
	position: relative;
	top: 0px;
}
#branding  {
	float: left;
	width: 310px;
	margin-top: 15px;
}
#navigation  {
	float: left;
	margin-top: 45px;
	margin-right: 25px;
	margin-bottom: 25px;
	padding-left: 15px;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-weight: bolder;
	margin-left: 13px;
}
#navigation ul li {
	list-style-type: none;
	display: inline;
	float: left;
}
#navigation ul {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#navigation  .menu  ul li {
	display: inline;
}
#navigation  a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #1a1819;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#navigation a:hover {
	color: #CCCCCC;
	background-color: #292627;
}
#navigation a:active {
	color: #292627;
	background-color: #666666;
}

#headertext {
	color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	position: absolute;
	left: 320px;
	top: 120px;
	width: 600px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
}
#content {
	padding-top: 5px;
	float: right;
}

#posts {
	width: 64%;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 10px;
	margin-left: 10px;
}
ul  li  {
	list-style-type: square;
	list-style-position: inside;
}
.post {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#widgets {
	width: 24%;
}
#widgets h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 15px;
}
#posts h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	font-size: 2em;
}
#widgets  h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#widgets ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#posts .entry {
	padding-top: 20px;
	padding-bottom: 20px;
}
#posts     .post     h2   a {
	color: #666666;
	text-decoration: none;
}
#post .post h2 a:hover {
	color: #00CCFF;
}


#posts .post .entry .postmetadata {
	padding: 10px;
	border: 1px dashed #333333;
	margin-top: 15px;
}
#footer {
	clear: both;
	margin-top: 30px;
	background-color: #65873B;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	position: relative;
}
#footer  ul li {
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#footer ul {
	padding: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#navigationfooter {
	height: 20px;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#navigationplace {
	position: absolute;
	left: 350px;
	top: 0px;
}
#footer #navigationfooter ul li {
	text-align: left;
	display: inline;
}
#widgets a  {
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
#widgets a:hover  {
	color: #E8E719;
}

.entry a  {
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.entry a:hover  {
	color: #E8E719;
	background-color: #000000;
}

.postmetadata a  {
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.postmetadata a:hover  {
	color: #E8E719;
	background-color: #000000;
}
#logo {
	background-image: url(images/brandingtopsmall.jpg);
	background-repeat: no-repeat;
	height: 0px;
	width: 300px;
	padding-top: 300px;
	overflow: hidden;
	margin-top: 70px;
	margin-right: 60px;
}
#wp-cpg-img-0,#wp-cpg-img-1,#wp-cpg-img-2,#wp-cpg-img-3,#wp-cpg-img-4,#wp-cpg-img-5,#wp-cpg-img-6,#wp-cpg-img-7,#wp-cpg-img-8 {
	border: 5px solid #65873B;
	height: 60px;
	width: 85px;
}
.entry {
	background-color: #F4F4F4;
	padding-right: 5px;
	padding-left: 5px;
}
#headertext h2 {
	font-size: 1em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #e5e61e;
}
#headertext a {
	color: #FFFFFF;
	text-decoration: none;
}
#headertext a:hover {
	text-decoration: underline;
}
#headertext ul li {
	padding: 5px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
}

