@import url(common.css);

/*BODY*/

body {
	color: #666 ;
	background: #fffebb url("monster-img/bg.jpg") repeat-x center;
	background-attachment: fixed ;
}

a:link { color: red } 
a:visited { color: green } 
a:hover { color: blue } 
a:active { color: gray }
 


/*HEAD*/

#header-inner {
	padding: 25px 30px 0px ;
	text-align: left ;
}


#header-name a {
	font-size: 35px ;
	font-weight: bold ;
	color: #fff ;
}


#header-description {
	font-size: 1em ;
	color: #fff ;
}



/*CALENDAR*/

#calendar dd {
	color: #666 ;
}


#calendar dd a {
	color: #fff ;
	background: #2a5100 ;
}


#calendar dt a {
	font-weight: bold ;
	color: #2a5100 ;
}




/*ENTRYTITLE*/

.asset-name a, .asset-name, .archive-header, .archive-header {
	font-size: 12px ;
	color: #fff;
	text-decoration: none ;
}




/*SIDE*/

#beta h4.widget-header, #gamma h4.widget-header {
	color: #fff ;
}


.widget-header a {
	color: #fff;
}

table#table-02 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #D5F0d5  repeat-x 0 100%;
}

table#table-02 th {
    padding: 5px;
    border: #98DC98 solid;
    border-width: 0 0 1px 1px;
    background: #98c068 repeat-x 0 100%;
    color: #FFFFFF;
/*  font-weight: bold; */
    line-height: 120%;
    text-align: center;
}
table#table-02 td {
    padding: 5px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #FFFFFF #8ED98e #8ED98e #FFFFFF;
    color: #1A441a;
    text-align: center;
    white-space: nowrap;
}


table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #D5F0d5  repeat-x 0 100%;
}

table#table-01 th {
    padding: 5px;
    border: #888888 solid;
    border-width: 0 0 1px 1px;
    background: #888888 repeat-x 0 100%;
    color: #FFFFFF;
/*  font-weight: bold; */
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #888888 #888888 #888888 #888888;
    color: #888888;
    text-align: center;
    white-space: nowrap;
}

