@charset "utf-8";
/*
Theme Name: CSR
Theme URI: http://wordpress.org/
Description: MT??????s
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

/* 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: 0px none;
} 
/* 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 {
    
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0px none;
    height: 1px;
    background-color: #000;
    color: #000
}
a img, :link img, :visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

.cb {clear:both;}


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

#container-inner {
    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: 0px;
    padding-bottom: 0px;
}

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


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

.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: 0px none;
}

.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: 0px;
}

.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: url('../images/openid-accepted.gif') no-repeat 7px 3px;
    font-size: 1em;
    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-left:7px; padding-right:7px; padding-top:2px; padding-bottom:2px
}

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


/*

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 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", 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 {
    border-top: 1px solid #ccc;
}

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

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

.archive-title {
    margin: 5px 0 30px;
    font-size: 1.5em;
    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: georgia;   
}

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

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


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


#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 { 
    margin : 0px;
    padding : 0px; 
}

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


/* 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: 2em;
    margin-bottom: 5px;
}

#header-description {
    color: #777;
    font-size: 1.5em;  
}


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

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

#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: 1em;
}


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

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 1em;
    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 ---------------------------------------------------------------- */

#content {
    line-height: 1.5;
}

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

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

.asset-footer {
    font-size: 1em;
    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: 1.5em;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    font-size: 1em;
    padding: 5px 0;
    margin-bottom: 20px;
    text-align : right;
}


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

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

.mt-main-index #alpha p {
    font-size: 1em;
}

#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: 549px;
    margin-bottom: 10px;
}

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

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 20px;
    background: url('header-arrow-wide.gif') no-repeat 0 0;
    font-size: 0.9em;
    color: #fff;
    font-weight: bold;
    border: medium none;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
    margin-bottom: 10px; padding-left:20px; padding-right:6px; padding-top:0; padding-bottom:0
}

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

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

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

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

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

.widget-recent-entries dl dt {
    font-size: 1.2em;
}

.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: 1.2em;
}

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


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

.widget-header,
.widget-content {
    margin : 0px;
}

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

.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: 0.9em;
}


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

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


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


body {
    text-align: center;
    background: #fff url(img/img/bg.jpg) repeat-x left top;
    margin : 0px;
    padding : 0px;
}

ul { list-style : none; padding : 0px; margin : 0px;}

td { font-size : 1em; }
th { font-size : 1em; }

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

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

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

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

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

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


/* Wide-Thin-Thin */

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

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

/* Thin-Wide-Thin */

.layout-twt #alpha {
    width: 650px;
}

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

/* Wide-Thin */

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

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


/* Thin-Wide */

.layout-tw #alpha {
    width: 650px;
}

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


/* Medium-Wide */

.layout-mw #alpha {
    width: 650px;
}

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

/* Wide-Medium */

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

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

#alpha {
    float : right;
    margin : 0px;
    padding : 0px;
}

#beta {
    float : left;
    margin : 0px;
    padding : 0px;
}

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


#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 { 
    margin : 0px;
    padding : 0px;  
}

#container-inner {
    margin: 0 auto;
    padding : 0px;
}

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


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

#header { 
    margin : 0px auto;
    width : 900px;
    background: none;
    height : 45px;
}

#header a {
    color: #fff;
}

#header-content {
    width: 900px; 
    margin: 0px auto;
}

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

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

#header h1 {
    width : 97px;
    margin  :0px;
    padding : 0px;
}

div#hm a {
    color: #222;
    padding-left: 2em;
}

#hm {
    position : absolute;
    right : 0px;
    bottom : 0px;
    margin : 0px;
    padding : 0px;
    text-align : right;
    width : 300px;
}

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

#footer { 
    background: #004080 url(img/img/fo_bg.gif) repeat-x left top;
    color: #777;
    margin-top : 30px;
    height : 220px;
    position : relative;
}

#footer-inner { 
    text-align : right;
    color: #777
    width : 900px;
}


#footer-content {
    margin: 0px;
    padding : 0px;
    width : 900px;
    background: url(img/img/fo_img.gif) no-repeat left top;
    height : 170px;
}

#footer-menu {
    position : absolute;
    width : 600px;
    bottom : 9px;
    right : 0px;
    top : 30px;
    text-align : right;
}

#footer-ad {
    text-align : right;
    color : #fff;
    width : 300px;
    position : absolute;
    top : 65px;
    right : 0px;
}

#footer-ryouen {
text-align: left;
color: #fff;
position: absolute;
top: 65px;
left: 0px;
font-size:0.9em;
}

#footer-tw {
    text-align : left;
    color : #fff;
    width : auto;
    position : absolute;
    top : 90px;
    left : 10px;
}

