/* Designed by François PLANQUE - http://fplanque.net/ */
/* Slightly modified by Sebastián LALAURETTE - http://www.lalaurette.com.ar/blog */ 

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */

body {
	padding: 0px;
	margin: 0px;
	color: #aab;
	font: 84% Arial, Helvetica, sans-serif;
	background-color: #667;
}

a {
	color: #eef;
	text-decoration: none;
}
a:visited {
	color: #eef;
}
a:hover {
	color: #eef;
	text-decoration: underline;
}

div#pageFooter {
	padding: 0 0 1ex 0;
}
p.baseline {
	text-align: center;
	font-size: 84%;
	padding: 6ex 0 4ex 0;
	margin: 0;
}

div.pageHeader {
	padding: 5px;
	border-bottom: 1px solid #aab;
	background: #334;
	color: #aab;
}

h1#pageTitle {
font-family: Dina, Fixedsys, "Courier New", Courier, mono;
font-size: 300%; 
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0;
	padding: 0;
}

div.PageTop ul {
	background: #334;
	border-bottom: 1px solid #aab;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: 5px 0;
}
div.PageTop li {
	border-right: 1px solid #aab;
	display: inline;
	padding: 5px 1em;
}

div.PageTop a {
	font-weight: bold;
	text-decoration: none;
}
div.PageTop a.default {
	color: #aab;
}
div.PageTop a.selected,
div.PageTop a.selected:visited {
	color: #eef;
}
div.PageTop a:hover {
	text-decoration: underline;
	color: #eef;
}


/* Styles for main area (left) */
h2 {
	margin: 0;
	padding: 1ex 0 0 0;
}

/* Styles for posts */
.bPosts {
float:left; 
width: 760px;
margin: 0 auto;
}
div.action_messages {
	margin: 0 2ex;
}

.nav_right img
{
	vertical-align: top;
}
.nav_right a
{
	display: block;
	margin: 1ex 0;
	float: right;
	border: 1px solid #667;
}
.nav_right a:hover
{
	border: 1px solid #eef;
}
img.no_nav
{
	margin: 1ex 0;
	float: right;
	border: 1px solid #667;
}

.bPost
{
	clear: both;
}
div.image_block img {
	background: #eef;
	padding: 2px;
	border: 1px solid #556;
}
.bDetails {
/*	width: 80%;*/
	margin: 2em auto;
	background: #556;
	border: 1px solid #aab;
}
h3.bTitle {
	font-size: 150%;
	display:inline;
	letter-spacing: 2px;
}
.bText {
	margin: 0;
	padding: 0 12px;
}
.bSmallHead
{
	margin: 0;
	padding: 12px 12px 6px 12px;
}
.bSmallPrint
{
	margin: 0;
	font-size: 84%;
	padding: 6px 12px 12px 12px;
}
.action_right
{
	font-size: 84%;
	float: right;
	margin: 0 0 0 1em;
}
.timestamp {
	margin: 0 0 0 1em;
	font-size: 84%;
}

input.bComment,
textarea.bComment
{
	background-color: #eef;
	border: 1px solid #ccd;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #eef;
	border: 1px solid #ccd;
	padding: 1px;
	margin: 0ex;
}

.comments_popup {
	margin: 1em;
}

table.image_index {
	margin: 1ex auto;
}
table.image_index td {
	width: 88px;
	height: 88px;
	background: #556;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #334;
}
table.image_index td:hover {
	background: #778;
}

#pageFooter a
{
	color: #aab;
}

.main {
width: 1000px; 
}

.bSideBar {
	width: 220px;
	float: right;
	background: #556; 
	border: 1px solid #aab;
	padding: 5px; 
	overflow: hidden;
	/* background: #900; */
}
