@charset "utf-8";
/*
 * Style Name: Blue design Stylesheet
 * Style URI: http://purpr.in/common/stylesheets/blue.css
 * Description: decorations, colors, and any other styles setting.
 * Version: 1.0.0
 * Last Up Date: 2006-05-16T15:54:10+09:00
 * Author: purprin
 * Author URI: http://purpr.in/
 * Author Email: purprin[at mark]gmail.com
 * Guideline URI: http://purpr.in/common/guideline/css/
 */

/* ----------------------------------------
 * Structures
 * ---------------------------------------- */
body {
    padding: 0;
    background: #012641 url("http://purpr.in/common/images/bg/blue/body.gif") fixed bottom repeat-x;
    }

div#container {
    background-color: transparent; 
    }

    div#header {
        min-height: 130px;
        background: #012641 url("http://purpr.in/common/images/penguin.gif") no-repeat;
        }

    div#nav_container {
        border-top: 1px solid #999 !important;
        background: #012641 url("http://purpr.in/common/images/bg/") repeat;
            }

    div#contents {
        border: none !important;
        background-image: none !important;
        background-color: transparent !important;
        }

        div#main,
        div#contents_one {
            margin-top: 15px;
            padding: 0;
            -moz-border-radius: 15px 0 15px 0;
            background: #fff url("http://purpr.in/common/images/bg/") repeat !important;
            }

        div#sub,
        div#conents_two {
            background-image: none;
            background-color: transparent !important;
            }

    div#footer {
        border: none !important;
        background-color: transparent;
        }

/* ----------------------------------------
 * Common
 * ---------------------------------------- */
* {
    color: #333;
    }

/* Text module */
address {
    padding: 0.4em 15px;
    color: #fff;
    }

h1 {
    margin: 0 15px 0 130px;
    padding-top: 0.9em;
    color: #fff;
    font-weight: bold;
    }

h2 {
    margin-bottom: 0.5em; 
    padding: 0.1em 0;
    color: #222;
    font-weight: bold;
    }

div#main h2,
div#contents_one h2 {
    margin: 0.5em 10px;
    padding: 0.6em 0 0.5em 38px;
    background: transparent url("http://purpr.in/common/images/icon/penguin/h2.gif") no-repeat 0 7px;
    }

div#sub h2,
div#sub h3,
div#contents_two h2,
div#contents_two h3 {
    color: #fff;
    }

h3 {
    margin-bottom: 0.6em; 
    padding: 0.1em 0;
    border-bottom: 1px solid #333;
    color: #222;
    font-weight: bold;
    }

h4 {
    font-weight: bold;
    }

/* Hypertext module */
a {
    text-decoration: underline;
    }

a:link {
    color: #033f5b;
    }

div#sub a:link,
div#contents_two a:link,
ul#nav a:link {
    color: #fff;
    }

a:visited {
    color: #485270;
    }

div#sub a:visited,
div#contents_two a:visited,
ul#nav a:visited {
    color: #fff;
    }

div#sub a:visited:after,
div#contents_two a:visited:after {
    margin-left: 4px;
    color: #fff;
    content: url("http://purpr.in/common/images/icon/bullet/ok_fff_12x12.gif");
    text-decoration: none;
    }

a:hover {
    color: #fff;
    background-color: #033f5b;
    text-decoration: none;
    }

a:active {
    color: #fff;
    background-color: #033f5b;
    text-decoration: none;
    }

/* List module */
ul li {
    list-style-image: url("http://purpr.in/common/images/icon/bullet/flower_b5ed48_12x12.gif");
    }

div#main ul li,
div#contents_one ul li {
    list-style-image: url("http://purpr.in/common/images/icon/bullet/flower_090_12x12.gif");
    }

div#sub li,
div#contents_two li,
ul#nav li {
    color: #fff;
    }

/* ----------------------------------------
 * IDs and Classes
 * ---------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    }

    /* Hack */
    * html .clearfix {
        height: 1%;
        }

div#main .section,
div#contents_one .section {
    margin: 12px 12px 12px 12px;
    padding: 5px 12px 10px 12px;
    background: #b5d9e4 url("http://purpr.in/common/images/bg/blue/bg.gif") repeat-x;
}

div#sub .section,
div#contents_two .section {
    background-color: transparent !important;
    }

div#contents_one .section .section,
div#contents_one .section .section .section {
    margin: 0.4em 0 0 15px;
    padding: 0;
    background-image: none;
    background-color: transparent;
    }

.clear {
    clear: both;
    }

p.version {
    margin: 0 15px 0 130px;
    padding: 0 0 0.4em 0;
    color: #fff;
    }

p.datetime {
    margin: 0 15px 0 130px;
    padding: 0 0 0.8em 0;
    color: #fff;
    }

ul#nav {
    margin: 0.3em 15px 0 15px;
    padding: 0 0 0.2em 0;
    text-align: left;
    }

ul#nav li {
    margin: 0;
    padding: 0 0.3em 0 0;
    display: inline;
    }

ul#nav li:after {
    content: " > ";
    }

ul#nav li.here:after {
    content: " ";
    }

li.here {
    font-weight: bold;
    }

/* Appendix */
code.element {
    color: #35683b;
    font-family: "Courier", "MS Courier New", monospace;
    }

code.header {
    font-size: 130%;
    font-weight: bold;
    }

dd.element_description {
    
    }

dd.element_description p {
    
    }

div.element_example {
    padding: 10px;
    background: #fff url("http://purpr.in/common/images/bg/texture/gray_60x60.gif") repeat;
    }

div.element_example * {
    margin: 0 !important;
    }
