/*
THEME NAME: Noetic Balancing
THEME URI: http://www.noeticbalancing.com
DESCRIPTION: Site specific theme based on Sandbox by <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
VERSION: 1.0
AUTHOR: <a href="http://hirschid.com/">David Hirschi</a>
AUTHOR URI: http://hirschid.com
TAGS: 
*/

/* Two-column with sidebar on right from the /examples/ folder  */
@import url('examples/2c-r.css');

body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.8%;
	line-height: normal;
	color: #333333;
	text-align: left;
	background: url(graphics/pageBg.png) center top #86b132 repeat-x;
}

a	{ text-decoration: none; color: #628f3d; }
a:hover	{ text-decoration: underline; }

h1, h2, h3, h4, h5, h6 		{ line-height: normal; font-size: 1em; font-weight: normal; }

#wrapper	{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
	
#header	{
	width: 950px;
	height: 151px;
	background: url(graphics/logo.jpg) no-repeat;
	}
	
#wrapper:after, #container:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
*div#wrapper, *div#container	{
	height: 1%;
	}

h1#blog-title, #blog-description	{
	display: none;
	}
	
div#access	{
	width: 950px;
	margin: 0 auto;
	}
	
table.calendar, table.wplc_table	{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}
	
table.calendar th	{
	border-bottom: 1px solid #ac4513;
	}
	
table.calendar th, table.wplc_table td	{
	vertical-align: top;
	padding: 7px 0 0 10px;
	font-size: 1em;
	line-height: 1.3em;
	width: 165px;
	}
	
table.calendar th.course, table.wplc_table td.wplc_event_name	{
	width: 325px;
	}

table.wplc_table td.wplc_event_name a	{
	text-decoration: underline;
	}
	
table.wplc_table td.wplc_event_desc	{
	padding-right: 200px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ac4513;
	}

/* navigation */
div#menu {
	margin: 0;
	display: block;
	width: 950px;
	height: 43px;
	background: url(graphics/navBg.png) repeat-x;
	padding: 0;
}

div#menu ul, div#menu ul ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

div#menu ul li ul {
	left: -999em;
	position: absolute;
}

div#menu ul li:hover	{
	visibility: inherit;	/* fixes IE7 'sticky bug' */
	}

div#menu ul li	{
	float: left;
	position: relative;
	padding: 15px 0 0 22px;
	height: 29px;
	}
	
div#menu ul li a	{
	display: block;
	position: relative;
	}
	
div#menu ul li:hover ul {
	left: 1em;
	top: 39px;	/* match top ul height */
	z-index: 99;
}

div#menu a	{
	font: 14px verdana, arial, sans-serif;
	color: #ffe794;
	text-decoration: none;
	text-transform: uppercase;
	}

div#menu li a:hover	{
	color: #fff;
	}
	
div#menu ul li ul	{
	width: 20em;	/* match width of li below plus padding */
	}
	
div#menu ul li ul li	{
	background: #449d52;
	border-bottom: 1px solid #fdf5d0;
	width: 20em;
	height: auto;
	padding: 5px 7px;
	}
	
div#menu li li:hover	{
	background: #67aa4c;
	}

div#menu ul li ul li a	{
	padding: 0;
	font-size: 12px;
	text-transform: none;
	}
	
div#post-28 div.entry-content div	{	/* to align images with text on links page */
	clear: both;
	margin-top: 12px;
	}

/* typography */

#content	{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #792301;
	}
	
#content h2.entry-title	{
	font-size: 1.4em;
	font-weight: bold;
	}

h3	{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial;
	font-size: 1.2em;
	color: #8a6c04;
	display: block;
	font-weight: bold;
	}
	
#content h4	{
	clear: left;
	margin: 6px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #792301;
	}
	
.title	{
	font-size: 1.2em;
	font-weight: bold;
	}
	
ul.benefits li	{
	list-style: none;
	color: #792301;
	background: url(graphics/bullet.png) no-repeat 0px 3px;
	font-size: 13px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial;
	text-transform: lowercase;
	padding: 0 0 18px 28px;
}

.green	{
	font-weight: bold;
	color: #628f3d;
	}

	
p.button	{
	background:  #97bc4f;
	padding: 3px 0 3px 5px;
	border: 1px solid #449d52;
	width: 230px;
	line-height: 1em;
	}
	
p.button a	{
	color: #fff;
	}
	
/* sidebar */

div.sidebar h3, #ps_sidebar_name	{
	margin: 0;
	border-bottom: 1px solid #5fae2c;
	padding-top: 20px;
	padding-left: 10px;
	}
	
#ps_sidebar_name	{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial;
	font-size: 1.2em;
	color: #8a6c04;
	display: block;
	font-weight: bold;
	}
	
div.sidebar ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
div.sidebar ul a, #ps_sidebar_content a	{
	color: #628f3d;
	}

div.sidebar ul li ul, #ps_sidebar_content ul	{
	padding: 4px 10px 0px 10px;
	}
	
div.sidebar ul li ul li, #ps_sidebar_content ul li	{
	list-style: none;
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: bold;
	display: block;
	padding-top: 7px;
	}
	
#feed_subscribe	{
	margin-top: 10px;
	margin-left: 10px;
	background: url("graphics/feed-icon16x16.png") left top no-repeat;
	padding-left: 20px;
	display: block;
	height: 16px;
	font-weight: bold;
	font-style: italic;
	color: #628f3d;
	}
	
#facebook_link	{
	margin-top: 10px;
	margin-left: 10px;
	background: url("graphics/facebook_36.png") left top no-repeat;
	padding-left: 44px;
	padding-top: 10px;
	display: block;
	height: 34px;
	font-weight: bold;
	font-style: italic;
	color: #628f3d;
}
#facebook_link_small	{
	margin-top: 10px;
	margin-left: 10px;
	background: url("graphics/facebook2_16.png") left top no-repeat;
	padding-left: 20px;
	display: block;
	height: 16px;
	font-weight: bold;
	font-style: italic;
	color: #628f3d;
}


#post-3 h2.entry-title	{	/* hides page title from appearing on homepage */
	display: none;
	}

.entry-title,.entry-meta {
clear:both;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
display: block;
float:left;
margin: 0 1em 1em 0;
text-align: center;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}


div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
	text-align:center;
	padding: 25px 0;

}

div#footer p {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #fef7b9;
	font-weight: bold;
}


input#author,input#email,input#url,div.navigation div {
width:50%;
}


