/*
Theme Name: Lumpy Lemon
Theme URI: http://transitionculture.org
Version: 1
Description: Green 'n' orange
Author: Simon Blackbourn
Author URI: http://lumpylemon.co.uk/
*/


body {
	text-align: center;
}

.container {
	width: 950px;
	margin: 0 auto;
}

.column {
	float: left;
	text-align: left;
}

#crumb {
	background: #b5b380;
	width: 100%;
	padding-top: 0.2em;
}

#crumb p {
	margin: 0;
	text-align: right;
}

#find {
	background: #b5b380;
	width: 100%;
	height: 30px;
}

#search {
	text-align: right;
}

#admin {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0.3em 0;
	background-color: #fb930b;
	color: #fff;
}

#admin span {
	margin-left: 1em;
}

#top {
	background: transparent url(im/top.jpg) top left repeat-x;
	height: 85px;
	width: 100%;
}

#name h1, #strapline h2, hr {
	display: none;
}

#nav {
	width: 498px;
	height: 85px;
}

#name {
	width: 452px;
	height: 85px;
	background: transparent url(im/name.jpg) bottom right no-repeat;
}

#strapline {
	height: 155px;
	background: #fff url(im/strapline.jpg) top right no-repeat;
	margin-bottom: 20px;
}

.moved {
	background-color: #fb930b;
	color: #fff;
	line-height: 1.4;
	margin: 0 0 20px;
	padding: 20px 25px;
	text-align: left;
}

.moved-title {
	font-size: 2em;
	margin-bottom: 10px;
}

.moved-blurb {
	margin-bottom: 10px;
}

.moved-link {
	margin-bottom: 0;
	text-align: right;
}

.moved a {
	color: #fff;
	font-size: 1.5em;
}

#posts {
	width: 498px;
}

.post {
	border-bottom: 1px solid #fb930b;
	margin-bottom: 4em;
}

iframe, object {
	margin-bottom: 1.5em;
	clear: both;
	display: block;
}

#posts object {
}

.single-talk .post {
	padding-top: 20px;
}

#wide .post {
	margin-left: 100px;
	margin-right: 100px;
}

.talk {
	background-color: #e8e6c1;
	margin-bottom: 1.5em;
	padding: 10px 10px 0 10px;
}

.talk p {
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 10px 0;
}

.talk span {
	display: inline-block;
	font-style: italic;
	width: 6em;
	zoom: 1;
	*display: inline;
}

#wide iframe, #wide object {
	margin-left: auto;
	margin-right: auto;
}

.topgap {
	margin-top: 4em;
}

#wide {
	width: 100%;
}

h5 {
	margin: 0 100px;
}

.nocomments {
	background-color: #fb930b;
	margin: 0 100px 20px;
	padding: 10px;
}

.nocomments p {
	color: #fff;
	margin-bottom: 0;
}

.nocomments a {
	color: #fff;
}

.post h5 {
	margin: 0;
}

.post ul#linkcats {
	list-style-type: none;
	margin-bottom: 40px;
}

.post ul.links {
	background: #f3f2e0;
	padding: 1em 1em 0 1em;
	margin: 0 0 20px 0;
	font-size: 0.9em;
	list-style-type: none;
}

.post ul.links li {
	padding-bottom: 1em;
}

.commentsbox {
	background: #f3f2e0;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 0.9em;
}

.comment p {
	margin: 0.5em 0;
}

.comment p span.comment_time {
	font-size: 0.7em;
	color: #999;
}

.comment_left {
	width: 150px;
	text-align: right;
	margin-right: 15px;
}

.comment_right {
	width: 500px;
	border-left: 1px solid #b5b380;
	padding-left: 15px;
	padding-bottom: 1em;
}

.comment_right img {
	border: 0;
	padding: 0;
}

.comment {
	margin-bottom: 20px;
}

#sidebar {
	background: #fff url(im/sidebar.jpg) 236px 0 repeat-y;
	width: 452px;
	margin-top: 30px;
}

#bar1 {
	width: 170px;
	margin: 0 10px 0 56px;
	text-align: right;
}

#bar2 {
	width: 170px;
	margin: 0 36px 0 10px;
}

.post img {
	border: 1px solid #b5b380;
	padding: 3px;
	margin: 15px;
}

.post img.aligncenter {
	display: block;
	margin: 15px auto;
}

#pagenav {
	list-style: none;
}

.edit {
	width: 120px;
	float: right;
	background-color: #fb930b;
	padding: 0.1em;
	text-align: center;
}


/* Text and Image Alignment (in posts) */

.post .wp-caption {
    border: 1px solid #b5b380;
    text-align: center;
    padding-top: 3px;
    margin: 10px;
}

.post .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.post .wp-caption p.wp-caption-text {
	color: #666;
	font-family: arial, sans-serif;
    font-size: 0.6em;
    padding: 3px;
    margin: 0;
    text-align: right;
	width: auto;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.post .alignleft {
	float: left;
}

.post .alignright {
	float: right;
}

.post .aligncenter {
	display: block;
	margin: 10px auto;
}

.inthepageleft {
	margin-right:15px;
	margin-bottom:15px;
	float: left;
}

.inthepageright {
	margin-left:15px;
	margin-bottom:15px;
	float: right;
}



/*            T O P   N A V I G A T I O N            */

#nav ul {
	list-style: none;
	margin-top: 20px;
}

