/* Original */

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

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

.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: inline-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: #E1DED0;
    color: #666;
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

#container {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 600px;
}
#container-inner {
    position: static;
}

#header, #content, #footer {
    position: relative;
    clear: both;
}

#header-inner, #content-inner, #footer-inner {
    position: static;
    padding: 0px;
    background-color: #fff;
}

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

#alpha-inner, #beta-inner {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
}

#alpha-inner {
    margin: 20px 0px;
}

#beta-inner {
     padding: 10px 10px;
}

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

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



/* Header */


#header-content {
    font-family: verdana, helvetica, arial, sans-serif;
    padding: 10px;
    margin: 0px;
    width: 100%; 
}

#header-name {
    margin-bottom: .25em;
    font-size: 16px;
    margin: 10px 0px 0px 10px;
    line-height: 1;
    color: #000; 
    font-weight: normal;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
    color: #666;
    display: none;
}


#header a { color: #000; text-decoration: none; }
#header a:hover { color: #000; text-decoration: none; }



/* Footer */


#footer-inner {
    background-color: #300;
}

#footer-content {
    margin: 0px;
    color: #fff;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    padding: 10px;
    width: 100%; 
}

#footer-content a { color: #fff; text-decoration: underline; }
#footer-content a:hover { color: #fff; text-decoration: underline; }

.widget-powered {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
}



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

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

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

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




/* 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,
.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 {
    margin-bottom: .75em;
}

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

.asset-name {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #666;
    font-size: 18px;
    font-weight: normal;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    border-top: 1px solid #666;
    font-weight: normal;
    font-size: 11px;
}

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

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



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

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

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


.asset-footer {
    font-size: 11px;
    clear: both;
    margin-top: 1.0em;
    padding-top: .5em;
    border-top: 1px solid #666;
}


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

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

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.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: 0 auto 20px;
    text-align: center;
}

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

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

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

.widget-list .widget-list {
    margin-left: 15px;
}

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

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

.widget-tag-cloud .widget-list-item {
    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: 5px;
    margin-bottom: 5px;
}

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


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


.content-nav {
    margin: 5px 0 10px;
}

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

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

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

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}



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

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



.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.module-content {
    position: relative;
}

.module {
    margin: 0px;
}

.module-content {
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    line-height: 1.2;
}

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

    margin: 0;
    padding: 5px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #ccc;
}

.module-list {
    margin: 0 15px 10px 15px;
    list-style: disc;
}

.module-list-item {
    margin-top: 0;
    line-height: 1.4;
}




dd {
    margin-left: 20px;
}

table {
    margin: 10px 0px 10px 0px;
}

h3.index-introduction {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

#small-images {
    margin: 20px 0px 20px 0px;
}

#small-images img {
    border: 1px solid #ddd;
    padding: 1px;
}

.asset-body img {
    border: 1px solid #ddd;
    padding: 3px;
}
