/* CSS Document */





/*for some reason, attaching this file as an include did not work, so I created a normal stylesheet link within the header outside of the script area.*/

.post .storycontent, .page .storycontent {/*It is necessary to distinguish between .page and .post classes for the storycontent for the styling to take affect.*/
/*background-image:*//*url(../../../../newSite/images/backgroundTransparent/lightPinkBackground_75trans.png);*/
/*background-image:url(../../../../newSite/images/backgroundTransparent/tanPaper.png);*/
/*background-repeat:repeat;*/
padding:15px;
margin-top:0px;
padding-bottom:60px;
width:657px;
}

.page .storycontent   {
width:100%;
padding-top:0px;

}

.storycontent img {
margin-right:15px;
margin-left:15px;

}

.post .storycontent p {
font-size:90%;
font-size:16px;
text-indent:0px;
letter-spacing:0.02em;
line-height:normal;

/*-----Best---------------*/
/*font-family:"comic sans MS";*/
/*font-family:"Century Gothic";*/
/*font-family:"Papyrus",Verdana,sans-serif;*/
font-family:"Arial Narrow", Helvetica, sans-serif;
} 

#content .storycontent h2 {
font-size:20px;
/*font-family:papyrus;*/
background-image:none;
font-weight:bold;
margin-bottom:15px;
width:100%;
border-bottom:none;
border-top:1px dotted gray;
padding-top:15px;
font-family:"Arial Narrow", Helvetica, sans-serif;
margin-top:20px;
}

#content .storycontent h3 {
/*font-family:papyrus;*/
font-size:16px;
background-image:none;
font-weight:bold;
margin-bottom:10px;
width:100%;
border-bottom:none;
/*border-top:1px dotted gray;*/
padding-top:15px;
font-family:"Arial Narrow", Helvetica, sans-serif;
}


.storycontent p {
margin-top:0px;

}

.storycontent blockquote {
border-left:0px;

}

.clearRight {
/*clear:right;*/

}

.clearLeft {
clear:left;

}

.storycontent .wp-caption p.wp-caption-text {/*This is the styling for all the captions in the storycontent.*/
font-size:12px;
width:100%;
text-align:center;
margin:0px;
}

.storycontent .wp-caption {
padding:0px;
text-align:center;
margin:0px;
background-color:transparent;
width:200px;
}

#content .storycontent .authorPhoto  {/*It was necessary to put a float on this div to get the styles to take. I suppose it must have position.*/
float:left;
/*clear:right;*/
margin-right:15px;
}

.parLeft200 {
margin-left:200px;


}


#weed_ul {
width:400px;
list-style:none;
font-size:22px;
font-weight:bold;
text-align:center;


}

li#pull {/*this styling does not work when there is a space between li and the id.*/
font-size:32px;

}

#weed_ul li {
}


.loadBoldCenter_fungus {
font-size:20px;
width:200px;
text-align:center;
font-weight:bold;
margin-left:45px;
margin-bottom:20px;


}

#dollarWeedImage {
float:right;
margin-top:-35px;
margin-left:10px;
width:200px;
height:138px;
background:green;

}

#dollarWeedImage img{
border:1px solid black;
margin:0px;

}

.storycontent img {
border:1px solid black;
}

#furnitureBar  {
margin-left:0px;
margin-bottom:20px;
width:600px;
height:100px;


}


#furnitureBar  img {
border:0px;
margin:0px;
padding:0px;
}