/*
Theme Name: Treehuggers International
Description: A custom theme designed especially for THI
Version: 1.0
Author: BinaryM Inc.

*/

/* @group RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
  border:0;
  width:0;
  height:0;
  overflow:hidden;
  clear:both;
}

/* @end */

/* @group GLOBALS */

body {
	line-height: 1;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 76%;
	color: #333;
	background-color: #c4dea9;
}
	
/* @end */	

/* @group IDs */

#container {
    width: 952px;
    margin: 20px auto;
	overflow:hidden;
}	
#main {
    float:left;
    width:952px;
    background:#fff url(images/main-topbg.png) top center no-repeat;
}
#wrapper {
    padding:0;
    margin:0;
    float:left;
    width:952px;
    background:transparent url(images/main-bottombg.png) bottom center no-repeat;
}
#main #wrapper > .gutter {
    padding:20px;
}
#primaryContent {
    float:right;
    width:707px;
    padding:0 0 90px 0;
    margin-bottom:20px;
    background:transparent url(images/content-tree.png) bottom right no-repeat;
}	
#sidebar {
    width:193px;
    float:left;
}	
#header {
    background:transparent url(images/header-trees.jpg) center top no-repeat;
    float:right;
    height:292px !important;
    width:707px;
}
	
#logo {
    margin:0;
    padding:0;
    float:left;
    width:190px;
    height:292px;
}
#logo a {
    display:block;
    width:190px;
    height:292px;
    background:transparent url(images/logo.png) top left no-repeat;
    text-indent:-1000em;
}

#footer {
    clear:both;
    background:transparent url(images/footer-bg.png) top center no-repeat;
    height:100px;
}




	/* @end */	

/* @group TYPOGRAPHY */
	
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #333; }
	
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000; }
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666; }
	
h1 {
	font-size: 2.9em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .055em; }
	
h2 { /* posts */
	font-size: 1.6em;
	text-decoration: none;
	margin: 0.5em 0em .5em 0em;
	line-height: 1.5em;
	 }

h3 {
	font-size: 1.3em;
	margin: 1.1em 0;
	font-weight: normal;	}

h3 a:link, h3 a:visited { /* posts */
        color:#099;
	text-decoration: none;
	font-weight: bold; }
	
h3 a:hover { /* posts */
        color:#366; }
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0;
	font-weight: bold;
        color:#099;	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0;
	font-weight: bold;	}

#header h3 {
    color:#fff;
    font-size:1.6em;
    float:right;
    margin:30px 0;
    padding:15px 0 15px 40px;
    width:420px;
    background:transparent url(images/header-text.png) center left no-repeat;
}


img {
	border: 0;	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em; 	}
	
ol, ul {
    margin:1em 3em;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0;	}

#primaryContent p {
    margin-right:10px;
}

blockquote {
	margin:10px 30px;
	padding:2px 10px;
	border-left:2px solid #ccc;
	color:#666;
}

strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }
	
	/* @end */
	
/* @group NAV */

#nav {
	margin: 240px 0 0 0;
}
	
#nav ul {
    list-style:none;
    margin:0;  
    padding:0;
    background:#f1f3ec;
    height:53px;
}
  
#nav li {
	font-size: 1.5em;
    float:left;

}
  
#nav li a {
    color:#4b5c64;
    display:block;
    text-transform:uppercase;
    text-decoration:none;
    margin:0 0 0 5px;
    padding:18px 45px 0 25px;
    background:transparent url(images/nav.png) bottom left no-repeat;
 }
	
#nav li a:hover {
	color:#00ae9a;
        text-decoration:none; }

#nav li.current_page_item a:link, #nav li.current_page_item a:visited, #nav li.current_page_item a:hover {
	color: #00ae9a;
	font-weight: bold;
	text-decoration: none; }


  	/* @end */
  
/* @group Sidebar */

#rss {
    background:transparent url(images/sidebar-rss.png) center center no-repeat;
    text-indent:-1000em;
    display:block;
    height:35px;
}

#twitter {
    background:transparent url(images/sidebar-twitter.png) center center no-repeat;
    text-indent:-1000em;
    display:block;
    height:35px;
}

