/*
Theme Name: Landscape
Theme URI: http://jimcode.org
Description: Lovely new landscape theme
Version: 1.0
Author: James Rowe
Author URI: http://jimcode.org/
Tags: 

Copyright James Rowe, 2010

*/

/*** RESET SCRIPTS ***/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*** ROUND CORNERS - SIMPLE CSS FOR CURVEYCORNERS JS ***/
#sidebar li.widget, #sidebar ul li {
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
}
#sidebar ul li ul li {
	-moz-border-radius:0;
  -webkit-border-radius:0;
}

/*** MAIN STRUCTURE OF PAGE ***/
html, body, p, li, td, code { font-size: 9.5pt; } /* set a base font-size */

body { 
	background-color: #462B00;		
}

.content_holder {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	width: 950px;
}

.content {
	float: left;
	text-align: left;
	width: 950px;
	padding: 0px;			
}
#header {
	float: left;
	width: 100%;	
	height: 200px;
	background-color: #2F95F9;	
	background-image: url('/images/landscape_top_repeat.png');
	background-position: bottom left;
	background-repeat: repeat-x;	
	overflow: hidden;
}
body.page-template-features-php #header {
	height: 625px;
}

#page {
	float: left;
	width: 100%;	
	min-height: 60px;
	padding-bottom: 60px; /* to adjust for the grass at the bottom */
	background-color: #659D38;	
	background-image: url('/images/grass_repeat.png');
	background-position: bottom left;
	background-repeat: repeat-x;		
	position: relative;
}

#footer {
	float: left;
	width: 100%;	
	min-height: 100px;
	background-color: #462B00;	
	padding-top: 20px;
}

/*** HEADER AREA ***/
#header .content {
	float: left;
	height: 200px;
	background-image: url('/images/landscape_top.png');
	background-position: bottom left;
	background-repeat: no-repeat;		
}
body.page-template-features-php #header .content  {
	height: 625px;
}

#important_bits {
	background-image: url('/images/important_bits.png');
	background-position: top left;
	background-repeat: no-repeat;		
	width: 180px;
	height: 105px;
	position: absolute;
	top: 510px;
	right: -150px;
}

#recent_posts {
	background-image: url('/images/recent_posts.png');
	background-position: top left;
	background-repeat: no-repeat;		
	width: 223px;
	height: 90px;
	position: absolute;
	top: 30px;
	right: 0;
}

#logo img {
	margin: 15px 0 15px 0;
}
#tree_menu {
	position: absolute;
	top: 92px;
	/*right: 200px;*/
	right: 0;
	text-align: left;
	width: 580px;	
}
body.page-template-features-php #tree_menu {
	top: 517px;
}
#tree_menu a {
	float: left;
	position: relative;
	display: block;
	height: 110px;
	width: 110px;
	overflow: hidden;
}
#tree_menu a img {
	position: relative;
	top: 0;
	left: 0;
}
#tree_menu a:hover img {
	position: relative;
	top: -110px;
}

.banner {
	float: right;
	height: 102px;
	width: 161px;
	padding: 0px;
	margin: 0 0 15px 15px;
	overflow: hidden;
	border: 4px solid #111;
	position: relative;
}
.banner img {
	opacity: 0.9;
}
.banner a.eat_me {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 161px;
	background-color: rgba(10, 10, 12, 0.85);
	opacity: 1.0;
	padding: 5px;
	text-align: center;	
	color: #fff;
	text-decoration: none;
}
.display_banner {
	position: relative;
	float: left;
	padding: 10px;
	margin: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	background-position: top center;
	background-size: 100%;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	border: 4px solid #111;
	height: 380px;
	width: 545px;
	/*
	height: 308px;
	width: 481px;
	-moz-border-image: url('/images/sizedblackframe_large.png')  0 stretch;
	-webkit-border-image: url('/images/sizedblackframe_large.png')  0 stretch;
	padding: 32px 38px 32px 34px;
	*/
	
}
.display_banner .caption {
	background-color: rgba(10, 10, 12, 0.85);
	opacity: 1.0;
	padding: 1em 1em 0 1em;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 520px;
	color: #fff;
}
.display_banner .caption a, .display_banner .caption a:link, .display_banner .caption a:visited { text-decoration: none; color: #fff; }
.display_banner .caption a:hover, .display_banner .caption a:active { text-decoration: underline; }
.display_banner .caption p {
	margin: 0 0 1em 0;
}

/*** PAGE AREA ***/
#page {	
	color: #FBF3D0;	
}
#page p {
	line-height: 1.8em;
}
#page h1, #page h2, #page h3 {
	color: #fff;
	/*text-shadow: 0 1px 1px #462B00;*/
}
#page a, #page a:link, #page a:visited { color: #fff; text-decoration: none; }
#page a:active, #page a:hover { text-decoration: underline; }
#page p a, #page p a:link, #page p a:visited { color: #f3bf07; text-decoration: none; }
#page p a:active, #page p a:hover { text-decoration: underline; }

