/*
	Style Name: Trees Not Trash
	Style URI: http://treesnottrash.org
	Author Name: Denis D.
	Author Site: http://puhonua.com
	Version: 1
	Comments: K2 style adapted from k2redux-warhol
*/

html {
	overflow-x: hidden; /*#primary-wrapper projects beyond the content area*/
}

body {
	background: url("tnt/TNT large bg.jpeg") #d2a272;
	overflow-x: visible;
}

#page {
	background: transparent;
	width: 800px !important;
	padding: 14px 0;
	border-style: none !important;
}

#header {
	height: 338px;
	background: url(tnt/bushback.png) no-repeat center 30px;
}
.blog-title {
	background: url("tnt/Trees Not Trash.png") no-repeat top left;
	position: relative;
	top: -48px;
}
#header .blog-title a {
	display: block;
	height: 52px;
	position: relative;
	top: -21px;
	width: 284px;
	font-size: 38px;
	text-indent: -1000px;
	/*background: red;
	opacity: 0;*/
}
.description { display: none }

/*.blogtab { display: none }*/
.admintab { text-transform: lowercase }

body.columns-two #primary-wrapper,
body.columns-three #primary-wrapper { float: right }
body.columns-two #primary { margin-right: 240px }

.content {
	padding-top: 14px;
	overflow: visible;
}

#primary {
	width: 450px;
	float: right;
	padding: 0 12px;
	background: white;
}
.secondary {
	overflow: visible;
}
.primary-top, .primary-bottom,
.secondary-top, .secondary-bottom {
	position: absolute;
	left: 0px;
}
.primary-top {
	top: -9px;
}
.primary-bottom {
	bottom: -13px;
}
.secondary-top {
	top: -4px;
}
.secondary-bottom {
	bottom: -13px;
}

#mailing {
	clear: none;
	margin: 0;
	position: absolute;
	left: -50px;
	bottom: -282px;
}

#sidebar-1 {
	background: white;
}

.columns-two #sidebar-main,
.columns-three #sidebar-main {
	width: 250px;
	}

.secondary {
	padding: 10px 6px 10px 10px;
	float: left;
	color: #666;
}

#footer {
	color: #4c7021;
}
#footer a {
	color: #5c8728;
	border-bottom: #5c8728;
}

/* title: green = #5c8728, yellow = #e6cf33 */

/*- Main Menu in Header */

ul.menu {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: -14px;
	bottom: auto;
	right: -68px;
	text-align: right;
	width: auto;
}

ul.menu li a {
	color: black;
	background: white;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}

ul.menu li a:hover {
	background: #e6cf33 !important;
	color: #540 !important;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #362 !important;
	background: #bda !important;
	cursor: default;
}


/*- Sidebar Subpages Menu */

.sb-flickr div a img {
	border: none;
	padding: 2px;
	margin: 15px 4px 0 0;
	background-color:#E6F4FC;
}

.sb-flickr div a:hover img {
	border: none;
	background: #FFC0CB;
}


/*- Links */

h2 a:hover, h2 span a:hover {
	color: #7D5B56 !important;
}

a {
	/*color: #5c8728;*/
	color: #7D5B56;
	text-decoration: none;
}

/*h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited*/


/*- Various Tags and Classes */

blockquote {
	background: url('tnt/quote.gif') no-repeat 10px 0;
	min-height: 2.5em;
}

#dynamic-content {
	padding-top: 0px;
}

.secondary .widget_search,
#search {
	margin: 10px 0 6px;
	white-space: nowrap;
}
#s { width: 88% }
#searchsubmit { 
	padding: 0 .333em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #dcac7c;	
	border-color: #dcac7c;
}

/* Feed icon replacement */

.secondary h2, .secondary h4 {
	float: left;
	}

.feedlink {
	margin-left: 20px;
	background: url('k2redux-warhol/feed.png') left center no-repeat;
	height: 16px;
	position: relative;
	padding: 0 0 0 17px;
	}

.secondary div, .secondary ul, .secondary p {
	clear: both;
	}

.feedlink span {
	text-align: right;
	}

/* Adaption of Page Slider */

#rollprevious { left: -3px }
#rollnext { right: -3px }
#rollprevious span, #rollnext span {
	position: relative;
	top: -1px;
	left: 0px;
}

#rollingarchives, body.smartposition #rollingarchives {
	width: 450px !important;
}
#rollingarchives {
	top: -22px;
	margin-bottom: -42px;
	padding: 20px 0;
}
body.smartposition #rollingarchives {
	padding-bottom: 25px !important;
	padding-top: 0 !important;
}

#pagetrackwrap {
	width: 190px !important;
	}

/* extras */
.comments textarea {
	width: 97.5%;
}

input[type="text"],
textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f8f0d8;
	border-color: #f8f0d8;
}

.entry-head { margin-top: 2em }
.entry-title {
	margin-bottom: .25em;
}
.entry-content { text-align: left }
.entry-content img { max-width: 100% }

.widget ul li,
h1, h2, h3, h4, h5, h6 {
	margin-left: .25em;
	text-indent: -.25em;
}

.navigation {
	position: relative;
	z-index: 1;
}

.comments, .commentslink { display: none }

.hentry { border-bottom: 1px solid #eee }

#texttrimmer {
	top: 15px;
	font-variant: small-caps;
	text-transform: lowercase;
}
#trimmertrim, #trimmeruntrim { top: 14px }
body.smartposition #trimmertrim,
body.smartposition #trimmeruntrim {
	top: -6px;
}
