/*
** Stylesheet for COREBlog2
**
** Copyright (c) 2005 Atsushi Shibata(shibata@webcore.co.jp).
**                                       All Rights Reserved.                 
*/

.documentFirstHeading a {
text-decoration: none;
}


/* date for entry */

div.entryDate {
font-size: 150%;
margin-bottom: 0.5em;
font-family: 'Arial', 'Tahoma', sans-serif
}

/* subtitle */

h2.documentSubtitle {
font-size: 100%;
border-style: solid;
border-width: 0;
padding-top: 0 0 0.2em 0;
margin: 0;
font-weight: normal;
}

/* entry box */

.entryBox {

/* You may add some additinal styles here :-) */

}

/* entry body */

.entryBody {

/* You may add some additinal styles here :-) */
width: 100%;
}

.readMoreBlock {

margin: 0.5em 0 0.5em 0;

}

/* category */

.categoryBox {
}

.categoryBlock {
list-style: none;
list-style-image: none;
display: block;
text-align: right;
}

.categoryBlock dt{
display: inline;
margin-left: 0.5em;
text-width: 5em;
font-weight: normal;
}

.categoryBlock dd{
display: inline;
margin-left: 0.5em;
text-width: 5em;
}


.categoryImage {
float: left;
margin: 0 0.2em;
}


/* informatilns */

.infoBox {
}

.infoBlock {
list-style: none;
list-style-image: none;
display: block;
padding: 0;
text-align: right;
}

.infoBlock li{
margin-left: 0.2em;
margin-right: 0;
display: inline;
}

/* TrackbackURL */
.trackbackURLBox {
}

.trackbackURLBlock {
list-style: none;
list-style-image: none;
display: block;
text-align: right;
}

.trackbackURLBlock dt{
display: inline;
margin-left: 0.5em;
text-width: 5em;
font-weight: normal;
}

.trackbackURLBlock dd{
display: inline;
margin-left: 0.5em;
text-width: 5em;
}



/* link for next/previous entry */

.nextPrevBox {
margin-bottom: 0.5em;
text-align: center;
}

.nextPrevBlock {
list-style: none;
list-style-image: none;
display: block;
padding: 0;
}

.nextPrevBlock li{
display: inline;
}

/* Media Handler */
.contentsHanderBox {
padding: 0.5em 1em;
}

.contentsHanderBoxLeftFloat {
padding: 0 1em;
float: left;
}

.contentsHanderBoxRightFloat {
padding: 0 1em;
float: right;
}

.contentsHanderItem {
margin-bottom: 1em;
float: left;
}

.contentsHanderImageWrapper {
margin: 0 1em 0 0;
}

img.contentsHanderImage {
margin: 0 0 0.5em 0;
border-top: solid 1px LightGray;
border-left: solid 1px LightGray;
border-bottom: solid 2px DimGray;
border-right: solid 2px DimGray;
background-color: white;
padding: 5px;
text-align: center;
}

.contentsHanderImageCaption {
display: block;
line-height: 1em;
font-weight: bold;
text-align: center;
}

/* Copyright 2007, Free Software Foundation

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
   
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
*/

.commentBody {
width: 100%;
overflow: auto;
}
