body {
	margin: 0px 0px 0px 0px;
		background-color: #EECBAD;
        	text-align: left;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #6F4242;
	}

a:visited {
	color: #6F4242;
	}

a:active {
	color: #856363;
	}

a:hover {
	color: #856363;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 770px;
	}

#banner {
	font-family: Verdana, Arial, sans-serif;
	background-color: #EECBAD;
	text-align: left;
	height: 130px;
	margin: 0 0 0 0;	
	}

#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	}

#banner h2 {
	font-size: small;
	}

#center {
	float: left;
	width: 562px;
	overflow: hidden;
	margin: 0 15px 15px 0;  
	}

.content {
	padding: 15px 25px 15px 25px;
	background-color: #FFFFFF;
	
	color: #856363;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border: 0px solid #856363;
	margin: 15px 0 0 0px;  
	}

.dateheader {
	background-color: none;
	text-align: right;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	margin: 15px 0 0 0px;  
	}
	
.post {
	padding: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border: 2px dotted #663300;
	}	

#right {
	float: right;
	margin: 15px 0 0 0;  
	width: 180px;
	background-color: #EECBAD;
	overflow: hidden;
	}

.content p {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #8B3A3A;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
  	
	letter-spacing: .3em;
	}

.content h3 {
	color: #6F4242;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

	h3 a		{ color: #6F4242; text-decoration: none;} /* marron */
	h3 a:link	{ color: #6F4242; text-decoration: none;}
	h3 a:visited	{ color: #6F4242; text-decoration: none;} 
	h3 a:active	{ color: #6F4242; text-decoration: underline;}
	h3 a:hover	{ color: #6F4242; text-decoration: underline;}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	margin: 0 0 15px 0;
	border-left: 1px dotted #FFF;  
	}

.sidebar h2 {
	color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
  	
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 0px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.content img {
  padding:4px;
  border:1px solid #DDD;
  }

	/* social media buttons styling */

	.share-main {
		width:370px;
		padding: 8px 0 2px 0;
		margin: 5px 0 0 0;
	}
	
	.share-main ul { margin:0;padding:0;min-height:20px; height:20px }
	
	.share-main li {
		list-style-type: none;
		float:left;
		margin: 0;
		padding: 0;
		height:20px;
		min-height:20px
	  }
	
	.share-main .fb-share { padding: 0 18px 0 5px}
	.share-main .tm-share { padding: 1px 0 0 0}

	.clear {font-size: 1px; height: 1px}

/* new blogads css */

div#adspot_999707141.adspot {
border-spacing:0;
overflow:hidden;
background-color:#EECBAD;
border-color:#EECBAD;
border-width:1px;
border-style:solid;
!width:160px !important
font-size:10pt;
}
div#adspot_999707141 .adspot_head {
font-family:Verdana;
font-size:8pt;
color:#999999;
font-weight:normal;
font-style:italic;
text-decoration:none;
text-align:center;
width:160px !important;
}
div#adspot_999707141 a.adspot_link , div#adspot_999707141 a.adspot_adurl {
font-family:Verdana;
font-size:8pt;
font-style:normal;
color:#6F4242;
font-weight:normal;
margin:0;
text-decoration:underline;
text-align:left;
}
div#adspot_999707141 a.adspot_link:link, div#adspot_999707141 a.adspot_link:visited, div#adspot_999707141 a.adspot_adurl:link, div#adspot_999707141 a.adspot_adurl:visited {
color:#6F4242;
text-decoration:underline;
font-size:x-small;
font-style:normal;
}
div#adspot_999707141 a.adspot_link:active, div#adspot_999707141 a.adspot_link:hover, div#adspot_999707141 a.adspot_adurl:active, div#adspot_999707141 a.adspot_adurl:hover { 
color:#6F4242; 
text-decoration:none; 
}
div#adspot_928203564 * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:150px;
padding: 0;
margin: 0 0 4px 0;
}

div#adspot_928203564 * li {
width:150px;
margin:4px;
text-align:left;
border-color:#cccccc;
border-width:0px;
border-spacing:0px;
display:block;
text-indent:0;
overflow:hidden;
font-size:x-small;
padding: 3px 0 0 4px;
margin: 0;
}

div#adspot_999707141 .adspot_adhead {
text-align:center;
font-family:Verdana; 
font-size:10pt; 
font-weight:bold;
color:#663300;
margin-top:4px;
margin-bottom:4px;
padding:2px;
border-spacing:0;
width:150px;
display:block;
}
div#adspot_999707141 * img {
border-width:0;
border-spacing:0;
text-align:center;
}
div#adspot_999707141 * li * img {
text-align:center;
display:block;
clear:both;
}
div#adspot_999707141 .adspot_adtext {
font-family:Verdana; 
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000; 
margin-top:4px;
padding:2px;
border-spacing:0;
display:block;
width:150px;
text-align:center;
}
div#adspot_999707141 div.adspot_link {
width:160px !important;
text-align:center;
}

/* end new blogads css */

/* new blogads css exclusive*/

div#adspot_928203564.adspot {
border-spacing:0;
overflow:hidden;
background-color:#EECBAD;
border-color:#EECBAD;
border-width:1px;
border-style:solid;
!width:160px !important
font-size:10pt;
}
div#adspot_928203564 .adspot_head {
font-family:Verdana;
font-size:8pt;
color:#999999;
font-weight:normal;
font-style:italic;
text-decoration:none;
text-align:center;
width:160px !important;
}
div#adspot_928203564 a.adspot_link , div#adspot_928203564 a.adspot_adurl {
font-family:Verdana;
font-size:8pt;
font-style:normal;
color:#6F4242;
font-weight:normal;
margin:0;
text-decoration:underline;
text-align:left;
}
div#adspot_928203564 a.adspot_link:link, div#adspot_928203564 a.adspot_link:visited, div#adspot_928203564 a.adspot_adurl:link, div#adspot_928203564 a.adspot_adurl:visited {
color:#6F4242;
text-decoration:underline;
font-size:8pt;
font-style:normal;
}
div#adspot_928203564 a.adspot_link:active, div#adspot_928203564 a.adspot_link:hover, div#adspot_928203564 a.adspot_adurl:active, div#adspot_928203564 a.adspot_adurl:hover { 
color:#6F4242; 
text-decoration:none; 
}
div#adspot_928203564 * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:160px;
margin:0;
padding:0;
}
div#adspot_928203564 * li {
background:#FFFFFF;
width:150px;
margin:0;
text-align:center;
border-color:#cccccc;
border-width:1px;
border-style:solid;
border-spacing:0px;
display:block;
text-indent:0;
overflow:hidden;
padding:5px;
}
div#adspot_928203564 .adspot_adhead {
text-align:center;
font-family:Verdana; 
font-size:10pt; 
font-weight:bold;
color:#663300;
margin-top:4px;
margin-bottom:4px;
padding:2px;
border-spacing:0;
width:150px;
display:block;
}
div#adspot_928203564 * img {
border-width:0;
border-spacing:0;
text-align:center;
}
div#adspot_928203564 * li * img {
text-align:center;
display:block;
clear:both;
}
div#adspot_928203564 .adspot_adtext {
font-family:Verdana; 
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000; 
margin-top:4px;
padding:2px;
border-spacing:0;
display:block;
width:150px;
text-align:center;
}
div#adspot_928203564 div.adspot_link {
width:160px !important;
text-align:center;
}

/* end new blogads css exclusive */
