@charset "UTF-8";
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;
	
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E9E1CE;
	background-image: url(blogbg3.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#nav {display:none;}
#mainmenu2 {
display:none;}
.twoColFixLt #container {
	width: 850px; 
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
margin: 0;
}

.twoColFixLt #mainmenu {
	width:600px;
	margin-left:208px;
	padding-top:64px;}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 260px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color:#4c351b;
	
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.twoColFixLt #sidebar1 a {
color: #3b4ca3;border:none;
text-decoration:none;
font-weight:bold;}

.twoColFixLt #sidebar1 a:hover {
color: #000000;border:none;
text-decoration:underline;
font-weight:bold;}

.twoColFixLt #mainContent {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	color:#4c351b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
} 

.twoColFixLt #mainContent p{
	color: #5D4C3A;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
}
.twoColFixLt #mainContent h1{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(comment-paint-bg.png) no-repeat scroll 0 0;
padding:12px;
}
.twoColFixLt #mainContent h2{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(comment-paint-bg.png) no-repeat scroll 0 0;
padding:12px;
}
.twoColFixLt #mainContent h3{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(comment-paint-bg.png) no-repeat scroll 0 0;
padding:12px;
}
.post { 

padding:0 0 10px 50px;

-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(post-bg4.png) repeat scroll 0 0;
padding:10px 10px 10px 10px;
color: #5D4C3A;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
}
.post a{color: #3b4ca3;border:none;
text-decoration:none;
font-weight:bold;}

.post a:hover{color: #000000;border:none;
text-decoration:none;
font-weight:bold;}




.post h1 {color:#4c351b;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post-title {color:#4c351b;
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
text-decoration:none;
margin-top:0px;}

.post-meta {

	padding:3px 0;
	color: #a38551;
	font-size:12px;
	font-weight:bold;
	border:solid #000000;
	border-width:1px 0;
}

.post-meta2 {

	padding:3px 0;
	color: #a38551;
	font-size:30px;
	font-weight:bold;
	border:solid #000000;
	border-width:1px 0;
}
.commentbub {
top: 20px;
	right: 20px;
	width: 47px;
	padding: 0 0 5px;
	position: absolute;
	color: #a38551;
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	background: url('images/bg-comm-bubble.gif') no-repeat;
}
.post-title a{color:#4c35lb;
text-decoration:none;}
.twoColFixLt #mainContent a {color: #3b4ca3;border:none;}

.twoColFixLt #mainContent a:hover {color: #000000;border:none;}

.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;
}
