/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


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

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



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

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

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

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


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

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

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


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

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


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

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

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


@charset "utf-8";
/*
----- LaCoocan templates -----
designer: Nifty Corporation
designer_url: http://design.lacoocan.nifty.com
name:china-gold
layouts:layout-wt, layout-tw, layout-twt
*/

/* General&initialize ----------------------------------------------------------------- */
*{
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl, div{
margin:0;
padding:0;
}

h1,h2,h3{
font-weight:bold;
}

em{
font-style:normal;
}

a img,:link img,:visited img{
border: none;
}

address{
font-style: normal;
display: inline;
}

fieldset,img,abbr,acronym{
border: 0;
}

input{
vertical-align:middle;
padding:1px;
margin:3px 0;
line-height:1.1em;
}

blockquote{
margin-left:15px;
padding:5px 0;
}

/* blog.css overwrite */
.asset-header, .asset-content, .asset-body, .comments-header, .comment-content, .comment-footer, .comments-open-header, .comments-open-content, #comments-open-footer, .comments-closed, #comment-form-external-auth, .comments-open-moderated, #comment-form-name, #comment-form-email, #comment-form-url, #comment-form-remember-me, #comments-open-text, .trackbacks-header, .trackbacks-info, .trackback-content, .trackback-footer, .archive-content, .search-form-header, .search-results-header ,
.asset, .comments, .comments-content, .trackbacks, .archive, .search-form ,.entry-categories, .entry-tags,#header-name,
.comment-content p{
margin-bottom:0;
}



/* link-General ----------------------------------------------------------------- */
a:link{
text-decoration:underline;
color:#C39428;
}
a:visited{
text-decoration:underline;
}
a:hover{
text-decoration:underline;
}
a:active{
text-decoration:underline;
}

.asset-body a:link,
.asset-body a:visited{
text-decoration:underline;
}
.asset-body a:hover{
text-decoration:none;
}

.widget-header a:link,
.widget-header a:visited{
text-decoration:underline;
}
.widget-header a:hover{
text-decoration:none;
}



/* body ----------------------------------------------------------------- */
body{
color:#504F50;
font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
font-size: small;
background:url(body-bg.gif);
text-align:center;
}



/* Layout ----------------------------------------------------------------- */
#container{
width:800px;
margin:0 auto;
line-height:140%;
}

#container-inner{
width: 800px;
min-height: 100%;
text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer{
position: relative;
}

#alpha, #beta, #gamma{
width:100%;
left:0;
display: inline;
float: left;
}

#header-inner,#content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner{
position: static;
overflow:hidden;
width:100%;
margin:0;
padding:0;
}

#header-inner,
#content-inner,
#footer-inner{
position:relative;
width:800px;
}


/* tw/wt/twt :Layout ----------------------------------------------------------------- */

/* tw/wt/twt-clear */
.layout-twt #alpha,
.layout-twt #beta,
.layout-tw #alpha,
.layout-tw #beta{
left:0;
}

/* Thin-Wide-Thin */
.layout-twt div#alpha{
display:inline;
float:left;
margin-left:205px;
margin-right:205px;
padding-bottom:20px;
width:390px;
}
.layout-twt div#beta{
float:left;
margin-left:-191px;
width:181px;
}
.layout-twt div#gamma{
float:left;
margin-left:-796px;
width:181px;
}


/* Thin-Wide */
.layout-tw div#alpha{
left:205px;
width:590px;
display:inline;
float:right;
margin-right:5px;
}
.layout-tw div#beta{
left:-590px;
width:181px;
display:inline;
float:left;
margin-left:4px;
}


/* Wide-Thin */
.layout-wt div#alpha{
width:590px;
left:0px;
margin-left:5px;
}
.layout-wt div#beta{
width:181px;
display:inline;
float:right;
margin-right:10px;
}


/* tw/wt/twt:p width */
body.layout-twt .asset-body p{
width:370px;
overflow:hidden;
}
body.layout-tw .asset-body p,
body.layout-wt .asset-body p{
width:570px;
overflow:hidden;
}