#nav li {
	display: inline;
	list-style: none;
	margin-right: 1em;
}

#nav li a:link, #nav li a:visited {
	color: #000;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	color: #000;
	border-bottom: 3px solid #fff;
}




/*            S I D E B A R            */

#sidebar .widget {
	border-bottom: 1px solid #e8e6c1;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#sidebar h2 {
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 170px;
	margin-bottom: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
}

#sidebar #bar1 h2 {
	background-position: top right;
}

#sidebar #bar2 h2 {
	background-position: top left;
}

#sidebar #ll-conf-2012 h2 {
	background-image: url(im/h2/conf.jpg);
	height: 45px;
}

#sidebar #ll-tn h2 {
	background-image: url(im/h2/network.jpg);
}

#sidebar #ll-about h2 {
	background-image: url(im/h2/about.jpg);
}

#sidebar #ll-cartoon h2 {
	background-image: url(im/h2/gort-and-klaatu.jpg);
}

#sidebar #ll-podcast h2 {
	background-image: url(im/h2/podcast.jpg);
}

#sidebar #ll-stories h2 {
	background-image: url(im/h2/stories.jpg);
}

#sidebar #ll-subscribe h2 {
	background-image: url(im/h2/subscribe.jpg);
}

#sidebar #ll-dropdown-cats h2 {
	background-image: url(im/h2/cats.jpg);
}

#sidebar #archives-2 h2 {
	background-image: url(im/h2/archives.jpg);
}

#sidebar #ll-recent-comments h2 {
	background-image: url(im/h2/comments.jpg);
}

#sidebar #ll-order-now h2 {
	background-image: url(im/h2/ordernow.jpg);
}

#sidebar #ll-pre-order h2 {
	background-image: url(im/h2/preordernow.jpg);
}

#sidebar #ll-coming-soon h2 {
	background-image: url(im/h2/coming-soon.jpg);
}

#sidebar #ll_talks-2 h2 {
	background-image: url(im/h2/talks.jpg);
}

#sidebar #ll-buy-now h2 {
	background-image: url(im/h2/buynow.jpg);
}

#sidebar #ll-the-movie h2 {
	background-image: url(im/h2/themovie.jpg);
}

#sidebar #ll-totnes-edap h2 {
	background-image: url(im/h2/ordernow.jpg);
}

#sidebar #ll-subpages h2 {
	background-image: url(im/h2/essential.jpg);
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 10px 0;
}

#sidebar ul li {
	margin-bottom: 0.3em;
}

#sidebar #sub-rss {
	background: url(im/feed.png) 0 0.25em no-repeat;
	padding-left: 20px;
}

#sidebar #sub-twit {
	background: url(im/twit.png) 0 0.25em no-repeat;
	padding-left: 20px;
}

#sidebar #sub-email {
	background: url(im/email.png) 0 0.25em no-repeat;
	padding-left: 20px;
}

#sidebar #sub-email-form {
	font-size: 0.8em;
	padding-left: 20px;
}

#sidebar #sub-email-form input {
	font-size: 0.9em;
}

#sidebar #ll-dropdown-cats select, #sidebar #archives-2 select {
	font-size: 0.8em;
	width: 170px;
	margin-bottom: 10px;
}





/*            S E A R C H            */

#search #s, #searchagain #s {
	background: #fff url(im/search.gif) 0px center no-repeat;
	border: 0;
	padding: 2px 0 2px 17px;
	width: 135px;
	color: #ccc;
	font-size: 0.9em;
	margin-top: 3px;
}

#searchagain {
	text-align: center;
}

#searchagain #s {
	border: 1px solid #ccc;
	margin-bottom: 2em;
}

#search #s:hover, #search #s:focus, #searchagain #s:hover, #searchagain #s:focus { color: #000; }





/*            P O S T   S T U F F            */

#prev {
	float: left;
	width: 239px;
	margin-right: 10px;
	text-align: left;
	margin-bottom: 4em;
}

#next {
	float: left;
	width: 239px;
	margin-left: 10px;
	text-align: right;
}

#postnav {
	width: 100%;
}

#wide #postnav #prev, #wide #postnav #next {
	width: 465px;
	margin-top: 2em;
	margin-bottom: 2em;
}

p.readmore {
	text-align: right;
}

span.search-excerpt {
	background-color: #ff0;
	font-weight: bold;
}

blockquote {
	background-color: #f3f2e0;
	clear: both;
	margin: 2em 4em;
	padding: 2em;
	line-height: 1.4;
	text-align: justify;
}

.shop {
	background-color: #f3f2e0;
	margin: 2em 4em;
	padding: 2em;
}

.post form {
	clear: both;
}

.post table.buttons {
	clear: both;
	text-align: center;
	width: 600px;
	margin-left: 75px;
	margin-bottom: 2em;
}

.post .post-table {
	background-color: #f3f3f3;
	margin-bottom: 1em;
}

.post .post-table td {
	padding: 0.5em;
}

.post .post-table td.post-table-head {
	font-size: 1.3em;
	color: #fff;
	background-color: #b5b380;
}

.post .post-table td.post-table-section {
	border-top: 0.5em solid #fff;
}
