﻿/**
	GLOBAL
*/
html {
	lmin-height: 300%;
}

#end {
	margin: 0px auto;
	width: 600px;
	font-size: 10px;
	font-family: sans-serif;
	text-align: center;
	color: white;
	margin-top: 100%;
	padding: 10px;
}

body {
	margin: 0px;
	text-align: center;

	background-image: url(../images/web/background.jpg);
	background-repeat: repeat;
}

h1, h2 {
	color: #444444;
	margin: 10px 0px 20px 0px;
	font-size: 19px;
}

h2 {
	font-size: 14px;
	margin: 16px 0px 8px 0px;
}

a:link, a:visited, a:hover, a:active {
	color: #0061AB;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

/**
	HEADER
*/
#header {
	text-align: center;
	margin-top: 0px;
	width: 100%;
	height: 169px;
	background-image: url(../images/web/header.jpg);
	background-repeat: no-repeat;
}

#header #logo {
	padding-top: 20px;
}

/**
	NAVIGATION
*/
#navigation {
	width: 604px;
	margin: 0px auto;
}

#navigation div.naviItemBorder {
	float: left;
	width: 120px;
}

#navigation div.naviItem {
	
	width: 120px;
	height: 18px;
	
	padding: 7px 0px 0px 0px;
	text-align: center;
	vertical-align: center;
	
	color: #FFFFFF;
	font-family: serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 13px;

	cursor: pointer;
	
	background-color: none;
}

#navigation #navi_about_border {
	margin-left: 1px;
}

/**
	CONTENT
*/
#status {
	width: 200px;
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: -100px;

	background-color: #EEEEEE;
	padding: 10px;
	font-family : sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	
	display: none;
}

#statusBackground {
	border: dashed 1px #ABABAB;
	background-color: #FFFFFF;
	padding: 4px;
	padding-top: 0px;
}

#content {
	width: 602px;
	margin: 0px auto;
}

#content div.box {
	width: 600px;
	display: none;
	
	margin-top: -1px;

	border-style: dashed;
	border-width: 1px;
	border-color: #FFFFFF #0099EE #0099EE #0099EE;
	border-color: #FFFFFF;
	
	text-align: left;
	font-family : sans-serif;
	font-size: 11px;
	color: #000000;
	
	line-height: 14px;
}

#content div.box_background {
	width: 570px;
	height: 300px;
	padding: 15px;
	background-color: #FFFFFF;
}

html>body #content div.box_background { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 300px;
}


#content  .box_left {
	width: 324px;
	height: 305px;
	float: left;

	border-right: dotted 1px #CCCCCC;
	padding-right: 20px;
}

#content .box_right {
	width: 200px;
	float: left;
	margin-left: 20px;
}

#content ul {
	margin: 8px 0px;
	padding-left: 0px;
	list-style: none;
}

#content li {
	padding: 2px 18px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-image: url(../images/web/bullet.png);
}

#content img.image {
	border: dotted 1px #CCCCCC;
	background-color: white;
	padding: 3px;
	margin: 0px 4px 7px 0px;
}

/**
	CONTENT SPECIFIC
*/
#content_projects .box_left,
#content_contact .box_left {
	width: 205px;
}

#content_projects .box_right,
#content_contact .box_right {
	width: 320px;
}

/**
*	FOOTER SPECIFIC
*/
#tree {
	margin: 20px 0px 5px 0px;
	color: #CCCCBB;
}

#tree img {
	cursor: pointer;
}
