@charset "utf-8";



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


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

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


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

#alpha-inner {
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
}

#beta-inner {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}


/* 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 */
/* Wide-Thin */
/* Wide-Thin */

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

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


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


#alpha, #beta {background-color:white;}

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








/* ======================================================================================================================== */

/* ======================================================================================================================== */

/* ======================================================================================================================== */

/* ======================================================================================================================== */


/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    /*font-family: verdana, 'trebuchet ms', sans-serif; */
    font-size: 12px;
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

form { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }



/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
   /* width: 720px; */
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

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

.comments-open-header {
    clear: both;
}

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

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

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

.module-content {
    position: relative;
    color:black;
}

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

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

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 0px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}




/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

body {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
}

a { color: CornFlowerBlue; text-decoration: none; }
a:hover { color: #a3b8cc; text-decoration:underline; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }



h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 0;
    padding: 5px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #000;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body {
    min-width: 940px;
    color: #333;
    background: #333;
}

#container {
    width: 940px;
    margin-bottom: 20px;
    background: #fff;
}

#container-inner {
}

#banner {
    width: 940px; /* necessary for ie win */
    height:244px;
}

#banner-inner {

}

.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
display: none; 
}

#banner-description {
    position:absolute;
    top:50px;
    left:400px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.125;
	display:none;
}

#gamma, #delta { width: 180px; background: #e6ecf2; }



.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    margin-top: 0;
    padding: 0 0 0 0px;
    color: #666;
    font-size: 20px;
    font-weight:bold;
}

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 1.5;
}

.entry-tags {
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dcdcdc;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info {
    margin: 10px 0;
    border: 0px dashed #9c9c9c;
    padding: 0 10px;
    color: #292e33;
    font-size: 11px;
    text-align: left;
    background: #fff;
}

.comments-open-footer {
    margin: 10px 0;
}

/* modules */

.module {
    margin: 0 0 2px 0;

}

.module-content a { color: SteelBlue; }
.module-content a:hover { color: LightSteelBlue; }

.module-content {
    margin: 0 0 2px 0;
    padding: 10px 5px 10px 5px;
    font-size: 11px;
    line-height: 1.4;
	border:1px solid Lavender;
	border-width: 0 1px 1px 0;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
    background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

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

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin-top: 0;
    color: #666;
    line-height: 1.2;
}

.typelist-thumbnailed .module-list {
    margin: 0 0 10px 0;
    list-style: none;
}

.typelist-thumbnailed .module-list-item {
    margin: 1px 0;
    padding: 0;
    background: #f3f6f9;
}

.typelist-thumbnail {
    background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content {
    margin: 0;
    border-width: 0;
    padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item {
    width: 64px; /* mac ie fix */
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
}

.module-recent-photos .module-list-item a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #36414d;
    background: #fff;
}

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }


/* calendar tweaks */

.layout-calendar #alpha { width: 260px; }
.layout-calendar #beta { width: 420px; }

.layout-calendar #gamma,
.layout-calendar #delta {
    width: 190px;
}

.layout-calendar #gamma-inner,
.layout-calendar #delta-inner {
    border: 0;
    padding: 0;
}

.module-mmt-calendar { width: 398px; }
.module-mmt-calendar .module-content {
    margin: 0;
    border-width: 0;
    padding: 10px;
}

.module-mmt-calendar table {
    width: 378px;
    background: #a3b8cc;
}

.module-mmt-calendar th {
    color: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: right;
    font-weight: bold;
}

.module-mmt-calendar td {
    border-top: 1px solid #fff;
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: right;
    font-weight: normal;
    background: #e6ecf2;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 {
    border-right: none;
}

.module-mmt-calendar td { height: 70px; }

.day-photo {
    width: 49px;
    height: 49px;
}

.day-photo a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.day-photo a:hover {
    border-color: #36414d;
    background: #fff;
}

.day-photo a img {
    width: 45px;
    height: 45px;
}







/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:25px 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline;font-weight:normal; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
#archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    /*padding: 5px;
    color: #666;*/
    color: #fff;
    font-size:14px;
    font-weight:bold;
    background:SteelBlue;
    padding:5px;
    margin-bottom:10px;

}

