/*
 
 A Six Apart theme adapted for Movable Type default templates
 name: Professional Black
 designer: Jim Ramsey
 designer_url: http://www.jimramsey.net/
 layouts: layout-wm
 
 */
/* Default ---------------------------------------------------------------- */
/* Global */
body {
    font: normal 14px "Mircrosoft Yahei", arial, helvetica, hirakakupro-w3, osaka, sans-serif;
}

/* Header */
#header {
}

#header-inner {
    position: relative;
}

#header-name {
    margin-bottom: 0;
}

#header-description {
}

#header a {
    text-decoration: none;
}

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

/* Content */
.asset-name {
}

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

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

.asset-content {
    margin: 5px 0;
}

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

.asset-meta {
}

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

.content-nav {
    border: 1px solid #CCC;
    background-color: #FFF;
    margin: 5px 0 5px;
    height: 25px;
    font-size: 16px;
}

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

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

.widget-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header, .search-form-header, .search-results-header {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

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

.asset-more-link, .asset-meta, .comment-footer, .trackback-footer, .typelist-thumbnailed {
}

/* 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;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #000;  
    font-family: "Microsoft Yahei", georgia;   
    background-color: #fff; 
}

a {
    color: #921712;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


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

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

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

#content-inner{
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
	background-color: #F5F5F5;
	padding: 3px;
}


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

#header { 
    background: #000 url(header-bg.gif) repeat-x 0 0;
}

#header a {
    color: #fff;
}

#header-content {
    width: 842px; 
    margin: 30px 20px;
}

#header-name {
    color: #fff; 
    font-size: 30px;
    margin-bottom: 5px;
}

#header-description {
    color: #777;
    font-size: 15px;  
}


/* Navigation ----------------------------------------------------------------- */

#main-navigation {
    background: #eee url(nav-bg.gif) repeat-x 0 0;
    border-bottom: 1px solid #ccc;

}

#main-navigation-inner {
    position: relative;
}

#main-navigation ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

#main-navigation ul li {
    float: left;
    padding-top: 2px;
}

#main-navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 7px 15px 7px 16px;
    border-left: 1px solid #ccc;
}

#main-navigation ul li a:hover {
    text-decoration: underline;
}

#main-navigation ul li.on a {
    color: #000;
    background: #fff url(nav-arrow-on.gif) no-repeat 50% bottom;
}

#main-navigation ul li.last {
    border-right: 1px solid #ccc;
}


/* Search ---------------------------------------------------------------- */

.widget-search {
    float: right;
    width: 300px;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
}

.widget-search h3 {
    display: none;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

#search-submit {
    border: 1px solid #75120e;
    border-top: 1px solid #b25c59;
    border-left: 1px solid #b25c59;
    background: #921712;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}


/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}


/* Content ---------------------------------------------------------------- */


#asset-name,
#asset-meta,
#asset-content,
#asset-body{
	background-color: #FFF;
}



#content {
    line-height: 1.5;
}

.asset-name,
.asset-name a,
.archive-title {
    
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    
}

.asset-footer {
    font-size: 13px;
    border-top: 1px dotted #ccc;
    padding-top: 15px;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}

.asset-name a {
    
}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin: 2px;
	background-color: #FFF;
}

.entry-asset .asset-meta {
    color: #777;

    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 2px 0;
    margin-bottom: 12px;
	background-color: #FFF;
}


.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(icon-trackback.gif) no-repeat 0 50%;
}

.archive li {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

h1#page-title {
    font-size: 24px;
    line-height: 1.3;
}

.mt-main-index h1#page-title {
    font-size: 30px;
    margin-bottom: .5em;
}

.mt-main-index #alpha p {
    font-size: 14px;
}

#homepage-image {
    width: 905px;
    height: 170px;
    background: url(homepage-image.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 25px 20px;
}

#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 540px;
    margin-bottom: 10px;
}

.comment-header {
    font-weight: bold;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-recent-comments ul li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(icon-comment.gif) no-repeat 0 4px;
}

.widget-recent-entries dl {
    padding: 0 8px;
}

.widget-recent-entries dl dt {
    font-size: 18px;
}

.widget-recent-entries dl dd {
    margin-bottom: 3px;
}

.widget-recent-entries dl dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.comment-content {
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}


/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


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

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header {
    height: 20px;
    margin-bottom: 8px;
    background: url(header-arrow-narrow.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
}

.widget-header a {
    color: #fff;
    font-weight: bold;
}

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

.layout-wm .widget-header {
    background-image: url(header-arrow-medium.gif);
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    width: 50%;
}

#footer .widget-powered {
    float: right;
    width: 157px;
    text-align: right;
    clear: none;
}

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

#footer .widget-powered .widget-content span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 157px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(powered-by-mt-logo.gif) no-repeat 0 0;
}


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

#footer { 
    background: #eee url(nav-bg.gif) repeat-x 0 0;
    color: #777;
}

