/* @group scrollbar */

/* http://almaer.com/scrollbar/debug.html */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
}

/* @end */
body { 
	padding: 0; 
	margin: 0; 
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background-color: #f3f3f3;
}
img {
	border: none;
}
.blockquote {
	clear: both;
	color: #666;
	padding-left: 25px;
	font-style: normal;
	background: url(/images/blockquote_bg_dark.gif) no-repeat 3px 3px;
	background-color: #f3f3f3;
	display: block;
	border: 1px solid #eee;
}
#banner-text {
	display: none;
}
/* links
---------------------------------------------------------- */
a.prev {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(/images/icon_previous.gif) no-repeat;
	vertical-align: middle;
}
a.next {
	padding-right: 20px;
	padding-bottom: 5px;
	background: url(/images/icon_next.gif) no-repeat right;
	vertical-align: middle;
}
h1 a:link, h1 a:visited {
	color: #17438d;
	text-decoration: none;
	background-color: #fff;
}
h1 a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
a:link, a:visited {
	color: #c90000;
	text-decoration: none;
}
a:hover {
	background-color: #c90000;
	color: #fff;
}
a {
	color: #888;
}
.post .footer a:link, .post .footer a:visited {
	text-decoration: none;
	color: #888;
}
.post .footer a:hover {
	color: #666;
	text-decoration: underline;
}
.comments a:link, .comments a:visited {
	text-decoration: none;
	color: #c90000;
}
.comments a:hover {
	text-decoration: underline;
	color: #c90000;
	background-color: transparent;
}
#pagelinks a:link, #pagelinks a:visited {
	color: #17438d;
	text-decoration: none;
	background-color: #fff;
}
#pagelinks a:hover {
	text-decoration: underline;
	background-color: #fff;
}
#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #333;
	background-color: #fff;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #333;
	background-color: #fff;
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
	background-color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	
}
/* page structure
---------------------------------------------------------- */
#topbar {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	padding: 0;
	text-align: center;
}
#content {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 878px;
	background: url(/images/border_side.jpg) repeat-y #fff;
	/*border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;*/
}
#posts {
	float: left;
	width: 600px;/*538*/
	padding-top: 10px;
	margin-left: 3px;
}
#sidebar {
	float: right;
	width: 250px;/*310*/
	border-left: 1px dashed #bbb;
	padding-left: 5px;
	/*padding-top: 10px;*/
	margin-right: 3px;
	height: 100%;
}
#footer {
	text-align: center;
	border: 0;
	padding: 30px 0 0 0;
}
#footer p {
	margin: 0 12px 0;
}
/* top bar content
---------------------------------------------------------- */
#currentPosition {
	font-size: 10px;
	padding-right: 5px;
	color: #eee;
	height: 20px;
	text-align: right;
	background-color: #18448b;
}
#currentPosition img {
	vertical-align: middle;
}
/* page content
---------------------------------------------------------- */
.post {
	margin: 0 12px 0;
	padding-bottom: 30px;
}
.lastpost {
	padding-bottom: 0px;
}
h1 {
	font-family: Avenir, "Trebuchet MS", "Tahoma", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #17438d;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #17438d;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 0;
}
.post p, .comments p, .post ol, .post ul {
	font: normal 12px "Lucida Grande", "Verdana", sans-serif;
	line-height: 1.5em;
	color: #333;
}
.post .postedBy {
	font-size: 10px;
}
.post .footer {
	color: #888;
	background-color: #f3f3f3;
	font-size: 10px;
	padding-left: 2px;
	padding-top: 2px;
	border-bottom: 1px dotted #ccc;
	height: 20px;
	margin-top: 2px;
}
.post .footer .permalink {
	padding: 0 20px 10px 20px;
	background: url(/images/icon_permalink.gif) no-repeat;
}
.post .footer .addcomment {
	padding: 0 20px 10px 20px;
	background: url(/images/icon_comment_add.gif) no-repeat;
}
.post .footer .comments {
	padding: 0 20px 10px 20px;
	background: url(/images/icon_comments.gif) no-repeat;
}
/* comments
---------------------------------------------------------- */
.comments {
	margin: 0 12px 0;
	padding: 0;
}
.comments h2 {
	font-family: Avenir, "Trebuchet MS", "Tahoma", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #17438d;
	margin: 0;
	padding: 0;
}
.comments .comment {
	margin: 0;
	padding-left: 5px;
	border-bottom: 1px dotted #ccc;
	background-color: #f3f3f3;
}
.comments .alternate {
	background-color: #e9e9e9;
}
.comments .time {
	font-size: 11px;
}
.commentbody {
	z-index: 2;
	position: relative;
}
.comments .paulo {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #dde4ee;
	padding-top: 10px;
}
.comments .hide {
	display: none;
}
.comments .bignumber {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 125px;
	text-align: right;
	position: relative;
	top: 40px;
	z-index: 1;
}
/* page links
---------------------------------------------------------- */
#pagelinks {
	text-align: right;
	font-size: 11px;
}
/* sidebar content
---------------------------------------------------------- */
#sidebar, #sidebar p {
	color: #333;
	font-size: 11px;
}
#sidebar .search img {
	vertical-align: middle;
}
#sidebar form {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
#sidebar .inputbar {
	background: url('/images/input_bar.gif') no-repeat;
	border: none;
	width: 123px;
	height: 20px;
	font: 1.1em  Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 3px;
	padding-left: 8px;
	padding-right: 8px;
}
#sidebar img {
	vertical-align: middle;
	padding-right: 2px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 5px;
}
#sidebar li {
	margin: 0;
	padding:0;
	color: #666;
	font-size: 10px;
}
#sidebar li a {
	padding-left: 20px;
}
#sidebar li a:hover {
	/*background: url(/images/icon_bullet.gif) no-repeat left;*/
}
#sidebar #peeps, #sidebar #projects {
	padding-bottom: 10px;
}
#sidebar #peepsList {
	display: block;
}
#sidebar #projectsList {
	display: block;
}
#sidebar #mblogger p {
	font-size: 10px;
}
/* footer content
---------------------------------------------------------- */
#footer p {
	font-size: 10px;
	color: #999;
	line-height: 1.25em;
}
#footer img {
	vertical-align: middle;
}
/* misc
---------------------------------------------------------- */
.image {
	float: left;
	padding: 15px;
}
.clear { 
	clear: both; 
	overflow: hidden; 
	height: 1px; 
	margin: 0; 
	padding: 0; 
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.listeningTo {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.bottom {
	padding-top: 30px;
}
.code {
	font-family: "Courier New", Courier, monospace;
}
table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}
pre{
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 12px;
	border-width:thin;
	border-style:dotted;
	overflow:auto;
	background-color:#F6F6E8;
}