body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    background-color: white;
}

img {
    border: 0px;
}

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

#header {
    padding: 0px;
    overflow: hidden;
    background: white url(header.png) repeat-x top left; 
    text-align : left;
    min-height: 200px;
}

#content {
    width: 850px;
    margin: auto;
}

#alpha, #beta {
    display: inline;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
}

#alpha {
    width: 560px;
    float: left;
    margin: 0px;
}

#beta {
    width: 200px;
    float: right;
    margin: 0px;
}

#footer {
    clear: both;
    text-align: center;
    margin: 20px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
}

/* Header ----------------------------------------- */


#header h1 {
    position: absolute;
    top: 35px;
    left: 20px;
    margin: 0 0 5px;
    line-height: 1;
    color: #005; 
    font-size: 25px;
    font-weight: bold;
}

#header h2 {
    position: absolute;
    top:75px;
    left: 20px;
    margin: 0;
    font-size: 12px;
    line-height: 1.125;
    color: #005;  
}

#header p {
    position: absolute;
    top: 5px;
    right: 20px;
    color: #005;
}

#header img {
    position: absolute;
    top: 100px;
    right: 20px;
}

#header a {
    text-decoration: none;
    color: #005;
    font-weight: bold;
    text-decoration: underline;
}

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

/* Alpha ------------------------------------------ */

#alpha h3 {
    border-left: solid 10px #000050;
    border-bottom: solid 1px #000050;
    border-top: solid 1px #000050;
    padding: 3px 0px 3px 15px;
    margin-bottom: 30px;
    font-size: 110%;
}

#alpha h4 {
    text-decoration: none;
    color: black;
    border-bottom: 1px #000050 solid;
    font-size: 100%;
    clear: both;
}

#alpha p {
    line-height: 140%;
}

#alpha img {
    padding : 10px;
    float: left;
}

#alpha a {
    color: blue;
    text-decoration: none;
}

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

#alpha .asset-meta {
    clear: both;
}

#alpha .asset-meta a {
    color: blue;
    text-decoration: none;
}

#alpha .asset-meta a:hover {
    color: red;
    text-decoration: none;
}

/* Beta ------------------------------------------- */

#beta h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    background-color: #000050;
    display : block;
    color: #fff;
    padding: 2px;
}

#beta ul {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
    padding-top: 3px;
    background-color: #bbbbff;
}

#beta li {
    padding: 0px 0px 0px 5px;
    margin-bottom: 5px;
}

#beta a {
    color: blue;
    text-decoration: none;
}

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

#sideothers .imgpowered {
    padding: 10px;
}

#beta .sidead {
text-align:center;
background-color : #ddddff;
border: solid 1px #2222ff;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-top: 10px;
margin-bottom: 10px;
}
#beta .sidead h4 {
background-color : #2222ff;
color : white;
margin: 0px;
}

/* Footer ----------------------------------------- */

#footer h3 {
    font-size: 100%;
    font-weight: normal;
    color: #000050;
    text-align: center;
    padding-left: 100px;
    float: left;
}

#footer img {
}

#footer a {
    color: #000050;
    text-decoration: underline;
}

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

/* Comment ----------------------------------------- */

#comments h5 {
    font-size: 110%;
    font-weight: bold;
    margin: 0px;
}

#comments p {
    margin: 2px 0px 2px 20px;
    line-height: 120%;
}

.comment-footer {
    margin: 0px 0px 20px 2px;
}

/* Express ----------------------------------------- */

#express {
border-top : 1px solid #000050;
border-left : 1px solid #000050;
border-right : 3px solid #000050;
border-bottom : 3px solid #000050;
clear : both;
margin : 30px 20px 20px 20px;
padding : 5px;
background-color: #ddddff;
}

#express h3 {
  font-size : 110%;
  padding : 0px 0px 0px 7px;
  margin : 5px 5px 5px 0px;
  border-width : 0px 0px 0px 0px;
}

#express p {
line-height: 120%;
}

/* tagcloud ----------------------------------------------- */

.tagcloud { margin-right: 50px; line-height: 180% }
.tagcloud li {
  display: inline;
  background: none;
  margin-left: 5px;
}
.tagcloud ul { list-style: none; }

.tagcloud-li1 { font-size: 31px; }
.tagcloud-li2 { font-size: 29px; }
.tagcloud-li3 { font-size: 26px; }
.tagcloud-li4 { font-size: 23px; }
.tagcloud-li5 { font-size: 18px; }
.tagcloud-li6 { font-size: 13px; }

#alpha .tagcloud a:hover { text-decoration: underline; }
#alpha .tagcloud-li1 a{ color: #ff0000; }
#alpha .tagcloud-li2 a{ color: #990000; }
#alpha .tagcloud-li3 a{ color: #999900; }
#alpha .tagcloud-li4 a{ color: #009900; }
#alpha .tagcloud-li5 a{ color: #00ff00; }
#alpha .tagcloud-li6 a{ color: #0000ff; }

/* tags ---------------------------------------------- */

.entry-tags-list {
  list-style: none;
  padding-left: 0px;
}

.entry-tag {
  display: inline;
}