/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }



#footer {
				p\osition: relative;
    width: 940px; /* necessary for ie win */
    background: #131313;
    color:white;
    text-align:center;
}
#footer-inner {
    padding:10px 0 30px 0;
}
#footer-inner a {
    color:white;
    font-weight:bold;
    text-decoration:none;
}

.module-header, .widget-header {
    color:#000;
    font-weight:bold;	
	border-color: #BFD3D8 #d2d2d2 #c0c0c0;
	border-style: solid;
	border-width: 4px 1px 1px 0;
	background: url(images/sidebar_title.gif) right bottom no-repeat;
	font-size: 100%;
	margin: 0 0 1px;
	padding: 4px 49px 3px 5px;
}



.module-list, widget-list {
    list-style: none;
}









.searchbox {
width:90px; height:15px;
border-width:1px;
border-style:solid;
background-color:#FFFFFF;
border-color:#9B9B8F;
font-size:11px;
color:#523008; 
}
.searchbutton {
border-width:1px;
border-style:solid;
border-color:#9B9B8F;
font-size:11px;
}




.module-archives, .module-categories, .module-company, .module-latest, .module-recententry {
background:white;
}


.entry-header-top {
    margin-top: 0;
    padding: 0 0 0 0px;
    font-size: 30px;
    font-weight:bold;
}



#archive-title2 {

    /* ie win bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    color: #333;
    font-size:20px;
	line-height:1.2;
    font-weight:bold;
    padding: 20px 20px 20px 20px;
	border-color: #5F879F #d2d2d2 #c0c0c0 #d2d2d2;
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	background-color:whitesmoke;
	margin-bottom:3px;
	margin-top:0px;
}

.title-date {
    margin-top:6px;
    color:gray;
	font-size:12px;
	font-weight:normal;
}

.entry-box {
    padding: 15px 40px 15px 40px;
	border-color: #E6E6FA #d2d2d2 #c0c0c0 #E6E6FA;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

.entry-body, .entry-more {
    line-height:1.8;
}

div.bkmks {
    font-size:11px;
	padding:2px 0 2px 4px;
    background-color:#B0C4DE;
	border-color: #E6E6FA #d2d2d2 #c0c0c0 #E6E6FA;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

#bottom-menu {
    p\osition: relative;
				width:920px;
    padding:2px 10px 2px 10px;
    background-color:#2B2B2B;
	color:white;
	text-align:right;
}






.module-tagcloud .module-list {text-align: left;margin:0 0 0 0; } 
.module-tagcloud .module-list { list-style: none; } 
.module-tagcloud .module-list ul{ line-height:0; } 
.module-tagcloud .module-list li{ line-height:normal; margin: 0 4px 0 0; } 
.module-tagcloud .module-list-item { display: inline; } 
.module-tagcloud li.taglevel1 { font-size: 18px; } 
.module-tagcloud li.taglevel2 { font-size: 16px; } 
.module-tagcloud li.taglevel3 { font-size: 14px; } 
.module-tagcloud li.taglevel4 { font-size: 12px; } 
.module-tagcloud li.taglevel5 { font-size: 10px; } 
.module-tagcloud li.taglevel6 { font-size: 8px; } 



.tbinpt {
	width:300px; height:16px;
	border-width:1px;
	border-style:solid;
	background-color:#FFFFFF;
	border-color:#9B9B8F;font-family:Tahoma; font-size:11px;  color:#523008; 
}




.press {
	margin : 30px 30px 20px 30px;
	text-align:left;
}



/* ======================================================================================================================== */

/* ======================================================================================================================== */

/* ======================================================================================================================== */

/* ======================================================================================================================== */




body	{
	background: black;
	color: #333333;
	font-size: 75%;
	line-height: 1.5;
	_text-align: center;
	font-family: "Verdana", "San-serif";
}




/* Wide-Thin */

.layout-wt #alpha {
    margin:0px;
	padding:0px;
}

.layout-wt #beta {
    margin:0px;
	padding:0px;
}	

/* ========== Top img ========== */

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


#header-description {
    position:absolute;
    top:50px;
    left:400px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.125;
	display:none;
}

