/* 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/themes/unstyled/screen.css); */
/* end StyleCatcher imports */

body {
	margin:0px;
	color:#666;
}

img {
	border:none;
}

a {
	color:#F60;
	text-decoration:none;
}

a:hover {
	color:#F60;
	text-decoration:underline;
}

#container {
	width:640px;
	margin-left : auto ;
	margin-right : auto ;
}
	/***** header *****/
	#header {
		height:120px;
	}
	
	#logo {
		margin-top:40px;
	}

	h1#header-name {
		font-size:18px;
		color:#666;
	}
	
	h1#header-name a {
		text-decoration:none;
		color:#666;
	}
	
	h1#header-name a:hover {
		text-decoration:underline;
	}
	
	h2#header-description {
		font-size:12px;
		color:#666;
	}
	
	/***** content *****/
	#published {
		text-align:right;
		font-size:11px;
	}
	
	#asset-body {
		margin-bottom:10px;
	}
	
	#content-text {
		font-size:12px;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	/***** navi *****/
	#content-nav {
		margin-top:20px;
		font-size:11px;
	}
	
	#go-prev {
		float:left;
		width:300px;
		text-align:left;
	}
	
	#go-calendar {
		float:left;
		left:300px;
		text-align:center;
	}
	
	#go-next {
		float:right;
		text-align:right;
	}
	
	/***** footer *****/

	#clear{
		clear: both;
	}

	#footer {
		border-top-width:1px;
		border-top-style:dotted;
		border-top-color:#ccc;
		margin-top:20px;
		padding-top:20px;
		padding-bottom:10px;
		text-align:center;
		font-size:11px;
	}
/***** calendar *****/
table {
	width:640px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-spacing:0;
	empty-cells:show;
	font-size:12px;
}
th {
	width:90px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#999999;
	text-align:center;
	vertical-align:middle;
}

td {
	min-height:85px;
	height:85px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:right;
	vertical-align:bottom;
	font-size:10px;
	padding:3px;
}

caption {
	font-weight:bold;
	padding-bottom:10px;
}

ul {
	font-size:12px;
	margin: 0 0 0 1em;
	padding: 10px;
}

h1#page-title {
	font-size:12px;
}

