@charset "UTF-8";

@import url(../../../stylesheets/blog/base.css);

a {
    color:#363;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
 	background-color: #A9B971;
	background-image: url(images/dot.gif);
 }
 
.favorite_link {
   margin:0;
   padding:0 0 10px 10px; 
 }
 
 .reader_link {
   margin:0;
   padding:0 0 10px 10px;  
 }
 
 .entry_link {
   margin:0;
   padding:0 0 10px 10px; 
 }

/* layout ****************************************************************** */

div#container {
	width: 800px;
	background-color:#fff;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
}

div.contents {
	margin: 0px;
	text-align: center;
}
div.section {
	margin: 0px auto;
	text-align: left;
}
div.section input {
  width: 160px;
  padding-top:3px;
  margin-top:3px;
}


div#header {
	padding:25px 0 0 35px;
	height: 300px;
	line-height:1.5em;
	color: #333;
	text-align:left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

div#header a {
	color: #c00;
}

div#header p {
	padding: 35px 0 0 0;
}

div#column_wrapper {
	float: left;
	width: 605px;
}

div#primary_column {
	width: 410px;
	color: #333;
    padding:0px 0px 0px 0px;
}

div#secondary_column {
	width: 177px;
	float:left;
	padding:0 18px 0 0;
}

div#tertiary_column {
	width: 177px;
	padding:0 0 0 18px;
}


div.entry div.entry_body {
	padding: 15px;
	background-image: url(images/entry_body.gif);
	background-repeat: repeat-y;
}

div.entry div.entry_body img{
   margin:5px;
}

div.entry div.entry_footer {
    height:84px;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	padding:200px 15px 0 0;
}

div#footer {
	background-color: #fff;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
}

/* ****************************************************************** layout */


/* container *************************************************************** */

div.container h2 {
    margin:0;
	padding:15px 0 0 0;
	height: 55px;
	color: #fff;
	background-image: url(images/container.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	text-align: center;
}

#container h3 {
  color: #fff;
}

div.container div.container_body {
	padding-left:5px;
	color: #333;
}

/* *************************************************************** container */


/* entry ******************************************************************* */

div.entry div.entry_header {
  margin:0;
	height: 90px;
	background-image: url(images/entry_header.gif);
	background-repeat: no-repeat;
	text-align:left;
}

div.entry_theme {
    height:30px;
    font-weight:bold;
    font-size: 15px;
	padding: 0px 0px 0px 40px;
}

div.entry_date {
    font-weight:bold;
    font-size:15px;
    text-align:right;
	padding: 15px 30px 0px 0px;
	height: 27px;

}

div.entry div.entry_header h2{
	color: #000;
	padding:10px 0 0 40px;
}

div.entry div.entry_footer {
    height:84px;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	padding:200px 15px 0 0;
}

/* calendar **************************************************************** */

#container_calendar {
}

#container_calendar table {
	width: 100%;
}

#container_calendar caption {
	text-align: center;
}

#container_calendar th,
#container_calendar td {
	text-align: center;
}

#container_calendar td a {
	text-decoration: underline;
}

#container_calendar .weekday,
#container_calendar .weekday a {
	color: #fff;
}

#container_calendar .saturday,
#container_calendar .saturday a {
	color: #360;
}

#container_calendar .saturday,
#container_calendar .saturday a {
	color: #360;
}

#container_calendar .sunday,
#container_calendar .sunday a {
	color: #f00;
}

#container_calendar .holiday,
#container_calendar .holiday a {
	color: #f00;
}

#container_calendar td.last_month,
#container_calendar td.next_month {
	text-indent: -10000px;
}

#top_message {
   color:#990000;
}

/* ******************************************************************* entry */


/* comment ***************************************************************** */

div#comment div.comment_header {
    width:90%;
	margin: 10px 15px 0 15px;
    padding:10px 5px 15px 5px;
	background-image: url(images/co_body.gif);
	background-repeat: no-repeat;
}

div#comment div.comment_date {
    padding:5px 5px 10px 5px;
	color: #333;
}

div#comment div.comment_body {
    padding:5px 15px 30px 15px;
	color: #333;
}

/* ***************************************************************** comment */


/* trackback *************************************************************** */

div#trackback h4 {
	margin: 10px 0 0 0;
    padding:5px 15px 0px 15px;


}

div#trackback p {
	margin: 0 5px 0 5px;
    padding:3px 15px 30px 10px;
	border-top: 1px solid #CED6BE;
	color: #333;
}

.trackback_url {
  color:#960;
}


/* *************************************************************** trackback */
#container_calendar .weekday a {
    font-weight:bold;
}

#container_calendar .saturday a {
    font-weight:bold;
}

#container_calendar .sunday a {
    font-weight:bold;
}

#container_calendar .holiday a {
    font-weight:bold;
}
