html, body {
	margin:0;
	padding:0;
	font-size: 100%;
	font-family: "Verdana";
	background:#AB0000;
}
*:focus { 
	outline: none; 
}
*::-moz-focus-inner { 
	border: none; 
}
#huge_container, 
#header, 
#menu, 
#main_container, 
#comic_container,
.comic_container, 
.under_comic, 
#news_container,
#footer,
#index_navigation
{
	position: relative;
	margin: 0 auto;
}
#huge_container {
	width: 100%;
	display: table;
	min-height: 500px;
}
#header {
	background: #000 url(../img/logo.png) no-repeat left bottom;
	width: 100%;
	height:175px;
}
#menu_cont {
	width: 100%;
	height:22px;
	background: url(../img/line_back.png) repeat-x center center;
	padding: 5px 0;
}
#menu {
	width: 1000px;
	height:22px;
	text-align: right;
}
#menu li.page_item  {
	float: right;
	margin: 0 10px;
	font-weight: bold;
}
#menu li.page_item  a {
	color: #FFF;
	text-decoration: none;
}
#menu li.page_item  a:hover {
	border-bottom: 2px dotted #fff;
}
#main_container {
	width: 100%;
	display: table;
	padding: 5px 0;
	display: table;
	background: #CA0000 url(../img/main_back.png) repeat-x center top;
	min-height:635px;
}
h1.titulo {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
h1.new_post {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
}
#comic_container {
	position: relative;
	min-height: 200px;
	min-width: 300px;
	border: 2px solid #333;
	display: table;
	text-align: center;
	padding: 5px;
	background: #000;
	margin-top: 10px;
}
.comic_container {
	position: relative;
	/*border: 2px solid #333;*/
	text-align: center;
	display: table;
}
#hold_everything {
	position: relative;
}
#main_image_container {
	position: relative;
	text-align: center;
}
#main_image_container img {
	border: 2px solid #333;
	text-align: center;
	padding: 5px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 10px auto 0;
}
#main_image_container .main_title {
	position: absolute;
	width: 100%;
	background: url(../img/opaque.png) repeat;
	z-index: 9999;
	border-top: 2px solid #fff;
	bottom: 0px;
}
.img_container {
	position: relative;
	margin: 0 auto;
}
.small_cont {
	background: #000;
	width: 150px;
	height: 150px;
	border: 2px solid #000;
}
.opaque_uppon {
	position: absolute;
	width: 150px;
	height: 150px;
	background: url(../img/opaque.png) repeat;
	z-index: 9999;
}
.img_container:hover .opaque_uppon {
	display: none;
}
.under_comic {
	width:100%;
	height:39px;
	margin: 0 auto;
	background:url(../img/under_comic.png) no-repeat center bottom;
}
.under_comic_small {
	width:150px;
	height:21px;
	margin: 0 auto;
	background:url(../img/under_comic_small.png) no-repeat center bottom;
}
.adsense_small {
	width: 730px;
	height: 20px;
	position: relative;
	margin: 10px auto;
}
#comic_list {
	display:table;
	margin:0 auto;
	max-width:900px;
	width:auto;
	text-align: center;
}
#comic_list li.comic_thumb {
	height: 200px;
	margin:0 10px 50px 0;
	width:200px;
	display: inline-block;
}
#comic_list li.comic_thumb h1.titulo_small {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	white-space: normal;
}
#comic_container .img_container .navigator {
	position: absolute;
	height: 100px;
	z-index:9999;
	left: 0;
	width: 100%;
}
#comic_container .img_container .navigator .nav {
	position: relative;
	width: 100px;
	height: 100px;
	display: none;
}
#comic_container .img_container .navigator .nav a {
	display: table;
	width: 100px;
	height: 100px;
}
#comic_container .img_container .navigator .left {
	background: url(../img/btn_left.png) no-repeat center bottom;
	left: 0px;
	float: left;
}
#comic_container .img_container .navigator .left:hover {
	background: url(../img/btn_left.png) no-repeat center top;
	cursor:pointer;
}
#comic_container .img_container .navigator .right {
	background: url(../img/btn_right.png) no-repeat center bottom;
	float: right;
	right: 0px;
}
#comic_container .img_container .navigator .right:hover {
	background: url(../img/btn_right.png) no-repeat center top;
	cursor:pointer;
}
#index_navigation {
	width: 400px;
	position:relative;
	height: 50px;
}
#index_navigation .alignleft {
	float: left;
}
#index_navigation .alignright {
	float: right;
}
#news_container {
	list-style: none none;
	width: 900px;
	display: table;
}
#news_container li.sidebar,
#news_container li.content  {
	float: left;
	position: relative;
	display: inline-table;
}
#news_container li.sidebar {
	width: 307px;
}
#news_container li.sidebar p.sidebar_top {
	background: url(../img/sidebar_top.png) no-repeat center center;
}
#news_container li.sidebar .sidebar_content {
	background: url(../img/sidebar_back.png) repeat-y center center;
	margin: 0 auto;
	padding: 0 15px 0 20px;
	color: #ff0000;
}
#news_container li.sidebar .sidebar_content li.item a {
	color: #fff;
	text-decoration: none;
}
#news_container li.sidebar .sidebar_content li.item a:hover {
	color: #f00;
}
#news_container li.sidebar .sidebar_content h3.title {
	font-size: 20px;
}
#news_container li.sidebar p.sidebar_bottom {
	background: url(../img/sidebar_bottom.png) no-repeat center center;
}
#news_container li.content {
	width: 580px;
	padding: 5px 0px 5px 10px;
}
#news_container .content h2.main-title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px solid #000;
}
#news_container .content .post .post-content {
	font-size: 14px;
}
#news_container .content .post .post-content a,
#news_container .content .post h4.post-footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#news_container .content .post .post-content a:hover,
#news_container .content .post h4.post-footer a:hover {
	text-decoration: underline;
}
#news_container .content .post h4.post-footer {
	font-size: 12px;
	text-align: right;
	border-top: 1px solid #000;
	margin-top: 10px;
}
#news_container .content .post h4.post-footer b {
	color: #FFF;
	font-weight: bold;
}
#news_container .comments {
	position: relative;
	width: 580px;
}
#news_container .comments h2#comments{
	font-size: 20px;
	color: #000;
	margin-top: 20px;
}
#news_container .comments h2#comments a{
	color: #FFF;
	text-decoration: none;
}
#news_container .comments h2#comments a:hover{
	color: #F00;
}
#commentlist li.comment {
	padding: 5px;
}
#commentlist li.comment .comment-avatar {
	float: left;
	clear: right;
	padding: 2px;
	margin-right:5px;
	border:1px solid #FFFFFF;
}
#commentlist li.comment .comment-text {
	font-size: 12px;
	color: #FFF;
}
#commentlist li.comment .comment-author {
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
#commentlist li.comment .comment-author a {
	color: #FFF;
}
#commentlist li.comment .comment-author a:hover {
	color: #333;
}
#commentlist li.comment .comment-clear {
	clear: both;
}
#commentlist li.comm_line {
	border-top: 2px solid #000;
}
.comment-rss {
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.comment-rss a {
	color: #FFF;
}
.comment-rss a:hover {
	color: #000;
}
h2#postcomment {
	color: #000;
	font-size: 20px;
}
.comment-form {
	padding: 5px;
}
p.comm_loged {
	font-size: 12px;
	color: #FFF;
}
p.comm_loged a {
	color: #FFF;
}
p.comm_loged a:hover {
	color: #333;
}
p.comm_alowedtags {
	font-size: 10px;
	color: #FFF;
	margin: 10px 0;
}
textarea.comment_text {
	width: 100%;
}
p.comm_buttons {
	text-align: center;
}
#footer {
	width: 100%;
	height: auto;
	display: table;
	padding: 20px 0;
	text-align: center;
}
#footer span.author {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
#footer span.tcd {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
#footer span.tcd a {
	color: #FFF;
	text-decoration: none;
}
#footer span.tcd a:hover {
	text-decoration: underline;
}
#footer .adsense {
	width: 730px;
	height: 90px;
	position: relative;
	margin: 10px auto;
}
.white {
	color: #fff;
}