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

#beta div {
    width:18em;
}


.asset-body h4 {
     font-size: medium;
     font-weight:bold;
     margin-top:25px;
}

.asset-body h5 {
     font-weight:bold;
     margin-top:15px;
}

/* Text Link  */
.asset-body a {
	color: #46c; 
}

/* Classes */

.source	{ 
	font-size: x-small; 
	color: #808020; 
	margin:0px 3px 0px 3px;
	}

.big {
	font-size: x-large;
	font-weight: bold;
	}

.fuseji {
	color:#eef;
	border: 1px dotted #4D95CA;
	padding:2px;
	}

.caption {
	font-size: x-small;
	color:#479;
	}

.code {
	color: #568;
	background-color: #adf;
	padding:10px;
	margin: 10px;
	}

.amazon {
	font-size:x-small;
	padding: 10px;
	margin: 5px;
	border: dotted 1px #999;
	}

.amazon img {
	border:solid 0px;
	}

.adsense{
        text-align:center;
        margin-bottom:40px;
}

.signature {
	color: #666;
        font-size: small;
        text-align:right;
}

.aa {
        font-family:"MS UI Gothic","Osaka",monospace;
	line-height:1.2;
}

/* Entry Title  */
.asset-name {

        background-color:#def;
	padding-left: 7px;
	padding-top: 3px;
	border-top: solid 1px #acf;
	border-left: solid 1px #acf;
	border-right: solid 2px #689;
	border-bottom: solid 2px #689;
}

/* Margin for each Entry */
.asset-meta {
        margin-bottom:20px;
}

/* Sidebar Title  */
.widget-header {
        background-color:#def;
	padding-left: 5px;
	padding-top: 3px;

	border-top: solid 1px #acf;
	border-left: solid 1px #acf;
	border-right: solid 2px #689;
	border-bottom: solid 2px #689;
}

blockquote {
        background-color:#cdf;
        padding-top:15px;
        padding-bottom:5px;
        padding-left:20px;
        padding-right:20px;
        margin-left:20px;
        margin-right:20px;
}

#twtr-widget-1 .twtr-tweet-text {
        width:16em;
}




