/*   
Theme Name: FSY Philosophy
Description: First Street Yoga Philosophy Blog - Old Paper on Wooden Floor
Author: Creative Seed | Amanda Keniston
Author URI: http://creativeseed.net
Version: 1.0.0
Tags: fixed width, two columns, widgets, fsy
*/

/*////////////////////////////////////////////
 -- First Street Yoga CSS Philosophy Document 
 ////////////////////////////////////////////

 * Reset / General
 * Layout		(Top-level page element styles)
	- Shared Top 
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		

/* section blue: #4f828f */
/* section blue-darkened: #426c77 */
/* comment grey: #606157 */
/* browns: color: #443d2d; main text color: #524936;*/
/* Reset   ////////////////////////////////// /////////////////////////////////  */
* {
	padding: 0;
	margin: 0;
}
ul li, ol li {
/*	list-style: none;
*/	list-style-position: inside;
}
ol ol, ul ul, ol ul, ul ol {
	margin-left: 20px;
	margin-bottom: 0;
}
img {
	border: none;
}
/*////////////////////////////////////////////
  General
////////////////////////////////////////////*/


/* Body & Main Styles   /////////////////////////// /////////////////////////////////  */

body {
	margin: 0;
	padding: 0;
	background:#cbbfa3 url(images/fsyPh_paper.jpg) repeat-y top center;
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #443d2d;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, Geneva, Sans-Serif;
	color: #4f828f;
}
h1 {
	font-size: 1.75em;
	line-height: 1em;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.65em;
	line-height: 1em;
	margin-bottom: 7px;
}
h3 {
	font-size: 1.25em;
	line-height: 1em;
	margin-bottom: 7px;
}
h4 {
	font-size: 1.17em;
	line-height: 1.1em;
	margin-top: .75em;
	margin-bottom: .25em;
	font-weight: normal;
	color: #443d2d;
}
h5 {
	font-size: .93em;
	line-height: 1.2em;
	margin-top: .5em;
	margin-bottom: 0;
	color: #888057;
	font-weight: normal;	
}
h6 {
	font-size: 1em;
	line-height: 1.25em;
	margin-top: .5em;
	margin-bottom: .25em;
	font-weight:normal;
}

/*////////////////////////////////////////////
Custom Heads */
/*p {
	font: .85em/1.5em Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #524936;
	font-style: normal;
}*/
p {
	font: .85em/1.5em Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #524936;
	padding-top: 0.9em;
	font-style: normal;
	margin-bottom: -.25em;
}
em {
	padding:0;
}

a {
	color: #4f828f;
}
a:link, a:visited {
	font-weight: normal;
	color: #4f828f;
	border-bottom: 1px solid #4f828f;
	text-decoration: none;
}
a:hover, a:active {
	border:none;
	border-bottom: 1px solid #4f828f;
	color: #e5dece;
	background: #4f828f;
	outline: none;
}	

a:focus
{
  -moz-outline-style: none;
}

input, textarea {
	font: .85em/1.25em Arial, Tahoma, Verdana, sans-serif;
}
blockquote {
	padding: 0px 10px 15px 10px;
	margin: 10px 0px 20px 0px;
	background: #f5f5f0;
	font-size: .85em;
	
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloatright {
	clear: right;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloatleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.fsy_base {
	background: center;
	margin: 10px auto 0px;
	text-align: center;
	display: block;
	border:none;
}
.credit {
	font-size:.7em;
	margin-top: 6em;
	border: none;
	text-align: center;
}


/*quote*/
#sidebar #sideQuote {
	width: 260px;
	background:url(images/philosophy_QuoteBack.png) repeat-y top center;
	padding:0;
	margin:0 0 25px 0;
}

#sidebar #sideQuote-top {
	width: 260px;
	height: 22px;
	background:url(images/philosophy_QuoteTop.png) top no-repeat;
	padding:0;
	margin:0 0 2px 0;
}
#sidebar #sideQuote-base {
	width: 260px;
	height:20px;
	background:url(images/philosophy_QuoteBase.png) bottom no-repeat;
	padding:0;
	margin:0;
}
#sidebar blockquote {
	background: url(images/quoteStartlite.png) no-repeat left top;
	font-size: 0.85em;
	font-style: italic;	
	color: #443d2d;
	line-height: 1.8;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 26px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 195px;
	margin: 0px 0px 0px 14px;
}
#sidebar blockquote span {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: #5C2946;
	text-align: right;
	background: url(images/quoteEndlite.png) no-repeat right top;
	padding-right: 25px;
	height: 30px;
	padding-top: 25px;
	margin-top: -22px;
	margin-right: 3px;
	margin-left: -12px;
	width: 193px;
	padding-bottom: 0px;
}
#sidebar #blogTest {
	width: 215px;
	margin: 0px 10px 0px 25px;
	padding: 5% 0px 5% 0px;
	position: absolute;
	left: 729px;
	top: 128px;
	/*border-left: 1px solid #B9A76D;
	height: 124px;*/
}
/****************************
 **   Layout
 ****************************/


