@charset "utf-8";
@import url(../_import/common.css);
@import url(../_import/text_decorations.css);

body {
    margin: 0;
    padding: 0;
    background-color: #efece2;
    color: #333333;
    font-size: 80%;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    line-height: 160%;
    text-align: center;
}

#wrapper {
    width: 95%;
    max-width: 1024px;
    min-width: 780px;
    margin: auto;
    padding: 0;
    padding-top: 1em;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #ffffff;
    text-align: left;
}

/* Anchors */
a:link {
    background-color: transparent;
    color: #000099;
    text-decoration: none;
}

a:visited {
    background-color: transparent;
    color: #999999;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: #333333;
    text-decoration: underline;
}

a:active {
    color: #333333;
    background-color: transparent;
    text-decoration: none;
}

img {
    border: 0;
}

/* Forms */
input, textarea, select {
    font-family: "Lucida Grande", "HiraMaruPro-W4", sans-serif;
    font-size: 100%;
}

input[type="text"] {
    font-family: "Lucida Grande", "HiraMaruPro-W4", sans-serif;
    font-size: 100%;
}

fieldset {
    margin: 2em 0 1em 0;
    padding: 2em 0 1.5em 1em;
    border: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

legend {
    margin-left: 1em;
    padding: 0 2em 0 2em;
    border: 1px solid #cccccc;
}

.noscript {
    display: inline;
}

#header {
    height: 5em;
    margin: 0 0 10px 0;
    padding: 1em;
    background-color: #ffffff;
    color: #333333;
}

#header h1 {
    display: inline;
    float: left;
    margin: auto 0 0 0.5em;
    padding: .5em 0 5px 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif,Arial,Helvetica;
    font-size: 300%;
    color: #333333;
}

#header h1 a:link, #header h1 a:visited {
    color: #000000;
    text-decoration: none;
}

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

#subtitle {
    padding: 0.1em 0 0 5em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif, Arial, Helvetica;
    font-size: 100%;
}

#content {
    float: left;
    width: 70%;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0 1em 2em 2em;
}

#content h1 {
    font-size: 170%;
}

#content h2 {
    margin: 1em 0 0 0;
    padding: 0 0 5px 0.5em;
    background-color: transparent;
    color: #000000;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 120%;
}

#content h3, #content h4 {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

.section {
    padding: 0em 0.5em 0em 0.5em;
}

.article-title {
    padding: 0 0 4px 2em;
    color: #333333;
    border-bottom: 1px dashed #666666;
    font-size: 140%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.date {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 90%;
    color: #000000;
    background-color: transparent;
}

.date-title {
    background-color: transparent;
    font-size: 100%;
    padding-left: 0.5em;
    border-left: 6px solid #336699;
    border-bottom: 1px solid #cccccc;
}

.a-footer {
    margin-top: 2em;
    padding-top: 0.5em;
    border-top: 1px solid #cccccc;
    background-color: transparent;
    font-size: 90%;
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    text-align: right;
}

.a-footer a {
    margin: 0 0.5em 0 0;
    padding: 0px 0px 4px 14px;
    background: #ffffff url(../_shared/anchor_bg.png) 0px 0px no-repeat;
    font-size: 12px;
}
.a-footer a:hover {
    background-position: 0px -30px;
}
.a-footer a:active {
    background-position: 0px -60px;
}
a.status-on {
    background-position: 0px -90px !important;
}
a.status-on:hover {
    background-position: 0px -30px !important;
}
a.status-on:active {
    background-position: 0px -60px !important;
}

p#prev-logs {
    margin: 2em 2em 1em 1em;
    text-align: right;
}
p#prev-logs a {
    display: inline;
    margin-right: 2px;
    padding: 2px 20px 2px 10px;
    border: 1px solid #cccccc;
    background: #eeeeee url(../_shared/arrow_next.png) no-repeat 100% 50%;
    text-decoration: none;
}
p#prev-logs a:hover {
    background-color: #ffffff;
}

#menu-box {
    float: right;
    left: 78%;
    width: 22%;
    margin: 1em 1em 2em 0em;
}

#content-menu h2 {
    display: none;
}

ul.menu {
    list-style: none;
    right: 2.5%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida,
                 Optima, Verdana, sans-serif;
    font-weight: bold;
}

li.menu {
    list-style: none;
    margin-bottom: 0;
    line-height: 14px;
    text-indent: 0;
}

