body, html
{
 margin: 0px;
 padding: 0px;
 width: 100%;
 color: #333;
 /* background: #e7e7e7 url("../images/bg.jpg") no-repeat fixed left top; */
 background: #303336 url("../images/lbg.jpg") repeat-x scroll left top;
 text-align: center; /* IE 5 support */
 font: normal normal normal 14px/1.5 verdana, tahoma, arial, helvetica, sans-serif;
}

a
{
 color: #3333ff;
}

a:visited
{
 color: #7777ff;
}

a img
{
 border: none;
}

a:hover
{
 color: #ff3333;
 text-decoration: none;
}

.crumbs {
 display: inline;
 padding: 8px 43px 10px 43px;
 font-weight: bold;
 color: #bbb;
 font-size: 1.5em; }

.crumbs a {
 text-decoration: none;
 color: #fff; }

.crumbs a:hover {
 color: #bbb; }

#centerer
{
 max-width: 75em;
 margin: 0 auto;
 position: relative;
 text-align: left; /* IE 5 support */
}

#header
{
 text-align: center;
 padding: 2px 0 3px 0;
 color: #ddd;
 background-color: rgba(30, 30, 30, 0.9);
 -moz-box-shadow: 0 0 10px #000;
 -webkit-box-shadow: 0 0 10px #000;
 box-shadow: 0 0 10px #000; }

#header a {
 color: #ddd; }

#lwrapper {
 float: left;
 width: 19%;
 margin-left: 2%;
 overflow-x: hidden; }

.blank {
 color: #191919; }

#left
{
 padding-top: 32px;
 margin-left: 5.26%;
 margin-bottom: 10px;
 width: 89.4%;
 background-color: rgba(30, 30, 30, 0.9); /*#555;*/
 -moz-border-radius: 0 0 7px 7px;
 -webkit-border-radius: 0 0 7px 7px;
 border-radius: 0 0 7px 7px;
 -moz-box-shadow: 0 0 10px #000;
 -webkit-box-shadow: 0 0 10px #000;
 box-shadow: 0 0 10px #000;
}

#navigation
{
 padding-bottom: 10px;
}

#tnav
{
 padding-top: 5px;
 padding-bottom: 5px;
 color: #fff;
 border-top: 3px dotted #505050;
}

.advertical
{
 clear: right;
 float: right;
 position: relative;
 right: -2em;
 margin-bottom: 2em;
 width: 170px;
}

.ad
{
 width: 100%;
 overflow: hidden;
}

#tnav #title
{
 padding: 3px 10px 3px 10px;
}

#navigation ul, #tnav ul
{
 margin: 0px;
 padding: 0px 5px 0px 5px;
 list-style-type: none;
}

#navigation ul ul
{
 padding: 0px;
 /* border-bottom: none; */
}

#navigation a, #tnav a
{
 display: block;
 padding: 5px 10px 5px 10px;
 text-decoration: none;
 margin-bottom: 5px;
 color: #ddd;
}

#navigation ul ul a
{
 padding-left: 1em;
}

#navigation a:hover, #navigation a#active, #navigation a.navsec, #tnav a:hover, #tnav .navact a
{
 color: #00aaff;
}

#right
{
 margin-left: 3%;
 margin-top: 37px;
 float: left;
 width: 74%;
 min-height: 550px;
}

#main
{
 -moz-box-shadow: 0 0 10px #000;
 -webkit-box-shadow: 0 0 10px #000;
 box-shadow: 0 0 10px #000;
 background-color: #fff;
 padding: 0.5em 3em 2em 3em;
 margin: 40px 0 2em 0;
 -moz-border-radius: 20px 0;
 -webkit-border-radius: 20px 0;
 border-radius: 20px 0;
}

#footer
{
 -moz-box-shadow: 0 0 10px #000;
 -webkit-box-shadow: 0 0 10px #000;
 box-shadow: 0 0 10px #000;
 background: rgba(30, 30, 30, 0.9);
 color: #fff;
 padding: 2px 5% 4px 6%;
 clear: both;
 text-align: left;
}

.white, .blue {
 height: 15px; }

.top
{
 width: 100%;
}

.top div
{
 float: right;
 width: 15px;
 background-position: 100% 0;
}

.bottom
{
 width: 100%;
 background-position: 0 100%;
}

.bottom div
{
 float: right;
 width: 15px;
 background-position: 100% 100%;
}

.entry p
{
 margin-left: 3em;
}

.entry h3
{
 border-bottom: 1px solid #bbbbbb;
}

.indent
{
 margin-left: 3em;
}

.small
{
 font-size: small;
}

.center
{
 text-align: center;
}

pre
{
    background-color: lightgray;
    color: black;
    padding: 5px 10px;
    margin: 0;
}