#footer a {
    color: #921712;
}

#footer .widget-header {
    display: none;
}

#footer-content {
    margin: 20px 15px 20px 20px;
}

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}


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

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content: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,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */


#alpha-inner {
    background-color: #f5f5f5;
	padding-left: 1px;
}

.my-entry{
	background-color: #FFF;
	border: 1px solid #CCC;
    padding: 8px 8px 0 8px;
	margin-bottom: 5px;
}

.my-comments-body{
    border: 1px solid #CCC;
	background-color: #FFF;
	/*width: 588px;*/
	
}



.my-comments-form{
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 5px;
}


.comments-open-content{
	padding-left: 10px;
}

.comments-content{
	padding-left: 9px;
}


.comments{
	margin-bottom: 3px;
}


.my-ad{
	border: 1px solid #CCC;
	background: #FFF;
	margin-bottom:5px;
	height:150px;
}

.my-ad-header{
	height:15px;
	font-size:12px;
	text-align:center;
}

h3.my-ad-header{
	font-size:12px;
	text-align: center;
}

.my-ad-block{
	width:100%;
	padding: 3px 0 3px 0;
}


.my-ad-block-one{
	padding-left:15px;
	float:left;
	list-style:none;
}

.my-right{
	margin-right: 3px;
}

.my-right-one{
	clear:both;
	margin:5px 0 5px 0;	
}

.my-right-one-header{
	
}


.my-right-one-content{
	overflow:hidden;
}

.my-right-two{
	clear:both;
}

.my-right-two-content{
    margin:10px 0 10px 15px;
}

.my-right-two-content-one{
	padding:0 10px 0 10px;
	margin:5px 0 10px 0;
	float:left;
	list-style:none;
}

.my-right-sns{
	clear:both;
	margin:10px 0 10px 30px;
}

.my-right-sns img{
	padding-left:20px;
}

.my-right-featured-post{
	clear:both;
}

.my-right-featured-post-header{
}

.my-right-featured-post-header h3{
	text-align: left;
	font-size: 15px;
	font-weight: bolder;
}

.my-right-featured-post-content{
	clear:both;
}

.my-right-featured-post-content img{
	padding-left: 5px;
	padding-right:10px;
	padding-bottom:10px;
}

.my-right-featured-post-content h3{
	text-align:left;
	font-size:18px;
}


.my-right-search{
	clear:both;
    text-align: right;
	margin: 5px 10px 10px 0;
}

.my-right-search input{
	height:20px;
}


.my-right-text-link-ads{
}



.my-right-text-link-ads-content{
}



.my-right-links{
	clear:both;
}

.my-right-links-left{
	float:left;
	width:50%;
}

.my-right-links-right{
	float:left;
	width:50%;
}

.my-right-links h3{
	font-size:15px;
	font-weight: bolder;
	text-align:left;
	padding-left:20px;
	clear:both;
}

.my-right-links li{
	padding-left:10px;
	list-style:inside;
}


.my-previous-next{
	width:auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	height:25px;

}

.my-previous-next a{
	
}

.my-previous-next-previous{
	float:left;
	text-align:left;
	font-size:16px;
	padding-left:13px;
	display:block;
}

.my-previous-next-next{
	float:right;
	text-align:right;
	font-size:16px;
	padding-right:13px;
	display:block;
}

.my-related-entry{
	background-color:#FFF;
	border:1px solid #CCC;
	margin-bottom:5px;
}

.my-related-entry-header{
	font-size:16px;
	font-weight:bolder;
	text-align:left;
	padding-left:15px;
	margin-bottom:5px;
}

.my-related-entry-content{
	padding-left:15px;
}

.my-archive-page{
	background-color:#FFF;
	padding-left:3px;
	border:1px solid #CCC;
}

.my-pagination{
	
}

.my-pagination-left{
	padding:0 0 0 15px;
	float:left;
	text-align:left;
	display:block;
}

.my-pagination-right{
	padding:0 15px 0 0;
	float:right;
	text-align:right;
	display:block;
}


/* Anchor Gray  */
.anchor:link,
.anchor:visited {
    border: none;
    color: #d7d7d7;
    font-size: .8em;
    vertical-align: text-top;
    text-decoration: none;
}
 
* > .anchor:link,
* > .anchor:visited {
    visibility: hidden;
}
 
h1:hover .anchor,
h2:hover .anchor,
h3:hover .anchor,
h4:hover .anchor,
h5:hover .anchor,
h6:hover .anchor {
    visibility: visible;
}

#content .entry-content h2 {
    color: #921712;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: .5em;
	padding-bottom: 3px;
    font-weight: bold; 
	border-bottom: 2px solid #921712;
}

#content .entry-content h3 {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: .5em;
    font-weight: bold; 
}

#content .entry-content h4 {
    color: #000;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: .5em;
    font-weight: bold; 
}

#content .entry-content h5 {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: .5em;
    font-weight: bold; 
}