#page div.wpcf7 p {
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
}

.entry {
	margin: 5px 0 0 0;
}

.post {
	margin: 0 0 20px 0;
}

.post p {
	margin: 0 0 1.6em 0;
}

.navigation {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 0.8em 0;
}

.gallery  {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 1.6em 0;
	text-align: center;
}
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;			}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
}
.post .wp-post-image {
	-moz-border-image: url('/images/frame_1.png')  0 stretch;
	-webkit-border-image: url('/images/frame_1.png')  0 stretch;
	padding: 38px 36px 38px 34px;		
}
.post:nth-child(3n+2) .wp-post-image{
	-moz-border-image: url('/images/frame_3.png')  0 stretch;
	-webkit-border-image: url('/images/frame_3.png')  0 stretch;
	padding: 31px 32px 30px 31px;	
}
.post:nth-child(3n+3) .wp-post-image{
	-moz-border-image: url('/images/frame_2.png')  0 stretch;
	-webkit-border-image: url('/images/frame_2.png')  0 stretch;
	padding: 37px 33px 37px 33px;	
}
.post:nth-child(4n+4) .wp-post-image {
	-moz-border-image: url('/images/frame_4.png')  0 stretch;
	-webkit-border-image: url('/images/frame_4.png')  0 stretch;
	padding: 30px;
}
.black_frame {
	-moz-border-image: url('/images/frame_black.png')  0 stretch;
	-webkit-border-image: url('/images/frame_black.png')  0 stretch;
	padding: 32px 38px 32px 34px;
}

#content ul, #content ol { margin: 0 0 1.6em 15px; }
#content ul li {
	list-style-type: disc;
	list-style-position:inside;
	line-height: 1.4em;
}
#content ol li {
	list-style-type: lower-roman;
	list-style-position:inside;
	line-height: 1.4em;
}

/*** SIDEBAR ***/
#sidebar li.widget, #sidebar ul li {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
	margin-bottom: 20px;
	text-shadow: none;
}
#sidebar ul li ul, #sidebar ul li ul li {	
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;	
}

/*** FOOTER AREA ***/
#footer li.widget-container {
	display: block;
	float: left;
	width: 210px;
	margin: 0 25px 25px 0;
	color: #F0D2B3;
	min-height: 220px;
}
#footer a, #footer a:link, #footer  a:visited { font-size: 9.5pt; color: #F0D2B3; text-decoration: none; }
#footer a:active, #footer  a:hover { text-decoration: underline; }

#footer ul.blogroll li, #footer li.twitter-item {
	display: block;
	font-size: 7.5pt;
	color: #9B6100;
	margin: 0 0 1em 0;
}

#footer li.widget_twitter, #footer li.picasa_widget {
	display: block;
	float: left;
	width: 445px;
	margin: 0 25px 25px 0;
}
#footer li.widget_twitter { clear: both; }
#footer .widget_twitter a, #footer .widget_twitter a:link, #footer .widget_twitter a:visited { font-size: 7.5pt; color: #F0D2B3; text-decoration: none; }
#footer .widget_twitter a:active, #footer .widget_twitter a:hover { text-decoration: underline; color: #F0D2B3; }
#footer .widget_twitter h3 a, #footer .widget_twitter h3 a:link, #footer .widget_twitter h3 a:visited { font-size: 12.5pt; color: #F0D2B3; }

