body {
	background-color:#0A0A0A;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#000000
}
a {
	color:#000000;
}
a:link {
        font-weight: bold;
        text-decoration: none;
        color: #888888;
}

a:visited {
        font-weight: bold;
        text-decoration: none;
        color: #888888;
}

a:hover, a:active {
        text-decoration: none;
        color: #A00;
}

.header{
	width:720px;
	text-align:left;
	margin: auto;
}

.footer {
	margin: auto;
	width:720px;
	color: #AAAAAA;
	font-size: 8px;
	text-align: left;
}

.footer a {
	color: #ffffff;
}

#container {
        margin: auto;
        padding: 0px;
        padding-top: 20px;
	margin-bottom: 20px;
        background: #fff;
        border-width: 1px;
        border-style: solid;
        border-color: #666;
        width: 65em;
}

#content {
        padding-right: 14px;
        padding-left: 15px;
}

#menu {
	width:100%;
	height:34px;
	padding-top:20px;
	vertical-align:top;
	line-height:34px;
	text-align:left;

}
#menu ul {
	display: inline;


}
#menu li {
	display: inline;
	height:25px;
	background-image:url('images/menu_bul.gif');
	background-repeat:no-repeat;
	background-position:left;
}
#menu li a {

	padding-left:20px;
	padding-right:10px;
	color:#CAE999;
	font-size:12px;

	text-decoration:none;
}

#menu li b {

	padding-left: 20px;
	padding-right: 10px;
	font-size:12px;
	color: #FFFFFF;

	text-decoration: none;
}

#menu li del {

	padding-left: 20px;
	padding-right: 10px;
	font-size:12px;
	color: #aaaaaa;

	text-decoration: line-through;
}

.slogan {
	text-align:left;
	padding-left:33px;
	font-size:9px;
	font-weight:normal;
	color:#ffffff;
	font-family:Microsoft Sans Serif;
}

.left {
	width:485px;
	height:100%;
	vertical-align:top;
	display:table-cell;
}
.right {
	width:235px;
	height:100%;
	vertical-align:top;
	display:table-cell;
	text-align:left;
}

.table2 {
	width:720px;
	height:auto;
	display:table;
	background-color:#ffffff;
	text-align:left;
}
.table_row2 {
	height:100%;
	display:table-row;
}
.left2 {
	width:512px;
	height:100%;
	vertical-align:top;
	display:table-cell;
}
.right2 {
	width:208px;
	height:100%;
	vertical-align:top;
	display:table-cell;
}

.foot {
        background-color: #F7F7F7;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-color: #E0E0E0;
        text-align: center;
        padding-right: 0px;
}

h1, h2, pre, body, strong {
/* font-size: large;
 font-weight: normal;*/
 font-family: monospace;
}

pre {
    border: 1pt solid #888888;
    white-space: pre;
    overflow: auto;
    padding: 0.5em 0;
    padding-left: 10px;
    margin-left: 30px;
    background : #FBFFFE;
    color : #555555;
}

h1 {
 color: #6e3eff;
 text-align: center;
}
/*
pre {
    overflow: visible;
    padding-left: 2em;
}*/

p {
        padding-left: 1em;
}

/*
table {
    border: none;
}
*/
table {
    border-collapse: collapse;
    border-color: #909090;
}
td {
    padding: 0.1em 0.3em;
}
thead {
    font-weight: bold;
    text-align: left;
    background: #dedede;
/*    background: lightgreen;*/
}

.notrust {
        background: #ff0000;
}

.someone {
        background: #00f704;
}

.post-head {
	margin-top: 10px;
}

h3.post-title {
	margin-bottom: 0px;
}

.post-meta {
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	color: #bbb;
}

.post-content {
	font-size: 1.2em;
	/* FIX line-height: 1.8em; */
	text-align: justify;
	color: #444;
}

hr {
	width: 50%;
}

.clear {
	clear: both;
	margin-top: 10px;
}

.example {
	float: right;
	padding-left: 10px;
	margin-bottom: 5px;
}

.icon {
	float: left;
	padding-right: 10px;
}

.toc {
	background-color: #F9F9F9;
	border: 1px solid #AAAAAA;
	padding: 5px;
	font-size: 95%;
	width: 40%;
}

