/* Layout */

html {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

body {
    height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #333350;
    background-image: url(../images/linear-gradient.jpg);
    background-repeat: repeat-x;
}

/* Containers and ornaments */

#ornament {
    background-image: url(../images/sylvester.png);
    background-repeat: no-repeat;
    position: fixed;
    width: 170px;
    height: 224px;
    bottom: 0;
    right: 0;
    z-index: 0;
}

#container {
	padding: 10px;
}

#header {
	margin-bottom: 20px;
}

#lang {
   position: fixed;
   font-family: Verdana, Arial, sans-serif;
   top: 10px;
   right: 50px;
   display: inline;
   color: #aaaaaa;    
   font-weight: bold;
}

#lang a {
   text-decoration: none;
   color: #ffffff;    
}

#lang a:hover {
   text-decoration: underline;
}

#footer {
	clear: both;
	margin-top: 10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    color: #fff;
}

/* Menu */

#menu {
	position: fixed;
	font-size: 18px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	list-style: none;
	list-style-position: inside;
	left: -243px;
	top: 171px;
	width: 243px;
	padding: 0;
	padding-left: 0;
	margin: 0;
	margin-left: 100%;
	z-index: 1;
}

#menu li {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 25px;
	cursor: pointer;
}

#menu li.selected {
	background-image: url(../images/menu-selector.png);
   background-repeat: no-repeat;
   background-position: left center;
}

#selector {
	position: fixed;
	background-image: url(../images/menu-selector.png);
    background-repeat: no-repeat;
    background-position: left center;
	width: 243px;
	height: 45px;
	left: -243px;
	top: 180px;
	margin: 0;
	margin-left: 100%;
	z-index: 0;
}

/* Content */

#content {
	text-align: left;
	overflow: hidden;
	width: 700px;
}

#scroller {
	/* num. sections * 700px, should be computed by JavaScript */
	width: 6300px;
}

.section {
	float: left;
	width: 600px;
	padding-left: 100px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;

/*    height: 600px;
    background-image: url(../images/linear-gradient.gif);
    background-repeat: repeat-x; */
}

.section img {
	border: none;
}

.section h1 {
   white-space: nowrap;
   font-size: 14pt;
   font-weight: bold;
   text-decoration: underline;
}

.section h2 {
   white-space: nowrap;
   font-size: 12pt;
   font-weight: bold;
   text-decoration: underline;
}

.section a {
	color: #fff;
}

.section ul {
	margin-bottom: 30px;
	font-size: 10pt;
}

.section p {
	font-size: 10pt;
	margin-bottom: 30px;
}


.float-left {
	float: left;
	margin-left: 10px;
	margin-right: 50px;
}

ul.no-bullet {
	list-style: none;
}

ol {
	margin-bottom: 1.5em;
}

pre.prettyprint {
	padding: 5px;
	background-color: #FFFFFF;
	border: 0px none #000;
	margin-top: -17px;
}

.time {
}

.time + .time {
   clear: both;
}

.time tr {
/*    background-image: url(../images/linear-gradient.jpg);
    background-repeat: repeat-x; */
}

.time-duration {
   font-size: 10px;
   vertical-align: top;
   text-align: left;
   width: 90px;
}

.time-description {
   vertical-align: top;
   text-align: left;
}

.time-description h1 {
   font-size: 12px;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   text-decoration: none;
}

.time-description h2 {
   color: #aaaaaa;
   font-size: 12px;
   font-weight: bold;
   padding-top: 0px;
   padding-bottom: 5px;
   margin: 0px;
   text-decoration: none;
}

.time-description .note {
   font-size: 10px;
}

.time-description .skills {
   color: #ccccff;
   font-size: 12px;
   padding-bottom: 4px;
}

.time-description ul {
   font-size: 12px;
   margin: 0px;
   padding: 0px;
}

.desc {
   display: inline;
   color: #aaaaaa;
   font-size: 10px;
}

dt {
   width: 100%;
   background-color: #666670;
}

dd {
   padding-bottom: 5px;
}

a.download-link {
   text-decoration: none;
}