body{
    background : url(http://fukuenji.net/img/back-ground-odanka.png) #FCFCFC repeat-y center;
}

div #togglesidebaravatar, #togglesidebarlinks, #togglesidebarcalendar, #togglesidebararchives, #togglesidebarcategories , #togglesidebarsearch, #togglesidebarmenu, #togglesidebarpreferences, #togglesidebarrecentcomments, #togglesidebarrecententries, #togglesidebarrecenttrackbacks {
    display : block;
}

div#contents{
    width : 800px;
}

div#main{
    float : left;
    padding : 0px 0px;
    width : 500px;
}
div#main2{
    float : left;
    padding : 0px 20px;
}

div#sidebar{
    float : right;
    margin-left : -267px;
    padding : 10px 10px;
    width : 247px;
}

div#zouheadimg{
    float : left;
}

.byline, .buttons, .content{
    margin : 10px 10px;
}

.comment{
    margin : 20px 20px;
}

.entry{
    border-right : 1px solid #E3E3E3;
    margin : 0 0;
    padding : 0 10px;
}


.post-title , h2{
      background : #DCDCDC;
    font-size : 0.9em;
    padding : 7px 5px 5px 6px;
    border-left : 1px solid #CCCC99;
    border-right : 1px solid #CCCC99;
    border-bottom : 1px solid #CCCC99;
    height : auto;
    color : #272718;
}

#sidebar{
    background : #F5F5F5;
    color : #000000;
}

#sidebar .calendar {
    font-size : 12px;
    margin : 0 auto;
}

#sidebar .calendar a {
    text-decoration : none;
}

#sidebar .calendar td {
    padding : 2px;
}

#sidebar .menu_body {
    border : 1px solid #EBEBEB;
    margin-bottom : 10px;
    padding : 10px;
}

#sidebar .menu_title {
    background : #DCDCDC;
    font : 0.8em;
    padding : 7px 5px 5px 6px;
}
 #sidebar .sidebar-title{
    background : #DCDCDC;
    font : 0.8em;
    padding : 7px 5px 5px 6px;
    border-left : 1px solid #CCCC99;
    border-right : 1px solid #CCCC99;
    border-bottom : 1px solid #CCCC99;
    height : auto;
    color : #272718;
}


#sidebar .menu_title a, #sidebar .menu_title:hover {
    color : inherit;
    text-decoration : none;
}

#sidebar a{
    color : #000033;
}

#sidebar a:hover{
    background : #CBCBCB;
    color : #000033;
}

#sidebar input {
    width : 220px;
}

#sidebar ul,#sidebar li{
    margin : 0 0;
    padding : 3px 3px;
        list-style-position : inside;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(http://fukuenji.net/images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(http://fukuenji.net/images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(http://fukuenji.net/images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(http://fukuenji.net/images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(http://fukuenji.net/images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(http://fukuenji.net/images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(http://fukuenji.net/images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(http://fukuenji.net/images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(http://fukuenji.net/images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(http://fukuenji.net/images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(http://fukuenji.net/images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}


