/*
Theme Name: LFC_Notebook
Theme URI: http://www.corullon.com.br/
Author: LFCorullon
Author URI: http://www.corullon.com.br
Version: 1.0
*/

#body{
	width:800px;
	height:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	background-image:url(imgs/bg_base.gif);
	background-repeat:no-repeat;
	
	SCROLLBAR-FACE-COLOR:#E5E5E7;
	SCROLLBAR-HIGHLIGHT-COLOR:#E5E5E7;
	SCROLLBAR-SHADOW-COLOR:#E5E5E7;
	SCROLLBAR-3DLIGHT-COLOR:#4B4B4B;
	SCROLLBAR-ARROW-COLOR:#4B4B4B;
	SCROLLBAR-TRACK-COLOR:#E5E5E7;
	SCROLLBAR-DARKSHADOW-COLOR:#4B4B4B;
	SCROLLBAR-BASE-COLOR:#E5E5E7;
	}

#content{
	float:right;
	margin-top:270px;
	width:460px;
	height:520px;
	}

#tits{
	width:280px;
	height:63px;
	margin-left:5px;
	margin-right:176px;
	}

#posts{
	font-family:"Trebuchet MS";
	width:240px;
	margin-top:5px;
	height:455px;
	margin-left:30px;
	margin-right:191px;
	overflow:scroll;
	overflow-x:hidden;
	}
	
a:link {text-decoration:none; color:#900000;}
a:visited {text-decoration:none; color:#900000;}
a:active {text-decoration:none; color:#900000;}
a:hover {text-decoration:underline; color:#666;}

#content a:link {text-decoration:none; color:#900000; background:url(imgs/content_link.gif) right no-repeat; padding-right:10px;}
#content a:visited {text-decoration:none; color:#900000; background:url(imgs/content_link.gif) right no-repeat; padding-right:10px;}
#content a:active {text-decoration:none; color:#900000; background:url(imgs/content_link.gif) right no-repeat; padding-right:10px;}
#content a:hover {text-decoration:underline; color:#666; background:url(imgs/content_link.gif) right no-repeat; padding-right:10px;}

#links{
	margin-top:455px;
	float:left;
	width:336px;
	height:440px;
	}	

.tit_post{
	font-family:"Trebuchet MS";
	font-size:14pt;
	color:#990000;
	padding-bottom:10px;
	background-image:url(imgs/tit_post.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	}

.text_post{
	font-family:"Trebuchet MS";
	font-size:9pt;
	text-align:left;
	line-height:120%;
	padding-right:8px;
	padding-bottom:15px;
	}
	
.sec_post{
	font-family:"Trebuchet MS";
	font-size:10pt;
	color:#333333;
	font-weight:bold;
	}
	
.date{
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight:bold;
	padding-right:8px;
	text-align:right;
	}
	
.newer_older{
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	}