#sideContent {
    background:#e3a22d url(images/sidebar-content-topbg.png) center top no-repeat;
    color:#fff;
}
#sideContent div {
    background:transparent url(images/sidebar-content-bottombg.png) center bottom no-repeat;
    padding:10px;
}
#sideContent h3 {
    color:#900;
    margin:0;
    padding:0;
}
#sideContent a {
    color:#fff;
    text-decoration:none;
}
#sideContent a:hover {
    text-decoration:underline;
}
#sideSearch {
    margin-bottom:10px;
    height:35px;
    background:transparent url(images/sidebar-searchbg.png) center top no-repeat;
}
#sideSearch input.text {
    width:130px;
    border:0;
    margin:8px 10px 0 10px;
    float:left;
}
#sideSearch input.button {
    border:0;
    margin:6px 0 0 5px;
    float:left;
}
#sideSearch p {
    margin:0;
    padding:0;
}

	/* @end */	

/* @group Footer */

#footer ul {
    list-style:none;
    margin:0;
    padding:8px 0 0 0;
}
#footer ul li {
    width:25%;
    float:left;
    text-align:center;
}
	
#footer p {
    text-align:center;
    font-size: .8em;
    padding: 0;
    margin: 0; }
#footer a {
    text-decoration:none;
}
	
	/* @end */

/* @group Home */

#podcastHome {
    margin-top:10px;
    background:transparent url(images/podcast-top.png) top center no-repeat;
    float:left;
    width:100%;
    color:#fff;
}
#podcastHome h4 {
    margin:15px 0 0 0;
    padding:0;
}
#podcastHome p {
    line-height:1.4em;
    padding:0;
}
#podcastHome p.text {
    margin:5px 5px 10px 0;
    float:left;
    width:470px;
}
#podcastHome h4 a {
    color:#f6e570;
    font-weight:bold;
    text-decoration:none;
}
#podcastHome .wrap {
    background:transparent url(images/podcast-bottom.png) bottom center no-repeat;
    float:left;
    width:100%;
    min-height:100px;
}
#podcastHome .wrap div {
    text-align:center;
    float:left;
    margin:0 10px 0 15px;
}
#podcastHome .wrap div p {
    margin:0;
    padding:0;
}
#play {
    margin-top:-5px;
    display:block;
    width:194px;
    height:48px;
    text-indent:-1000em;
    overflow:hidden;
    background:transparent url(images/listen-now.png) center center no-repeat;
}

#recentnews {
    background:transparent url(images/recentnews.png) top center no-repeat;
    float:left;
    width:100%;
}
#recentnews h3 {
    color:#2b7333;
    font-size:1.3em;
    margin:10px 0 0 10px;
    padding:5px 0 5px 15px;
    background:transparent url(images/recentnews-h3.png) center left no-repeat;
}
.news {
    font-size:90%;
    width:350px;
    float:left;
}
.news1 {
    border-right:1px dashed #f00;
}
.news h4 {
    margin:5px 0;
}
.news h4 a {
    line-height:1.4em;
    font-weight:bold;
    text-decoration:none;
}
.readmore {
    display:block;
    width:110px;
    height:35px;
    float:right;
    text-indent:-1000em;
    background:transparent url(images/recentnews-readmore.png) center left no-repeat;
}

	/* @end */

/* @group Posts */

.post {
    border-bottom:1px solid #e3a22d;
    float:left;
    width:100%;
}
.comments, .postmetadata {
    border-top:2px solid #099;
    background:#f1f3ec;
    float:left;
    width:100%;
}
.comments a {
    float:right;
    padding:8px 10px 8px 35px;
    display:block;
    background:transparent url(images/comment.png) center left no-repeat;
    color:#900;
}
.comments a:hover {
	text-decoration:none;
}
.postmetadata small {
    display:block;
    padding:6px 12px;
    font-size:.8em;
}
.show-archive {
    border-bottom:1px solid #e3a22d;
    float:left;
    width:100%;
    padding-bottom:5px;
}
.show-archive div {
    float:right;
    text-align:right;
}
.show-archive dl {
    width:400px;
    font-size:90%;
    line-height:150%;
}
.show-archive dl dt {
    width:75px;
    text-align:right;
    margin:0 5px 0 0;
    float:left;
}
.show-archive dl dd {
    width:320px;
    float:left;
    margin:0;
}

	/* @end */

/* @group Miscellenous */

.gutter {
	padding:10px;
}

.textwidget {
	margin-bottom:20px;
	margin-top:20px; }
                
.clear {
	clear: both; }
	
#tags {
    margin-bottom:35px; }
    
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	text-align:center;
}

   
.wp-pagenavi {
    margin-top:10px;
    float:left;
    width:100%;
    text-align:right;
}
.wp-pagenavi .pages {
    float:left;
}
.wp-pagenavi .page {
    padding:0 2px;
}


