/* 2.0-dev */
@import url("reset.css");

body {
	background-color:black;
	font-size:62.5%;
}

/*********************
 *	HEADER	     *
 *********************/
hgroup {
	float:left;
}

header {
	background-color:white;
	background-image:url(images/banner.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:44em;
	border-top:0.9em solid black;
}

header hgroup {
	line-height:0;
}

header h1 {
	margin:0.5em;
	margin-bottom:0;
}

header h2 {
	margin:0.8em;
	margin-top:0;
}

header h2 address {
	font-style:normal;
}

header h2 address a {
	color:black;
	text-decoration:none;
}

header nav {
	float:right;
	margin-top:1.5em;
}

header nav li {
	display:inline;
	list-style:none;
}

header nav li a {
	text-decoration:none;
	text-indent:-900%; /* send the text to the left hell */
	float:left;
	overflow:hidden;
	font-size:0;
	line-height:0;
	background-repeat:no-repeat;
	background-position:0 0;
	width:65px; /* fixed size */
	height:33px; /* fixed size */
}

header nav li a.selected, header nav li a:hover {
	background-position:0 -33px; /* fixed size */
}

.container {
	width:87em;
	margin:0 auto;
}

header .container {
	padding-top:2em;
}

header nav li a#blog {
	width:85px;
	background-image:url(images/blog.png);
}

header nav li a#about {
	background-image:url(images/about.png);
}

/*********************
 *	MENU	     *
 *********************/
aside {
	font-family:Helvetica, sans-serif;
	font-size:1.5em;
 	float:right;
	background-color:white;
	background-image:url(images/menu.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:11.1em;
	padding:0 0 2em 2em;
	margin-top:-2.4em;
}

aside nav h2 {
	margin:1em 0 0.3em 0;
}

aside nav ul, aside nav ol {
	list-style:inside square;
	margin-bottom:1em;
}

aside nav a {
	color:black;
	text-decoration:none;
}

aside nav a:hover { font-weight:bold; }

/*********************
 *	POSTS	     *
 *********************/
section { width:62.5em; }
article { margin-top:3.5em; text-align:justify; }

article p {
	color:white;
	font-family:Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.25em;
	margin-top:0.75em;
	display:block;
}

article h3, h3#error {
	color:white;
	font-family:Helvetica, sans-serif;
	font-size:3.6em;
	font-weight:normal;
}

article h3 a { color:white; text-decoration:none; padding:0.05em; }
article h3 a:hover {
	color:black;
	text-shadow:1px 1px 1px #ccc;
	background-color:white;
	padding:0.05em;
	-webkit-border-top-right-radius:5px; /* fixed size */
	-webkit-border-bottom-left-radius:5px; /* fixed size */
	-khtml-border-top-right-radius:5px; /* fixed size */
	-khtml-border-bottom-left-radius:5px; /* fixed size */
	-moz-border-radius-topright:5px; /* fixed size */
	-moz-border-radius-bottomleft:5px; /* fixed size */
}

article time {
	float:left;
	color:white;
	font-family:joshshandwriting;
	font-size:2em;
	width:2em;
	margin:1.5em 2em 2em 0;
	line-height:1.1em;
}

article time .dia { font-size:2.8em; margin-left:0.2em; }
article time .dia-b { font-size:2.8em; margin-left:0; }
article time .mes { font-size:1.1em; margin-left:0.4em; }
article time .ano { font-size:1.4em }
article > div { display:table-row-group; }
article p a, article li a { color:white; text-decoration:none; font-style:italic;  }
article p a:hover, article li a:hover { border-bottom:0.1em solid white; }
article blockquote { 
	padding:1em;
	padding-left:6em;
	margin:1.5em 0;
	background-position:top left;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
}
article blockquote p { margin:0 }
article ul, article ol {
	font-family:Helvetica, sans-serif;
	font-size:1.5em;
	color:white;
	list-style-position:inside;
	margin:0.5em 0;
	padding-left:1em;
}
article ol { list-style-type:lower-roman; }
h3#error { margin-top:1em; }

/*********************
 *	FOOTER	     *
 *********************/
footer {
	clear:both;
	padding:1.5em 0;
	margin-top:5em;
	background-color:white;
}
footer#single { background-color:black; color:white; margin-top:2em; }
footer img {
	float:left;
	margin-right:1.5em;
}
footer p {
	font-family:Helvetica, sans-serif;
	font-size:1.4em;
	line-height:1.3em;
}
