* {
	font-family: 'verdana','arial',sans-serif;
	font-size: 1em;
}

html,body {
	background-color: gray;
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	padding: 20px;
	font-size: 70%;
}

div#container {
	border: 1px solid black;
	background-color: #F5F5F5;
	position: relative;
	width: 250px;
	height: auto;
	text-align: left;
	background-image: url('/images/main_bkg.gif');
	background-repeat: repeat-x;
}

div#content {
	
}

div#content p {
	display: none;
}

/* inline elements */
a {
	text-decoration: none;
	color: black;
	font: inherit;
}

/* give each absolute path an external icon */
a[href^="http:"]:after {content: ' ' url('images/link_external.gif')}
/* but not those in my domain */
a[href^="http://www.rikkertkoppes.com"]:after {display: none}

/* note the [att^=val] selector is CSS 3, but implemented by firefox */

/* other (overriding) icons usage */
a[rel=external]:after {content: ' ' url('images/link_external.gif')}
a[rel=pdf]:after {content: ' ' url('images/link_pdf.gif'); display: inline;}
a[rel=zip]:after {content: ' ' url('images/link_zip.gif'); display: inline;}

a:hover {
	text-decoration: underline;
	color: #B11232;
}

p a, blockquote a, li a, dl a, address a {
	color: #B11232;
}

kbd {
	font-family: 'courier',monospace;
	color: #333333;
	background-color: #EAEAEA;
}

code,pre,samp {
	font-family: 'courier',monospace;
	color: #00008B;
}

sub,sup {
	font-size: 0.7em;
}

abbr, acronym {
	cursor: help;
}

/* block elements */
hr {
	display: none;
}
ul,ol,dl {
	margin-left: 20px;
	margin-right: 18px;
	padding: 0;
}
ul li,ol li, dl dd {
	margin-left: 24px;
}
li ul, li ol {
	margin-left: 0px;
	list-style-type: disc;
}	
p {
	text-align: justify;
	margin: 1em 20px;
}

pre {
	border: 1px solid gray;
	background-color: #DDDDDD;
	margin-left: 30px;
	margin-right: 16px;
	padding: 0px;
	overflow: auto;
	display: block;
	width: 90%;
}
pre.bad {
	border-color: #B11232;
	background-color: #F5F5F5; /* this should become obsolete when IE starts supporting inherit */
}

pre:before {
	display: block;
	background-color: #00008B;
	color: white;
	font-size: 8px;
	padding-left: 4px;
	font-weight: bold;
	content: attr(class);	/* this is cool indeed */
}
pre.bad:before {
	background-color: #B11232;
}
blockquote {
	color: #333333;
	margin-left: 20px;
	padding-left: 24px;
	text-align: justify;
}
/*
blockquote p:first-child:before {
	content: url('images/blockquote_66.gif');
}

blockquote p:last-child:after {
	content: url('images/blockquote_99.gif');
	vertical-align: -12px;
}
*/
address {
	text-align: right;
	margin-right: 16px;
}
address:before {
	content: '\2014  ';
}
h1 {
	color: #F5F5F5;
	background-color: #B11232;
	min-height: 75px;
	margin: 0;
	background-image: url('dynImg.php?bgcolor=b11232&color=ffffff&size=20&text=rikkertkoppes.com&postfix=%20%D5');
	background-image: url('images/h1_bkg.gif');
	background-repeat: no-repeat;
}

h2 {
	font-size: 1.6em;
	margin: 16px;
	margin-bottom: 2.5em;
	clear: both;
	background-repeat: no-repeat;
	height: 20px;
}

h2.page_title_1 {background-image: url('dynImg.php?size=14&mode=page_title&id=1&prefix=%D4%20')}
h2.page_title_2 {background-image: url('dynImg.php?size=14&mode=page_title&id=2&prefix=%D7%20')}
h2.page_title_3 {background-image: url('dynImg.php?size=14&mode=page_title&id=3&prefix=%D6%20')}
h2.page_title_4 {background-image: url('dynImg.php?size=14&mode=page_title&id=4&prefix=%D5%20')}
h2.page_title_5 {background-image: url('dynImg.php?size=14&mode=page_title&id=5&prefix=%D8%20')}
h2.error {background-image: url('dynImg.php?size=14&text=error&prefix=%CA%20')}

h3 {
	font-size: 1em;
	margin: 1em 16px;
}
h4, h5, h6 {
	display: none;
}
/*forms*/
form {
	margin: 16px;
	padding: 0px;
}
fieldset {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 16px;
	margin-bottom: 1em;
}
fieldset dl, fieldset dt, fieldset dd {
	margin: 0;
	padding: 0;
}
fieldset dl input,label { 
	width: 200px;
	display: block;
}
fieldset dl input {
	border: 1px solid #DDDDDD;
}
textarea {
	width: 650px;
	height: 70px;
	overflow: auto;
	border: 1px solid #DDDDDD;
}