img.alignright {
    margin:0 0 10px 10px;
}
img.alignleft {
    margin:0 10px 10px 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 4px;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



#links {
    list-style:none;
    margin:0;
    padding:0;
}
#links li {
    width:235px;
    height:210px;
    float:left;
    text-align:center;
    font-size:90%;
}

#binarym {
    float:right;
    margin:5px 20px 5px 0;
}
#binarym a {
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;

    color:#666;
    text-decoration:none;
}
#binarym a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#binarym a strong {
    color:#000;
    text-decoration:none;
}
#binarym a strong span {
    color:#c00;
    text-decoration:none;
}

/* @end */


/* @group Comments */



/* Gray Boxy */

div#comments p.action a {

}
div#comments p.action a:hover {
	background: #fff;
	color: #3c7aa5;
}
li.comment div.sleeve {
	background: #f8f8f8;
	border: 1px solid #565656;
	color: #565656;
}
div.comment-meta a {
	color: #565656;
}
li.comment-actions a {
	background: #3c7aa5;
	color: #fff;
}
li.comment-actions a:hover {
	background: #565656;
	color: #fff;
}
div#respond label {
	color: #3c7aa5;
}
div#respond form div input, div#respond form div textarea {
	border: 1px solid #3c7aa5;
	color: #ccc;
}
div#respond form div input:focus, 
div#respond form div textarea:focus,
div#respond form div input:hover, 
div#respond form div textarea:hover {
	background: #eee;
	color: #000;
}
li.comment-avatar img {
	border: 2px solid #fcf8ed;
}
div#respond input#submit {
	background: #3c7aa5;
	border: none;
	color: #fff;
}

div#trackbacks h2, div#trackbacks a {
	color: #3c7aa5;
}



div#comments {
	line-height: 1;
}
body div#comments ol, 
body div#comments ul, 
body div#comments ol li, 
body div#comments ul li {
	list-style: none;
	padding: 0;
}
div#comments {
	width: 720px;
}
div#respond textarea {
	width: 640px;
}
div#comments p {
	margin: 0 0 15px 0;
}
div#comments h3 {
	border-bottom: none;
	float: left;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}
div#comments p.action {
	float: left;
	font-size: 10px;
	margin: 5px 0 0 10px;
	text-transform: uppercase;
}
div#comments p.action a {
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}
li.comment {
	margin: 0;
}
li.comment div.sleeve {
	clear: left;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
li.comment li.comment-avatar {
	left: 10px;
	position: absolute;
	top: 10px;
}
li.comment-author {
	float: left;
	margin: 10px 5px 15px 110px;
}
li.comment-date {
	float: left;
	margin: 10px 5px 0 0;
}
li.comment-actions {
	float: right;
	font-size: 10px;
	margin: 10px 10px 0 0;
}
div.comment-content {
	clear: both;
	line-height: 14px;
	margin: 20px 10px 20px 110px;
}
div.comment-meta {
	font-size: 10px;
}
div.comment-meta a {
	text-decoration: none;
}
li.comment-actions a {
	display: block;
	padding: 1px 3px 3px 3px;
	text-transform: lowercase;
}
body div#comments ul.children {
	background: url('images/child.png') left top no-repeat;
	padding-left: 20px;
}

body div#respond {
	margin: 50px 0 0 0;
	padding: 0;
}
div#respond form {
	clear: both;
	margin: 30px 0 0 0;
}
div#respond form div {
	height: 50px;
	position: relative;
}
div#respond form div.para {
	height: 120px;
}
div#respond form div.action {
	height: auto;
}
div#respond form div input, div#respond form div textarea {
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
}
div#respond input {
	font-size: 11px;
	width: 250px;
}
div#respond textarea {
	height: 100px;
	max-height: 100px;
}
div#respond form div label {
	font-size: 10px;
	left: 280px;
	position: absolute;
	text-transform: uppercase;
	top: 11px;
}
div#respond form div label.para {
	display: none;
}
div#respond input#submit {
	float: right;
	padding: 5px 10px;
	width: auto;
}
div#respond input#submit:hover {
	cursor: pointer;
}

div#trackbacks {
	color: #999;
	clear: both;
	float: left;
	padding: 20px 0 0 0;
	width: 100%;
}
body div#comments div#trackbacks ol,
body div#comments div#trackbacks ol li {
	clear: both;
	list-style-type: decimal;
	margin-left: 15px;
}
div#trackbacks div.trackback-content {
	margin: 10px 0 0 0;
}


/* @end */
