body
{
	background-color: #F4F1E7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	padding: 0px;
	margin:0px;
	font-size: 0.75em;
}
a
{
	color: #C2551A;
	text-decoration: none;
}
img
{
	border: none;
}
#accessibility
{
	position: absolute;
	top: -100em;
}

/*structure*/
#wrapper
{
	background-image: url("/_css/2006/4.png");
	background-repeat: repeat-y;
	width: 806px;
	text-align: left;
	margin: 0 auto;
	padding: 1em;
}
body> #wrapper{
	width: 809px;
}
#content
{
	background-color: #fff;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 33%;
}
#sidebar-1
{
	float: right;
	width: 28%;
	margin-top: 0.5em;
	margin-right: 10px;
}

#foot
{
	float: none;
	clear: both;
	margin-right: 10px;
	text-align: center;
	border-top: 3px double #B7BF75;
	padding-top: 7px;
	color: #666;
	text-transform: upercase;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*#head elements*/
#head
{
	padding-top: 10px;
}
#head h1
{
	margin-top:0px;
	margin-bottom:7px;
	margin-left: 7px;
}
#head p
{
	margin: 0px 10px;
	border-top: 3px double #B7BF75;
	border-bottom: 1px solid #B7BF75;
	padding: 7px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

#head h1 a span 
{
	display: none;
}

#head h1 a 
{
	display: block;
	width: 220px; 
	height: 34px; 
	background-image: url(/_css/2006/kusor.com.png);
	background-repeat: no-repeat;	
}

/* searchbox */
div.search
{
	margin: 0px 10px 1em 0px;
	border-top: 1px solid #B7BF75;
	border-bottom: 1px solid #B7BF75;
	background-color: #F4F1E7;
	padding: 4px 0px 8px 0px;
}

div.search fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
}

div.search legend
{
	color: #C2551A;
	font-size: 90%;
	display: block;
	line-height: 150%;
}
div.search dl
{
	margin: 0px 10px 0px 3px;
	padding: 0px;
	display: inline;
}
div.search dt, div.search dd
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
div.search input#buscar
{
	border: 1px solid #666;
	display: inline;
	text-align: center;
	color: #666;
}
div.search input#busca
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
	border: 1px solid #B7BF75;
}
div.search form
{
	display: inline;
}
/* #content elements*/
#content h2
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 300%;
	font-weight: normal;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0px;
	line-height: 120%;
}
#content h2 a
{
	text-decoration: none;
	color: #600;
}

#content h3, #content p, #content ul, #content ol
{
	margin-right: 2em;
	line-height: 185%;
	text-align: justify;
}
#content ul, #content ol
{
	margin-left: 14px;
	padding-left: 0px;
}
#content ul
{
	list-style-type: square;
}
#content h3, #content h4, #content h5, #sidebar h3, #sidebar div.search p
{
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #600;
}
#content h3
{
	font-size: 150%;
	font-weight: normal;
	line-height: 100%;
}


#content .highlight
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	border-bottom: 1px solid #B7BF75;
	border-top: 1px solid #B7BF75;
	margin-top: 1em;
	padding: 0px;
	padding-bottom: 0.15em;
	margin-right: 1.05em;
}
#content .highlight p
{
	margin: 0.35em;
	line-height: 145%;
}
/* #sidebar components*/
#sidebar-1 h3
{
	border-bottom: 3px double #B7BF75;
	font-size: 150%;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 0px;
}
#sidebar-1 p
{
	font-size: 90%;
	text-align: justify;
	line-height: 1.75em;
	margin-top: 1em;
}
#sidebar-1 p.posted
{
	border: 1px solid #907638;
	background-color: #F4F1E7;
	text-align: center;
}
#sidebar-1 ul.menu
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar-1 ul.menu li
{
	font-size: 90%;
	line-height: 1.75em;
}

#sidebar-1 ul.menu ul.nested
{
	list-style-type: square;
	font-size: 105%;
	color: #C2551A;
}
#sidebar-1 ul.menu ul.nested li
{
	font-size: 95%;
}
/* custom styles*/
pre, code
{
	font-family: Lucida Console, Monaco, Courier, "Courier New", monospace;
	font-size: 100%;
	color: #000;
}
ol.code li
{
	background-color: #F4F1E7;
	border-left: 1px dotted #DBDFBB;
	margin-bottom: 1px;
	text-indent: 1px;
	text-align: left;
}

#content span.divider
{
	background-image: url(/_css/2006/1.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	margin-bottom: 15px;
}