/*////////////////////////////////////////////////////////////////////
// Blog positioning //// /////////////////////////////////////////////
////////////////////////////////////////////////////////////////////*/


.messageboard1Shell {
padding-left:0px;
padding-right:0px;
padding-bottom:20px;
}

#leftnavpanel{
position:relative;
float:right;
top:50px;
width:235px;
}

#rightdisplaypanel{
position:relative;
float:left;
width:526px;
}

#allpoststitle{
font-weight:bold;
font-size:larger;
padding-bottom:20px;
}

#blogpager{
text-align:center;
}

/*////////////////////////////////////////////////////////////////////
// Blog post layout //// /////////////////////////////////////////////
////////////////////////////////////////////////////////////////////*/

.allpostsshell{
width:100%;
}

.singlepostshell{
border-style:solid;
border-width:1px;
border-color:#FFFFFF;
margin-bottom:40px;
}

.blogtop{
/* background-image:url(images/blog_top.jpg); */
background-position:bottom;
background-repeat:no-repeat;
}


.blogmid{
/* background-image:url(images/blog_middle.jpg); */
background-position:top;
background-repeat:repeat-y;
}

.blogfoot{
background-image:url(images/blog_bottom_new.jpg);
height:40px;
background-position:top;
background-repeat:no-repeat;
}

.blogtext{
width:512px;
font-size:12px;
text-align:justify;
}

.blogdate{
font-size:11px;
padding-bottom:10px;
}

.blogedit{
position:absolute;
font-size:8px;
top:-45px;
right:20px; 
}

.blogtitle{
font-family:Arial, Helvetica, sans-serif, Tahoma;
width:510px;
font-size:14px;
font-weight:bold;
padding-bottom:10px;
}

.blogtext img{
border-style:solid;
border-width:1px;
border-color:#666666;
padding:5px;
}


/*////////////////////////////////////////////////////////////////////
// left menu system //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////*/

.sidemenu3BgOff1 {
	height:35px;
	padding-top:5px;
	background:url(images/_bg_primaryitem_off.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.sidemenu3BgOn1 {
height:35px;
	padding-top:5px;
	background:url(images/_bg_primaryitem_on.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.sidmenu1Level1text{

	position:relative;
	left:22px;
	top:9px;
	color:#555555;
	text-decoration:none;

}

.sidmenu1Level1text a{

	color:#555555;
	text-decoration:none;

}

.sidmenu1Level1text a:hover{

	color:#555555;
	text-decoration:none;

}

.plaindivider{
height:1px;
background-image:url(images/_plain_divider.jpg);
background-repeat:no-repeat;
}
