/*
 * AURELIO.NET
 * Kiwi Theme
 * April, 2008
 *
 * License: Public Domain
 */


body {
	margin:0;
	padding:0;
	background: #fff url(aureliolga.jpg) no-repeat left bottom fixed;
/*	background: #fff;*/
	font-family:Arial, sans-serif;
}

/*------------------------------------------- Header image ---*/

body.erro404      #header { background-image: url(../../img/icon/128/404.jpg); }
body.adsense      #header { background-image: url(../../img/icon/128/cifroes.png); }
body.apostila     #header { background-image: url(../../img/icon/128/apostila.png); }
body.bin          #header { background-image: url(../../img/icon/128/bin.png); }
body.canivete     #header { background-image: url(../../img/icon/128/canivete.png); }
body.curso        #header { background-image: url(../../img/icon/128/curso.jpg); }
body.cygwin       #header { background-image: url(../../img/icon/128/cygwin.png); }
body.dialog       #header { background-image: url(../../img/icon/128/dialog.png); }
body.doc          #header { background-image: url(../../img/icon/128/doc.png); }
body.fvm          #header { background-image: url(../../img/icon/128/fvm.png); }
body.guiaregex    #header { background-image: url(../../img/icon/128/guiaregex.png); }
body.livroregex   #header { background-image: url(../../img/icon/128/livroregex.png); }
body.livrosed     #header { background-image: url(../../img/icon/128/livrosed.png); }
body.regex        #header { background-image: url(../../img/icon/128/regex.png); }
body.sed          #header { background-image: url(../../img/icon/128/sed.png); }
body.sedhowto     #header { background-image: url(../../img/icon/128/sed.png); }
body.shell        #header { background-image: url(../../img/icon/128/shell.png); }
body.tamagotchi   #header { background-image: url(../../img/icon/128/tamagotchi.png); }
body.trilhardario #header { background-image: url(../../img/icon/128/cifroes.png); }
body.viagem       #header { background-image: url(../../img/icon/128/viagem.png); }
body.vim          #header { background-image: url(../../img/icon/128/vim.png); }

/*------------------------------------------- Header ---*/

#header {
	margin:0;
	padding:50px 135px 50px 100px;
/*	background-position:right;*/
	background-position:99%;
	background-repeat:no-repeat;
	background-color:#efd;
}
#header h1,
#header h2,
#header h3 {
	margin:0;
	padding:0;
}
#header h2 {
	font-weight: normal;
}
#header h3 { 				/* Breadcrumb */
	font-weight: normal;	
	font-size:90%;
	padding-top: 1em;
	margin-bottom:-2em;
/*	display:none;*/

/*	position:absolute;*/
/*	top:10px;*/
/*	left:15px;*/
}
#header h3 a {
	color:#080;	
}

/*------------------------------------------- Sidebar ---*/

#sidebar {
	width:155px;
	top:14em;
	right:15px;
	position:absolute;
	font-size:80%;
/*	border-left:1px solid #ccc;*/
/*	display:none;*/
}
#sidebar a,
#menulinks a {
	color:#080;
	text-decoration:none;
}
#sidebar a img {
	border:1px solid transparent;
}
#sidebar a:hover img {
	border:1px solid #080;
	outline:2px solid #080;
}
#sidebar th a { 			/* AURELIO.NET */
	color:#080;
	font-size:20pt;
	font-weight:normal;
}
#sidebar th a:hover {
	color:#fff;
	font-weight:bold;
	background:#080;
}
#sidebar #icons img { 			/* Icons */
	width:32;
	height:32;
	border:1px solid #aaa;
	margin:0 1px 1px 0;
	background:#fff;
}
#sidebar #icons a:hover img {
	border-color:#080;
}
#sidebar #menutags { 			/* Tags */
	background-color:#fff;
}
#sidebar #menutags a,
#menulinks a {
	display:block;
	Xpadding:0 1em;
}
#sidebar a:hover,
#menulinks a:hover {
	color:#fff;
	background:#080;
}
#sidebar #menutags .menutagcount {
	float:right;
	color:#ccc;
	display:none;
}
#menulinks { 				/* Links */
	right:170px;
	top:15em;
	position:absolute;
	background:#efd;
	border-width:0 1px 1px 0;
	border-color:#ddd;
	border-style:solid;
/*	padding:1em 0;*/
/*	height:100%;*/
}
#menulinks a {
	font-size:80%;
	padding:.1em 1em;
}
#sidebar .livros {
	margin:0 0 10px 0;
	padding:5px 0 5px 10px;
	border:1px solid green;
	background:#efd; /*Same as header*/
}
#sidebar .livros table {
	margin:0;
	font-size:100%;
}
#sidebar .livros p {
	margin:0 0 5px 0;
}

