/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

		ching.dk
		media: all

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html
{
	font-size: 100%;
	background: #f8efe3 url('gfx/bg.jpg') repeat-x 0 0;
	/*background: #f8efe3 url('gfx/bg-wide.jpg') no-repeat 50% 0;*/
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 75%;
	line-height: 1.2em;
	text-align: center;
	color: #1b1811;
}

/* clearing floats */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
* html .clearfix { height: 1px; }

/* accessibility & seo */
.accessibility
{
	position: absolute;
	top: -999em;
	left: -999em;
}

/* typography */
h1
{
	margin: 10px 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	color: #554c3a;
}
h2
{
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: normal;
}
h3
{
	margin: 0 0 3px;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
p
{
	margin: 0 0 10px;
	padding: 0;
}
small
{
	font-size: .85em;
}
a
{
	color: #674b14;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active
{
	color: #827761;
	text-decoration: none;
}
a.more
{
	padding: 0 0 0 10px;
	background: url('/gfx/bullet-arrow.gif') no-repeat 0 50%;
	text-decoration: none;
}
a.more:hover { text-decoration: underline; }

.help
{
	cursor: help;
}

/* form elements */
form,
input,
textarea,
select
{
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 100%;
	color: #000;
}
form,
fieldset,
input,
textarea,
select
{
	margin: 0;
}
fieldset
{
	padding: 0;
	border: none;
}
legend
{
	display: none;
}
input.formfield,
input[type=text],
input[type=password],
select
{
	width: auto;
	padding: 1px 2px;
	vertical-align: middle;
	color: #000;
	border: 1px solid #999;
}
textarea.formarea
{
	width: 300px;
	height: 80px;
}
input.formcheckbox
{
	margin: 0 2px 2px 0;
	vertical-align: middle;
}
input.formradio
{
	margin: 4px 0 6px 0;
	vertical-align: middle;
}
select.formselect
{
	width: 220px;
	margin: 8px 0 0 0;
	color: #343537;
	vertical-align: middle; 
}
input.formbutton,
input[type=submit],
input[type=button],
input[type=reset]
{
	padding: 2px 5px;
	color: #fff;
	line-height: 1.2em;
	font-size: 12px;
	border: 0;
	background: #554c3a;
	cursor: pointer;
	width: auto;
	overflow: visible;
	vertical-align: middle;
}

/* tables */
table
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #554c3a;
}
	table th,
	table td
	{
		padding: 2px 4px;
		font-size: 1em;
		background-color: #f8efe3;
	}
	table th
	{
		font-weight: bold;
	}
table,
td
{
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 100%;
	color: #000;
}

/* lists */
ul
{
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	list-style-type: disc;
}

ol
{
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
}
	ol li
	{
		margin-bottom: 5px;
	}

dl
{
	position: relative;
	min-height: 138px;
	margin: 15px 0;
}
	dl dt
	{
		margin: 0 0 5px 0;
		font-weight: bold;
	}
	dl dd
	{
		margin: 0 0 5px 0;
	}

/* images */
img
{
	margin: 0;
	border: none;
}

/* horisontal rulers */
hr
{
	border: none;
	border-top: 1px solid #b8ad98;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	margin: 10px 0;
	padding: 0;
	background: #f8efe3;
}

/* layout */
#container
{
	width: 790px;
	margin: 0 auto 30px;
	text-align: left;
	background: url('gfx/header.jpg') no-repeat 0 0;
}

/* top of page */
#top
{
	position: relative;
	min-height: 180px;
}
* html #top { height: 200px; }

/* home link on deco */
#home
{
	position: absolute;
	left: 20px;
	top: 0;
	width: 300px;
	height: 160px;
}

/* top info line */
#info
{
	position: absolute;
	right: 15px;
	top: 110px;
	width: 450px;
	text-align: center;
}
	#info h2
	{
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		color: #554c3a;
	}
		#info h2 a
		{
			color: #554c3a;
		}

a#editPage
{
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	background: url('gfx/editPage.png') no-repeat 0 0;
}
a#editPage span
{
	display: none;
}

/* main content */
#main
{
	width: 790px;
	min-height: 350px;
}

/* navigation */
#nav
{
	float: left;
	width: 220px;
	margin: 13px 0 10px 10px;
	font-size: 1.1em;
	line-height: 1em;
}
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#nav li
	{
		margin: 0 0 10px;
		padding: 0;
	}
	#nav li a
	{
		font-family: Arial, Verdana, Tahoma, Sans-Serif;
		font-size: 1.25em;
		font-weight: normal;
		color: #674b14;
		text-decoration: none;
	}
	#nav li.menu-current a
	{
		font-weight: normal;
		color: #000;
	}
	#nav li a:hover,
	#nav li a:focus { color: #826f49; }
	#nav li.menu-current a:hover,
	#nav li.menu-current a:focus { color: #000; }
		#nav ul ul
		{
			padding-left: 6px;
			list-style-type: none;
		}
		#nav li li
		{
			margin: 5px 0;
			padding: 0 0 0 12px;
			background: url('gfx/leave-bullet.gif') no-repeat 0 3px;
		}
		#nav li li a
		{
			font-family: Arial, Verdana, Tahoma, Sans-Serif;
			font-size: 1em;
			font-weight: normal;
			color: #2e291e;
		}
		#nav li.menu-current li a
		{
			color: #42310e;
		}
		#nav li li.menu-current a
		{
			font-weight: bold;
		}
		#nav li li a:hover,
		#nav li li a:focus { color: #746a55; }
		#nav li li li { background-image: url('gfx/leave-bullet-light.gif'); }
			#nav li li.menu-current li a
			{
				font-weight: normal;
			}
			#nav li li li.menu-current a
			{
				font-weight: bold;
			}

/* quick search */
#search_box
{
	margin: 10px 0 50px;
}
#search_box input.formfield { width: 120px; }

/* quick login */
#login_box form.login_table
{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#login_box
{
	margin: 0;
}
#login_box h3
{
	margin: 0 0 10px;
}
#login_box input[type=text],
#login_box input[type=password]
{
	width: 120px;
}
#login_box input[type=text],
#login_box input[type=password],
#login_box input[type=submit]
{
	margin: 3px 0 5px;
}

/* content */
#content
{
	float: right;
	width: 530px;
	margin: 0 0 10px 30px;
	font-size: 1.2em;
	line-height: 1.3em;
}
	#content div.inner
	{
		min-height: 250px;
	}
	* html #content div.inner { height: 250px; }
	#content img
	{
		margin: 0 20px 10px 0;
	}

#content h1
{
	margin-left: -1px;
}
#content h3.section
{
	margin: 10px 0 0 -1px;
}

#content .sectionIntro
{
	font-size: 1.1em;
	line-height: 1.3em;
}

/* footer */
#footer
{
	clear: both;
	padding: 20px 0 0;
	text-align: center;
	border-top: 1px solid #b8ad98;
}
	#footer img
	{
		display: inline;
		margin: 0 6px;
	}

