/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes-base/blog.css);
@import url(/mt/mt-static/support/themes/minimalist-white/minimalist-white.css);
/* end StyleCatcher imports */

#site_header {
	margin:0 0 17px 0 ;
	padding: 0;
	width: 900px;
	height:auto;
	text-align:left;
}


.sitetitle{
	float:left;
	margin:15px 0 0 0 ;
	padding:0;
	width:153px;
	height:39px;
}

.contents_menu{
	float:right;
	margin:8px 5px 0 0;
	padding:0;
	width:autox;
	height:auto;
}

.contents_menu ul{
	margin:0;
	padding:0;
	width:auto;
}

.contents_menu li{
	margin:0 0 0 25px ;
	padding:0;
	display:block;
	width:auto;
	height:10px;
	float:left;
}


#calendar {
    margin: 5px 15px 15px 15px;
    color: #444444;
    text-align:center;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 12px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 11px;
    width: 30px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 11px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #FC3D21;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0070D5;
}
