@charset "utf-8";
@import "/static/fireball_fontsize.css";
@import "/static/fireball_unicode.css";

body {
	margin-top: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	line-height: 1.8em;
	color: #ddd;
	background-color: #4a525a;
	text-align: justify;
	min-width: 760px;
	}

a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #ddd;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}

a:visited {
	color: #ddd;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}

a:hover {
	color: white;
	background-color: #606870;
	border-color: #606870;
	}

a em {
	padding-bottom: 2px;
	}

p {
 	margin: 0 0 1.6em 0;
	padding: 0;
	}

h1 {
	font-family: "Gill Sans", Georgia, serif;
	font-size: 1.55em; 
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	margin: 1em 0px 1.25em 0px;
	}

h2 {
	font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.1em; 
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: .2em;
	margin: 1em 0 1em 0;
	text-transform: uppercase;
	}

h1 + h2 {
	margin-top: 1em;
	}
h2 + h3 {
	margin-top: 1.5em;
	}

h3 {
	font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: .91em;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: .2em;
	margin-bottom: 1.4em;
	margin-top: 1em;
	text-transform: uppercase;
	}


p + h3 {
	margin-top: 4em;
	}
pre + h3 {
	margin-top: 4em;
	}

h6 + h2 {
	margin-top: 2em;
	}


strong {
	font-weight: normal;
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

em em {
	font-style: normal;
	}

strong strong {
	font-weight: bold;
	}

blockquote {
	font-size: 1em;
	margin: 2em 2em 2em 1em;
	padding: 0 .75em 0 1.25em;
	border-left: 1px solid #777;
	border-right: 0px solid #777;
	}

blockquote strong {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: normal;
	text-transform: none;
	}

img {
	margin-top: 5px;
	}

ul, ol {
	padding-left: 1.25em;
	margin: 0 0 2em 1em;
	}


pre {
	font-family: "Bitstream Vera Sans Mono", Courier, Monaco, ProFont, "American Typewriter", "Andale Mono", monospace;
	line-height: 1.45em;
	color: #eee;
	background-color: inherit;
	margin: 2em 0 2.5em 0;
	padding: 5px 0 5px 10px;
	border-width: 1px 0 1px 0;
	border-color: #6b6b6b;
	border-style: dashed;
	}

code {
	font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "American Typewriter", "Andale Mono", monospace;
	font-size: 0.91em; /* 1.09em for Courier */
	}


ul {
	list-style-type: none;
	}

select { background-color: #ddd; }


#header {
	text-align: right;
	padding: 5px;
	padding-left: 15px;
	border-bottom: 2px ridge #aaa;	
}

table {  
    border-collapse: collapse;  
    border-spacing: 0;
	border: 0;
}

td, th {text-align: justify; border: 0;}

#menu {
	width: 300px;	
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 1em 0px 1em 0px;
	text-align: left;
}

#menu li.l1 { margin-left: 0px; }
#menu li.l2 { 
	margin-left: 15px; 
	margin-top: 5px; 
}
#menu li.l3 { 
	margin-left: 30px;
	margin-top: 5px; 
}

#menu a {
	border-left: 1px dotted #fff;
	padding-left: 4px;
	line-height: 150%;
}
#menu a:hover {
	border-left: 1px solid #fff;
}

#carcas {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

#carcas td {
	vertical-align: top;
}

#left {
	width: 300px;
	padding: 10px 0 20px 20px;
	
}

#content {
	padding: 0px 15px 20px 45px;
}
#content ul {
	list-style-type: none;
	padding: 0;
}

#content ul li {
	padding: 2px 0 5px 15px;
}

#content ul li h3 {
	margin: 10px 0 5px 0;
}

#content a {
	text-decoration: none;
	color: #ddd;
	border-color: #888;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}

#content a:visited {
	color: #ddd;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 3px 0px 2px 0px;
	}

	
#content a:hover {
	color: white;
	background-color: #606870;
	border-color: #606870;
	}

.tags {
	margin-top: 60px;
	border-top: 1px dotted #aaa;
}

#footer {
	font-size: 12px;
	border-top: 2px ridge #aaa;
	text-align:right;
	padding: 3px 10px;
}
#footer a {color: #ddd;}
