@import "reset.css";

body {
	color: silver;
	background-color: #333;
	font: 12pt Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0;
}

a {
	color: #ff7b00;
	text-decoration: none;
}

a:hover {
	color: #fdf800;
	text-decoration: underline;
}

div#header {
	width: 100%;
	clear: both;
	background: url(http://static.politikadroma.com/inferno/img/top_flame.jpg) repeat-x;
	height: 39px;
}

div#sidebar {
	width: 396px;
	float: left;
}

div#sidebarcontainer {
	padding-left: 10px;
}

div#title h1 {
	width: 394px;
	height: 287px;
	background-image: url(http://static.politikadroma.com/inferno/img/inferno_title_subtitle.jpg);
	margin-bottom: 30px;
}

div#title h1 span {
	display: none;
}

div#title h2 span {
	display: none;
}

div.sidebarcolumn {
	float: left;
	display: inline;
	width: 128px;
}

div#tags.sidebarcolumn {
	width: 256px;
}

div.sidebarcolumn h3 {
	margin: 30px 0 5px 0;
	font: bold 16pt Georgia, "Times New Roman", Times, serif;
	color: #101010;
}

div.sidebarcolumn ul {
	margin-left: 10px;
}

div.sidebarcolumn a {
	display: block;
	padding: 1px 0 1px 5px;
	border-left: 3px solid #101010;
	margin: 0px 0 0px 0;
	color: #999999;
	font-size: 11pt;
}

div.sidebarcolumn a:hover {
	color: #cccccc;
	border-left: 3px solid #ff7b00;
	text-decoration: none;
}

div#comments.sidebarcolumn span.author {
	font-size: 8pt;
}

div#tags.sidebarcolumn li {
	display: inline;
	padding: 0;
}

div#tags.sidebarcolumn a {
	display: inline;
	margin: 0;
	padding: 0;
	color: #ff7b00;
	border: none;
	font-size: 9pt;
}

div#tags.sidebarcolumn a:hover {
	color: #fdf800;
	border: none;
	text-decoration: underline;
}

p.footnote {
	font-size: 10pt;
	text-indent: 0 !important;
	padding: 10px 0 10px 10px;
	margin: 0 !important;

	border-left: 2px solid #101010;
}

div#content {
	width: auto;
	margin-left: 414px;
	margin-right: 20px;
}

div#content h3 {
	color: #c7292a;
	font: bold 20pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

div#content p {
	margin-bottom: 10px;
}

ul#yearly_month_archive {
	margin: 30px 0 30px 30px;
}

ul#yearly_month_archive li a {
	display: block;
	border-left: 3px solid #101010;
	color: #999999;
	padding: 5px;
}

ul#yearly_month_archive li a:hover {
	border-left: 3px solid #ff7b00;
	color: #cccccc;
	text-decoration: none;
}


ul#navigation li.right a {
	float: right;
	text-align: right;
	width: 50%;
}
ul#navigation li.left a {
	width: 50%;
}


div.site-messages {
	border: 3px solid #101010;
	background-color: #ff7b00;
	padding: 10px;
	margin-bottom: 20px;
	color: black;
}

ul.fancylist {
	margin-top: 30px;
	margin-bottom: 30px;
}

ul.fancylist li {
	padding: 5px;
	border-left: 3px solid #101010;
}

ul.linklist {
	margin-top: 30px;
	margin-bottom: 30px;
}

ul.linklist li a {
	padding: 5px;
	border-left: 3px solid #101010;
}

ul.linklist li a:hover {
	border-left: 3px solid #ff7b00;
}


div.post {
	margin-bottom: 20px;
}

div.post-content p {
	margin-bottom: 10px !important;
	text-indent: 20px;
}

div.post-content p.noindent {
	text-indent: 0px;
}

div.post-content div.noindent p {
	text-indent: 0px !important;
}

div.post-content p.intertitle {
	text-indent: 0px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

div.post-meta {
	margin-top: 10px;
}

div.post-meta p {
	font-size: 10pt;
	margin-bottom: 0 !important;
	text-align: right;
}

div.date {
	float: left;
	width: 105px;
	height: 116px;
	padding-top: 28px;
	background: url(http://static.politikadroma.com/inferno/img/date_flame.jpg) no-repeat;
}

span.day, span.month, span.year {
	font: bold 24pt/20pt Georgia, "Times New Roman", Times, serif;
	float: left;
	display: inline;
	clear: both;
	margin-left: 15px;
	color: black;
}

span.day a, span.month a, span.year a {
	color: #000000;
}

span.day a:hover, span.month a:hover, span.year a:hover {
	text-decoration: none;
	/*color: #ff7b00;*/
	border-left: 3px solid #ff7b00;
	padding-left: 2px;
}

div.post {
	margin-left: 116px;
}
div.post h3 {
	font: bold 32pt Georgia, "Times New Roman", Times, serif !important;
	margin-bottom: 10px;
	color: #101010 !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


div.post-content ol, div.post-content ul {
	margin: 10px 0px 10px 40px;
}

div.post-content ol {
	list-style-type: lower-latin;
}
div.post-content ol ol {
	list-style-type: lower-roman;
}
div.post-content ul {
	list-style-type: square;
}
div.post-content ul ul {
	list-style-type: circle;
}

div.post-content code {
	font: 10pt Monaco, "Courier New", Courier, mono;
	background-color: #222222;
}

div.post-content pre code {
	display: block;
	margin: 10px;
	padding: 10px;
}

div.post-content pre {
	font: 10pt Monaco, "Courier New", Courier, mono;
	white-space: pre;
}

div.post-content pre code:before {
	display: block;
	content: "Código-fonte:";
	color: #c7292a;
	font-weight: bold;
}

div.post-content cite {
	font-style: italic;
}

div.post-content acronym {
	border-bottom: 1px dashed #cccccc;	
}

div.post-content sub {
	font-size: 80%;
	vertical-align: sub;
}

div.post-content sup {
	font-size: 80%;
	vertical-align: super;
}

blockquote {
	margin: 10px 10px 10px 30px;
	border-left: 5px solid #101010;
	padding: 5px 0px 5px 10px;
	font-style: italic;
}

blockquote em {
	text-decoration: underline;
}

blockquote p {
	text-indent: 0 !important;
}


div#acknowledgements {
	margin-top: 40px;
	width: 100%;
	clear: both;
	text-align: center;
}

div#acknowledgements p {
	margin-bottom: 5px;
}

div#footer {
	margin: 20px auto 20px auto;
/*	padding: 100px 0 0 0;
*/	display: block;
	width: 311px;
	height: 83px;
	text-align: center;
/*	background: url(http://static.politikadroma.com/inferno/img/trident.jpg) no-repeat;
*/}

div#footer div#politikadroma a {
	display: block;
	margin: 0 auto 0 auto;
	width: 100px;
	height: 100px;
	background: url(http://static.politikadroma.com/inferno/img/politikadroma-tiny.jpg) no-repeat;
}

div#footer div#politikadroma a span {
	display: none;
}

form#openid-form {
	display: none;
}

form#login-form {
	display: none;
	position: absolute;
	top: 400px;
	left: 100px;
	padding: 20px;
	border: 3px solid #101010;
	background: #222222;
}