#outerContainer {
	width: 930px;
	margin: -50px auto 0px auto;
	text-align: left;
	position: relative;
}
#innerWrapper {
	width: 738px;/*	width: 735px;*/
	margin-left: 192px; /*margin-left: 195px;*/
	text-align: left;
	margin-top: 5px;
	padding-top: 65px;
}
/* Header & Navigation Top */
#pageTopNavBack {
	background: url(images/fsyPh_paperTopfull.jpg) no-repeat center;
	height: 56px;
	width: 100%;
	margin-top: -6px;
}
#navBack {
	background: url(images/fsy_navBack.gif) repeat-x;
	margin-top: 14px;
	height: 34px;
}
#header {
	padding: 0;
	margin-top: 0px;
	width: 100%;
	height: 1px;
}
#header h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	background: url(images/firststreetyoga_logotxtr.png) no-repeat left top;
	height: 308px;
	width: 170px;
	position: absolute;
	text-indent: -9999em;
	top: -8px;
	left: 0px;
}
#header ul {
	list-style-type : none;
}
#header ul#nav_main {
	z-index : 2;
	position : absolute;
	top : 12px;
	left: 195px;
	width : 735px;
	height : 35px;
	margin : 0;
	padding : 0;
}
#header ul#nav_main li {
	float:left;
}
#header ul#nav_main li a{
	border-bottom:none;
}

