/* Theme for Movable Type ============================================= */

/* 
name: fandango 
designer: yama
designer_url: http://fandango.jp/ 
layouts: layout-wt
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
	color: #333;
	font-size: small; 
	background: #eee;
	font: normal medium Arial, "Lucida Grande", "Lucida Sans Unicode", "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", sans-serif, osaka, "ms pgothic", sans-serif;
}

blockquote {
	color: #333;
	background-color: #EEE;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;
	padding: 8px;
	margin-left: 2em;
}

/* Content */

.asset-header {
	margin-bottom: 0.4em;
}

.asset-name {
	color: #003399; 
	font-size: large; 
	font-weight: bold;	
	padding: 3px 7px 3px;
	border-left: solid 8px;
	border-bottom: solid 1px;
	margin-bottom: 0.3em;
}

.asset-name a {
	color: #003399; 
	text-decoration: none;
}

.asset-name a:hover {
	color: #990033;
	text-decoration: underline;
}

.asset-date {
	color: #999; 
	font-size: small; 
    text-align: right;
}

.asset-content {
	font-size: small;
	font-weight: normal;
	background: #FFF;
	line-height: 160%;
	margin-left: 5px;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
	font-size: x-small;
    font-weight: normal;
    display: block;
	padding-top: 5px;
	border-top: dotted 1px;
    text-align: right;
}

.asset-footer {
    margin: 10px 5px 20px;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 0 0 20px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: large;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    font-size: small;
    margin: 5px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    font-size: medium;
    font-weight: bold;
	padding: 2px 4px 2px;
	border-left: solid 6px;
	border-bottom: solid 1px;
	margin-bottom: 1.0em;
}

.trackback-header,
.comment-header {
    font-size: small;
}

.trackbacks-link {
	border: dotted 1px;
	padding: 4px;
    font-family: monospace;
	margin-bottom: 1.0em;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: small;
}

.search-form {
	line-height: 200%;	
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Layout ----------------------------------------------------------------- */

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#container-inner {
	background-color: #fff;
}

#content-inner {
	margin: 0;
	padding: 0;
}

#alpha-inner {
	margin: 0px;
	padding: 20px;
	border-right: 1px solid #ccc;
}

#beta-inner {
	width: 200px;
	margin: 0;
	padding: 0;
}

#gamma-inner {
	margin: 0;
	padding: 0;
}


/* Header ----------------------------------------------------------------- */

#header { 
	background: #336699 url(http://fandango.jp/yama/blog/images/background-image_top.jpg) no-repeat bottom left; 
}

#header a {
	color: #fff;
	font-weight: bold;
	text-shadow: #000 2px 2px 3px;
}

#header-content {
	margin: 20px 0px 0px 0px;
}

#header-name {
	color: #fff;  
	font-size: x-large;
	font-weight: bold;
	margin: 0;
}

#header-description {
	color: #fff;  
	font-size: x-small;
	font-weight: bold;
	margin: 3px 3px;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}


/* Widget ----------------------------------------------------------------- */

.widget-header {
	color: #666;
	font-size: x-small;
	font-weight: bold;
	background: #CCDDFF;
	text-align: center;
	text-transform: uppercase;
	padding: 6px;
}  

.media-stream-widget img {
	border: 1px solid #999;
}

.widget-header .edit a,
.archive-widget .widget-list .item a,
.archive-widget .widget-list .item {
	font-weight: normal;
} 

.widget-header a {
	text-decoration: none;
}

.widget-header a:hover {
	text-decoration: underline;
}

.widget-content {
	color: #333;
	font-size: x-small;
	padding: 4px 10px 0px 10px;
	line-height: 140%;
	text-decoration: none;
}


/* Syndicate Widget */

.widget-syndicate .widget-content {
	border-top: 1px solid #CCC;
	padding: 10px 10px 0;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
	color: #fff;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.widget-powered .widget-content img {
	border: 0px none;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
	font-size: x-small;
}


/* Footer Widgets */

#footer .widget-powered .widget-content {
	padding: 0;
	text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    background-color: #6699cc; 
}

#footer-inner {
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer-content {
    display: none;
}

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}

/* Twitter ---------------------------------------------------------------- */

ul#twitter_update_list {
	margin: 12px;
}