#footer-cr {
    text-align : center;
    color : #659ed7;
    font-size : 0.9em;
    margin-top : 30px;
}

#footer a {
    color: #921712;
}

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


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



#alpha, #beta { margin : 0px; padding : 0px; }

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin : 0px;
    padding : 0px;
}

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

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

#homepage-image {
    width: 900px;
    height: 235px;
    /* photo by Anil Dash */
    background: url(img/img/headerimg.gif) no-repeat 0 0;
    margin : 0px 0px 20px 0px;
    position : relative;
}


#csrhomepage-image {
    width: 900px;
    height: 110px;
    /* photo by Anil Dash */
    background: url(img/img/st_csr.gif) no-repeat 0 0;
    overflow: hidden;
    margin : 0px 0px 20px 0px;
}


#sthhomepage-image {
    width: 900px;
    height: 110px;
    /* photo by Anil Dash */
    background: url(img/img/st_sth.gif) no-repeat 0 0;
    overflow: hidden;
    margin : 0px 0px 20px 0px;
}

#releasehomepage-image {
    width: 900px;
    height: 110px;
    /* photo by Anil Dash */
    background: url(img/img/st_csr.gif) no-repeat 0 0;
    overflow: hidden;
    margin : 0px 0px 20px 0px;
}



/* Top--------------------------------------------------------------------- */

.mat {
    width : 900px;
    /*clear : both;*/
    position:relative;
    overflow:hidden;
}

.mat1 {
    width : 430px;
    margin : 0px;
    padding : 0px;
    overflow: hidden;
    height:auto;
}

.mat1 ul,.mat2 ul,.mat3 ul {
    margin : 0px;
    padding : 0px;
}

.mat1 ul li,.mat2 ul li,.mat3 ul li {
    margin-bottom : 10px;
    padding : 0px;
}

.mat3 ul li {
    float:left;
    line-height:1em;
}

.mat_lb { color : #0876c3; }
.mat_rb { color : #006f03; }

.mat2 {
    width : 430px;
    margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
    padding : 0px;
    overflow: hidden;
    height:auto;
}

.mr40 {margin-right:40px;}


/* Side--------------------------------------------------------------------- */

.side {
    margin-bottom : 10px;
}

.side ul {
    margin : 5px 0px;
    padding : 0px;
    line-height : 100%;
}

.side ul li {
    margin : 0px;
    padding : 0px;
    line-height : 100%;
}

.side ul li img, .side ul li a {
    margin : 0px;
    padding : 0px;
}

/* Main--------------------------------------------------------------------- */

.asset-header {
    background : url(img/img/hh1.gif) no-repeat left top ;
    width : 100%;
        margin-top: 2.5em;
}

h1#page-title {
    font-size: 1.2em;
    line-height: 130%;
    border-bottom : #90bfed 3px double;
    padding-left : 30px;
    color : #005c9c;
    font-weight : bold;
}


h2#page-title {
    font-size: 1.2em;
    line-height: 130%;
    border-bottom : #90bfed 3px double;
    padding-left : 30px;
    color : #005c9c;
    font-weight : bold;
        margin-top: 2em;
}


h3#page-title {
    font-size: 1.2em;
    line-height: 130%;
    border-bottom : #90bfed 3px double;
    padding-left : 30px;
    color : #005c9c;
    font-weight : bold;
}


.outline th { padding : 10px; background : #9dc7ef; text-align : center; font-weight : normal;}
.outline td { padding : 10px; }

.salon th, .salon td { padding : 3px; }

.fr { float : right; }
.fl { float : left; }
.st { margin-bottom : 10px; }

.mt20 { margin-top : 20px; }
.mt30 { margin-top : 30px; }
.mb20 { margin-bottom : 20px; }

.pa5 { padding : 5px; }
.pa5 td, .pa5 th { padding : 5px; }

.asset-body h3 { 
    border-left : #0081da 5px solid; 
    color : #0081da;
    padding-left : 5px;
    font-weight : bold; 
    font-size : 1.1em;
    margin-top : 20px;
}

.pli { 
    text-align : right; 
    background : #ccc; 
    padding : 5px; 
    margin : 10px 0px;
    font-size : 1.1em;
}


#alpha {
    width: 650px;
}

#beta {
    width: 210px;
}

body { font-size : 0.86em; }

.bbtd { margin-bottom : 20px; }
.bbtd td, .bbtd th  { border-bottom : dotted #ccc 1px; padding : 5px; }

h3 { 
   font-size : 1em; 
   border-bottom : solid 2px #0099cc;  
   background : #d1e6fb; 
   padding : 2px 10px; 
   margin-top : 10px;
   font-weight : bold;
}