/*
Theme Name: Nature Summit
Description: Theme for Nature Summit Mb 
Author: Sean Yeomans
Template: twentyten
*/

@import url("../twentyten/style.css");
body {
	background: #59b350 url(backg.jpg) repeat-y center top;
}
body, input, textarea, .page-title span, .pingback a.url {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#wrapper {
	background-color: transparent;
}
#header {
	padding-top: 0px;
}
#branding h1, #site-description, #site-title {
	display: none;
}
#branding img {
	border:none;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
#banner img {	
	border:none;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;	
}
#access {
	background-color: #fff;
	box-shadow: inset 0 0 5px #BC5, 0px 2px 6px #dfc;
}
#access a {
	font-weight: bold;
	color: #c85400;	
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	background-color: white;
	color: #0a6c0a;
	box-shadow: inset 0 0 5px #BC5;
}
#access ul ul a { 
	background-color: #fff;
	padding: 6px 10px;
	line-height: 1.2em;
	width: 180px;
}
#access li:hover > a, #access ul ul :hover > a {
	background-color: transparent;
	color: #333;
}
#access ul ul li:hover > a { background-color: #fff; }
#access ul ul a:hover { background-color: #def8fd!important; }


#main {
	padding-top: 10px;
}
#container {
	width: auto;
}
#content {
	width: 660px;
	margin: 0;
}
#content, #content input, #content textarea {
	line-height: 1.6em;
	font-size: 1em;
}

.navigation a:link, .navigation a:visited  { text-shadow: -1px 0px 3px black; color: #fff; font-size: 1.2em }

.hentry {
	padding: 20px;
	background-color: #fff;
	border-radius: 12px;
	border: solid 1px #abd;
	-moz-border-radius: 12px;
	box-shadow: inset 0 0 90px #BC5, 0px 2px 6px #dfc;
}
blockquote {
	border-color: #dfe8b3;
	border-width: 1px;
	border-style: solid;
	padding: 1em;
	background-color: #fefffe;
	font-size: 1.2em;
	margin-bottom: 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
}
blockquote p {
	margin-bottom: 0px!important;
	text-shadow: 0px 2px 5px #dae2b3;
	color: #000;
}
body.home .entry-title { }
body.home .sticky {
	background-color: #fff;
	border-top: solid 1px #2c7;
	margin-right: 0;
	margin-left: 0;
}
.sticky .entry-meta {
	display: none;
}
#content .sticky .entry-title {
	text-shadow: 0px 0px 10px #fefcbd;
	font-size: 2em;
	text-align: center;
}
#content .sticky .entry-title a { 
	color:#A42 
}
#colophon {
	border-top-color: #c85400;
	border-width: 2px;
	margin-top: 6px;
}
#primary, #secondary {
	background-color: #fefdbd;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #fefffe;
	border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: inset 0 0 90px #BC5, 0px 2px 6px #dfc;
}
#main .widget-area ul, #main .widget-area ul ul {
	list-style-type: none;
	margin-left: 0px;
}
.widget-area a {
	color: #c85400;
}
#twitter-tools li {
	border-top-style: solid;
	border-top-color: #ddd36c;
	border-top-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#site-generator {
	text-align: right;
}
#site-generator a { 
	background-image: none;
	line-height: 34px;
	padding-left: 0px;
 }
 #colophon { padding: 10px 0; }
 
 a.open-close {
 	display: inline-block;
 	font-weight: bold;
 	text-decoration: none;
 	padding: 5px;
 	margin-bottom: 6px;
 	background-color: #bafbb8;
 	border-radius: 8px;
 }
 
 #googlecalendar {
 	padding:12px;
 	background: #fff;
 	border-radius: 12px; 
 }

