HTML, BODY {
	background-image:url('images-new/bg.gif');
	margin: 0 auto;
	padding: 0;
	height: 100%;
	/*min-height: 957px;*/
}
BODY, DIV {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
}
A, A:link, A:active, A:visited { color: #ff4b00; text-decoration:none; }
A:hover { text-decoration:underline; }

/* -------------------- BG ----------------------- */
#topBG {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 157px;
	background: url('images-new/topbar_level2.gif');
}

/* ------------------ MAIN ----------------------- */
#container	{
	position:relative;
	margin: 0 auto;
	width:829px;
	text-align:left;
	background: #fff url('images-new/main_bg.gif') repeat-y;
	/*min-height: 957px;*/
}
#top {
	height: 157px;
	background: #666 url('images-new/topbar_level1.gif') no-repeat;
}
#flash {
	position:relative;
	background-color:#333333;
	left: 33px;
	width:585px;
	height:155px;
	color: #FFFFFF;
}
#logo {
	position:absolute;
	top:16px;
	left: 639px;
}

#content {
	position:relative;
	width:585px;
	left:33px;
	text-align:left;
	min-height: 800px;
}
#credits {
	position:relative;
	clear:both;
	width:585px;
	left:33px;
	text-align:center;
	padding: 5px 0;
	font-size: 0.8em;
	background: #ff6c00 url('images-new/postHeader_bg.gif') repeat-y;
}
#credits A {
	color:#FFFFFF;
}
#sidebar {
	float:right;
	width: 188px;
	height: 100%;
	padding-right: 21px;
	/*background-color: #019adb;*/
}

/* Post Styles */
.postHeader {
	background-color: #ff6c00;
	height:75px;
}
.postHeaderSmall {
	background-color: #ff6c00;
	height:35px;
}
.postHeaderText {
	position:relative;
	top: 3px;
	height: 65px;
	background: #ff6c00 url('images-new/postHeader_bg.gif') repeat-y;
	padding-left: 17px;
}
.postHeaderTextSmall {
	position:relative;
	top: 3px;
	height: 25px;
	background: #ff6c00 url('images-new/postHeader_bg.gif') repeat-y;
	padding-left: 17px;
}
.postHeaderText SPAN {
	position:absolute;
	top: 44px;
	color: #FFFFFF;
	font-size: 22px;
	font-family: Times New Roman, Times Roman, Georgia, Serif;
	font-weight:200;
}
.postHeaderTextSmall SPAN {
	position:absolute;
	top: 4px;
	color: #FFFFFF;
	font-size: 22px;
	font-family: Times New Roman, Times Roman, Georgia, Serif;
	font-weight:200;
}
.postHeaderText A, .postHeaderText A:link, .postHeaderText A:active, .postHeaderText A:visited, .postHeaderText A:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.postHeaderTextSmall A, .postHeaderTextSmall A:link, .postHeaderTextSmall A:active, .postHeaderTextSmall A:visited, .postHeaderTextSmall A:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.postLabel {
	position: relative;
	left: 17px;
	font-size:10px;
	color: #999999;
	top: 5px;
	margin-bottom: 10px;
}
.postLabel SPAN {
	position:absolute;
	font-size:10px;
	text-align:right;
	right: 35px;
	top: 0px;
}

.postContent {
	position:relative;
	background: #EEEEEE url('images-new/postContentOutline_bg.gif') repeat-y;
	padding: 5px 0;
	margin-bottom: 15px;
}
.postContentText {
	background: #FFFFFF url('images-new/postContent_bg.gif') repeat-y;
	padding: 5px 17px;
	line-height: 1.4em;
}

/* Comments */
#postNavigation {
	width: 585px;
	left:33px;
	text-align:center;
	padding: 3px;
}

#comments, #postComment {
	position:relative;
	left: 17px;
	width: 545px;
}

#comments h2, #postComment h2 {
	font-size: 17px;
	font-family: Times New Roman, Georgia, Serif;
}
#comments hr {
	width: 100%;
	height:2px;
	background-color:#EEEEEE;
	border: 0px solid #CCCCCC;
}
#comments span {
	color: #666666;
	font-size: 0.9em;
}
.commentForm_left {
	width:180px;
	padding-right:15px;
	margin-right:15px;
	float:left;
	text-align:left;
	border-right:1px dotted #bbb;
}
.warning {
	display:block;
	color: #BB0000;
	margin-bottom: 10px;
}
.twitter {
	background: #ffffff;
	color: #808080;
	padding: 8px 17px;
	margin-top: 5px;
}
.twitter a {
	color: #7990FF;
}



/* Code Styles */
pre {
	display: block;
	width: 99%;
	//max-height:320px;
	overflow: auto;
	border: solid 1px #BBBBBB;
	padding: 5px;
	background-color: #F5F8FF;
	font-family: "Courier New", courier, monospace;
	
}

.linecomment, .blockcomment {
	color: #888888;
	background-color: #FFFFCC;
}
 
.prepro { color: #0000BB; }
.select {}
.quote { color: #FF3366; }
.category1 { color: #009900; }
.category2 { color: #0000BB; }
.category3 { color: #0000FF; }