li#nm1_H a:link, li#nm1_H a:visited {
	width : 71px;
	height : 35px;
	background : url(images/fsy_philoNav.gif) no-repeat 0px 0px;
	text-indent: -9999em;
	display: block;
}
li#nm1_H a.current, li#nm1_H a.current:hover, li#nm1_H a.current:active {
	background : url(images/fsy_philoNav.gif) no-repeat 0px -35px;
}
li#nm1_H a:hover, li#nm1_H a:active {
	background : url(images/fsy_philoNav.gif) no-repeat 0px -70px;
}
li#nm2_A a:link, li#nm2_A a:visited {
	width : 72px;
	height : 35px;
	background : url(images/fsy_philoNav.gif) no-repeat -71px 0px;
	text-indent: -9999em;
	display: block;
}
li#nm2_A a.current, li#nm2_A a.current:hover, li#nm2_A a.current:active {
	background : url(images/fsy_philoNav.gif) no-repeat -71px -35px;
}
li#nm2_A a:hover, li#nm2_A a:active {
	background : url(images/fsy_philoNav.gif) no-repeat -71px -70px;
}
li#nm3_Cl a:link, li#nm3_Cl a:visited {
	width : 76px;
	height : 35px;
	background : url(images/fsy_philoNav.gif) no-repeat -143px 0px;
	text-indent: -9999em;
	display: block;
}
li#nm3_Cl a.current, li#nm3_Cl a.current:hover, li#nm3_Cl a.current:active {
	background : url(images/fsy_philoNav.gif) no-repeat -143px -35px;
}
li#nm3_Cl a:hover, li#nm3_Cl a:active {
	background : url(images/fsy_philoNav.gif) no-repeat -143px -70px;
}
li#nm4_W a:link, li#nm4_W a:visited {
	width : 106px;
	height : 35px;
	background : url(images/fsy_philoNav.gif) no-repeat -219px 0px;
	text-indent: -9999em;
	display: block;
}
li#nm4_W a.current, li#nm4_W a.current:hover, li#nm4_W a.current:active {
	background : url(images/fsy_philoNav.gif) no-repeat -219px -35px;
}
li#nm4_W a:hover, li#nm4_W a:active {
	background : url(images/fsy_philoNav.gif) no-repeat -219px -70px;
}
li#nm5_B a:link, li#nm5_B a:visited {
	width : 119px;
	height : 35px;
	background : url(images/fsy_philoNav.gif) no-repeat -325px 0px;
	text-indent: -9999em;
	display: block;
}
li#nm5_B a.current, li#nm5_B a.current:hover, li#nm5_B a.current:active {
	background : url(images/fsy_philoNav.gif) no-repeat -325px -35px;
}
li#nm5_B a:hover, li#nm5_B a:active {
	background : url(images/fsy_philoNav.gif) no-repeat -325px -70px;
}
li#nm6_Cm a:link, li#nm6_Cm a:visited {
	width : 111px;
	height : 35px;
	background : url(images/fsy_philoNav.gif) no-repeat -444px 0px;
	text-indent: -9999em;
	display: block;
}
li#nm6_Cm a.current, li#nm6_Cm a.current:hover, li#nm6_Cm a.current:active {
	background : url(images/fsy_philoNav.gif) no-repeat -444px -35px;
}
li#nm6_Cm a:hover, li#nm6_Cm a:active {
	background : url(images/fsy_philoNav.gif) no-repeat -444px -70px;
}
/*li#nm7_P a:link, li#nm7_P a:visited {
	width : 96px;
	height : 35px;
	background : url(images/fsy_philoNav.gif) no-repeat -482px 0px;
	text-indent: -9999em;
	display: block;
}
li#nm7_P a.current, li#nm7_P a.current:hover, li#nm7_P a.current:active {
	background : url(images/fsy_philoNav.gif) no-repeat -482px -35px;
}
li#nm7_P a:hover, li#nm7_P a:active {
	background : url(images/fsy_philoNav.gif) no-repeat -482px -70px;
}*/
li#nm8_R a:link, li#nm8_R a:visited {
	width : 95px;
	height : 35px;
	background : url(images/fsy_philoNav.gif) no-repeat -555px 0px;
	text-indent: -9999em;
	display: block;
}
li#nm8_R a.current, li#nm8_R a.current:hover, li#nm8_R a.current:active {
	background : url(images/fsy_philoNav.gif) no-repeat -555px -35px;
}
li#nm8_R a:hover, li#nm8_R a:active {
	background : url(images/fsy_philoNav.gif) no-repeat -555px -70px;
}
li#nm9_Co a:link, li#nm9_Co a:visited {
	width : 85px;
	height : 35px;
	background : url(images/fsy_philoNav.gif) no-repeat -650px 0px;
	text-indent: -9999em;
	display: block;
}
li#nm9_Co a.current, li#nm9_Co a.current:hover, li#nm9_Co a.current:active {
	background : url(images/fsy_philoNav.gif) no-repeat -650px -35px;
}
li#nm9_Co a:hover, li#nm9_Co a:active {
	background : url(images/fsy_philoNav.gif) no-repeat -650px -70px;
}
/*//////////////////////////////////
Main Content Region 
 //////////////////////////////////*/
 
/* Main Blog Content */

#content {
	margin: 0px 277px 0 0px;
	padding: 0px;
	width: 458px;
}

h2 {
	font-size: 1.65em;
	text-transform: lowercase;
	color: #4f828f;
	padding-top: .9em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0;
	letter-spacing: 0em;
}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #4f828f;
	border-bottom:none;
	background-color: #e3dac8;
}
h2 a:hover {
	text-decoration: none;
	background-color: #e3dac8;
	border-bottom: solid 1px #4f828f;
}
h3 {
	font-size: 1.25em;
	text-transform: lowercase;
	color: #4f828f;
	padding-top: 1em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: -0.25em;
}
h2.searchpagetitle {
	font-size: 1.5em;
	color: #4f828f;
	padding: 25px 0px 0px;
	border:none;
	margin-bottom:.5em;
	line-height:1.7em;

}