li.cur-menu {
    list-style: none;
    margin-bottom: 0;
    padding: 5px;
    border-left: 5px solid #336699;
    background-color: transparent;
    color: #333333;
    line-height: 14px;
}

a.menu, a.menu:visited {
    display: block;
    padding: 5px;
    background: transparent;
    color: #333333;
    text-decoration: none;
}

a.menu:hover {
    display: block;
    border-left: 5px solid #336666;
    background: transparent;
    color: #000000;
    text-decoration: none;
}

a.menu:active {
    display: block;
    border-left: 4px solid #333333;
    background: transparent;
    color: #333333;
    text-decoration : none;
}

dt {
    padding-left: .5em;
    border-left: 4px solid #369;
}

/* ---------------------------------------------- */
div.menu {
    margin: 1em 0 1em 0;
    padding: 0;
    border: 1px solid #999999;
    font-family: Tahoma, sans-serif;
}
div.menu a:link {
    color: #5050A0;
}

div.menu h2 {
    margin: 0;
    padding: 2px 0.5em 2px 0.5em;
    font-size: 100%;
    color: #333333;
}

div.menu p {
    padding-left: 0.5em;
}


div.menu ul {
    list-style: square;
    margin: 5px 5px 5px 1.8em;
    padding: 0;
    font-size: 90%;
}

/* ----- Tags ------ */
#tags ul {
    list-style: none;
}
#tags ul li {
    display: inline;
    margin: 0;
    padding: 0 .5em 0 0;
}
#tags ul li span.l1 {
    font-size: 180%;
    font-weight: bold;
}
#tags ul li span.l2 {
    font-size: 150%;
    font-weight: bold;
}
#tags ul li span.l3 {
    font-size: 150%;
}
#tags ul li span.l4 {
    font-size: 90%;
}
#tags ul li span.l5 {
    font-size: 70%;
    font-weight: bold;
}
#tags ul li span.l6 {
    font-size: 70%;
}

#search input {
    margin: 0 0 5px 5px;
}

#keyword {
    width: 90%;
}

/* Archive, Category, CSS-Swicher Form */
#archives,
#category,
#css-form {
    margin: 10px 0px 10px 0px;
}

/* Admin Menu */
#logout {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom : 0.5em;
    border-top: 1px solid #999999;
    background: #eeeeee url(../_shared/gray_stripe.png);
    text-align: center;
}

h2.menu-box {
    font-size: 130%;
}

#menu-box h3 {
    font-size: 110%;
}

#footer {
    clear: both;
    width: 94%; /* WinIE = 100%; */
    margin: 1em;
    padding: 1em;
    border-top: 1px solid #cccccc;
    background: #ffffff;
    font-family: Optima, sans-serif;
}

/* Validator Logos */
.logo {
    float: left;
    margin: 0px 1em 0.5em 0px;
}

.validator {
        margin: 0 5px 5px 0;
}

#validators, #w3c-validators {
    margin: 0;
    padding: 0;
}
#validators a:link, #validators a:visited {
    width: 81px;
    margin: 0 3px 0 0;
    padding: 2px 8px 2px 8px;
    border: 1px solid #666666;
    background: #99CC33 url(./resources/bg_s.png);
    color: #ffffff;00;
    text-decoration: none;
}
#validators a:hover {
    margin: 0 3px 0 0;
    padding: 2px 8px 2px 8px;
    border: 1px solid #666666;
    background: #99CC33 url(./resources/bg_s.png);
    color: #000000;
    text-decoration : none;
}
#validators a:active {
    margin: 0 3px 0 0;
    padding: 2px 8px 2px 8px;
    border: 1px solid #ff6600;
    text-decoration : none;
}
    
    
#rss, #rss2 {
    display: block;
    width: 80px;
    color: #336699;
} #rss:link, #rss:visited, #rss2:link, #rss2:visited {
    margin: 0.5em 0;
    padding: 0 8px 0 22px;
    border: 1px solid #336699;
    background: #ffffff url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
    color: #336699;
    font-size: 90%;
    text-decoration : none;
} #rss:hover, #rss2:hover {
    border: 1px solid #ff9900;
    background: transparent url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
    color: #FF9900;
    text-decoration: none;
} #rss:active, #rss2:active {
    border: 1px solid #666666;
    background: #666666 url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
    color: #FF9900;
    text-decoration: none;
}

address {
    margin: 0.5em 0 0 0;
}

#page-generation {
    clear: both;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #666666;
    font-size: 90%;
}
