body {
	margin: 0;
	padding: 0;
	background: #dadada;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #555;
	text-shadow: rgba(255,255,255,0.1) 0 -1px 1px;
}
#container {
	width: 902px;
	margin: 40px auto;
	background: url(/gfx6/container-back.png) repeat-y top left;
}
#login {
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	width: 20px;
	height: 20px;
	color: #dadada;
}
    #login a {
    	color: #dadada;
    	display: block;
    }
#content {
	padding: 46px 60px 51px 60px;
}
div#tagCloud {
    
}
    div#tagCloud a {
        padding: 0 5px 0 0;
        float: left;
        line-height: 18px;
        font-size: 11px;
        text-decoration: none;
    }
    div#tagCloud a:hover {
        text-decoration: underline;
    }
	div#tagCloud span.level1 a {
		color: #000;
	}
	div#tagCloud span.level2 a {
		color: #232323;
	}
	div#tagCloud span.level3 a {
		color: #464646;
	}
	div#tagCloud span.level4 a {
		color: #696969;
	}
	div#tagCloud span.level5 a {
		color: #8C8C8C;
	}
	div#tagCloud span.level6 a {
		color: #AFAFAF;
	}
	div#tagCloud span.level7 a {
		color: #D2D2D2;
	}
h1 {
	font-size: 42px;
	font-weight: bold;
	color: #ccc;
	letter-spacing: -0.1em;
	text-shadow: #999 0px 1px 1px;
	line-height: 46px;
}
h2 {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #efefef;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
	h2 a {
		color: #ccc;
		text-decoration: underline;
	}
a {
	color: #333;
}
a:visited {
	color: #555;
}
a:hover {
	text-decoration: none;
}
small {
    font-size: 11px;
    color: #aaa;
}
strong {
    font-weight: bold;
}
hr {
	height: 1px;
	background: #efefef;
	font: 1px monospace;
	line-height: 1px;
	color: #efefef;
	border: none;
	margin: 20px 0;
	clear: both;
}
textarea,
input {
    border: 1px solid #efefef;
    border-bottom: 1px solid #ccc;
}
#pageFooter {
	font-size: 10px;
	color: #ccc;
	padding: 10px 0 0 0;
	border-top: 1px solid #efefef;
	margin: 10px 0 0 0;
}
.commentTable {
    width: 100%;
    margin: 10px 0;
}
.commentTable td,
.commentTable th {
    padding: 10px 10px 0 10px;
    vertical-align: top;
}
.commentSection {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    clear: both;
}
.commentTable textarea {
    width: 400px;
}
#blogContent {
    padding-bottom: 15px;
}
.blogPost {
    padding-bottom: 20px;
}
.singleComment {
    width: 360px;
    display: inline;
    padding-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
}
    .singleComment h3 {
        font-size: 15px;
        color: #000;
        padding: 0 0 5px 0;
        margin: 0 0 5px 0;
    }
    .singleComment .commentText {
        padding-left: 15px;
        border-left: 1px solid #efefef;
    }
.floatl {
    float: left;
}
.floatr {
    float: right;
}
br.clear {
    font: 1px/1px monospace;
    height: 1px;
    clear: both;
}
.addCommentSection {
    clear: both;
    padding-top: 10px;
    height: 0px;
    overflow: hidden;
    -moz-opacity: 0;
    opacity: 0; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.addCommentSection textarea {
    width: 500px;
    height: 100px;
}
.pageError {
    font-size: 30px;
    padding: 20px;
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
    color: #c00;
    background: #ffd3d3;
    margin: 20px 0;
    line-height: 30px;
}
.pageWarning {
    font-size: 18px;
    padding: 20px;
    border-top: 1px solid #e08400;
    border-bottom: 1px solid #e08400;
    color: #e08400;
    background: #ffe479;
    margin: 20px 0;
    line-height: 18px;
}
#previousLink,
#nextLink,
#homeLink {
    font-size: 1px;
    position: absolute;
    text-decoration: none;
    -moz-opacity: 0.5;
    opacity: 0.5; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    display: none;
}
#previousLink:hover,
#nextLink:hover,
#homeLink:hover {
    -moz-opacity: 1;
    opacity: 1; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#previousLink {
    top: 55px;
    left: 50%;
    margin-left: -435px;
}
#nextLink {
    top: 55px;
    right: 50%;
    margin-right: -435px;
}
#homeLink {
    top: 55px;
    left: 50%;
    margin-left: -16px;
}
div.quote,
div.code {
    padding: 10px 20px;
    margin: 10px 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f9f9f9;
}
div.code {
    color: #000;
}
.addCommentLink {
    clear: both;
    padding-top: 10px;
}
.blogText {
    clear: both;
    padding-bottom: 10px;
}
    .blogText img {
        margin: 10px;
        padding: 10px;
        border: 1px solid #efefef;
    }
    .blogText img.noBorder {
        border: none;
        padding: 0;
    }
h3 span.commentTime {
    font-size: 11px;
    color: #666;
    display: block;
}
code {
    font-family: monospace;
}
.contentTable {
    width: 100%;
    clear: both;
}
.contentTable td, 
.contentTable th {
    padding: 5px;
}
.contentTable th {
    font-weight: bold;
}
#actionsBlock {
    border-top: 1px solid #efefef;
    margin-top: 15px;
    padding: 10px 0 0 0;
    font-size: 11px;
    color: #666;
}
    #actionsBlock label {
        padding: 0 10px 0 0;
    }
    #actionsBlock input {
        border: 1px solid #efefef;
        border-bottom: 1px solid #ccc;
        font-size: 10px;
    }
    #actionsBlock input.submitButton {
        border: none;
        vertical-align: middle;
        margin: -3px 0 0 5px;
    }
#downloadEngine {
}
#downloadField {
    width: 200px;
}
#searchEngine {
}
#searchField {
    width: 150px;
}
#deleteCreated img {
    vertical-align: middle;
    margin-left: 5px;
}
.commentSubmit {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #ccc;
    background: #efefef;
    color: #333;
    font-size: 10px;
    padding: 4px 10px;
}
#consoleContainer {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 50%;
    width: 930px;
    margin-left: -465px;
    background: #000;
    -moz-opacity: 0.75;
    opacity: 0.75; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    height: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    overflow: hidden;
    color: #fff;
}
#consoleBody {
    padding: 20px;
    color: #fff;
}
#consolePrompt {
    border: none !important;
    height: 20px;
    background: transparent;
    color: #fff;
    font-size: 12px;
}
#consoleLog {
    overflow: auto;
    max-height: 200px;
    color: #ccc;
}
.blogTags a {
    padding: 0 0.5em 0 0;
}