@import url(../_import/common.css);
@import url(../_import/text_decorations.css);

/*
  ---------------------------------------------------------------
   P_BLOG CSS TEMPLATE "Alminum"
   $Id: 2004/12/16 22:25:22 Exp $
   and
   Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/
  ---------------------------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FOOTER
  ---------------------------------------------------------------
*/

/*
-----------------------------------------------------------------
    BASE ELEMENTS
-----------------------------------------------------------------
*/

body {
    font-size: 65.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url("./resources/kubrickbgcolor.jpg");
	background-color: white;
	color: #333;
	text-align: center;
	line-height: 200%;
	margin: 0;
	padding: 0;
}

#wrapper {
    background-color: white;
    background: url("./resources/kubrickbg.jpg") repeat-y top; border: none;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;
}

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

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

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

img {
    border: 0;
}

h1, h2, h3 {
	font-weight: bold;
	}

/* Forms */
input, textarea, select {
    font-size: 100%;
}

input[type="text"] {
    font-size: 100%;
}

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

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

.noscript {
    display: inline;
}

/*
-----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------
*/

#header {
    padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	background: url("./resources/kubrickheader.jpg") no-repeat bottom center;
}

#header h1 {
    font-size: 2.5em;
	text-align: center;
	padding-top: 85px;
	margin: 0;
}

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

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

#subtitle {
    font-size: 0.9em;
	text-align: center;
}

/*
-----------------------------------------------------------------
    CONTENT
-----------------------------------------------------------------
*/

#content {
    font-size: 1.2em;
    float: left;
    padding: 0 0 10px 10px;
	margin: 20px 0  20px 25px;
	width: 450px;
}

#wide-content {
    float: left;
    padding: 0 0 10px 10px;
	margin: 20px 0  20px 25px;
	width: 450px;
}

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

#content h2 {
    padding: 0.3em;
    border: 1px solid #999;
    border-left: 5px solid #999;
	border-right: 5px solid #999;
    background-color: #f5f5f5;
    font-size: 100%;
}

#content h3, #content h4 {
    font-weight: bold;
}

/* Section Level 1 */
.section {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

/* Section Level 2 */
.section .section {
    border: 0;
}

.article-title {
    padding: 0 0 4px 1.5em;
    border-bottom: 1px dotted #333;
    background: #fff url(./resources/y.png) 0 -10% no-repeat;
    font-size: 120%;
}

.date {
    font-size: 90%;
}


/* Article Footer */
.a-footer {
    text-align: right;
    font-size: 100%;
    background-color: transparent;
    border-top: 1px solid #ccc;
    margin-top: 2em;
    padding: 0.5em;
}

.a-footer a {
	padding: 0px 0px 4px 14px;
	font-size: 100%;
	margin: 0em  0.5em 0em 0em;
	background: #fff url(../_shared/anchor_bg.png) 0px 0px no-repeat;
        
    /* For Debug */
    /* border: 1px solid #6600CC; */

}

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

/* Previous Logs Navi Link */
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 #ccc;
    background: #eee url(../_shared/arrow_next.png) no-repeat 100% 50%;
    text-decoration: none;
}
p#prev-logs a:hover {
    background-color: #fff;
}

/*
-----------------------------------------------------------------
    MENU BOX
-----------------------------------------------------------------
*/

#menu-box {
    font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

/* Contents Navi */
#content-menu h2 {
    display: none;
}

ul.menu {
    list-style: none;
    right: 2.5%;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #999;
    background: transparent url(./resources/trans_bg_check_white.png);
    font-weight: bold;
}

li.menu {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #999;
    text-indent: 0;
}

/* Current Page Menu */
li.cur-menu {
    list-style: none; 
    margin-bottom: 0; 
    padding: 0.3em;
    border-right: 5px solid #999;
    border-bottom: 1px solid #999;
    border-left: 5px solid #999;
    background-color: transparent;
    color: #333;
    line-height: 14px;
}

a.menu, a.menu:visited {
    display: block;
    padding: 0.3em;
    color: #333;
    background: #f5f5f5;
    border-right: 5px solid #999;
    border-left: 5px solid #999;
    text-decoration: none;
}

a.menu:hover {
    background-color: #fff; 
    border-right: 5px solid #147;
    border-left: 5px solid #147;
    color: #147;
    text-decoration: none;    
}

a.menu:active {
    border-right: 5px solid #147;
    border-left: 5px solid #147;
    background-color: #fff;
    color: #147;
    text-decoration: none;
}


/* ---------------------------------------------- */
div.menu {
    margin: 1em 0 1em 0;
    padding: 0;
    border: 1px solid #999;
    background-color: #fff;
}

div.menu h2 {
    font-weight: bold;
    font-size: 90%;
    color: #333;
    background: #ccc url(./resources/bg_gray.png);
    padding: 2px 0.5em 2px 0.5em;
    margin: 0;
    border-bottom: 1px solid #999;
}

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


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

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

#keyword {
    width: 90%;
}

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

#rss:link, #rss:visited  {
    width: 81px;
    margin: 0px 3px 0px 0px;
    padding: 3px 8px 2px 8px;
    border: 1px solid #666;
    background-image: url(./resources/bg_gray.png);
    font-size: 90%;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

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

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

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

/*
-----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------
*/
#footer {
    background-color: #eee;
    background: url("./resources/kubrickfooter.jpg") no-repeat bottom; border: none;
    padding: 0 0 20px 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

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

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

#validators, #w3c-validators {
    margin: 0;
    padding: 0;
}

#validators a:link, #validators a:visited,
#rss:link, #rss:visited  {
    width: 81px;
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #666;
    color: #333;
    background: #eee url(./resources/bg_gray.png);
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

#validators a:hover,
#rss:hover  {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px;
    border: 1px solid #666; 
    background-color: transparent;
    color: #ff6600;
    text-decoration: none;
}

#validators a:active,
#rss:active {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px;
    border: 1px solid #ff6600;
    text-decoration: none;
}

address {
    margin: 0.5em 0 0 0;
}

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

/*
-----------------------------------------------------------------
  TEXT DECORATIONS
-----------------------------------------------------------------
*/
blockquote {
    font-size: 1em;
    background: #f5f5f5;
    margin: 10px;
    padding: 5px;
	width: 90%;
    border: dotted 1px #333;
    }
blockquote > address, blockquote > cite {
    padding-left: 1em;
    text-indent: -1em;
    text-align: right;
}
blockquote > address:before,
blockquote > cite:before {
    content: "魞☃⊆譌ｺ魞ㇳｽｻ遯ｶ讎ｲ蜒鯉ｽｫ魞☃㊥鬭ｩ魞趣ｽｩ魞☃㊥鬭ｩ遯ｶ鬭｢2015 ";
}
.citesource {
    margin-top: 5px;
    border-top: 1px solid #333;
    text-align: right;
}

.ex-ref {
    margin-left: 0;
    padding-left: 1.5em;
    background: url(../_shared/ex_ref.png) no-repeat 0% 40%;
    text-indent: 0.5em;
}