﻿@import url("Font.css");
@import url("ItemColors.css");

body {
    margin: 3px 2px;
    background: #3a3b3d;
}

#container {
    width: 780px;
}

div#container > div > div {
	position: absolute;
	top: 156px;
	left: 5px;
	width: 463px;
	color: #000;
	font-size: 16px;
	background: #cfcac6;
	border: 10px solid #cfcac6;
}

h1 {
    float: left;  
    display: block;
    margin: 3px; 
    padding: 3px 11px;
    border: 2px solid;
    line-height: 34px;
	font-size: 25px;
	font-weight: normal;
	color: #3a3b3d;
    text-decoration: none;
    cursor: pointer;
}

h2 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	margin: 10px 0 -10px 0;
	font-size: 18px;
	font-weight: normal;
}

p {
    margin: 10px 0 5px 0;
    line-height: 1.5;
}

li {
	line-height: 1.5;
}

a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #555555;
}

a:hover {
    border-bottom: none;
}

a.goTo {
	text-decoration: none;
	border-bottom: 1px dashed #555555;
}

a.goTo:hover {
	border-bottom: none;
}

a.name {
	border: none;
}

acronym {
    cursor: help;
    border-bottom: 1px dotted #555555;
}

acronym:hover {
    cursor: help;
    border-bottom: none;
}

table {
    width: 100%;
    margin: 10px 0 0 0;
    border-collapse: collapse;
}

th {
    text-align: left;
}

td {
    padding: 5px 0;
    border-top: 1px solid #736357;    
}

dl {
    font-size: 14px;
}

dd {
    float: left;
    display: block;
    margin: 0 0 0 0;
    width: 80px;
    font-weight: bold;
}

span.small {
    font-size: 14px;
}


#uppercaseContent, #educationContent, #workExperienceContent,
#webTechnologyContent, #printProductionContent,
#colorManagementContent, #articlesContent,
#networkContent, #projectManagementContent,
#spareTimeContent, #contactContent {
    display: none;
}

/** DYNAMICS CLASSES **/
    .on {
        color: #000;
        cursor: default!important;
    }

    .visible {
        display: block!important;
    }

