body {
	background:#fff;
	font-family:"Arial";
}

.header, .filter {
	background:#242d42;
	text-align:center;
}

.filter{
	height:40px;
}

.content, .sidebar {
	background:#28282D;
	color:#fff; /*#F5F5FF;/**/
	text-align:justify;
}

.content {
	
}

.spacer, .whiteSpacer, .blueSpacer {
	background:#fff;
	height:10px;
}

.content .spacer {
	background:#020415;
	margin: 15px 10px 15px 10px;
}

.sidebar .spacer {
	margin:0;
	background:#020415;
}

.blueSpacer {
	background:#242d42;
}


/*------ TEXT ---------*/
.header {
	vertical-align:bottom;
}

.header h1{
	margin: 10px 0 5px 0;/**/
	color:#fff;
	vertical-align:bottom;
}

.header a {
	color:#fff;
	text-decoration:none;
}

.header h1.tags {
	margin: 75px auto 0px auto;
}


.content h2 {
	margin: 10px 0 5px 10px;
}

h1, h2, h2 a {
	color:#e4e4fc;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Black";
}

h2 {
	/*color:#242d42;*/
}

h1 span.name {
	font-size:48pt;
	/*line-height:22pt;/**/
}

h1 span.lastname {
	font-size:44pt;
}

.sidebar h1, .sidebar h2{
	margin: 10px 0 5px 15px;
}

.sidebar div{
	margin: 0 15px 15px 15px;
	color:#fff;
	text-align:justify;
}

.sidebar a, .content div a{
	color:#E6E6FF;
}

a:hover, .content a:hover {
	color:#020415;
}



/*------------ OBJECTS/SUCH -------*/

.content div object, .content img, .content .previewImage {
	margin:0 auto .75em auto;
	width:610px;
	border:0px;
}

.content div {
	margin:0 0 2em 10px;
	width:610px;
	border:0px;
	text-align:justify;
}

.content div, .content div div {
	margin:0 auto;
}

.content .previewImage {
	width:610px;
	height:100px;
	overflow:hidden;
}

div.paginationLinks {
	margin:10px auto;
	width:300px;
	text-align:center;
	font-size:1.25em;
}