#footer li.picasa_widget .picasa-widget-img {
	float: left;
}

/*** WORDPRESS BITS I WANT TO KEEP ***/

/* CONTENT CLOUMNS ETC */
.margined {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 930px;
	position: relative;
}

.narrowcolumn {
	float: left;
	margin: 20px 0 2em 0;
	width: 580px;
}

.widecolumn {
	float: left;
	margin: 20px 0 2em 0;
	width: 930px;
}
#sidebar {
	float: right;
	width: 300px;
	margin: 15px 0 2em 0;
}

#sidebar form {
	margin: 0;
	}


/* Begin Typography & Colors */
/*
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.depth-1 {
	border-left: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}
*/
.sticky {
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	padding: 2px 2px 5px 2px;
	background: #fff;
	margin: 0 5px 0 0;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

code {
	display: block;
	font: 1.1em 'Courier New', Courier, Fixed;
	line-height: 1.0em;
	background-color: #000;
	padding: 5px 3px 5px 3px;
	margin: 0 0 1.6em 0;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
b, strong, em, i {
	font-weight: bold;	
}
/* End Typography & Colors */

/*	Begin Headers */
/*
h1, h2, h3, h4 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 13pt;
}
h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
h3 { font-size: 13.5pt; }
*/
h1, h2, h3, h4 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 16pt;
}
h1 { font-size: 17pt; }
h2 { font-size: 15pt; }
h3 { font-size: 13pt; }
#page h2 { font-size: 17pt; }
#page h2.widget-title { font-size: 13pt; }

body { 
	font-family: 'Droid Sans', arial, serif; 
}
h1, h2, h3, h4 {	
	font-family: 'Josefin Sans', arial, serif;
}
p { line-height: 1.5em; }


/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

a img {
	border: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Form Elements */
form {
	margin: 15px 0 1em 0;
}
form p {
	margin: 0 0 1em 0;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
#page .commentlist a, #page .commentlist a:link, #page .commentlist a:visited { color: #f3bf07; text-decoration: none; }
#page .commentlist a:active, #page .commentlist a:hover { text-decoration: underline; }

#page .commentlist .comment-meta a, #page .commentlist .comment-meta a:visited {
	color: #FBF3D0;	
	font-size: 0.8em;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;	
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	font-size: 9.5pt;
	font-weight: normal;
	margin: 10px 5px 10px 0;
	clear: both;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background: url('/images/start_quote.png') top left no-repeat;
	margin: 15px 30px 0 10px;
	padding-left: 10px;
}

blockquote div {
    background: url('/images/end_quote.png') bottom right no-repeat;
    padding-left: 20px;
    padding-right: 20px;
		font-size: 1.2em;
}

blockquote cite {
	margin: 0 30px 0 0;
	display: block;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Various Tags & Classes*/

/* 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;
	*/
	text-align: center;
	padding: 0;
	margin: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 3px;
	margin: 0;
	color: #FBF3D0;	
	text-align: center;
}
/* End captions */

/* sociable */

div.sociable { margin: 5px 0; }

.sociable_tagline { margin: 0 0 0.5em 0; }
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

div.accordion-toggle {
	display: block;
	background-color: #111;
	color: #999;
	float: left;
	width: 600px;
	line-height: 32px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-image: url('/images/toggle.png');
	background-position: bottom left;
	background-repeat: no-repeat;		
}
div.accordion-toggle:hover {
	color: #fff; cursor: pointer;		
}
div.accordion-toggle-active {
	color: #fff; background-image: url('/images/toggle_active.png');
}
div.accordion-content {
	display: block;
	padding: 10px 0 0 0;
	background-color: #000;
	float: left;
	width: 610px;
	overflow: hidden;
}
div.accordion-content .info {	margin: -25px 10px 0 0; float: right; }
div.accordion-content img { margin: 0 0 10px 10px; float: left; }
div.accordion-content code {
	clear :both;
	display: block;
	font: 8.5pt 'Courier New', Courier, Fixed;
	line-height: 0.5em;
	background-color: #000;
	padding: 5px 3px 5px 3px;
	margin: 1.6em 0 0 0;
}