body.layout-twt .asset-body blockquote p{
width:355px !important;
}
body.layout-tw .asset-body blockquote p,
body.layout-wt .asset-body blockquote p{
width:555px !important;
}


/* tw/wt/twt BG */
body.layout-twt #container{
background:url(container-bg_3col.gif) repeat-y left top;
}
body.layout-tw #container{
background:url(container-bg_2col.gif) repeat-y left top;
}
body.layout-wt #container{
background:url(container-bg_2col.gif) repeat-y right top;
}

body.layout-twt div.asset-header .entry-title,
body.layout-tw div.asset-header .entry-title,
body.layout-wt div.asset-header .entry-title{
background:#fff url(entry-body-top-bg.gif) no-repeat bottom right;
}

body.layout-twt .asset-header .asset-meta,
body.layout-tw .asset-header .asset-meta,
body.layout-wt .asset-header .asset-meta{
background:url(entry-body-bottom.gif) no-repeat top right;
}

body.layout-twt .asset{
background:url(content-bg.gif) repeat-y top center;
}
body.layout-tw .asset,
body.layout-wt .asset{
background:url(content-bg.gif) repeat-y top center;
}



/* Header ----------------------------------------------------------------- */
#header{
width:800px;
background:url(banner-bg.gif) repeat-y top left;
}

#header-inner{
background:url(banner-body-bg.gif) no-repeat bottom left;
}

#header-name{
font-size:xx-large;
font-weight:bold;
padding:20px 15px 0px;
line-height:120%;
}
#header-name a{
text-decoration:none;
}
#header-name a:hover{
text-decoration:underline;
}

#header-description{
font-weight:normal;
margin-right:250px;
padding:5px 20px;
}



/* Content ---------------------------------------------------------------- */
#content{
padding-top:51px;
background:url(banner-bottom-bg.gif) no-repeat top left;
}
#content-inner{
padding-top:20px;
}

body.mt-entry-archive #alpha-inner{
background:url(content-bg.gif) repeat-y top center;
}

/* Assets */
.asset{
margin-bottom:30px;
}

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.asset-footer{
clear: both;
}

.asset,
.comments,
.trackbacks,
.archive{
overflow: hidden;
width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive{
position: static;
clear: both;
}

.entry-tags-header,
.entry-categories-header{
display: inline;
font-weight: bold;
}

.entry-tags-list,
.entry-categories-list{
display: inline;
list-style: none;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category{
display: inline;
}

.mt-image-left{
float: left;
margin: 0 20px 20px 0;
}

.mt-image-center{
display: block;
margin: 5px auto 20px;
text-align: center;
}

.mt-image-right{
float: right;
margin: 0 0 20px 20px;
}

.mt-enclosure-image{
margin-top:5px;
}

.asset-body img{
margin-top:5px !important;
margin-bottom:5px !important;
margin-right:5px;
}

.asset, .comments, .trackbacks, .archive{
width:auto;
}


#gamma li,
#beta li{
list-style-position:outside;
list-style-type:none;
}


/* User pics */
.user-pic{
float: left;
position: relative;
width: 50px;
height: 50px;
overflow: hidden;
margin: 0 10px 0 0;
}

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


/* Feedback */
.comments-open label{
display: block;
}
#comment-author, #comment-email, #comment-url, #comment-text{
width: 92%;
}
#comment-bake-cookie{
margin-left: 0;
vertical-align: middle;
}
#comment-submit{
font-weight: bold;
}
.comment-content{
clear: none;
}


#page-title,
.entry-title{
overflow:hidden;
font-size:large;
font-weight:bold;
margin:0px 0px 10px;
line-height:110%;
}

#header, #content, #alpha, #beta, #gamma, #footer {
position: static
}


div.asset-header .entry-title{
margin:0;
padding-bottom:38px;
}


.asset-body{
overflow:hidden;
padding:39px 10px 0;

padding:10px 10px 0;
}

.asset-body ul{
margin:0 0 5px 15px;
}
.asset-body ol{
margin:0 0 5px 23px;
}




.asset-body ul li,
.search-form{
line-height:1.5em;
}

.search-form{
width:100%;
}

.content-nav{
text-align: center;
}

