/* --simple reset-- */

html, body, ul, ol, li, form, fieldset {
	margin: 0;
	padding: 0;
}
body { background: #fff; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
fieldset,img { border: 0; }
legend { color: #000; }
li { list-style: none; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select {
	font-size: 110%;
	line-height: 1.1;
}
textarea { font-family:inherit; }
article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }
nav ul { list-style:none; }

/* --fonts-- */

@font-face {
	font-family: 'MyndraineRegular';
	src: url('../fonts/Myndraine-webfont.eot');
	src: local('☺'), 
		url('../fonts/Myndraine-webfont.woff') format('woff'), 
		url('../fonts/Myndraine-webfont.ttf') format('truetype'), 
		url('../fonts/Myndraine-webfont.svg#webfontMuHFrgqc') format('svg');
	font-style: normal;
}

@font-face {
	font-family: 'NobileItalic';
	src: url('../fonts/nobile_italic-webfont.eot');
	src: local('☺'), 
		url('../fonts/nobile_italic-webfont.woff') format('woff'), 
		url('../fonts/nobile_italic-webfont.ttf') format('truetype'), 
		url('../fonts/nobile_italic-webfont.svg#webfonttYQJ7lut') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NobileRegular';
	src: url('../fonts/nobile-webfont.eot');
	src: local('☺'), 
		url('../fonts/nobile-webfont.woff') format('woff'), 
		url('../fonts/nobile-webfont.ttf') format('truetype'), 
		url('../fonts/nobile-webfont.svg#webfontJRE3eIdv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Genericons';
    src: url('../fonts/genericons.eot');
    src: url('../fonts/genericons.woff') format('woff'),
         url('../fonts/genericons.ttf') format('truetype'),
         url('../fonts/genericons.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
    
/* --site-- */

html, body {
height: 100%;
}

body {
	color: #6d625b;
	text-align: center;
	font: 14px/18px sans-serif;
	background: #bebcad;
}

.warmer	{
	background: #d9c5a1;
}

#container {
	width:  808px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background: url(bkgndimages/PageShadowT6.gif) repeat-y center;
}

#contfooter	{
	width:  808px;
	height: 20px;
	margin: -9px auto 0 auto;
	padding: 0 0 50px 0;
	background: url(bkgndimages/PageShadowT6Bottom2.gif) no-repeat center;
}

#containerwarm {
	width:  808px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background:  url(bkgndimages/PSBrown.gif) repeat-y center;
}

#contwarmfooter	{
	width:  808px;
	height: 20px;
	margin: -9px auto 0 auto;
	padding: 0 0 50px 0;
	background: url(bkgndimages/PSBotBrown.gif) no-repeat center;
}

#main, #extra, #links, #navi {
	margin: 0 auto;
	padding-bottom: 0px;
}

article {
	font: 1em/1.9em MyndraineRegular, Helvetica, sans-serif;
	margin: 0 auto;
	width: 620px;
	text-align: left;
	padding: 10px 10px 0 10px;
}

.roomy	{
	margin:  30px auto;
}
footer {
	width:  840px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background: #bebcad;
	text-align: center;
	letter-spacing: 2px;
	color: #666666;
	clear: both;
	line-height: 1.6em;
	font-size: 0.9em;
	font-variant: small-caps;
}

.screenwidth	{
	text-align: center;
	margin: 2em auto 1em auto;
}

h1 {
	font: normal 4em/1em 'NobileRegular';
	margin-bottom: 0px;
	letter-spacing: -0.1em;
	color: #96484c;
}

h2 {
	font: normal 2em/1.4em 'NobileItalic';
	letter-spacing: -0.05em;
	padding-top: 20px;	
	margin-bottom: 5px;
	color: #96484c;
}

.midsmall	{
	font: italic 1.2em/1.4em Cochin;
	letter-spacing: 0.1em;
	color: #6e5e51;
	padding: 0;
	text-align: center;
	margin: 0 auto 15px auto;
	text-indent: 0;
}

p	{
	color: #6d625b;
	font-size: 1em;
}

dl {
	padding: 30px;
	width: 450px; 
	margin: 0 auto;
	letter-spacing: 0.1em;

}
dd	{
	margin-left: 50px;
}

#listing dl, #extra dl	{
	padding-top: 0px;
	margin-bottom: 25px;
	color: #919086;
	letter-spacing: normal;
}
#navi dt	{
	padding: 2px 0 0px 10px;
	background-color: #dbd9cc;
}
#extra dt, #listing dt {
	padding-left: 25px;
	margin-top: 25px;
	color: #705650;
}
#extra dd {
	padding-top: 5px;
	text-indent: -20px;
	padding-left: 20px;
}

dd ul	{
	margin-bottom: 30px;
	margin-left:  0;
	list-style: none;
}

dd li	{
	padding-top: 15px;
}

/* @group Page navigation */


#left, #right {
	display:  block;
	position: fixed;
	top: 0;
	text-align: center;
	height: 100%;
	width:  120px;
	z-index: 1;
}

#left {
left:  0;
float:  left;
text-align:  left;
}

#right {
		right: 0;
		float:  right;
		text-align: right;
	color: #96494d;
}

#right:before{
		content: '\f429';
	font: normal 48px 'Genericons';
	display: inline-block;
	margin-top:  250px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
		color: #95494d;
}
#left:before {
	content: '\f430';
	font: normal 48px 'Genericons';
	display: inline-block;
		margin-top:  250px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
		color: #95494d;
}

header h1:after	{
	position: relative;
	top:  -10px;
	left: 10px;
		content: '\f419';
	font: normal 16px 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
		color: #95494d;
}

header h1:before	{
	position: relative;
	top:  -10px;
	left: -10px;
		content: '\f419';
	font: normal 16px 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
		color: #95494d;
}


/* @end */

#navi a	{
	color: #797ba9;
	text-decoration: none;
}

#navi a:active, #navi a:hover	{
	border-bottom: 2px solid #fcb315;
}


img.dropshad {
	-webkit-box-shadow: 5px 5px 25px #61605A;
	-moz-box-shadow: 5px 5px 25px #61605A;
}

.screenwidth img {
	max-width: 100%;
}

/* text formatting tags */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-size: 110%;
}

.center {
	text-align: center;
}

header {
	width: 708px;
	margin: 0 auto 25px auto;
	padding-top: 30px;
}

/* @group Headings */

h3	{
	color: #919086;
	letter-spacing: 0.1em;
	text-decoration: none;
}
/* @end */

/* @group Space */
.extralineheight	{
	line-height: 1.2em;
	padding-top: 8px;
}
.roomtop	{
	margin-top: 20px;
}
.roombot	{
	margin-bottom: 20px;
}
/* @end */

/* Rules for Paragraphs */

article p {
	text-indent: 2em;
	text-align: justify;	
	padding: 0 30px;
	width: 450px; 
	margin: 0 auto;
	word-spacing: 0.1em;
}

article p:first-child {
	text-indent: 0;
}

article p.eerste {
	text-indent: 0;
}

article p.webding	{
	font: 1em "Wingdings 2";
}

/* Rules for Images */

#intro.compview img {
	float: left;
	margin-right: 20px;
}


/* Rules for Painting pages */

/* @group Contact */

form {
	margin: 0 auto;
	padding: 0 10px;
	width: 380px;
}

label {
	font-style: italic;
	padding-left: 2px;
	clear: both;
}

input, textarea {
	clear: both;
	width: 360px;
	padding: 6px 5px;
	outline: 0;
	border: 1px solid #ccc;
	margin: 2px 0px 20px 0px;
	color: #555;
	font: 1em/1.5em MyriadPro-Regular, Thonburi, serif;
}

textarea {
	height: 140px;
}

input:focus, textarea:focus, input:active, textarea:active, input.submit:active {
	background-color: #e5e3d3;
}

input.submit {
	background-color: #bebcad;
	cursor: pointer;
	width: 370px;
	padding: 5px 5px;
	border: none;
	margin: 0px;
}


/* @end */

/* @group Links */

a:link, a:visited {
	color: #797ba9;
	text-decoration: none;
	border: none;
	padding: 0 2px;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 2px solid #fcb315;
}

a#logo:link , a#logo:visited {
	border: 0;
}

header a:hover {
	border: 0;
}

a.external {
	padding-right: 15px;
	background: url(../js/extlinks2.gif) no-repeat right center;
}

/* @end */

/* LISTS */

ol {
	list-style: upper-roman;
	list-style-position: outside;
	margin-left: 2em;
}

ol span {
	display: block;
}

