/*
Theme Name: Hello Worlb
*/
html {
    background-color: #fff;
}
body {
    font-family: consolas, courier new, verdana, arial, serif;
    color: #2c2c2c;
    min-width: 960px;
    text-align: center;
    padding: 1em 0 0 0;
}
a {
    text-decoration: none;
}
a:link {
    color: #00c;
}
a:hover, a:visited:hover {
    color: #f00;
}
a:visited {
    color: #606;
}
input, textarea {
    border: 1px solid #999;
    background-color: #f9f9f9;
}
input:hover, textarea:hover,
input:focus, textarea:focus {
    border: 1px solid #000;
    background-color: #fff;
}
#doc2 {
    background-color: #fff;
}
#hd {
    text-align: left;
    border-bottom: 3px double #000;
    padding-bottom: 0.5em;
    padding-left: 1em;
    margin-bottom: 0.5em;
}
#hd-main {
    width: 500px;
    float: left;
}
#hd-extra {
    width: 100px;
    float: right;
    text-align: right;
    padding-right: 1em;
    padding-top: 30px;
}
#hd h1 {
    font-size: 262%;
    line-height: 1em;
    font-weight: bold;
    font-family: courier new, consolas, courier, georgia, serif;
    letter-spacing: 1px;
}
#hd h1 a:link,
#hd h1 a:visited {
    color: #000;
}
#hd h1 a:hover {
    color: #f00;
}
#hd p {
    color: #090;
    font-size: 85%;
}
#bd {
    text-align: left;
}
#bd #yui-main .yui-b {
    padding: 0.5em 0 0.5em 1em;
    line-height: 145%;
}
#bd #yui-main p.date {
    color: #555;
    font-size: 77%;
}
#bd em {
    font-style: italic;
}
#bd strong {
    font-weight: bold;
}
#bd #yui-main h2 {
    font-size: 153.9%;
    font-weight: bold;
}
#bd #yui-main h2.pagetitle {
    padding-bottom: 0.5em;
}
#bd #yui-main h3 {
    font-size: 123.1%;
    font-weight: bold;
    padding-bottom: 0.5em;
}
#bd #yui-main p {
    padding-bottom: 1em;
    font-size: 108%;
}
#bd #yui-main quote {
    padding: 1em;
}
#bd #yui-main pre {
    font-size: 85%;
}
#bd #yui-main img {
    margin: 0 1em;
}
#bd #yui-main ol {
}
#bd #yui-main ul {
    font-size: 108%;
    padding-bottom: 1em;
}
#bd #yui-main ul li{
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 1em;
}
#comments {
    margin-top: 20px;
}
h3.commentos {
    font-style: italic;
}
ol.commentlist {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}
ol.commentlist li {
    border-top: 1px dotted #ccc;
}
ol.commentlist li.odd {
    background-color: #f8f8f8;
}
ol.commentlist li p {
    padding: 0 1em;
}
h2.widgettitle {
    font-size: 131%;
    color: #000;
    font-weight: normal;
}
.commentmetadata {
    font-size: 77%;
    text-align: right;
}
.vcard {
    font-weight: bold;
    padding-bottom: 0.5em;
}
#sidebar {
    padding: 0.5em 1em;
}
#sidebar ul li li {
    border-top: 1px dotted #ccc;
    padding-bottom: 0.1em;
}
.widget {
    padding-bottom: 1em;
}
#ft {
    margin-top: 0.5em;
    border-top: 3px double #000;
    text-align: center;
}
#ft p {
    padding-top: 0.5em;
}
/* wp utility classes */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}