#visual {
    z-index:-100;
}

/* ========== parts ========== */
a img, img	{
	border: 0;
}

a {
	text-decoration: none ! important;
}

a:link{
	color: #0068b4;
}

a:visited	{
	color: #0068b4;
}

a:hover,
a:active,
a:focus
	{
	color: #333333;
}

.hover	{
	cursor: pointer;
}

.hover a	{
	color: #333333 !important;
}

.hover img	{
	*filter: alpha(style=0, opacity=80);
}


h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight: bold;
}

h1	{
	font-size: 150%;
	margin: 0;
}

h2	{
	font-size: 135%;
	margin-top: 23px;
}

h3	{
	font-size: 120%;
	margin-top: 17px;
}

h4	{
	font-size: 105%;
	margin-top: 17px;
}

hr	{
	display: none;
}

p, dl, ol, ul	{
	margin-top: 17px;
}

dt, li	{
	margin-top: 10px;
}

dt	{
	font-weight: bold;
}

dd p, dd dl, dd ol, dd ul,
li p, li dl, li ol, li ul
	{
	margin-top: 0;
}

li, dd	{
	margin-left: 40px;
}

blockquote	{
	background: #ecede4;
	color: #5b6973;
	margin-top: 15px;
	padding: 1px 14px 10px;
}

em, strong 	{
	font-weight: bold;
}

sub	{
	font-size: 75%;
	vertical-align: baseline;
	*font-size: 85%;
}

div.clear {
	clear: both;
}

table,
table th,
table td
	{
	border-color: #d2d2d2;
	border-style: solid;
}

table	{
	border-spacing: 1px;
	border-width: 1px 0 0 1px;
	font-size: 100%;
	margin-top: 15px;
	width: 100%;
	_width: 668px;
}

table th,
table td	{
	padding: 5px 5px 6px;
}

table thead th,
table tfoot th
	{
	background: #f1f1f1;
	border-top-color: #ffffff;
	border-width: 0 1px 0 0;
	color: #5b6973;
	font-weight: bold;
	text-align: center;
}

table tbody th,
table tbody td
	{
	border-width: 0 1px 1px 0;
	vertical-align: top;
}

table tbody th	{
	text-align: left;
}

table tr.topwone th,
table tr.topwone td
	{
	border-top-width: 1px;
}

table.data td,
table .data td,
table td.data
	{
	text-align: right;
}




/* ========== TopNavi ========== */

#TopNavi
	{
	background: url(images/navigation_bg0100.png) left top no-repeat;
	_background-image: url(images/navigation_bg0100.gif);
	margin: 5px;
	position: absolute;
	top: 235px;
	left: 0;
	width:940px;
	}

#TopNavi ul
	{
	height: 60px;
	margin: 0;
	}

#TopNavi li
	{
	float: left;
	list-style: none;
	margin: 0;
	}

#TopNavi li.arc
	{
	margin-left: 45px;
	}
	


#TopNavi ul {
	border: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
	height: 60px;
}
#TopNavi ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}
#TopNavi ul li a {
	display: block;
	height: 60px;
	padding: 0;
	margin: 0;
}
#TopNavi ul li strong { display: none; }


li#nav_iphome a { width: 200px; }
li#nav_business a { width: 200px; }
li#nav_solving a { width: 260px; }
li#nav_marketing a { width: 260px; }


li#nav_iphome a:hover { background: transparent url(images/navigation_bg0101.gif) 0px 0px no-repeat; }
li#nav_business a:hover { background: transparent url(images/navigation_bg0101.gif) -200px 0px no-repeat; }
li#nav_solving a:hover { background: transparent url(images/navigation_bg0101.gif) -400px 0px no-repeat; }
li#nav_marketing a:hover { background: transparent url(images/navigation_bg0101.gif) -660px 0px no-repeat; }



/* ========== company ========== */

#lnk_comp {
	position: absolute;
	top: 15px;
	left: 730px;
}


/* ========== copyright ========== */

.copy {font-weight:normal;    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",Osaka, "ＭＳ Ｐゴシック", sans-serif;}


/* ========== module ========== */
	
#module-latest ul  {
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height:0;
}

