@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #64764C;
	background-image: url(images/background3.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}
ul {
	list-style-image: url(images/bullett.gif);
	overflow: hidden;
}


.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/bodybg.gif);
	background-position: right top;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E5E4D1;
} 
.twoColFixLtHdr #header {
	float: right;
	width: 620px;
	background-color: #DDDDDD;
	height: 95px;
	padding: 0;
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 155px;
	font-size: .9em;
	line-height: 1.1em;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 150px;
	padding-left: 40px;
	clear: right;
	background-image: url(images/livingtraditions.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 525px;
} 
.twoColFixLtHdr #footer {
	float: right;
	width: 620px;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 95px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 55px;
	margin-top: -150px;
	text-align: center;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #sidebar1 h1 {
	text-align: center;
}
#mainContent h2 {
	color: #913F43;
	font-size: 1.3em;
	background-image: url(images/hdBG.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 70px;
	margin-bottom: -70px;
	margin-left: -65px;
	padding-left: 65px;
	text-transform: uppercase;
	clear:left;
	
}

#mainContent h2 a {
	text-decoration:none;
	color: #913F43;
}
#mainContent h2 a:hover {
	text-decoration:underline;
}
#mainContent h3 {
	font-size: 1.2em;
}
#mainContent h4 {
	font-size: 0.9em;
}
#mainContent p {
}
a {
	color: #446A73;
}

img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

.entry img{
	display: inline;
}

.entry img.polaroid{
margin: 3px -50px 2px 10px;
display: inline;
border:none;
padding:0px;
}

.post {
	clear:left;
}

.post .thumbnail{
	margin-top:1em;
	margin-bottom: 1em;
}

.alignleft{
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
}

.alignright{
float: right;
margin-left:10px;
}

.post .meta a {

}
h1 a {
	color: #904043;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

.post .meta {
	font-size: .7em;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#commentlist .meta {
	font-size: .7em;
	color: #666;
}


.entry .podPress_content {
	background-color: #E5E4D1;
	border: 1px solid #D5C36D;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .65em;
	color: #666;
}
#sidebar1 #sidebar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}


#sidebar1 #sidebar ul {
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar1 #sidebar li li {
	margin-bottom: 0.7em;
}
#sidebar1 #sidebar h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #913F43;
	padding: 0px;
	color: #913F43;
	text-align: center;
	margin: 0px;
}
.widget {
	margin-bottom: 2em;
}
#commentlist {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#commentlist li {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top:1px #666 solid;
	border-bottom:1px #666 solid;
	margin-bottom:.2em;
	background-color: #E5E4D1;
}


.footnote{
	color:#666;
	text-align:center;
	margin-top:2em;
}#mainContent #podcastIcon {
	float: right;
	margin-top: -30px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.post .alignright {
	float: right;
	margin-right: -50px;
}

.box {
	background-image: url(images/boxBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 138px;
	width: 160px;
	float:right;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 1.2em;
	clear: right;
}

.box ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent .post .box h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #913F43;
}
.box ul li {
}
#mainContent .post .box ul li {
	margin: 0px;
	padding: 0px;
}
#mainContent .powerpress_player {
	margin-top: 1em;
}
#mainContent #rightsidebar {
	float: right;
	width: 213px;
	margin-left: 15px;
	margin-top: 2em;
	margin-right:-50px;
	padding-right:50px;
}
#rightsidebar .alignright{
	margin-right:-50px;	
}
#rightsidebar h2 {
	background-image: none;
	padding: 0px;
	font-weight: normal;
	font-size: 18px;
	margin: 0em;
}
#rightsidebar #tracks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 220px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #913F43;
	clear: left;
	list-style-image: none;
}
#rightsidebar #tracks li {
	list-style-type: none;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #913F43;
	color: #913F43;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#mainContent .pages {
	font-size: 11px;
	color: #913F43;
}
#mainContent .pages a {
	color: #913F43;
}#rightsidebar #relatedlinks {
	font-size: 12px;
}
#mainContent .profileMenu {
	float: right;
	color: #913F43;
	font-weight: bold;
}
#mainContent .category-folklife-fieldnotes {
	margin-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 1em;
}
#mainContent .item {
	clear: both;
	margin-bottom: 1em;
}
#mainContent .item img {
	margin-bottom: 1em;
}
#mainContent blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	margin-left:20px;
	text-align:justify;
	font-size: 14px;
}
#mainContent blockquote p:first-letter
{
    font-size:x-large;
    color:#64764c;
    font-wight:bold;
} 
#mainContent .post h3 {
	clear: left;
}
#container #mainContent .post ul {

}
#mainContent .post h2 {
	clear: both;
}

