/* JN CSS */

/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.jichinet.com/mtos_sys/mt-static/themes-base/blog.css);
@import url(http://www.jichinet.com/mtos_sys/mt-static/support/themes/minimalist-light-blue/minimalist-light-blue.css);
/* end StyleCatcher imports */

/* BASE Thin-Wide JN */

#container {
    width: 812px;
    min-height: 100%;
    margin: 0 auto;
    text-align:center;
}

#container-inner {
    width: 812px;
    min-height: 100%;
    margin: 0;
    text-align:left;
    background-color: #fff;
}

.layout-tw #alpha {
    left: 171px;
    width: 640px;
}

.layout-tw #beta {
    left: -638px;
    width: 170px;
}


/* Layout JN */

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

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

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

#content { 
    margin-top: 15px;  
    margin-bottom: 15px;  
}

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

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


/* Global JN */

body {
text-align: center;
color: #000;  
font-family: trebuchet ms;   
font-size:14px;
background-color: #bbf;
}

a {
color: #0000ff; 
text-decoration: none;
}

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


/* Header JN */

#header { 
border-top:solid 5px #bbf;
background: #0055cc url(dummy.png) repeat-x bottom right; 
}

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

#header a:hover {
color: #ff5;
font-weight: bold;
text-decoration:none;
}

#header-name {
color: #fff; 
font-size: 24px;
font-weight: bold;
}

#header-description {
color: #fff;  
}

#header-content {
width: 722px; 
margin:14px 15px 14px;
}


/* Footer JN */

#footer { 
background-color: #0055cc; 
text-align: center;
margin:0;
}

#footer-content,
#footer-content a {
margin:8px 18px 8px;
color:#fff;
text-decoration: none;
font-size:10px;
}

#footer-content a:hover {
color: #ff5; 
text-decoration: none;
}

/* Content JN */

.entry-asset {
border-width: 1px;
border-color: #038;
border-style: solid;
margin: 0 0 15px;
}

.asset-header {
background-color: #27f;
padding: 3px 10px;
}

.asset-name {
padding: 0;
margin: 0;
color: #fff;
font-size: 16px;
font-weight: bold;
}

.asset-content {
margin: 5px 10px;
line-height:140%;
font-size:12px;
}

.asset-content a {
color:#0000ff;
text-decoration: none;
}

.asset-content a:hover {
color:#ff00aa;
text-decoration: underline;
}


/* Widget JN */

.widget {
width: 150px;
border-width: 1px;
border-color: #038;
border-style: solid;
margin: 0 0 15px 18px;
}

.widget h3 {
margin: 0;
padding: 2px 8px;
}

.widget-header {
background-color: #27f;
}

.widget-header {
font-size: 12px;
font-weight: bold;
color:#fff;
}

.widget-header a {
color:#0000ff;
text-decoration: none;
}

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

.widget-content {
margin: 2px 8px 8px;
font-size: 12px;
color:#000;
}

.widget-content a {
    text-decoration: none;
    color: #00f;
}

.widget-content 
a:hover {
    color:#ff00aa;
    text-decoration: underline;
}

/* Custom JN */
#kijitop {
width: 600px;
margin:0 0 15px;
font-size:12px;
background-color:#bbf;
text-align:center;
border:solid 1px #bbf;
}

#gotoppage {
margin:0 0 15px 18px;
padding: 2px;
font-size:12px;
background-color:#fff;
text-align:center;
border:solid 1px #038;
}

#gotoppage a {
color: #0000ff; 
text-decoration: none;
}

#gotoppage a:hover {
color: #ff00aa; 
text-decoration: underline;
}


