﻿/*
Theme Name: GASAKISM Blog
Theme URI: http://blog.gasakism.net/
Version: 1.0
Description: GASAKISM Blog Theme 
Author: Gasaki (Gabriel Kindermann)
Author URI: http://gasakism.net/
*/
html { height:100%; }

body{
	height:100%;
	margin:0;
	padding:0;
	color:#999999;
	background:url(images/bg_stairs.jpg) fixed no-repeat top #000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
a:link, a:visited{
	color: #990000;
	text-decoration:none
}
a:hover, a:visited:hover{
	color: #999999;
	text-decoration:underline;
}
img{ border: 0 none; }

fieldset{	border:none; }

.clr{ clear: both; }

/*INÍCIO-Conteúdo*/
#wrapper{
	margin:auto;
	width:600px;
}

#top{
	font-family:"Courier New", Courier, monospace;
	text-align:right;
}

#pg_title{
	margin:4px 0;
	padding:2px 0;
	background:#330000;
	color:#990000;
}

#main{
	float:left;
	width:460px;
	text-align:left;
}

#sidebar{
	float:right;
	width:126px;
	text-align:left;
}
#sidebar h2{
	margin:0;
	padding:0;
	color:#990000;
	font-family:"Courier New", Courier, monospace;
	font-size:0.9em;
	font-weight:bold;
}
#sidebar ul{
	margin:0 0 10px 0;
	padding:0;
	color:#660000;
	font-family:"Courier New", Courier, monospace;
	font-size:0.8em;
}
#sidebar ul a:link, #sidebar ul a:visited{
	color: #660000;
	text-decoration:none
}
#sidebar ul a:hover, #sidebar ul a:visited:hover{
	color: #666666;
	text-decoration:underline;
}
#sidebar ul li{
	margin:0 0 0 16px;
	list-style:none;
}
#sidebar ul ul{ font-size:1em; }
#sidebar li{ list-style:none; }

#footer_container{
	clear:both;
	height:40px;
	margin:auto;
	width:588px;
	background:#000000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}
#footer1{
	margin-bottom:1px;
	background:url(images/ft1.jpg) repeat-y;
	color:#000000;
	text-align:left;
}
#footer2{
	padding-right:10px;
	background:url(images/ft2.jpg) repeat-y;
	color:#990000;
	text-align:right;
}
/*FIM-Conteúdo*/

/*INÍCIO-Posts*/
.post{
	margin:0 0 40px;
	border-bottom:#220000 1px solid;
}
.post h2{
	margin:20px 0 0;
	font-size:1.8em;
	font-weight:normal;
}
.post h2 a:link, .post h2 a:visited, .postmetadata a:link, .postmetadata a:visited{
	color: #770000;
	text-decoration:none
}
.post h2 a:hover, .post h2 a:visited:hover, .postmetadata a:hover, .postmetadata a:visited:hover{
	color: #CCCCCC;
	text-decoration:underline;
}
.post small{
	color:#550000;
	font-size:0.75em;
}
.entry{
	margin:8px 0 0;
	line-height:1.4em;
}

.postmetadata{
	color:#550000;
}

.entry  img{
	float:left;
	margin:0 8px 4px 0;
}
/*FIM-Posts*/

/*INÍCIO-Ads*/

/*FIM-Ads*/