.asset-more-link{
padding:10px 0 0 25px
}


.comment,
.trackback{
margin:0;
padding:0;
border:none;
}

.trackbacks{
margin-bottom:30px;
padding:0 10px;
}
.comments{
padding:0 10px;
}

.comments-header,
.comments-open-header,
.trackbacks-header{
font-size:medium;
font-weight:bold;
margin:0px 0px 10px;
}

.comment{
margin:0 0 30px;
padding:5px 0px 10px;
border-bottom:1px dashed #8A8A8A;
line-height:normal;
}

.entry-categories,
.entry-tags{
margin:10px 10px 0;
padding:0;
}

.asset-footer{
padding:0 0 10px;
}

.asset-footer,.entry-tags{/*blog.css overwrite*/
font-size:small;
}

.archive-header{
margin:30px 0 10px;
font-size:medium;
}

div.comment-header a.commenter-profile{
margin:0 2px 0 3px;
}
div.comment-header a.commenter-profile img{
vertical-align:middle;
}

.trackbacks-info p span#trackbacks-link{
display:block;
}

.search-form-content input#search{
width:60%;
border: 1px solid #d3d3d4;
padding:1px;
background-color:#f2f2f2;
}

.asset-meta{
font-size:x-small;
font-weight:bold;
color:#999999;
line-height:1.5em;
}
div.comment-header div.asset-meta{
margin:0;
padding:0 0px 7px;
}
div.asset-header div.asset-meta{
margin-top:5px;
padding:0px 10px 20px;
}

.archive-list-item{
margin-bottom:5px;
}

body.mt-search-results #alpha-inner .search-results-container p,
body.mt-search-results #alpha-inner .search-results-container blockquote{
margin:0px;
}

body.mt-comment-error #alpha-inner p,
body.mt-comment-error #alpha-inner blockquote{
margin:0px;
padding:15px 0 0;
}
body.mt-comment-error #alpha-inner blockquote{
margin:0px;
padding:5px 0 15px;
color:#ff0000 !important;
}

.comments-open{
margin-bottom:30px;
}
#comments-open-footer{
margin-top:3px;
}

.comments-open #comment-form-name,
.comments-open #comment-form-email,
.comments-open #comment-form-external-auth,
.comments-open div#comment-form-url,
.comments-open div#comment-form-remember-me{
padding-bottom:5px;
}
.comments-open div#comments-open-footer{
margin-top:5px;
}
div#comments-open-footer input{
margin-right:10px;
}
.archive-content{
padding-top:0px;
}


body.mt-page-archive .asset{
background-image:none !important;
}


/* Widget ----------------------------------------------------------------- */
.widget{
position: relative;
overflow: hidden;
width: 100%;
}
.widget-content{
position: relative;
margin:10px 10px 0px;
}

#gamma .widget-content,
#beta .widget-content{
margin:0 0 30px;
padding:10px 0 0 5px;
background:url(module-top.gif) no-repeat left top;
}

.widget-content li{
margin-bottom:5px;
}
.widget-tag-cloud .widget-list-item{
display: inline;
}

.widget-recent-assets .widget-content .widget-list{
overflow: auto;
}

.item{
float:none;
margin:0;
}
.item img{
margin: 0 5px 5px 0;
}

.widget-search ul,
.widget-syndication ul{
list-style: none;
margin:10px 0 10px;
}
.widget-search ul.search-options{
font-size:x-small;
}

.widget-list-item{
margin:0;
}

.widget-header{
padding:2px 30px 0px;
background:url(list-h2.gif) no-repeat left top;
font-weight:bold;
color:#fff;
}

body.mt-main-index .widget-about-this-page .widget-header,
body.mt-search-results .widget-about-this-page .widget-header{
background:none;
}


ul.archive-list li.archive-list-item{
list-style-type:none;
list-style-position:outside;
}


/* "Powered By" Widget */
.widget-powered .widget-content{
margin:0;
padding:0;
}


/* Calendar Widget */
.widget-calendar .widget-header{
border-bottom:1px solid;
font-weight:bold;
padding:3px;
background:none;
}