/****************************
 **   Content
 ****************************/
/*philosophy blog header*/
#philosophyTop a:link, #philosophyTop a:visited, #philosophyTop a:hover, #philosophyTop a:active{
	height: 33px;
	width: 330px;
	background: url(images/yogaPhilosophyHead.png) no-repeat left top;
	margin: 0px 0px 0px 15px;
	padding:0px;
	text-indent: -9999em;
	display: block;
	border:none;
	outline: none;
}
#philosophyTop a:hover, #philosophyTop a:active{
	height: 33px;
	width: 707px;
	background: url(images/yogaPhilosophyHead_ov.png) no-repeat left top;
	margin: 0px 0px 0px 15px;

}
#philosophyIntro a:link, #philosophyIntro  a:visited  {
	font-weight: bold;
	/*color: #443d2d;*/
	}

#philosophyIntro {
	padding: 0px;
	margin: -3px 12px 30px 15px;
}
#postCap {
	background: url(images/philosophyThickln.png) no-repeat top;
	height: 6px;
	width: 458px;
	padding: 0;
	margin:0;
} 
.posts {
	background: #e3dac8 url(images/philosophyThickln.png) repeat-x bottom center;
	width: 422px;
	padding: 0px 17px 5px 19px;
	margin-bottom: 15px;
}
.posts h3{ /*search results page*/
	font-size: .97em;
	line-height: 1.2em;
	padding-bottom: 15px;
}
.post{
	background: #e3dac8 url(images/philosophyThinln.png) no-repeat bottom center;
	padding: 7px 0px 15px 0px;
	margin-bottom: 25px;
}
.page small {
	margin-top: 20px;
}
.archives, .page, .postll { /*postll is post lineless*/
		padding: 7px 0px 25px 0px;
	margin-bottom: 25px;
}
.post object {
	margin-left: -7px;
	padding-left: -7px;
}
.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}
.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}
.post .date {
	background-image: url(images/date.jpg);
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}
.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #a9a9a9;
	font-weight: bold;
}
.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #afafaf;
}
.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}
.post-title {
	float: left;
	color: #426c77;
	width: 418px;
	padding-bottom:15px;
	background:none;
}
.entry {
	clear: left;
	padding-top: 5px;
	margin-bottom: 10px
}
.entry p {
	padding-top:13px;
	text-align:left;
}
.post .entry ol {
	padding-top:.75em;
}
.post .entry ol li {
	list-style:decimal;}

.entry .more-link {
	font-size: 0.9em;
}
.entry .tags {
	padding-top: 1.5em;
	padding-left: 15px;
	font-size:85%;
	color: #606157;
	font-style:italic;
}
.entry p ul {
	margin-left: 0px;
	margin-bottom: 1em;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
.entry ul li {
	margin: 5px 3px 10px 10px;
	list-style: square;
        line-height: 1.55em;
        color: #524936;
}

.entry ol, .entry ul {
	font-size: .85em;
	padding: 5px 0 10px 35px;
	margin: 0;
	line-height: 1.25em;
}
.post-info {
	margin: 7px 3px 18px 0px;
	padding:10px 5px 10px 30px;
	font-size: 0.78em;
	color: #606157;
	line-height: 1.5em;
	background: url(images/fsy_icongrey.png) no-repeat left center;
}
.post-info a:link, .post-info a:visited {
	color: #4f828f;
	text-decoration:none;
	line-height: 1.5em;
}
.post-info a:hover, .post-info a:active {
	color: #fff;
	border:none;
	text-decoration:none;
}
.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}
.postform {
	width: 195px;
	padding: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	float:right;
	}