/* Hide search options */
#sidebar form table table { 		/* Search */
	display:none;
}

/*------------------------------------------- TOC ---*/

.toc {
	line-height:100%;
	font-size:90%;
}

/*------------------------------------------- Main ---*/

#main {
	padding:25px 50px 50px 135px;
	margin:0 170px 0 0;
	text-align:justify;
	line-height:140%;
/*	border-right:1px solid #ccc;*/
}
#main h2 {
	color:#080;
	font-size:150%;
	margin-top:2em;
	font-weight:normal;
	margin-left:-30px;
}
#main table {
	border-collapse:collapse;
	border-spacing:0;
	border-color:black;
	margin-bottom:1em;
}
#main td,
#main th {
	padding:0.2em 0.4em;
	font-size:90%;
	border-color:#ddd;
}
#main th {
	background-color:#efd;
	padding:0.4em 0.4em;
}
#main li {
	margin-top:0.5em;
}
#main code,
#main pre {
	font-family:"Courier New";
}

/*------------------------------------------- Footer ---*/

#footer {
	clear:both;
/*	border-top:1px solid #ccc;*/
	text-align:center;
	padding:1em 0 1em 20px;
	color:#888;
	font-size:90%;
	line-height:130%;
}
#footer a {
	color:#888;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}

/*------------------------------------------- See Me! ---*/

#seeme {
	background:#FFFE6F url(../../img/favhead.png) no-repeat left;
	position:fixed;
	top:0;
	right:0;
	left:0;
	margin:0;
	padding:3px 0 3px 16px;
	
	/* Emulating position:fixed in IE/Win 5+ */
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	/* IE 5.5: Force full width */
	_width:100%;
}
#seeme a {
	font-weight:bold;
	color:blue;
}

/*------------------------------------------- Custom ---*/

body.sedhowto .toc { 		/* Separator bars */
	border:1px solid #888;
	border-width:1px 0;
}
body.as4pp pre { 		/* More visible */
	background-color:#efd;
}
body.as4pp #main i { 		/* Comments inside table */
	color: green;
}
body.as4pp #main table { 	/* To avoid Buy PDF image */
	clear:both;
}
body.as4pp #main td { 		/* Bigger rows */
	padding-top:.5em;
	padding-bottom:.5em;
}
body.curso .imgtable td { 	/* Table with pictures + caption */
	text-align:center;
	font-style:italic;
}

/* Alternative display for main page */

body.index #main {
	margin:0;
	padding:0 200px 4em 100px;
}
body.index #main table {
/*	border:1px solid silver;*/
}
body.index #main th {
	padding-top:1.5em;
	background-color:transparent;
	text-align:left;
	color:#080;
	font-size:150%;
}
body.index #topicons {
	top:0;
	right:0;
	position:absolute;
	margin:0;
	padding:0;
	width:155px;
	_top:10px;
}
body.index #topicons img {
	width:32;
	height:32;
	border:1px solid #aaa;
	margin:0 1px 1px 0;
/*	background:#fff;*/
}
body.index #topicons a:hover img {
	border-color:#080;
}
body.index #menulinks {
	top:12em;
}

/*------------------------------------------- Ads ---*/

#main table.googleadtwins,
#main table.googleadtwins300 {
	margin:2em auto 3em auto;
	border:7px solid #efd;
}
body.shell #main .adlink200 { 		/* shell TOC */
	float:right;
	margin-left:20px;
}
#main .adsky120 {
	float:left;
	margin-left:-135px;
}
#main .adbox300 {
	margin:2em auto;
	text-align:center;
}

#main .adreferral180 {
	margin:auto;
	text-align:center;
}
				/* Hide menu tags */
body.coluna #menutags {
	display:none;
}
				/* FIXED SKY AT LEFT */
body.canivete #header,
body.dialog #header,
body.as4pp #header,
body.dort #header,
body.semmouse #header,
body.tamagotchi #header,
body.sedhowto #header {
	padding-left:200px;
}
body.canivete #main,
body.dialog #main,
body.as4pp #main,
body.dort #main,
body.semmouse #main,
body.tamagotchi #main,
body.sedhowto #main {
	padding-left:200px;
	margin-right:50px;	
}
body.canivete .adsky160,
body.dialog .adsky160,
body.as4pp .adsky160,
body.dort .adsky160,
body.semmouse .adsky160,
body.tamagotchi .adsky160,
body.sedhowto .adsky160 {
	float:none;
	margin:0;
	top:0;
	left:5px;
	position:fixed;
	
	/* Emulating position:fixed in IE/Win 5+ */
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
}
body.canivete .toc {
	margin-right:100px;
}

