html, body {
    height: 100%;
    width: 100%;
}

* html #main {
    height: 100%;
    width: 100%;
}

body {
    background-color: #1c1e1f;
    background-image: url(../images/background.png);
}

a {
    color: #CCFF00;
    text-decoration: none;
}

a:hover {
    color: #CCFF00;
    text-decoration: underline;
}

.right {
    float: right;
}

.left {
    float: left;
}

.nofloat {
    float: none;
}

.box-top {
    margin-top: 1.5em;
}

.box-left {
    margin-left: 1.5em;
}

.box-bottom {
    margin-bottom: 1.5em;
}

.box-right {
    margin-right: 1.5em;
}

.box-normal {
    margin:1.5em;
}

.box-width {
    margin: 0 1.5em 0 1.5em;
}

.box-height {
    margin: 1.5em 0 1.5em 0;
}

#container {
    background: transparent url(../images/main_shadow.png) repeat-y scroll center center;
}

#menu {
    float: right;
    margin-top: 55px;
    margin-right: 18px;
}

#menu li {
    float: left;
    margin: 0 2px 0 2px;
    list-style-type: none;
}

#search-bar {
    float:right;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    margin-top: -20px;
    width: 172px;
    height: 26px;
    position: relative;
    z-index: 1000;
}

#search-bar input {
    border: 0px;
    background-color: transparent;
    width: 140px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 25px;
}

#header {
    background-color: #1e2a2d;
    height: 180px;
}

#lang-bar p {
    color: #999;
    margin-bottom: 0px;
}

#header-bottom {
    background-color: #374d52;
    height: 20px;
}

#labs-link {
    left:-75px;
    position:relative;
}

#content {
    color: #999999;
    background-image: url(../images/bg_content.png);
    background-repeat: repeat-y;
}

#content .info {
    color:#385454;
    margin-bottom: 1.5em;
}

#content .info span {
    margin-right: 1.5em;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

#content .info .date {
    background:url("../images/ico/time.png") no-repeat scroll 0 -2px transparent;
}

#content .info .comment {
    background:url("../images/ico/comment.png") no-repeat scroll 0 -1px transparent;
}

#content .info .url {
    background:url("../images/ico/link.png") no-repeat scroll 0 -2px transparent;
}

#content .info .categories {
    background:url("../images/ico/cat.png") no-repeat scroll 0 -2px transparent;
}

#content .info .licenses {
    background:url("../images/ico/license.png") no-repeat scroll 0 -2px transparent;
}

#content .info .tags {
    background:url("../images/ico/tag.png") no-repeat scroll 0 -3px transparent;
    display:block;
}

#content .infobottom {
    background-color:#161616;
    padding: 1.5em;
}

#content .left img {
    border: 1px solid #EEEEEE;
    max-width: 100%;
    padding: 5px;
}

#right ul {
    padding-left: 1.5em;
}

#right ul li {
    background: url("../images/ico/bullet-right.png") no-repeat scroll 1px 3px transparent;
    padding-left: 18px;
    list-style-type: none;
}

#right div.box-normal:first-child {
    margin-top: -75px
}

#right dl dt {
    background: url("../images/ico/bullet-right.png") no-repeat scroll 1px 3px transparent;
    color: #CCFF00;
    line-height: 20px;
    padding-left: 1.5em;
}

#right dl dd {
    color: #1E2A2D;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 3em;
}

h1, h2, h3, h4, h5, h6 {
    color: #CCFF00;
}

#content h2 a {
    color: #CCFF00;
    display: block;
    line-height: 1.1em;
    border-bottom: 1px solid #223333;
    text-decoration: none;
}

#content h2 a:hover {
    color: #CCFF00;
    border-bottom: 1px solid #CCFF00;
}

#footer {
    background-image: url(../images/bg_footer.png);
    background-repeat: repeat-y;
    color: #ccff00;
}

#footer blockquote {
    width: 170px;
    display: block;
    color: #1e2a2d;
}

#footer blockquote .quote {
    margin-left: 10px;
}

#footer blockquote:before, blockquote:after {
    font-size: 5em;
    margin: 0px;
    padding: 0px;
    display: block;
}

#footer blockquote:before {
    content: "“";
    margin: 0px 0px -60px -30px;
    padding: 0px 0px -60px -30px;
}

#footer blockquote:after {
    content: "”";
    margin-left: 100px;
    padding-left: 100px;
    margin-top: -90px;
    padding-top: -90px;;
}

#footer blockquote .author {
    text-align: right;
    font-weight: bold;
}

#end {
    background: transparent url(../images/footer_shadow.png) repeat-y scroll center center;
    height: 100px;
}

/* Begin Widgets */
.tag-size-1 {
    font-size: 0.8em;
}

.tag-size-2 {
    font-size: 1.2em;
}

.tag-size-3 {
    font-size: 1.6em;
}

.tag-size-4 {
    font-size: 2em;
}

.tag-size-5 {
    font-size: 2.6em;
}

.tag-size-6 {
    font-size: 3.2em;
}

.tag-size-7 {
    font-size: 3.8em;
}

.tag-size-8 {
    font-size: 4.4em;
}

.tag-size-9 {
    font-size: 5em;
}

#widget_tag_cloud ul {
    float: left;
    padding-left: 0px;
    line-height: 20px;
}

#widget_tag_cloud ul li {
    background: none;
    float: left;
    padding-left: 0px;
    padding-right: 10px;
    line-height: 20px;
}

/* End Widgets */

/* Begin Comments */

.comment-author img.avatar {
    position: relative;
    top: -8px;
}

ol.commentlist li {
    border-color:#999999;
    border-style:solid none none;
    border-width:1px 0 0;
    color:#999999;
    padding: 1.5em;
    list-style-type: none;
}

.commentlist li .avatar {
    background:#999999 none repeat scroll 0 0;
    border:1px solid #666666;
    float:right;
    margin: 1.5em;
}

ol.commentlist {
    border-color: #999999;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin: 0px;
    padding: 0px;
}

/* End Comments */