.post-cat {
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	/*font-size: 95%;*/
}
.post-calendar {
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.hr {
	border: 0;
	color: #f8faf7;
	background-color: #f8faf7;
	width: 426px;
	height: 121px;
	margin: -8px auto 0;
}
.hr hr {
	display: none;
}
.navigation {
	clear: both;
	padding: 5px 10px 20px 10px;
	margin: 8px 0px 25px 0px;
	color: #606157;
	text-transform: lowercase;
}
.navigation a:link, .navigation a:visited {
	font-size: 0.82em;
	color: #606157;
	text-decoration:none;
	border-bottom:none;
}
.navigation a:hover, .navigation a:active {
	color: #e5dece;
	background-color: #606157;
}
.previous-entries {
	float: left;
	padding-left: 18px;
}
.next-entries {
	float: right;
	padding-right: 18px;
}
.navigation .previous {
	float: right;
}
.navigation .next {
	float: left;
}
.search_result {
	margin-left: 20px;
}
.search_result h4 {
	margin-left: -20px;
}
.search_result h4 a {
	text-decoration: none;
}
.search_result .metadata {
	color: #4f828f;/*#BFC4C1;*/
	margin-top: 10px;
	text-align: left;
}
.search_result .metadata a {
	color: #BFC4C1;
}
/* Standard wordpress */

.clear {
	clear:both;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}
.alignright {
	float: right;
	margin: 5px 0 10px 15px;
}
.wp-caption {
	border: none;
	text-align: center;
	background-color:  #f8faf7;
	padding-top: 5px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .73em;
	line-height: 17px;
	padding: 3px 5px 5px;
	margin: 0;
}
/* Archives Page */

.archives .entry h2 {
	padding-bottom:.5em;
}
.archives .entry li {
	margin: 12px 3px 12px 5px;
	list-style: square;
	font-size: 14px;
}
.archives .entry a {
	text-decoration:none;
	border:none;
}
.archives .entry ol, .archives .entry ul {
	padding: 0px 0px 0px 5px;
	margin: 5px;
}
/* SinglePage Meta */
.postmetadata {
	display: block;
	font-size: 0.71em;
	color: #606157;
	line-height: 1.5em;
	padding: 7px 5px 0px 35px;
	background: url(images/fsy_icongrey.png) no-repeat left 12px;
	height: 60px;
	border-top: 1px solid #606157;
	margin: 35px 3px 0px 0px;
}
/* Comments */
#comments {
	color: #606157;
	margin: 40px 0px 15px 0px;
	font-weight: normal;
	padding:0;
}
.commentTop {
	margin: 35px 3px;
	height: 35px;
	background: url(images/fsy_seaweedflowH.png) no-repeat left top;
}
.commenthr {
	margin-top: 50px;
	border-top: solid 1px #606157;
	padding-left: 25px;
	padding-top: -10px;
	line-height:1.55em;
	padding-bottom: 5px;
}
.commenthr h3 {
	margin-left:-25px;
	margin-bottom:5px;
}
.entry #commentsection .commentlist {
	padding: 0;
	margin:10px 0px 10px 0px;
}
.entry #commentsection .commentlist li {
	margin: 0px 0px 0px 0px;
	max-width: 420px;
	padding-left: -30px;
	padding-bottom: 10px;
	list-style:none;
	list-style-type:none;
	background: url(images/quoteStartDrk.png) no-repeat top left;
	/*font-size: 10.5px;*/
}
.entry #commentsection ul li:before {
	content:none;
}
.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding: 5px 0 0px 0px;
}
.comment  {
	font-size:11px;
		}
.commentlist .comment {
	padding-right: 27px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 30px;
}
.comment-text {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 0px 5px 5px 0;
}
.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	}
	
.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: -10px;
	z-index: 100;
	font-size: 11px;
	text-transform:lowercase;
	
}
.commentlist .comment .reply a {
	text-decoration: none;
}
#commentsection .commentlist children {
	padding-left:0px;
	margin-left:0px;	
}


.commentlist .children{	
	margin-top:15px;
	max-width: 420px;
	font-size:inherit;
	/*font-size: 12px;*/
	}
.commentlist .children li  {

	list-style:none;
	list-style-type:none;
	background: url(images/quoteStartDrk.png) no-repeat top left;
}

