/* landing page - main module */
div.BasicContainer {
width:680px;
}
div.BasicContainer {
margin-top: 10px;
margin-bottom: 15px;
}

/* landing page module titles */
div.BasicContainer h2.ContainerTitle {
background:transparent url(files/home-full-h1bg.gif) no-repeat scroll 0 0;
color:#222222;
font-size:15px !important;
font-weight:bold;
margin:0;
padding:10px 9px;
}


/* blog article titles */
#listing .post.blogjapanese h3 {
background:transparent url(files/home-full-h1bg.gif) no-repeat scroll 0 0;
color:#222222;
font-size:15px !important;
font-weight:bold;
margin:0;
padding:10px 9px;
}
#listing .post.blogjapanese h3 a {
text-decoration: none;
}
#listing .post.blogjapanese h3 a:hover {
text-decoration: underline;
}

/* blog article content - stop image misbehavior */
#listing div.post div.Normal {
display: block;
}
#listing .post.blogjapanese .postfoot {
clear: both;
}
#listing div.post div.Normal img[align=right]{margin:0 0 5px 15px;border:none;padding:2px;}
#listing div.post div.Normal img[align=left]{margin:0 15px 5px 0;border:none;padding:2px;}




div.SideContainer div.ContainerContentWrapper {
margin-top: 10px;
margin-bottom: 15px;
}
/* 'your email' in subscribe module */
div.IngeniMailSubscribeContainer span.subhead {
color:#222222;
font-size:12px;
}

#EditTitlePopupInput { color: black !important; z-index:2000;}