@charset "UTF-8";

.twoColFixLtHdr #mainContent {
	margin: 0 240px 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px 0 5px;
}
.twoColFixLtHdr #sidebar2 {
	display: block;
}
#navbar, #navbar-iframe {
  display: none !important;
}
#mainContent-inner {
  width: 500px;
  float: left;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}
.post {
	margin-bottom: 3em;
}
.post-body {
	line-height: 1.5;
}
.post-footer {
	margin-top: 1.5em;
}
h2.date-header {
	font-size: 80%;
	font-weight: normal;
	margin-top: 12px;
	border: none;
	color: #9CAA7A;
	font-variant: small-caps;
}
.post .post-title {
	font-size: 1.5em;
	margin-top: 0.33em;
}
.post-title a:link {
	color: #4A2C57;
	text-decoration:none;
}
.post-title a:visited {
	color: #4A2C57;
	text-decoration:none;
}
.post-title a:hover {
	text-decoration:underline;
}
.blog-feeds {
	margin-top: 1em;
}
.sidebar .widget {
	font-size: 90%;
	border: 1px solid #ABC470;
	background: transparent url(http://www.letsbead.com/images/footerbg3.jpg) repeat-x scroll 0 100%;
	margin-bottom: 1em;
}
.sidebar .widget-content {
	margin: 0.5em 10px 1em;
}
.sidebar h2 {
	background-color:#BDCE95;
	font-size:110%;
	font-variant:small-caps;
	font-weight:normal;
	margin:0 0 5px;
	padding:3px 10px;
}
.sidebar li {
  padding-bottom:.25em;
}

