<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
Theme Name: GeBR SimpleBlocks
Theme URI: http://blog.phamansinh.com/2008/08/19/simpleblocks-wordpress-theme/
Description: a simple, clean and (trying to be) elegant theme.
Version: 1.0.0
Author: KenzoIX (adapted by Ricardo Biloti)
Author URI: http://phamansinh.com
Tags: simple, two columns, widget ready
*/

/*------------------- General --------------------*/
*
{
	margin: 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0;
	padding: 0 30px;
}

body
{
	background: #333333 none repeat scroll 0 0;
	font-size: 14px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
}

#page
{
	width: 980px;
	margin: 0 auto;
}

a
{
	color: #0066CC;
	text-decoration: none;
}

a:hover
{
	color: #CC6600;
}

/*---------------------- Header, menu ----------------------*/
#header
{
	padding: 30px 20px;
	margin-top: 30px;
	text-align: right;
	overflow: hidden;
	background: #4D6A91 url('/~biloti/gebrproject/wp-content/themes/gebr-simpleblocks/images/header-bg.png') no-repeat scroll 0 0
}

#header h1 a
{
	color: #FFFFFF;
}

#header h2
{
	font-size: 14px;
	color: #FFFFFF;
}

/*
 background: #4D6A91 none repeat scroll 0 0
*/
#menu
{
	overflow: hidden;
	background: #4D6A91 none repeat scroll 0 0
}

#menu ul
{
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
}

#menu ul li
{
	float: left;
	margin: 0 10px 0 0;
}

#menu ul li a
{
	line-height: 30px;
	padding: 0 10px;
}

#menu ul li a:hover
{
	color: #CC6600;
	background: #FFFFFF none repeat scroll 0 0;
}

#menu ul li.current_page_item a
{
	background: #FFFFFF none repeat scroll 0 0;
	color: #CC6600;
	font-size: 16px;
	display: block;
}

.page_item a
{
	color: #FFFFFF;
	display: block;
}



/*------------------------- Container, main, sidebar ---------------------*/
#container
{
	overflow: hidden;
	background-image: url(/~biloti/gebrproject/wp-content/themes/gebr-simpleblocks/images/bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}

#main
{
	width: 690px;
	padding: 20px 0;
	float: left;
}

#sidebar
{
	width: 280px;
	float: right;
}

/*---------------------- Content -------------------------*/
.post
{
	margin-bottom: 50px;
}

.postdate
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	text-align: right;
	padding: 5px 10px;
}

.month
{
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin: 3px 0 5px;
}

.date
{
	text-align: center;
	margin-top: 2px;
	font-size: 20px;
}

.title
{
	overflow: hidden;
	margin: 0 0 0 20px;
}

.title h2
{
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0;
}

.title h2 a
{
	color: #336666;
	font-size: 20px;
	line-height: 140%;
}

.title h2 a:hover
{
	color: #CC6600;
}

.postmeta{
	color: #666666;
	padding: 5px 0 0 0;
}

.postmeta_category
{
	background: url(/~biloti/gebrproject/wp-content/themes/gebr-simpleblocks/images/category.gif) no-repeat;
	padding: 0 5px 0 18px;
}

.postmeta_author
{
	background: url(/~biloti/gebrproject/wp-content/themes/gebr-simpleblocks/images/author.gif) no-repeat;
	padding: 0 5px 0 18px;
}

.postmeta_category a
{
	color: #666666;
}

.postmeta_category a:hover
{
	color: #CC6600;
}

.entry
{
	margin: 20px 20px 20px 30px;
	text-align: justify;
}

.entry h3
{
	margin: 10px 0;
	font-size: 16px;
}

.entry h4
{
	margin: 10px 0;
}

.entry p
{
	text-indent: 0px;
	margin: 5px 0;
        padding: 0 0 5px;
}

.additionalinfo
{
	overflow: hidden;
	margin: 0 10px;
}

.ai_tags
{
	background: url(/~biloti/gebrproject/wp-content/themes/gebr-simpleblocks/images/tags.gif) no-repeat;
	padding-left: 20px;
	float: left;
	width: 450px;
}

