/*

Theme Name: Green With Envy
Theme URI: http://wordpress.org/
Description: Green With Envy. 3 Columns. Widget Ready. Adsense Ready. With 2 columns Header Information that can be edited. Theme Design by <a href="http://www.cmdesignlounge.com">ChiQ Montes</a>.
Version: 1.0
Author: ChiQ Montes
Author URI: http://www.cmdesignlounge.com/
*/




body {
	margin:0;
	background:#fff;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	color:#1f1f1f;
	font-size:12px;
	}
img {
	border:0;
	}
a {
	color:#a0b04a;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	border-left:3px solid #a0b04a;
	padding-left:10px;
	}
.clear {
	clear:both;
	}

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;
	}

/* The Header */

.head {
	height:158px;
	background:url(images/head.gif);
	}
.head h1 {
	margin:0 0 0 20px;
	font-size:35px;
	color:#a0b04a;
	text-transform:uppercase;
	padding-top:40px;
	}
.head .wrapper {
	position:relative;
	height:158px;
	}
.head ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:0;
	left:63px;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	}
.head li {
	display:inline;
	}
.head li.current_page_item a {
	background:url(images/menu.gif);
	}
.head li a {
	display:block;
	padding:0 20px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	float:left;
	}
.head li a:hover {
	background:url(images/menu.gif);
	}

/* The Info Bar */

.infobar {
	background:#8a9a35 url(images/infobar.gif) top repeat-x;
	color:#fff;
	margin-bottom:10px;
	}
.infobar .column {
	float:left;
	width:880px;
	padding:0 30px;
	}
.infobar h2 {
	margin:15px 0 15px 0;
	font-size:12px;
	text-transform:uppercase;
	}
.infobar p {
	padding:0;
	margin:0 0 15px 0;
	}

/* The Left Sidebar */

.leftsidebar {
	float:left;
	width:220px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:40px;
	color:#333;
	}
.leftsidebar h2 {
	font-size:12px;
	margin:0;
	background:url(images/lefth2.gif) left center no-repeat;
	padding-left:20px;
	height:16px;
	text-transform:uppercase;
	}

/* The Content */

.content {
	float:left;
	width:470px;
	padding-bottom:20px;
	}
h1.title {
	font-size:20px;
	color:#364f0f;
	margin:0 0 5px 0;
	}
h1.title a {
	color:#364f0f;
	text-decoration:none;
	}
h1.title a:hover {
	text-decoration:underline;
	}
p.date {
	color:#808080;
	background:url(images/date.png) left center no-repeat;
	padding:0 0 0 15px;
	margin:0;
	}
p.commentlink {
	color:#808080;
	margin:0 0 20px 0;
	border-bottom:1px solid #808080;
	height:20px;
	}
p.commentlink a, p.date a {
	text-decoration:none;
	color:#808080;
	}
p.commentlink a {
	padding:0 0 5px 15px;
	background:url(images/comments.png) left center no-repeat;
	}
p.commentlink a:hover, p.date a:hover {
	text-decoration:underline;
	}

/* The Sidebar */

.sidebar {
	float:left;
	width:210px;
	padding-left:40px;
	padding-right:10px;
	color:#333;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar h2 {
	font-size:12px;
	margin:0 0 10px 0;
	background:url(images/righth2.gif) left center no-repeat;
	padding-left:20px;
	height:16px;
	text-transform:uppercase;
	}
.sidebar ul li {
	margin:0 0 20px 0;
	}
.sidebar ul li li {
	margin:0;
	}
.sidebar ul li ul li {
	border-bottom:1px dashed #ddd;
	line-height:25px;
	background:url(images/square.gif) 0 10px no-repeat;
	padding-left:10px;
	}
.sidebar ul li ul li li {
	border-bottom:none;
	border-top:1px dashed #ddd;
	}
.sidebar ul li ul a {
	color:#333;
	text-decoration:none;
	}
.sidebar ul li ul a:hover {
	color:#a0b04a;
	text-decoration:none;
	}

/* The Search Form */

