/*
Project: alucinari.net
File: css/style.css
*/

/*  Main  */
body {
	background-color: black;
	color: white;
	text-align: left;
/*	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif; */
	font-family: 'Helvetica Neue', 'Nimbus Sans L', Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: 300;
}

section, header, footer, article{
	display: block;
}

h1 {
	font-weight: 700;
	font-size: 400%;
}

h2 {
	font-weight: 700;
	font-size: 200%;
}

h3 {
	padding-bottom: 0.5em;
	font-weight: 400;
	font-size: 150%;
}

h4 {
	padding-bottom: 0.5em;
	color: #b3b3b3;
	font-style: italic;
	font-size: 100%;
	font-weight: 400;
}

a {
	text-decoration: none;
	font-style: italic;
	color: #66ccff;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin:0 auto;
	width: 800px; /*  Change to desired width :)  */
}

#uppercontentcontainer {
	clear: both;
	display: block;
}

#header {
	padding-bottom: 0.1em;
}

#subhead {
	padding-bottom: 1em;
}

#navigation {
	padding-bottom: 1em;
	padding-top: 1em;
/*	margin-left: 64px; */
	width: 250px;
	float: left;
	opacity: 0;
}

#navigation li {
	list-style-position: outside;
}

#navigation a {
	top: -26px;
	position: relative;
	color: white;
	font-style: normal;
	text-decoration: none;
	font-weight: 300;
	font-size: 150%;
}

#tweets {
	text-align: justify;
	width: 350px;
	float: left;
	opacity: 0;
	font-size: medium;
}

#tweets ul li {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#tweets .created {
	color: #cccccc;
	font-size: 80%;
	display: block;
	padding: 0.3em 0 0 0.5em;
	font-weight: 100;
}

#tweets #link {
	float: right;
}

#lowercontentcontainer {
	padding-bottom: 1em;
	clear: both;
}

#blogpost {
	padding-bottom: 1em;
	padding-top: 2em;
	text-align: justify;
	opacity: 0;
	font-size: medium;
}

#blogpost article {
	height: 4em;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
	padding-top: 0.5em;
}

#blogpostlink {
	margin-right: 1em;
	clear: both;
	float: right;
	font-style: italic;
	font-size: 80%;
}

#pagefooter {
	padding-top: 0.5em;
	clear: both;
	font-size: 60%;
	opacity: 0;
}

#cursor {
	opacity: 0;
}

