/*#############################################################
Name: Deep Red
Date: 2006-08-28
Description: A two-column layout with a touch of red.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
}
body {
	background: #6C1400 url(img/bgbody.gif) repeat center top;
	font: normal 10px Arial, Helvetica, sans-serif;
	border-bottom: none;
	margin-top: 0px;
	padding-top: 0px;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 850px;
	margin: 0 auto;
	padding-right: 0px;
	height: 850px;
}
.main_left {
	float: left;
	padding-top: 5px;
	width: 580px;
	height: 750px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 265px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	padding-right: 1px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: none;
	border-top: 0px none;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #4B4B4B;
	color: #DB2036;
	font-family: Arial, Helvetica, sans-serif;
}

/* logo */
.header {
	height: 200px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #CC2224 url(img/grdnt_red.png) repeat-x;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 12px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

/* projects */
.lbl {
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 165px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	background: #999999 url(img/kruidentuin.png) no-repeat;
	padding-top: 10px;
}
.link_projects a {
	display: block;
	height: 25px;
	text-align: center;
	color: #FFF;
	width: 265px;
	padding-top: 8px;
	border-top: none;
	border-bottom: none;
	padding-bottom: 8px;
	font: bold 15px Arial, Helvetica, sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* updates */
.link_updates {
	border-top: none;
	border-bottom: none;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 50px;
	line-height: 40px;
	background-color: #5B5B5B;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	height: 25px;
	padding: 2px 0;
	text-align: center;
	border-top: solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-left: 2px;
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

