
/*--BLOG SECTION--------------------------------------------------------*/

/*.blogContent {
  margin: 55px 20px 0px 0px;
  padding: 0px 0px 40px 20px;
  /*float:left;*/
  width:65%;
  } */
  


/*-BLOG ENTRIES---------------------------------------------------------*/

.entryTitle{
	/*border-top:1px solid #dddddd;
	padding-top:.6em;*/
	}
	

.entryDate{
	font:.9em "Trebuchet MS", sans-serif;
	margin-top:-.7em;
	}
.entryBody{
	}
.entryQuote{
	margin-left:20px;
	line-height:1.2em;
	margin-bottom:1em;
	}
.entryArchiveInfo{
	font:.9em "Trebuchet MS", sans-serif;
	padding-bottom:40px;
	border-bottom:1px solid #ddd;
	}


/*--SIDEBAR------------------------------------------------------------*/

#sidebar {
	border-left: 1px solid #ffcc90;
	float: right;
	width: 25%;
	margin:55px 10px 0 0;
	padding:8px;
	}

#sidebar h3 {
	font: .9em "MS Trebuchet";
	font-weight: bold;
	margin-bottom:0px;}

.boxFloat ul{
	margin-top:7px;
	margin-bottom:7px;
	margin-left:0em;							/* makes the bullets line up nicely */
	padding-left:0px;							/* just inside the div...           */
	list-style: url(http://www.userfaction.com/bullet.gif) inside;
  }	

#sidebar a{
	font-size: .9em;
	}

#sidebar a:hover{
	font-size: .9em;
	}
	
#sidebar a:visited{
	font-size: .9em;
	}

/*--COMMENTS-----------------------------------------------------------*/

.Comment {
background-color: #ffefdc;
border-bottom: 1px dotted #ff9900;
margin-bottom: 20px;
padding: 10px;

}

