/*
Theme Name: ObjAsm32
Description: ObjAsm32 theme
Author, Designer and Coder: Biterider
Version: 1.0

Copyright 2003-2008 Biterider
*/

body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	text-align: left;
	font-size: 80%;
	color: #EEEEEE;
	background-color: #000000;
}

.image_header {
	float: left;
	width: 940px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}
#header_anchor {
	width: 940px;
	height: 200px;
	display: block;
	text-decoration: none;
}
#OA32_wp {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#OA32_header {
	float: left;
	width: 940px;
}
.breadcrumb_navigator {
	float: right;
	padding: 6px 10px 0 0;
}
.breadcrumb_navigator a:link, .breadcrumb_navigator a:visited {
	color: #9a9a9a;
	text-decoration: none;
}
.breadcrumb_navigator a:hover{
	color: #FFF;
	text-decoration: underline;
}
#OA32_navigator {
	float: left;
	width: 938px;
	height: 36px;
	padding: 4px 0 4px 0;
	border-top: 3px solid #303030;
	border-bottom: 3px solid #303030;
	overflow:hidden;
}
#OA32_navigator_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
#OA32_navigator_list li {
	float: left;
	margin-right: 5px;
}
.OA32_Nav_Item a {
	color: #9A9A9A;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	display: block;
	background-color: #333;
}
#OA32_container {
	float: left;
	width: 940px;
	background-color: #1A1A1A;
}

#OA32_page {
	float: left;
	width: 730px;
	padding-bottom: 10px;
}
#OA32_content {
	float: right;
	width: 730px;
	position: relative;
	padding-top: 15px;
}
#OA32_footer {
	width: 100%;
	font-size: 11px;
	text-align: center;
	color: #EFEFEF;
	padding-top: 20px;
	background-color: #1A1A1A;
	clear: both;
}

#OA32_footer a:link, #OA32_footer a:visited {
	text-decoration: none;
	color: #999999;
}

#OA32_footer a:hover, #OA32_footer a:active {
	color: #869AA0;
	text-decoration: underline;
}

.post_meta {
	float: left;
	width: 500px;
	padding: 10px;
}
.post_meta h1 {
	margin: 0px;
	float: left;
	font-size: 1.8em;
	color: #385D9B;
	font-weight: normal;
	text-align: left;
}
.post_meta h1 a:link, .post_meta h1 a:visited {
	text-decoration: none;
	color: #FFF;
}
.post_meta h1 a:hover, .post_meta h1 a:active {
	text-decoration: none;
}

.date {
	text-align: right;
	padding-top: 5px;
	color: #FFF;
	font-size: 14px;
	float: right;
}
.div_line {
	float: left;
	width: 500px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: -5px;
	padding: 4px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #666666;
	font-size: 12px;
}
.div_line a:link, .div_line a:visited, .rss a:link, .rss a:visited, .coms a:link, .coms a:visited {
	text-decoration: underline;
	color: #385D9B;
}
.div_line a:hover, .div_line a:active, .rss a:hover, .rss a:active, .coms a:hover, .coms a:active {
	text-decoration: underline;
	color: #FFF;
}

.post_content {
	text-align: left;
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-bottom: 5px;
	line-height: 24px;
	color: #ECEEEE;
	font-size: 12px;
}
.post_content p {
	text-align: left;
	padding: 0px;
	margin: 0 0 15px 0;
}

.post_content h2 {
	margin: 0px;
	font-size: 1.5em;
	color: #409B62;				/*nice green*/
	font-weight: normal;
	font-family: Tahoma, Arial, "Baar Sophia", Verdana;
}

.post_content h3 {
	margin: 0px;
	font-size: 1.2em;
	color: #409B62;				/*nice green*/
	font-weight: normal;
	font-family: Tahoma, Arial, "Baar Sophia", Verdana;
}

.post_content a:link, .post_content a:visited {
	color: #385D9B;
	text-decoration: none;
}
.post_content a:hover, .post_content a:active {
	color: #385D9B;
	text-decoration: underline;
}
.post_content blockquote {
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../Images/block.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	color: #B9B9B9;
}
.post_content blockquote blockquote {
	color: #999999;
	margin: 0px;
	padding-top: 3px;
	padding-left: 35px;
}
.post_content code {
	text-align: left;
	display: block;
	padding: 5px;
	clear: both;
	border: 1px dashed #000000;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #FFFFFF;
}
.post_content img {
	border: 1px solid #333333;
	/*margin-right: 8px;*/
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.dynamic_widget {
	float: left;
	width: 200px;
}
.dynamic_widget form {
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.dynamic_widget p {
	float: left;
	width: 170px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#sidebars {
	float: right;
	width: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 11px;
}
#sidebars h2 {
	float: left;
	height: 30px;
	width: 180px;
	margin: 0px;
	line-height: 36px;
	font-size: 1.5em;
	color: #409B62;
	font-weight: normal;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #313435;
	font-family: Tahoma, Arial, "Baar Sophia", Verdana;
}
#sidebars p a:link, #sidebars p a:visited {
	color: #999900;
	text-decoration: none;
}
#sidebars p a:hover, #sidebars p a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
#comment_template {
	float: left;
	width: 500px;
	padding-left: 10px;
	font-size: 11px;
}
.arrow {
	float: left;
	list-style-type: none;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}
.arrow li {
	float: left;
	text-align: left;
	margin-bottom: 4px;
	padding-left: 20px;
	color: #646464;
}
.arrow li a {
	margin: 0 0 0 -10px;
	width: 160px;
	padding: 2px 0 2px 0px;
	color: #646464;
	text-decoration: none;
	display: block;
	background-color: #1A1A1A;
}

.dark {
	color: #999999;
}

#dynamic_sidebars {
	float: left;
	width: 200px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	position: relative;
	font-size: 11px;
}
#dynamic_sidebars h2 {
	float: left;
	height: 30px;
	width: 180px;
	margin: 0px;
	line-height: 36px;
	font-size: 1.5em;
	color: #409B62;
	font-weight: normal;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #313435;
	font-family: Tahoma, Arial, "Baar Sophia", Verdana;
}

div.post_content a.toggler {
  background-color: #333;
	width: 690px;
	margin: 0;
	padding: 4px 4px 4px 10px;
	display: block;
	text-decoration: none;
	color: #9A9A9A;
	margin-bottom: 4px;
}

div.post_content a.tutorial_navigator {
  background-color: #1D1D20;
	width: 690px;
	margin: 0;
	padding: 4px 4px 4px 10px;
	display: block;
	text-decoration: none;
	color: #9A9A9A;
	margin-bottom: 4px;
}
a:hover.tutorial_navigator {
	text-decoration: none;
}

div.post_content img.toggler {
    background-color: #1D1D20;
	padding: 4px 10px 4px 10px;
	margin: 0;
}

div.post_content  a:hover.toggler {
	text-decoration: none;
}

.code
{
  color: #000000;
  font-family: monospace;
  font-size: 11px;
  line-height: 1.3em;
}
.codeBox
{
  color: #000000;
  font-family: monospace;
  font-size: 11px;
	overflow: hidden;
  line-height: 1.3em;
	padding: 4px;
  /*background: #fff url(images/codeBox_arrow.jpg) no-repeat bottom right;*/
	background-color: #FFF;
	margin-bottom: 4px;
}
div.codeBox img {
	border: none;
	vertical-align: middle;
}
.keyword { color: #0000FF; }
.comment { color: #008000; }
.literal { color: #A31515; }
.indent { margin-left: 2em; }

.download {
	background-color: #333;
	padding: 4px;
	margin: 4px;
}

ul.tabs li {
	color: #000;
}