/* =header
*******************************************************************************/
#header {
	margin: 0 0 12px 0;
}

#header .logo A {
	color: #F66922;
	padding-left: 23px; 
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#descr {
	position: relative;
	padding: 0 0 0 20px;
	color: #674A49;
	background: left no-repeat url(/images/bg/h_edge1.gif);
}

#descr a {
	color:#F66922;
	font-weight:bold;
	text-transform:uppercase;
}

#descr strong span {
	display:inline-block;
	vertical-align: bottom;
	max-width: 22em;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.logo {
	font-size: 210%;
	letter-spacing: .12ex;
}
.sp {
	font-size: 10px;
	margin: 0 0 30px 0;
	padding: 10px;
	background-color: #FDEFD7;
	border-width: 1px 2px 2px 1px;
	border-style: dashed solid solid dashed;
	border-color: #674A49;
	border-radius: 8px;
}

.edge {
	height: 12px;
	background: right no-repeat url(/images/bg/h_edge2.gif);
}
/* =menu
*******************************************************************************/

#aside {
	float: right;
	width: 11em;
}

.menu {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 10px;
	background-color: #FDEFD7;
	border-width: 1px 2px 2px 1px;
	border-style: dashed solid solid dashed;
	border-color: #674A49;
    border-radius: 8px;
}

.menu LI UL {
	margin: 5px 0;
	padding-left: 1em;
	list-style: none;
}

.menu .banner
{
	padding-top: 20px;
	text-align: center;
}
/* =content
*******************************************************************************/

#content {
	width:37em;
	padding: 0;
	margin: 0;
}
.hintBox {
	background-color: #FFFFCC;
	border: 1px solid #F69465;
	padding: 6px;
	border-radius:8px;
	box-shadow: 0 1px 3px #666666;
}

/* =footer
*******************************************************************************/

#footer {
	margin: 40px 0 0;
	padding: 2px 0 2px 15px;
	color: #514A40;
	text-align: center;
	background: left no-repeat url(/images/bg/h_edge1.gif);
	clear:both;
}
#footer DIV {
	background: right no-repeat url(/images/bg/h_edge2.gif);
}

#footer DIV SPAN {
	background-color: White; 
	padding: 0 23px;
}
/* =fonts
*******************************************************************************/

BODY {
	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

H1, H2 {
	font-weight: normal;
}

H1 {
	font-size: 130%;
	font-style:italic;
	letter-spacing: .08ex;
}

H2 {
	font-size: 110%;
}

H3 {
	font-size: 100%;
	font-weight: bold;
}

#descr {
	font: 80% Verdana, Sans-Serif;
}

DT, .strong {
	font-weight: bold;
}

#footer {
	font: 70% Verdana, Sans-Serif;
}

.menu LI UL {
	font: 90% Georgia, Serif;
}

.hintBox, .note {
	font-size: 80%;
}
.charAnchor {
	font: bold 130% Georgia, Serif;
}

.postermeta, #meta, .date {
	font: 70% Verdana, Sans-Serif;
}

.introduction {
	font-style: italic;
	margin-bottom: 2em;
}

.bigBullet {
	font-size: 130%;
	font-weight: bold;
}

/* =Misc
*******************************************************************************/
HTML {
  background-color: #F0ECEC;
  margin: 0;
  padding: 0;
}

BODY {
  width: 50em;
  Margin: 20px auto;
  padding: 10px 20px 10px 40px;
  background: repeat-y top left url(/images/bg/linenum.gif) White;
  border: 1px solid #674A49;
  position: relative;
}

.logo {
  margin:0;
  padding:10px 0  5px 0;
}

A:link {
	text-decoration: underline;
	color: #F04B2D;
}

A:hover {
	color: #674A49;
}

A:visited {
	color: #514A40;
}

#pseudoCursor {
	color: White;
	font-weight: bold;
}

DL {
	padding: 20px;
	margin:0;
	border-top:1px dashed #674A49;
}

DT {
	padding: 20px 0 0 0;
}

DT:first-letter {
	color:#F04B2D;
}

DL A[name]:first-letter {
	color:#F04B2D;
}


A.charAnchor {
	color: #F66922;
}

LI {
	padding: 2px;
}

PRE {
	display: block;
	width:95%;
	padding: 10px;
	background-color: #FDEFD7;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #674A49;
	overflow: auto;
	max-height: 500px;
}

HTML > * PRE {
	width: auto;
}

.comment {
	color: #91946F;
	font-style: italic;
}

.sql {
	color:#00f;
	font-weight:bold;
}

H2 {
	color: #94230F;
}

BLOCKQUOTE {
	color: #674A49;
}

KBD {
	color: Green;
}

.date {
	color: #674A49;
	float: right;
}

.poster A {
	text-decoration: none;
}

H2 A:link {
	text-decoration: none;
	color: #94230F;
}
.poster P {
	padding-left: 2em;
}
.poster {
	margin: 30px 0 30px 0;
	border-top:1px dashed #674A49;
}
.poster H2{
	margin-top: 5px;
}

P {
	text-indent: 1em;
}

.segregate {
	margin: 40px 0 20px;
}

.bigBullet {
	color: #F66922;
}

.navLink {
	text-decoration: none;
}
A.navLink:visited {
	color: #F04B2D;
}
#meta {
	border-left: 3px solid #F69465;
	padding-left: 8px; 
}
.postermeta {
	text-align: right;
	margin: -2.7em 0 0 0;
	padding: 0;
	color: #94230F;
}

A IMG {
	border-width: 0;
}

.nowrap {
	white-space: nowrap;
}

ABBR, ACRONYM {
	border-bottom: 1px dotted #F04B2D;
	cursor: help;
	font-style: italic;
}

A ABBR, A ACRONYM {
	border: none;
	cursor: default;
}

.hint {
	border-bottom: 1px dashed #F69465;
	cursor: help;
}

table.bordered {
	border-collapse: collapse;
}
table.bordered th, table.bordered td {
	border: 1px solid #94230F;
	padding: 3px;
}
table.bordered th {
	background-color: #94230F;
	color: #FFFFCC;
}
.nomarkerlist {
	list-style: none;
}

HR {
	color:#F69465;
	background-color:#F69465;
	height: 4px;
	border-width:0px;
	width: 70%;
}

IMG.middle { vertical-align: middle; }

.bug, .sql STRONG {color: red;}

.nextprev {margin: 30px 0 20px 5em;}

::selection {background: #FFDAAF;}
::-moz-selection {background: #FFDAAF;}