/*
Theme Name: RE:axis
Theme URI: http://awsm.nl/
Description: Portfolio site of Koen Mostert
Version: 1.0
Author: Koen Mostert
Author URI: http://awsm.nl/
Tags: awsm, reaxis, rxs, RE:axis, koen, mostert

	RE:axis 1.0
	 http://awsm.nl/

	This theme was designed and built by Koen Mostert,
	site to be found at http://awsm.nl/

*/

* {
	font-family: Georgia, times, serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	line-height: 1.4;
	background: url(images/awsm.gif) no-repeat 4em 2em;
}

a {
	text-decoration: none;
	background: #ff6;
	color: #000;
}

a:hover {
	background: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

abbr {
	font-variant: small-caps;
	text-transform: lowercase;
}

/* Header ****************************************************************************************/

#header {
	width: 100%;
	height: 8.5em;
	background: url(images/bg.gif) fixed;
}

#loading {
	position: absolute;
	left: 330px;
	top: 35px;
	z-index: -1;
	display: none;
}

/* Index *****************************************************************************************/

#index {
	margin: 2em 5em 4em 4.5em;
}

#index div {
	vertical-align: top;
	display: table-cell;
}

#index #contact {
	white-space: nowrap;
	width: 16em;
}

#index small {
	font-size: 7pt;
}

#index #filter {
	display: none;
	float: left;
	clear: both;
	margin: 1.5em 0.4em 0;
}

#index #filter label {
	cursor: pointer;
	margin-right: 0.5em;
	white-space: nowrap;
}

#index #filter input {
	margin-top: 0.5em;
}

#index #filter label input {
	margin: 0 0.5em 0 0;
}

#index #filter label span {
	font-size: 8pt;
}

#index #menu {
	padding-right: 150px;
}

#index #menu a {
	float: left;
	display: block;
	margin: 0.3em 0.4em;
	padding: 0 0.3em;
	white-space: nowrap;
	background: none;
}

#index #menu a:hover {
	color: #888;
}

#index #menu a.checked {
	background: #ff6;
}

#index #menu a.checked:hover {
	color: #880;
}

#index #menu a img {
	display: none;
}

#thumb {
	position: absolute;
	top: 11em;
	right: 3em;
	width: 150px;
	height: 150px;
}

/* Content ***************************************************************************************/

#content {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 5em;
}

#content .subheader, #content h1 {
	font-size: 30pt;
}

#content .subheader {
	width: 100%;
	height: 1.5em;
	background: url(images/bg.gif) fixed;
	position: relative;
	clear: both;
}

#content #top {
	position: fixed;
	margin-top: 1.4em;
	right: 5em;
	background: url(images/bg.gif) fixed;
	cursor: pointer;
}

#content h1 {
	line-height: 0;
	margin: -0.8em 0 1.3em 1.4em;
}

#content div.text {
	float: left;
}

#content div.text p {
	margin: 0 3em 1em 5em;
	width: 30em;
}

#content div.text p em {
	font-weight: normal;
	font-style: italic;
}

#content p.images {
	margin: 0 7em 0 38em;
}

#content p.images img {
	margin: 0 2em 2em 0;
	float: left;
}

#content table {
	margin: -2em 0 4em 5em;
}

#content table td {
	vertical-align: top;
	padding-right: 2em;
}

#content table tr td[rowspan] { /* first column */
	font-variant: small-caps;
	text-transform: lowercase;
	font-style: normal !important;
}

#content table tr td[rowspan] + td, #content table tr td:first-child { /* second column */
	font-style: italic;
}

#content table tr td[rowspan], #content table tr td[rowspan] + td, #content table tr td[rowspan] + td + td { /* top row of new section */
	padding-top: 2em;
}

#qr {
	position: absolute;
	right: 15em;
	margin-top: 0.5em;
}

/* Colophon **************************************************************************************/

#colophon {
	background: url(images/bg.gif) fixed;
	float: left;
	width: 100%;
	position: relative;
}

#colophon span {
	background: #fff;
	font-size: 8pt;
	margin: 1.5em 0 2em 6em;
	float: left;
	vertical-align: 50%;
}