.sidebar form {
	margin:0;
	padding:0;
	}
.sidebar input {
	border:1px solid #8a9a35;
	padding:0;
	}
.sidebar input#s {
	width:150px;
	font-size:14px;
	padding:8px 5px 0 5px;
	height:22px;
	}
.sidebar input#submit {
	background:#8a9a35;
	color:#fff;
	padding:0 5px;
	height:32px;
	}

/* The Bottom Bar */

.bottombar {
	height:46px;
	background:#010b0f;
	line-height:46px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #d5daae;
	}
.bottombar .wrapper {
	text-align:right;
	}
.bottombar a.xhtml, .bottombar a.css {
	background:url(images/valid.png) left center no-repeat;
	padding-left:20px;
	margin-right:10px;
	color:#fff;
	text-decoration:none;
	}
.bottombar a.rss {
	background:url(images/rss.png) left center no-repeat;
	padding-left:16px;
	color:#fff;
	text-decoration:none;
	}
.bottombar a:hover {
	text-decoration:underline;
	}

/* The Footer */

.footer {
	height:42px;
	line-height:42px;
	background:url(images/footer.png);
	text-align:center;
	color:#fff;
	}
.footer a {
	color:#fff;
	text-decoration:underline;
	}
.footer a:hover {
	text-decoration:underline;
	}

/* The Page Links */

.pagelinks {
	font-size:14px;
	font-weight:bold;
	padding-bottom:20px;
	padding-left:20px;
	}
/* The Navigation */

.navigation {
	height:25px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}
.navigation a:hover {
	text-decoration:underline;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:18px;
	text-align:center;
	}

/* The Comments */

.comments {
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:135px;
	height:29px;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}

.links {
      font-size: 10px;
      }

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* Jabox */

.BC7C528B2bbody {
  border: 1px solid #F98700;
  width: 208px;
  height: 100px;
  background-color: #faf3ea;
  overflow: hidden;
}

.BC7C528B2bbody div {
  margin: 0px;
  padding: 0px;
}

.BC7C528B2bbody .header {
  border: 1px solid #F98700;
  background-color: #F98700;
  color: #ffffff;
  font-size: 8pt;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  text-align: center;
}

.BC7C528B2bbody .leftimage {
  display: float;
  float: left;
  width: 75px;
  height: 75px;
  text-align: left;
  vertical-align: top;
}

.BC7C528B2bbody .bodytext {
  font-size: 8pt;
  line-height: 9pt;
  font-family: Tahoma, sans-serif;
  color: #4A555A;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
  margin: 3px 3px 3px 79px;
}

.BC7C528B2bbody .download {
  margin-top: 2px;
  text-align: center;
}

.BC7C528B2bbody .leftimage a:link,
.BC7C528B2bbody .leftimage a:visited,
.BC7C528B2bbody .leftimage a:hover {
  display: block;
  padding: 13px 0px 0px 5px;
}

.BC7C528B2bbody .leftimage a:hover {
  padding: 14px 0px 0px 6px;
}

.BC7C528B2bbody .download a:link,
.BC7C528B2bbody .download a:visited,
.BC7C528B2bbody .download a:hover {
  color: #0000cc;
  text-decoration: underline;
}

.BC7C528B2bbody .download a:hover {
  color: #F98700;
  text-decoration: underline;
}

a.jaboxg{text-decoration: underline;color: #aaaaaa;}
a.jaboxg:active{text-decoration: underline;color: #aaaaaa;}
a.jaboxg:visited{text-decoration: underline;color: #aaaaaa;}
a.jaboxg:hover{text-decoration: underline;color: #aaaaaa;}
a:link.forimg, a:visited.forimg, a:hover.forimg { display: block; width: 108px; height: 87px; }
a:link.forimg, a:visited.forimg { padding: 2px; }
a:hover.forimg { padding: 3px 1px 1px 3px; }

.popy {
       font-size: 14px;
       font-weight: normal;
       margin: 5px 0px 8px;
}


/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
 
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
 
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
 
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */
