﻿body {
	background: url(../_images/background.png) repeat-y 50% 0;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	background-color: #A59F9F;
	}

/* colors */

.aubergine {
	color: #4c1828;
	}
.auberginedark {
	color: #4c333c;
	}
.greywarm {
	color: #a59f9f;
	}
.pink {
	color: #c88593;
	}

/* various basic font settings */

p, form, input, textarea, h4, div, ul, ol, li, table, tr, th, td, a img, img { 
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	}

#meta p { 
	padding: 4px 22px 0px 22px;
	width: 330px;
	float: left;
	}
#meta .language {
	float: right;
	text-align: right;
	}
#meta p { 
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#meta a { 
	color: #958487;
	}
#meta a:hover, #meta .selected { 
	color: #ffffff;
	}

#nav p { 
	padding: 0px 0px 18px 22px;
	}
#nav a:hover, #nav .selected { 
	color: #4c1828;
	}

#content p, h2, #content h4 { 
	padding-right: 60px;
	}
#content p { 
	padding-bottom: 18px;
	}

#content .item {
	width: 360px;
	border-top: dashed 1px #7B5C63;
	float: left;
	clear: both;
	padding-bottom: 24px;
	}
#content .item img {
	float: left;
	margin: 0px 9px 9px 0px;
	background-color: #92848A;
	}
#content .item p, 
#content .item h4 { 
	float: left;
	padding-right: 0px;
	width: 231px;
	}
#content .item h4 { 
	padding-top: 6px;
	}
#content .item p.alt,  
#content .item h4.alt { 
	width: 181px;
	/* border: solid 1px red; */
	}
#content .item p.alt { 
	padding-bottom: 6px;
	}
#content .item p.alt strong { 
	color: #4c1828;
	}
#content .item p.alt img { 
	margin: -6px 9px 3px 0px;
	}
/* #content .item p.alt .shift { 
	} */
#content .item p { 
	padding-bottom: 0px;
	}

h1, h2, h3 { 
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: normal; 
	color: #3F362B; 
	padding-bottom: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
h1 { 
	color: #ffffff; 
	font-size: 26px;
	line-height: 30px;
	}
h2 { 
	color: #ffffff; 
	font-size: 18px;
	line-height: 23px;
	}
h3 { 
	color: #4c333c;
	font-size: 15px;
	line-height: 21px;
	}
h4 { 
	color: #4c1828;
	}
/* links */

a {
	color: #ffffff;
	text-decoration: none;
	}
#content a:hover {
	color: #4c1828;
	}
a img.download {
	vertical-align: middle;
	margin: 0px 3px 0px 3px;
	}
a:hover img {
	text-decoration: none;
	}

/* vavious emphasis */

strong, em {
	font-weight: bold;
	font-style: normal;
	}
sup {
	font-size: 85%;
	vertical-align: top;
	}

#close, 
#TB_closeAjaxWindow {
	position: absolute;
	top: 15px;
	left: 670px;
	width: 15px; 
	height: 15px;
	}
