@charset "UTF-8";

body {
 margin: 0;
 padding: 0;
 color: #000;
 background-color: #FFF;
 text-align: center;
 font-family: Palatino, Geogia, Times, 'Times New Roman', "qMmpS Pro W3", "lr oSVbN", Verdana;
 font-size: 90%;
}

/* master init styles */

h1, h2, h3, h4, p, ul, li {
 margin: 0;
 padding: 0;
}

a {
 text-decoration: underline;
}

a:link, a:visited {
 color: #eadc62;
}

a:active, a:hover {
 color: #ffffff;
}

ul {
 list-style-type: none;
}

li {
 list-style-position: outside;
}

/* contents styles */

div#container {
 width: 90%;
 height: auto;
 margin: 0 auto;
 padding: 20px 0 0;
 background-color: transparent;
 text-align: left;
}

/* div#header */
div#header {
 width: auto;
 height: 70px;
 padding: 10px 0;
 background-color: transparent;
 background-image: url("images/logo.gif");
 background-repeat: no-repeat;
 background-position: 0 10px;
 text-align: left;
}

div#header a:link, div#header a:visited, div#navigation a:link, div#navigation a:visited {
 color: #ffffff;
}

div#header a:active, div#header a:hover, div#navigation a:active, div#navigation a:hover {
 color: #000;
 text-decoration: underline;
}

div#header h1 {
 color#ffffff;
 font-size: 120%;
 font-weight: bold;
 text-indent: -9999px;
}

div#header p {
 color#ffffff;
 font-size: 90%;
 font-weight: normal;
 text-indent: -9999px;
}

div#header ul {
 float: right;
}

div#header li {
 display: inline;
 margin-left: 0.5em;
 color: #ffffff;
 font-family: 'Lucida Sands', Helvetica, Arial, Verdana, sans-serif;
 font-size: 85%;
 text-transform: lowercase;
}

div#header li#english {
 padding-left: 0.5em;
 border-left: 1px solid #ffffff;
}

/* div#navigation */
div#navigation ul {
 margin-bottom: 2em;
}

div#navigation li {
 display: inline;
 margin-right: 0.5em;
 padding-left: 0.5em;
 border-left: 1px solid #ffffff;
 color: #ffffff;
 font-size: 100%;
 font-weight: bold;
 text-transform: lowercase;
}

div#navigation li#top {
 padding-left: 0;
 border-left: none;
}

/* div#contents */
div#contents {
 float: left;
 width: 75%;
 height: auto;
 border-right: 1px dotted #000000;
 margin: 0 auto 20px 0;
 padding: 0 3% 0 0;
}

div#contents .articles {
 width: auto;
 height: auto;
 padding: 1em 0 1em 2%;
 border-left: 5px solid #000000;
 border-bottom: 1px dotted #000000;
 margin-bottom: 2em;
}

div#contents .archivelist1 {
 float: left;
 width: 47%;
 height: auto;
 margin: 0 auto;
 padding: 0.5em 0 0.5em 2%;
 border-left: 3px solid #000000;
 margin-bottom: 2em;
}

div#contents .archivelist2 {
 float: left;
 width: 96%;
 height: auto;
 margin: 0 auto;
 padding: 0.5em 0 0.5em 2%;
 border-left: 3px solid #000000;
 margin-bottom: 2em;
}

div#contents h2 {
 margin-bottom: 0.5em;
 color: #ffffff;
 font-size: 200%;
 font-weight: bole;
 text-transform: none;
}

div#contents h2#archives {
 color: #eadc62;
 font-size: 140%;
 font-weight: bold;
}

div#contents h2#codingarchives, div#contents h2#stylingarchives {
 color: #ffffff;
 font-size: 150%;
 font-weight: bold;
}

div#contents h3 {
 margin-bottom: 0.5em;
 color: #ffffff;
 font-size: 150%;
 font-weight: normal;
 text-transform: capitalize;
}

div#contents h4 {
 margin-bottom: 0.5em;
 color: #ffffff;
 font-size: 120%;
 font-weight: bold;
 text-transform: capitalize;
}

div#contents p {
 margin-bottom: 1em;
 color: #000000;
 font-size: 100%;
 font-weight: normal;
 line-height: 150%;
}

div#contents p.category {
 margin-bottom: 1em;
 color: #000000;
 font-size: 95%;
 font-weight: bold;
 line-height: 150%;
}

div#contents p 
img {
 float: left;
 width: auto;
 height: auto;
 border: 1px solid #000000;
 margin-right: 1em;
 margin-bottom: 0.5em;
}

div#contents ul {
 list-style-type: disc;
}

div#contents li {
 color: #000000;
 list-style-position: inside;
}

/* div#links */
div#links {
 float: right;
 width: 20%;
 height: auto;
 margin: 0;
 padding: 0;
}

div#links h2 {
 margin-bottom: 0.5em;
 color: #000000;
 font-size: 140%;
 font-weight: normal;
 text-transform: lowercase;
}

div#links ul {
 list-style-type: disc;
}

div#links li {
 color: #000000;
 list-style-position: inside;
}

/* address#footer */
address#footer {
 clear: both;
 width: auto;
 height: auto;
 border-top: 1px solid #000000;
 padding-top: 5px;
 text-align: center;
 font-family: 'Lucida Sands', Helvetica, Arial, Verdana, sans-serif;
 font-size: 90%;
 font-weight: normal;
 font-style: normal;
 text-transform: lowercase;
   
}