/*tables */
table {
	background-color: #EFEFEF;
	border-bottom: 2px solid #B11232;
	border-top: 1px solid #B11232;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0 20px;
}

/* ok, we are ready for the future. Browserbuilders: please, please implement this 
tr:nth-child(odd) {
	background-color: #E7E7E7;
}
*/
tr.tr-odd {
	background-color: #E7E7E7;
}

caption {
	font-weight: bold;
	text-align: left;
	margin: 0 20px;
}

tfoot th, tfoot td {
	border-top: 1px solid #B11232;
}

tfoot th {
	background-color: #DDDDDD;
	font-style: italic;
	text-align: right;
	font-weight: normal;
}

tfoot td {
	font-style: italic;
}

td, th {
	vertical-align: top;
	padding: 0px 3px 0px 3px;
}
	
thead th {
	background-color: #B11232;
	font-weight: bold;
	color: white;
	text-align: left;
}

tbody th {
	background-color: #DDDDDD;
	border-right: none;
	font-weight: normal;
	text-align: right;
}

/* ok, the following does not work in ie, but it's a nice extra for other browsers */
tbody td[colspan] {
	text-align: center;
}

tbody td[rowspan] {
	vertical-align: middle;
}

tbody th[colspan] {
	text-align: center;
}

th[scope=rowgroup] {
	font-weight: bold;
}

tbody td {
	border-right: 1px solid white;
}

/* special */
.non_visual {
	display: none;
}

p.note {
	color: #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	margin: 1em 14px;
	background-image: url('/images/note_bkg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 3px;
}

p.note:before {
	content: '\14';
	display: block;
	overflow: hidden;
	height: 1px;
	margin-left: -3px;
	margin-top: -3px;
	margin-right: -3px;
	background-image: url('/images/note_bkg.gif');
	background-repeat: no-repeat;
	background-position: top-center;
}

span.note {
	color: #999999;
}

span.note:before {
	content: '[';
	font-weight: bold;
}

span.note:after {
	content: ']';
	font-weight: bold;
}
.note a {
	color: #999999;
	text-decoration: underline;
}
.note a:hover {
	color: #B11232;
}
div.article {
	clear: both;
}
span.article_date {
	display: none;
}
span.article_date_modified {
	display: none;
}
span.more a {
	display: inline;
}

div.artwork_block {
	float: left;
}
div.artwork_thumb_block {
	float: left;
	width: 300px;
}
dl.figure dt img {
	border: 1px solid silver;
}
dl.figure dt a img {
	border: 1px solid #00008B;
	padding: 1px;
}
dl.figure.transparent dt img {
	border: none;
}
dl.figure dd {
	padding-left: 3px;
	margin: 0;
	margin-bottom: 1em;
	font-style: italic;
	font-size: 0.9em;
}
dl.figure dd:before {
	content: 'figure ' counter(figure) '. ';
	counter-increment: figure;
	color: #00008B;
}
dl.figure dd * {
	margin: auto;
}
span.figure_back_reference:before {
	content: ' (figure ' counter(figure) ')';
	color: #00008B;
}
span.figure_forward_reference:before {
	counter-increment: figure 1;
	content: ' (figure ' counter(figure) ')';
	color: #00008B;
}
span.figure_forward_reference:after {
	counter-increment: figure -1;
	content: '';
}
img {
	border: none;
}
img.artwork_thumb {
	border: 1px solid #B11232;
	border-left-width: 20px;
}
/*
li.skip_link, li#admin_nav {
	display: none;
}
*/
ul#mainmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
}
ul#mainmenu li {
	border-bottom: 1px dashed gray;
	text-align: center;
	margin: 0;
	padding: 0 1em 0 1em;
}
ul#mainmenu li a {
	color: #333333;
	font-variant: small-caps;
	border: none;
	display: block;
	min-width: 100px; /* I added this for opera, which refuses to give this element the whole available width */
}
div#datespan {
	display: none;
}

div#quicknav {
	display: none;
}

div#comment {
	display: none;
}
div#administration {
	border-top: 1px solid #999999;
	height: 21px;
	background-image: url('images/administration_bkg.gif');
	background-repeat: no-repeat;
	text-align: right;
}

a#admin{
	display: none;
}
a#atom_feed {
	display: none;
}

div#copyright {
	color: #999999;
	text-align: center;
	font-size: 0.8em;
	margin-top: 2em;
}


div#hook1 {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 60px;
	left: 100%;
	border: 0px solid black;
	margin-left: 1px;
	
	background-image: url('images/label.gif');
	background-repeat: no-repeat;
}
div#hook1 div {
}

div#hook3 {
	clear: both;
}

a#breakout {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background-image: url('/images/breakout_bkg.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

a#closebtn {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background-image: url('/images/close_bkg.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

/* SEARCH BOX */
form#search {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}