.ai_tags a
{
	color: #666666;
}

.ai_tags a:hover
{
	color: #CC6600;
}

.ai_comments
{
	float: right;
	color: #666666;
}

.ai_comments a
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #BDBDBD;
	color: #666666;
	display: block;
	padding: 5px;
}

.ai_comments a:hover
{
	background: #FFFFFF none repeat scroll 0 0;
	color: #CC6600;
}

.navi
{
	overflow: hidden;
}

.navi .left
{
	float: left;
	padding: 8px;
}

.navi .right
{
	float: right;
	padding: 8px;
}

/*------------------------ Sidebar ------------------------*/
#sidebar ul
{
	padding: 15px;
}

#sidebar a
{
	color: #666666;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #CC6600;
}

#sidebar ul h2
{
	font-size: 18px;
	line-height: 180%;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	color: #336666;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar ul li
{
	list-style: none;
	line-height: 180%;
	font-size: 12px;
	padding-bottom: 15px;
}

#sidebar ul ul
{
	padding: 0px 10px;
}

#sidebar ul ul li
{
	border-bottom: 1px solid #eeeeee;
	padding: 2px 0;
	background: url(/~biloti/gebrproject/wp-content/themes/gebr-simpleblocks/images/side.gif) no-repeat 0 10px;
	padding-left: 16px;
}

/*--------------------- Footer ------------------------*/
#footer
{
	clear: both;
	overflow: hidden;
	color: #000000;
	padding: 10px 30px;
	background: #CCCCCC;
	margin-bottom: 30px;
}

#bottomwidget
{
	background: #F7F8E0 none repeat scroll 0 0;
}

#bottomwidget a
{
	color: #666666;
	text-decoration: none;
}

#bottomwidget a:hover
{
	color: #CC6600;
}

#bottomwidget ul
{
	padding: 0 10px;
	margin: 0;
	overflow: hidden;
}

#bottomwidget ul h2
{
	font-size: 18px;
	line-height: 180%;
	padding: 5px 0;
	margin-bottom: 10px;
	color: #336666;
	border-bottom: 1px solid #CCCCCC;
}

#bottomwidget ul li
{
	list-style-type: none;
	float: left;
	padding: 20px;
	width: 280px;
}

#bottomwidget ul ul
{
	padding: 0px 10px;
}

#bottomwidget ul ul li
{
	border-bottom: 1px solid #eeeeee;
	padding: 2px 0;
	background: url(/~biloti/gebrproject/wp-content/themes/gebr-simpleblocks/images/side.gif) no-repeat 0 10px;
	padding-left: 16px;
	width: 240px;
}

#footer a
{
	color: #000000;
}

#footer a:hover
{
	color: #CC6600;
}

#footer .footer_left
{
	float: left;
	line-height: 160%;
}

#footer .footer_right
{
	float: right;
	line-height: 160%;
}

/*-------------------- Comment ------------------------*/
.commentstitle
{
	border-top: 1px solid #CCCCCC;
	margin: 0 0 0 20px;
}

.commentstitle h3
{
	padding-bottom: 10px;
	padding-top: 10px;
}

.commentsnumber
{
	color: #CC6600;
}

.trackback
{
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

.commentlist
{
	color: #666666;
	list-style-type: none;
	padding: 10px 12px;
	margin: 0 0 0 20px;
}

.commentlist li
{
	border-top: 1px solid #CCCCCC;
	padding: 0 0 20px 0;
	min-height: 100px;
}

.commentlist li ol li
{
	min-height: 0;
}

.alt
{
	background-color: #F2F2F2;
}

.commentmeta
{
	overflow: hidden;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #F7F8E0 none repeat scroll 0 0;
	width: 200px;
	float: right;
}

.authcommentmeta
{
	overflow: hidden;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #D0F5A9 none repeat scroll 0 0;
	width: 200px;
	float: right;
}

.commentavatar
{
	float: left;
}

.commentinfo
{
	float: left;
	width: 150px;
}

.commentauthor
{
	font-size: 16px;
}

.commentauthor a
{
	color: #0066CC;
}

.commentauthor a:hover
{
	color: #CC6600;
}

.commenttime
{
	font-size: 12px;
}

.commentcontent
{
	width: 400px;
	padding: 10px;
	text-align: justify;
}

.tbinfo
{
	padding: 10px;
	overflow: hidden;
}

.tbsource
{
	float: left;
	width: 450px;
}

.tbtime
{
	float: right;
	width: 150px;
}

.tbcontent
{
	padding: 10px;
}

.avatar
{
	width: 32px;
	height: 32px;
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

#comform
{
	margin: 0 0 0 20px;
}

#respond
{
	font-size: 18px;
	color: #336666;
	margin-bottom: 15px;
	margin-top: 10px;
}

#commentform p
{
	margin: 0 0 10px 0;
}

input#author, input#email, input#url, textarea#comment
{
	margin-left: 12px;
	border: 2px solid #CCCCCC;
	padding: 2px;
	width: 200px;
	background-color: #F9F9F9;
} 

textarea#comment
{
	width: 550px;
	height: 200px;
}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus
{
	color: #666666;
	border: 2px solid #FF0000;
	background-color: #FFFFFF;
}

label
{
	margin-left: 5px;
	font-size: 12px;
}

input#submit
{
	margin-left: 12px;
	background-color: #f9f9f9;
	border: 2px solid #CCCCCC;
	width: 80px;
	padding: 2px 5px;
	color: #666666;
	font-size: 12px;
}

/*----------------- Blockquote, code, list -----------------*/
blockquote
{
	background-color: #EEEEEE;
	color: #333333;
	margin: 10px 30px 10px 20px;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	border-left: 5px solid #669900;
}

pre
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #BDBDBD;
	color: #666666;
	overflow: auto;
	margin: 10px;
	padding: 10px;
}

code
{
	background: #EEEEEE none repeat scroll 0 0;
	border: 0px solid #BDBDBD;
	color: #222222;
        font-size: small;
}

.post ul, .post ol
{
	margin: 10px 0 10px 0;
	padding-left: 40px;
	padding-right: 40px;
}

.post li
{
	padding: 2px 0 2px 0;
}

.edit_link
{
	float: left;
	clear: both;
}

/*------------------------ Search Form ------------------------*/

#searchform
{
	background: url(/~biloti/gebrproject/wp-content/themes/gebr-simpleblocks/images/search.gif) no-repeat left top;
	height: 32px;
	width: 260px;
}

#searchform:hover
{
	background: url(/~biloti/gebrproject/wp-content/themes/gebr-simpleblocks/images/search.gif) no-repeat left bottom;
}

#searchinput
{
	background: none;
	border: none;
	width: 170px;
	height: 23px;
	padding: 0 5px 0 10px;
	color: #666666;
}

#searchsubmit
{
	background: none;
	border: none;
	width: 60px;
	height: 30px;
	cursor:pointer;
}

/*------------------------ Archives Page ------------------------*/

.archivespage_tag
{
	border: 1px solid #CCCCCC;
	margin: 30px 0;
	padding: 5px;
}

.archivespage_tag a
{
	color: #666666;
	text-decoration: none;
}

.archivespage_tag a:hover
{
	color: #CC6600;
}

.archivesnumber
{
	color: #CC6600;
}

/*------------------------ wp-thread-comment plugin ------------------------*/

.thdrpy
{
	text-align: left;
	font-size: 12px;
	margin: 10px 0;
}

/*------------------------ official alignment ------------------------*/
img
{
	padding: 5px;
	margin: 10px;
}

.wp-smiley
{
	margin: 0;
	padding: 0;
}

a img
{
	color: #666666;
}

a img:hover
{
	color: #CC6600;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.aligncenter, div.aligncenter
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft
{
   float: left;
}

.alignright
{
   float: right;
}

.wp-caption
{
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img
{
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text
{
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.email {
   color: #666666;
   font-size: small;
}

.staff-header{
   font-weight: bold;
   font-style: oblique;
}</pre></body></html>