.widget-calendar table{
width:170px;
font-size:x-small;
}
.widget-content table th,
.widget-content table td{
text-align:center;
}


/* Search Widgets */
div.widget-content input#search,
div#technorati input#ts_search,
div.widget-content input#search,
div#technorati input#ts_search{
width:120px;
border:1px solid #999;
padding:1px;
}
body.mt-search-results div.widget-content input#search{
width:172px !important;
}
#technorati input#ts_search{
width:95% !important;
}
#technorati form#ts_s label{
font-size:x-small;
}

.widget-powered .widget-content,
.widget-creative-commons .widget-content,
.widget-syndication .widget-content,
.widget-calendar .widget-content{
background:none !important;
}


/* Footer Widgets */
#footer .widget{
padding:5px 30px 0 0;
font-size:x-small;
}
#footer .widget-content{
text-align:left;
padding:0;
margin:0;
}
#footer .widget-powered a{
font-weight:bold;
}


/* Pages Widgets */
.widget-pages .widget-list{
margin-bottom:15px;
}



/* Footer ----------------------------------------------------------------- */
#footer{
margin-top:10px;
padding-left:9px;
padding-bottom:15px;
}



/* Utilities : clearfix -------------------------------------------------------------- */
#header-name:after,
.comment:after,
.asset:after,
.asset-footer:after,
.asset-body:after,
.asset-more:after,
#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after,
#content-inner:after,
.pkg:after{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}

#header-name,
.comment,
.asset,
.asset-footer,
.asset-body,
.asset-more,
.asset-body p,
.asset-more,
#header,
#header-inner,
#content,
#alpha-inner,
#beta-inner,
#gamma-inner,
#footer,
#content-inner,
.pkg{display: inline-block;}

/* no ie mac \*/
* html #header-name,
* html .comment,
* html .asset,
* html .asset-footer,
* html .asset-body,
* html .asset-more,
* html .asset-body p,
* html .asset-more,
* html #header,
* html #header-inner,
* html #content,
* html #alpha-inner,
* html #beta-inner,
* html #gamma-inner,
* html #footer,
* html #content-inner,
* html .pkg{ height: 1%; }

#header-name,
.comment,
.asset,
.asset-footer,
.asset-body,
.asset-more,
.asset-body p,
.asset-more,
#header,
#header-inner,
#content,
#alpha-inner,
#beta-inner,
#gamma-inner,
#footer,
#content-inner,
.pkg{ display: block; }
/* */

.inline{ display: inline;}
.hidden{ display: none; }



/* Custom Styles ---------------------------------------------------------- */
#group-nav-inner{
position:relative;
width:800px;
margin:0 auto;
}



/* Color(gold) ---------------------------------------------------------- */

/* Link */
a:link,
a:visited{
color:#CE9A24;
}
a:hover,
a:active{
color:#E4BF6B;
}

#beta a:link,#gamma a:link{
color:#C39428;
}

#header-name a:link,
#header-name a:visited,
.widget-header a:link,
.widget-header a:visited{
color:#fff;
}

#page-title,
.entry-title,
#page-title a:link,.entry-title a:link,.asset-meta a:link,
#page-title a:visited,.entry-title a:visited,.asset-meta a:visited,
#page-title a:active,.entry-title a:active,.asset-meta a:active,
#page-title a:hover,.entry-title a:hover,.asset-meta a:hover,
.comments-header,
.comments-open-header,
.trackbacks-header,
.widget-calendar a:link,
.widget-calendar a:visited,
.widget-calendar a:active,
.widget-calendar a:hover{
color:#A54A10;
}

.asset-meta a:active,
.asset-meta a:hover{
color:#AB7350;
}


/* border bg font-color */
.widget-header{
background-color:#BE9655;
}

.widget-calendar .widget-header{
border-color:#999999;
color:#A59256;
}

#header-description{
color:#954900;
}

.body.mt-page-archive #page-title,
.archive-title,
.search-results-header,
.archive-header{
color:#AA8D35 !important;
}

body.layout-tw .asset,
body.layout-wt .asset{
background-color:#fffbcb;
}
body.mt-entry-archive #alpha-inner{
background-color:#fffbcb;
}
