/* 
DPS Stylesheet, Design & Code
Created by Kompakt Conseil [eyesonthestreet@gmail.com]
May 4, 2008
All rights reserved
*/

body { 
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fafafa;
	margin: 0;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited  { 
	color: #000; 
	text-decoration: none 
}

a:hover {
	color: #fff;
	background-color: #f09;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

img {
	border-style:none;
}

a img {
	display: block;
}	

/* MASTER TEMPLATE */

.master {
	width: 955px;
	height: 500px;
	position: relative;
	margin: 0 auto 0 auto;
	background-color: #fff;
	padding: 0 10px 0 10px;
	border-top: 2px #ccc solid;
	border-right: 1px #eee solid;
	border-bottom: 2px #ccc solid;
	border-left: 1px #eee solid;
}

.fork {
	width: 200px;
	height: 480px;
	position: absolute;
	margin-top: 5px;
}

.meat {
	width: 495px;
	height: 480px;
	position: absolute; left: 205px;
	margin-top: 5px;
	overflow: auto;
	padding: 0 10px 0 10px;
}

.knife {
	width: 215px;
	height: 480px;
	position: absolute; left: 730px;
	margin-top: 5px;
	border-left: 1px #ccc dotted;
	padding: 0 0 0 10px;
}

/* CONTEXTUAL ELEMENTS */

.header {
	font-size: 9px;
	text-align: right;
	padding: 5px 35px 1px 1px;
	background-color: #65ffff;
	border-bottom: 2px #8deeee solid;
}

.header a {
	margin: 0 0 0 15px;
}

.menu {
	width: 955px;
	height: 23px;
	position: relative; top: 3px;
	margin: 0 auto 0 auto;
	padding: 5px 0 0 0;
	font-weight: bold;
	border-bottom: 2px #999 solid;
}

.menu a {
	padding: 6px 14px 6px 14px;
}

.menu a:hover {
	color: #f09;
	background-color: #fff;
}

.option {
	margin: 0 10px 0 0;
	text-align: left;
	border-bottom: 1px #ccc solid;
}

.option a {
	padding: 4px 4px 4px 3px;
	display: block;
	color: #000;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

.option a:hover {
	color: #f09;
	background-color: #fafafa;
}			

.option_right {
	margin: 0 10px 0 0;
	text-align: left;
	border-bottom: 1px #ccc solid;
}

.option_right a {
	padding: 4px 4px 4px 15px;
	display: block;
	color: #000;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

.option_right a:hover {
	color: #f09;
	background-color: #fafafa;
}

.option_top {
	border-bottom: 1px #666 solid;
	margin: 0 10px 0 0;
	display: block;
}	

.footer {
	width: 955px;
	position: absolute; top: 505px;
	font-size: 9px;
	color: #666;
	text-align: center;
	padding: 0 0 5px 0;
}

.footer a {
	color: #666;
}

.footer a:hover {
	color: #fff;
}

.footer_byline {
	color: #ccc;
	font-size: 8px;
}	

.footer_byline a {
	color: #ccc;
}

.footer_byline a:hover {
	color: #000;
	background-color: #fafafa;
}

/* PAGE-SPECIFIC TEMPLATES */

.language {
	width: 215px;
	height: 200px;
	position: relative;
	margin: 50px auto 0 auto;
	background-color: #fff;
	padding: 20px;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	border-bottom: 2px #ccc solid;
	border-top: 2px #ccc solid;
}

/* PAGE ELEMENTS */

.about {
	width: 215px;
	position: absolute; bottom: 0px;
}

.news {
	height: 180px;
	width: 215px;
	overflow: auto;
}

.pdf-file {
	background-image: url(../../library/images/pdf.gif);
	background-repeat: no-repeat;
}

li.general {
	padding: 0 0 1em 1.7em;
	list-style: none;
}

.section {
	border-top: 1px #ccc dotted;
	padding-top: 7px;
	clear: both;
}

.comment {
	color: #999;
}

