/* background color */
body {
	background-color: #E4E7E4;
	background: url(http://www.yogawest.net/yw/images/background.png) no-repeat;
	background-position:center top;
	font-size: 13px;
}

/* link colors */
a { color:#00501c; }
a:hover { color:#f4d006; }

/* border color for menu and columns */
.menu, #c1, #c2, #c3, #secondary-menu {
	border-color: #CDD8CD;
}

/* background color for selected page in the menu - same color as above */
.menu li.current_page_item > a, .menu li.current_page_parent > a, .menu li:hover > a, .menu li ul li a { 
	background: #CDD8CD;
}

/* background color for widgets */
.widget, .comment-body, .sticky {
	background: #F2F4F2;
	text-align: center;
	font-weight: bold;
}

/* wiget titles */
.widget h2 {
	font-size: 140%;
	color: #2c5524;
	text-align: center;
}

h3	{
	color: #2c5524;
}
