/********** BLOG STYLES  ***************************************/


#fullbox
{
	float: left;
	position:relative;
	width: 855px;
	min-height: 625px;
	padding: 0px;
	margin-right: 20px;
	background-color: #fff;
	border-width: 0px;
	border-color: #ccc;
	border-style: solid;
	color: #666;
	font-weight: lighter;
	z-index: 1;
}



#leftbox
{
	float:left;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	background-color: #fff;
	border-width: 0px 1px 0px 0px;
	border-color: #ccc;
	border-style: solid;
        z-index: 2;
}

#leftinnerbox
{
	position:relative;
        float:right;
	width: 100%;
	background-color: #fff;
        padding: 1px;
}


#rightbox
{
	float: right;
	position:relative;
	width: 600px;
	min-height: 525px;
	padding: 0px;
	background-color: #transparent;
	border-width: 0px 0px 0px 0px;
	border-color: #ccc;
	border-style: solid;
	color: #666;
	font-weight: lighter;
	z-index: 1;
}


#entry-divider{
    clear:both;
    border-bottom: 1px solid #cccccc;
    height:15px;
}

.postdate{
        color:#333333;
        font-size:1.0em;
        font-style:bold;
	padding:3px;
	padding-left:0px;
}

.postedby{
        color:#000000;
	padding:3px;
	padding-left:0px;
        font-size:1.0em;
}

.entrybody {
	font-size:1.2em;
}

.bodytext {
	font-size:0.9em;
}

#excerptcontainer {
border:0px solid #000;
}

#excerptimg {
float:left;
margin-top:10px;
width:170px;
border:0px solid #ccc;
}

#excerptcontent {
float:left;
x:180px;
font-size:0.9em;
border:0px solid #F00;
}




.entrybody img {
  border: 0px solid #ccc;
  padding: 3px;
  margin: 0px 10px 0px 0px;
}

.article-title
{	text-align: left;
	color: #cb2525;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

.article-title a
{	text-align: left;
	color: #cb2525;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