/* End Comments */
.avatar {
	float: left;
	margin:0 10px 0 0!important;
}
/* Comment Form */
#respond {
	color: #9D9464;
	border-top: solid 1px #9D9464;
	margin: 35px 3px 0px 0px;
	padding:0px 5px 0px 25px;
}
#respond h3 {
	margin-left: -25px;
}
input.text {
	padding:0px 0px 10px 10px;
	font-size:.9em;
	width: 325px;
	background: #f5f5f0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}
select {
	float : right;
	width : 279px;
	background: #f5f5f0;
}
textarea {
	width: 380px;
	height: 100px;
	margin: 0px;
	background: #f5f5f0;
}
input {
	background: #f5f5f0;
	padding: 0;
	margin:0px;
}
input:hover, select:hover, textarea:hover {
	background: #fff;
}
input:active, input:focus {
	border-color : #5C2946;
}
select:active, select:focus {
	border-color : #5C2946;
}
textarea:active, textarea:focus {
	border-color : #5C2946;
}
/*//////////////////////////////////
    Sidebar
 //////////////////////////////////*/


/* Sidebar from CSS*/


#sidebar {
	float: right;
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0.87em;
}
#sidebar .block{
	background: #a9a990 url(images/philosophy_sideBase.jpg) no-repeat bottom;
	padding:0;
	margin:0;
	margin-bottom: 20px;
	padding-bottom: 40px;
	
}
#sidebar p, #sidebar .textwidget {
	color: #443d2d;
	font-size: 0.9em;
	line-height: 1.45em;
	padding:5px 20px 10px 30px;
}

#sidebar .textwidget ul li a{
	font-size: 1.12em;
	margin-left:-20px;
	line-height:1.5em;
}
#sidebar h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #4f828f;
	font-size: 1.55em;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 1em;
	margin-bottom: -0.25em;
	padding: 0;
}

#sidebar .block h3 {
	background: url(images/philosophy_sideTop.png) no-repeat left top;
	padding-top: 45px;
	padding-left: 30px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	color:#426c77;
	text-transform: lowercase;
	font-size: 1.28em;
	font-weight: normal;
	line-height: 1.2em;
}


#sidebar h4 {
	font-weight: normal;
	text-align:left;
	color: #443d2d;
	margin: .5em 0 0 0;
	padding:0;
	line-height: 1.35em;
}

#sidebar .block ul {
	line-height: 1.3em;
	margin: 5px 15px 5px 15px;
	padding-left: 35px;
	font-size: 0.9em;
}
#sidebar .block ul li {
	margin-left: 10px;
	list-style: none;
	text-indent: -20px;
	line-height: 1.25em;
	padding-bottom: 5px;
}
#sidebar .block ul li ul {
	margin-left: 5px;
	font-size: 100%;
	background: none;
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



#sidebar .block a:link, #sidebar .block a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #443d2d;
	border-bottom:none;
}
#sidebar .block a:hover, #sidebar .block a:active {
	color: #e5dece;
	text-decoration: none;
	background: #443d2d;
}
#sidebar .block .recentcomments {
	font-style: italic;
	color: #5c2946;
}
#sidebar .block .recentcomments a {
	font-style: normal;
}

#sidebar .block .textwidget .textwidgetlink a:link, #sidebar .block .textwidget .textwidgetlink a:visited  {
	color:#426c77; 
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #426c77;
}
#sidebar .block .textwidget .textwidgetlink a:hover, #sidebar .block .textwidget .textwidgetlink a:active {
	color: #e5dece;
	text-decoration: none;
	background: #426c77;
}
/* General Sidebar for WP widgets */

#sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}
#sidebar .block ul p, #sidebar .block ul select {
	margin: 5px 0 8px;
}
#sidebar .block ul ul, #sidebar .block ul ol {
	margin: 5px 0 0 7px;
}
#sidebar .block ul ul ul, #sidebar .block ul ol {
	margin: 0 0 0 7px;
}
ol li, .#sidebar .block ul ol li {
 list-style: decimal outside;
}
#sidebar .block ul ul li, #sidebar .block ul ol li {
	margin: 3px 0 0;/*padding: 0;*/
}