#module-latest li	{
	clear: left;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
}

#module-latest li a	{
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: block;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 0;
	line-height:1.6;
}

#module-latest li a:hover,
#module-latest li a:active,
#module-latest li a:focus
{
	background-color: #D8EEEE;
	border-color: #bed2d2;
}





#module-recententry ul  {
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height:0;
}

#module-recententry li	{
	clear: left;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
}

#module-recententry li a	{
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: block;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 0;
	line-height:1.6;
}

#module-recententry li a:hover,
#module-recententry li a:active,
#module-recententry li a:focus
{
	background-color: #D8EEEE;
	border-color: #bed2d2;
}




#module-montharchives ul  {
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height:0;
}

#module-montharchives li	{
	clear: left;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
}

#module-montharchives li a	{
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: block;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 0;
	line-height:1.6;
}

#module-montharchives li a:hover,
#module-montharchives li a:active,
#module-montharchives li a:focus
{
	background-color: #D8EEEE;
	border-color: #bed2d2;
}


/* ========== widget list ========== */


.widget-recent-entries ul  {
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height:0;
}

.widget-recent-entries li	{
	clear: left;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
}

.widget-recent-entries li a	{
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: block;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 0;
	line-height:1.6;
}

.widget-recent-entries li a:hover,
.widget-recent-entries li a:active,
.widget-recent-entries li a:focus
{
	background-color: #D8EEEE;
	border-color: #bed2d2;
}



/* ========== category list ========== */

.neon{
	background: #f1f1f1;
	border-color: #b8bebf #d2d2d2;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin-top: 1px;
	padding: 5px 10px 0;
}

.neon h2,
.neon h3	{
	font-size: 110%;
	margin: 0;
}

.neon .description	{
	font-size:0.8em;
	margin-top: 1px;
}

.neon .subInfo	{
	background: LightSteelBlue;
	border-color: #b8bebf;
	border-style: solid;
	border-width: 0 1px 0 0;
	color: #314343;
	font-size: 80%;
	margin: 2px -11px 0 -10px;
	padding: 2px 10px;
	*margin-bottom: 0;
	*position: relative;
	*bottom: -6px;
	_position: static;
}
	
.neon.hover	{
	background-color: #D8EEEE;
}
.neon.hover .subInfo	{
	background-color: #b6d8e2;
}

.neon .link a img	{
	top: 8px;
	left: 10px;
	margin-right:10px;
}







/* ========== future ========== */

.future .neon	{
	background-color: #f1f1f1;
	border-right: #d2d2d2 solid 1px;
	border-bottom: #b8bebf solid 1px;
	float: left;
	margin: 0px 0 4px 0px;
	padding: 0 10px;
	position: relative;
	width: 148px;
	_width: 159px;
}

.future .neon.hover	{
	background-color: #D8EEEE;
}

.future .neon h2	{
	margin-top: 105px;
	margin-bottom: 2em;
}

.future .neon p	{
	margin-top: 0;
}

.future .neon h2 a img	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.future .neon .description	{
	margin: -1.5em 0 2em;
}

.future .neon .photocopyright	{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}

.future .neon.hover .photocopyright img	{
	*filter: alpha(style=0, opacity=100);
}

.future .neon .subInfo	{
	background-color: #d3dadb;
	border-color: #f1f1f1 #b8bebf;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #314343;
	font-size: 83.33%;
	overflow: hidden;
	padding: 2px 10px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 138px;
	_width: 149px;
}

.future .neon.hover .subInfo	{
	background-color: #bbd8e2;
}
	

/*----------------- future wide ---------------------------*/

