/*
Theme Name: Rossi
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Daniel Rossi & studio:ludens
Author URI: http://www.danielrossi.nl
Tags: daniel

*/

@charset "UTF-8";
/* CSS Document */

/* GENERAL */

* {
	
	padding: 0px;
	margin: 0px;
	
	font-family: "Courier New", Courier, monospace;
	color: #888;
}

body {
	
	height: 100%;
	font-family: "Courier New", Courier, monospace;
	color: #BCBEC0;
}



a {	
	text-decoration: none;
	color: #888888;
}

a:hover {
	
	text-decoration: underline;
}

a:visited {
	
	color: #BCBEC0;
}


#centered_box {
	
	width: 990px;
	height: 100%;

	position: relative;

	margin-left: auto;
	margin-right: auto;
}




/* HEADER */



#header {
	
	width: 282px;
	
	position: fixed;	
	bottom: 0;
	
	padding-top: 150px;
	margin-bottom: 15px;
	
	
	background-position: left top;
	background-repeat: no-repeat;
}

#header .header-text {
	
	width: 282px;
	
	padding-bottom: 145px;
	
	
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* styles for different types of header */
.header-work {
	background-image: url(media/images/headings/darossi_header_work.png);
}

.header-object {
	background-image: url(media/images/headings/darossi_header_default.png);
}

.header-blog {
	background-image: url(media/images/headings/darossi_header_blog.png);
}

.header-space {
	background-image: url(media/images/headings/darossi_header_space.png);
}

.header-contact {
	background-image: url(media/images/headings/darossi_header_contact.png);
}

.header-about {
	background-image: url(media/images/headings/darossi_header_about.png);
}

.header-default {
	background-image: url(media/images/headings/darossi_header_default.png);
}

.header-home {
	background-image: url(media/images/headings/darossi_header_default.png);
}

.header-news {
	background-image: url(media/images/headings/darossi_header_news.png);
}

.header-publications {
	background-image: url(media/images/headings/darossi_header_publications.png);
}

.header-collaborations {
	background-image: url(media/images/headings/darossi_header_collaborations.png);
}

/* header middle */

.middle-work {
	background-image: url(media/images/headings/darossi_middle_work.png);
}

.middle-object {
	background-image: url(media/images/headings/darossi_middle_space.png);
}

.middle-blog {
	background-image: url(media/images/headings/darossi_middle_blog.png);
}

.middle-space {
	background-image: url(media/images/headings/darossi_middle_space.png);
}

.middle-contact {
	background-image: url(media/images/headings/darossi_middle_contact.png);
}

.middle-about {
	background-image: url(media/images/headings/darossi_middle_about.png);
}

.middle-default {
	background-image: url(media/images/headings/darossi_middle_default.png);
}

.middle-home {
	background-image: url(media/images/headings/darossi_middle_default.png);
}

.middle-news {
	background-image: url(media/images/headings/darossi_middle_news.png);
}

.middle-publications {
	background-image: url(media/images/headings/darossi_middle_publications.png);
}

.middle-collaborations {
	background-image: url(media/images/headings/darossi_middle_collaborations.png);
}


#header #title {
	
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	
	text-align: center;
}

#header #random_text {
	
	text-align: center;
	font-size: 13px;
}

#header a:hover {
	
	text-decoration: none;
}


/* header menu */

ul {

	list-style-type: none;
	
	text-align: center;
	
	margin-top: 20px;
	padding-bottom: 20px;
}

#header li {
	
	width: 220px;
	height: 29px;
	
	padding-top: 6px;
	margin-bottom: -10px;
	
	margin-left: auto;
	margin-right: auto;
	
	font-size: 16px;
}

#header li:hover {
	
	background-image: url(media/images/arrows_over.png);
	background-repeat: no-repeat;
}

#header .current-cat {
	
	background-image: url(media/images/arrows_selected.png);
	background-repeat: no-repeat;
}

#header .current_page_item {
	
	background-image: url(media/images/arrows_selected.png);
	background-repeat: no-repeat;
}




/* header title */

#header h1 {
	
	background-image: url(media/images/header_bottom_home.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	
	width: 100%;
	height: 77px;
}

#header h1 span {
	
	display: none;
}



/* CONTENT */


#content {
	
	width: 675px;
	
	position: relative;
	
	margin-top: 25px;
	margin-left: 310px;
	
	
	padding-top: 76px;
	
	background-image: url(media/images/content_top.png);
	background-repeat: no-repeat;
	
	
}

#thumb_list {
	
	position: absolute;
	margin-left: 40px;
	margin-top: -37px;
}

#thumb_list img {
	
	margin-right: 2px;
	border-style: none;
}



/* page */

#content #page {
	
	position: relative;
	
	text-align: center;
	
	padding-top: 35px;
	padding-bottom: 35px;
	
	border-left-color: #C7C8CA;
	border-left-style: solid;
	border-left-width: 1px;
	
	border-right-color: #C7C8CA;
	border-right-style: solid;
	border-right-width: 1px;
	
	padding-left: 27px;
	padding-right: 27px;
	
	margin-right: 1px;
	margin-bottom: -1px;
}


#page p {
	
	padding: 10px 0px 15px 0px;
	text-align: center;
	font-size: 14px;
	
}

#page pre {
	
	margin: 15px -27px;
	padding: 15px 27px 15px 27px;
	text-align: center;
	font-size: 14px;
	background-color: #E7E8E9;
	white-space: normal;
	
}

#page h2 {
	
	font-size: 24px;
	
	margin-bottom: 20px;
}

#page .entry h2 {
	
	margin: 15px -27px;
	padding: 15px 27px 15px 27px;
	text-align: center;
	font-size: 24px;
	background-color: #E7E8E9;
	white-space: normal;
}

#page img {
	position: relative;
	
	padding-top: 10px;
	padding-bottom: 10px;
}


/* page footer */

#content_footer {
	
	padding-top: 76px;
	
	background-image: url(media/images/content_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	
	margin-left: -1px;
}

#content_footer a {
	
	float: right;
	
	margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 30px;
}