/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar th {
	text-align: left;
}
#wp-calendar th {
	text-align: left;
}
#sidebar .block #calendar_wrap {
	font-size: 0.9em;
}
#sidebar .block #calendar_wrap caption {
	padding-bottom: 7px;
	color:#333;
}
#sidebar .block #calendar_wrap a {
	color: #f5f5f0;
}
#sidebar .block #calendar_wrap .pad {
	background: none;
}
#sidebar .block #calendar_wrap #prev {
	background: none;
		color: #333;
}
#sidebar .block #calendar_wrap #next {
	background: none;
		color: #333;
}
#sidebar .block #calendar_wrap table {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
#sidebar .block #calendar_wrap table th {
	width: 12.8%;
}
#sidebar .block #calendar_wrap table td {
	width: 12.8%;
	background: #9D9464;
	text-align: center;
	color: #333;
}
#sidebar .block #calendar_wrap table td#prev a, #sidebar .block #calendar_wrap table td#next a{
	color:#333;
}
#sidebar .block #calendar_wrap table td#prev a:hover, #sidebar .block #calendar_wrap table td#next a:hover{
	color: #fff;
}

/* Poll */
#sidebar .block .wp-polls {
	width: 235px;
	text-align: left;
	font: 1em/1.5em Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #524936;
	font-style: normal;
	margin:0px 0px 0px 10px;
	padding:0px;
}
#sidebar .block .wp-polls h4 {
	font-size: .98em;
	font-weight:bold;
	padding: 0px 0px 2px 12px;
	line-height:1.2em;
	color:#443d2d;
}
#sidebar .block .wp-polls .wp-polls-ul li{
	text-indext:-5px;
	margin-left: 12px;
	}

#sidebar .block .wp-polls input {
	background:none;
	font-size:1em;
}
#sidebar .block .wp-polls input.Radio{
	background: #fff;
	cursor:pointer;
}
#sidebar .block .wp-polls input.Buttons{
	background: #fff;
	cursor:pointer;
}
#sidebar .block .wp-polls input.Buttons.hover{
	background: #fff;
	cursor:auto;
}
/* Search */
#sidebar .block .soloTitle{
	margin-top: -10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	color:#426c77;
	text-transform: lowercase;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
}
#sidebar #searchform  {
	width: 226px;
	height: 49px;	
	margin-left: 10px;
	/*padding-top: 20px;*/
}

#sidebar #searchform div #s {
	border: 0;
	width: 149px;
	height: 16px;
	color: #426c77;
	font-size: .9em;
	outline: none;
}

#sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	color: #426c77; /*#9c3c0f;*/
	font-size: 0.7em;
	text-transform: lowercase;
}
 #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color: #999;
	font-size: 0.7em;
	text-transform: lowercase;
}

#textSearchBox {
	margin-left: -30px;
	margin-top: 0px;
	padding:0;
	font-size:1.19em; /*boost*/
}
/* Tag cloud - not used for fsy */
.widget_tag_cloud {
	padding: 0 20px;
	margin: 0 20px;
}
.widget_tag_cloud a {
	text-decoration: none;
	font-size: 1.25;
}


/*//////////////////////////////////
    Footer
 //////////////////////////////////*/

#footer {
	padding: 0px;
	height: 170px;
	margin-left: 195px;
	margin-top: 25px;
}
#footer p {
	margin: 0 auto;
	text-align: center;
	color: #606157;
	font-size: 0.78em;
	padding-bottom: 15px;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #606157;
	border-bottom: 1px solid #606157;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
	border: none;
	text-decoration: none;
	background: #606157;
	font-weight: normal;
	border-bottom:none;
}
#footer #subscribe {
	width: 500px;
	margin: 25px auto 50px;
	padding: 10px 0px;
}
#footer #subscribe p {
	background: url(images/rss_icon.png) no-repeat left 5px;
	padding-left: 35px;
	color:#fff;
	text-align:left;
}
#subscribe a:link, #subscribe a:visited {
	color:#fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	line-height:1.5em;
}
#subscribe a:hover, #subscribe a:active {
	color: #fff;
	border-bottom: 1px solid #4f828f;
	text-decoration: none;
	background: #4f828f;
	font-weight: normal;
}
#subscribe span {
	font-size:.9em;
	line-height:1.5em;
}