.future .neon.special	{
	background: left top no-repeat;
	border: none;
	height: 225px;
	padding: 0;
	width: 400px;
	margin-right:4px;
}
.future .neon.special .specialInfo	{
	background: url(images/future_special_bg.png) left top;
	padding: 7px 12px 8px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 366px;
	*width: 376px;
	_filter: alpha(style=0, opacity=90);
	_width: 366px;
}
.future .neon.special h2	{
	margin: 0;
}
.future .neon.special .description	{
	margin: 0 0 5px;
}
.future .neon.special .description .author	{
	display: none;
}
.future .neon.special .subInfo	{
	background-color: transparent;
	border: none;
	border-top: #BDCFCF solid 1px;
	color: #314343;
	margin: 0 -6px;
	padding: 2px 6px 0;
	position: static;
	width: auto;
}
.future .neon.special.hover .specialInfo	{
	background-color: #D8EEEE;
	background-image: none;
	_filter: alpha(style=0, opacity=100);
}


/*----------------- future narrow ---------------------------*/

.future .neon.special2	{
	background: left top no-repeat;
	border: none;
	height: 225px;
	padding: 0;
	width: 306px;
}
.future .neon.special2 .specialInfo	{
	background: url(images/future_special_bg.png) left top;
	padding: 7px 12px 8px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 274px;
	*width: 286px;
	_filter: alpha(style=0, opacity=90);
	_width: 274px;
}
.future .neon.special2 h2	{
	margin: 0;
}
.future .neon.special2 .description	{
	margin: 0 0 5px;
}
.future .neon.special2 .description .author	{
	display: none;
}
.future .neon.special2 .subInfo	{
	background-color: transparent;
	border: none;
	border-top: #BDCFCF solid 1px;
	color: #314343;
	margin: 0 -6px;
	padding: 2px 6px 0;
	position: static;
	width: auto;
}
.future .neon.special2.hover .specialInfo	{
	background-color: #D8EEEE;
	background-image: none;
	_filter: alpha(style=0, opacity=100);
}
	
	




/* ========== page navigation ========== */
.pagenavi {
text-align:center;
margin-top:0px;
margin-bottom:0px;
background:snow;
border-bottom: #BDCFCF solid 1px;
border-right: #BDCFCF solid 1px;
padding:2px 20px 2px 20px;
}



/* ========== related entry ========== */


h4.relatedentrycap {
background-color:lavender;
border-color: #d2d2d2;
border-style: solid;
border-width: 1px 1px 1px 1px;
padding: 2px 0px 2px 10px;
margin-bottom:0px;
}

#relatedentrylst ul  {
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height:0;
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

#relatedentrylst li	{
	clear: left;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
}

#relatedentrylst li a	{
	border-color: #f1f1f1;
	border-style: solid;
	border-width: 0 0px 1px 1px;
	display: block;
	font-weight: normal;
	padding: 0px 10px 0px 30px;
	margin: 0 0 0 0;
	line-height:1.6;
}

#relatedentrylst li a:hover,
#relatedentrylst li a:active,
#relatedentrylst li a:focus
{
	background-color: #D8EEEE;
	border-color: #bed2d2;
}

/* ========== writer ========== */

.writername {
text-align:right;
}

/* --------------------------
sub-page
-------------------------- */
.subpage_content{
	width:680px;
	margin:16px 0px 8px 0px;
	padding:0px 16px 16px 16px;
	border:solid 1px #DDDDDD;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:1.7em;
	/* background-color:#f8f8f7; */
	color:#363636;
	}

.subpage_content_no_border{
	width:680px;
	margin:16px 0px 8px 0px;
	padding:0px 16px 16px 16px;
	/* border:solid 1px #eeeeee; */
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:1.7em;
	/* background-color:#f8f8f7; */
	color:#666666;
	}
	
.sub_content_title{
	margin:0px 0px 24px 0px;
	padding:8px 2px 2px 9px;
	font-size:20px;
	color:#444444;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	line-height:1.2em;
	vertical-align:top;
	border-left:solid 7px #ffea00;
	}

.sub_content_title_jp{
	margin:0px 0px 24px 0px;
	padding:8px 2px 2px 9px;
	font-size:20px;
	color:#444444;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	line-height:1.2em;
	vertical-align:top;
	border-left:solid 7px #1F3C7F;
	}

.sub_content_title_note{
	font-size:9px;
	color:#888888;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	line-height:1.4em;
	vertical-align:top;
	}
	
	
	.subnavi {
	width:192px;
	margin:10px 0px 12px 0px;
	padding:0px 0px 0px 8px;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:2.4em;
}