body {
    margin: 0;
    padding: 0;
    font-family: "Arial, Georgia, Serif";
    font-size: 12px;
    color: #202020;
    width:100%;
    height:100%;
}

.clearer{
	clear:both;
}

h1 {
	text-align: center;
    margin: 15;
    font-size: 44px;
}

h2 {
	text-align: center;
    margin: 15px;
    font-size: 36px;
    color: #444444;
}

h3 {
    margin: 5px;
    font-size: 30px;
    line-height: 40px;
    color: #666666;
}

.note {
	padding:0 0 0 5px;
	color:grey;
	font-size:10px;
}

a { 
	color:black; 
}
a:visited { 
	color:black; 
}

div.header {
	position: relative;
	height: 150px;
	margin: 25px;
}

div.content {
	position: relative;
	height: 100%;
	width: 1000px;
	margin: auto;
}

div.left{
	position:absolute;
	width:33%;
	height:100%;
	left:0%;
	top:0px;
}

div.middle{
	position:absolute;
	width:33%;
	height:100%;
	left:33%;
	top:0px;
}

div.right{
	position:absolute;
	width:33%;
	height:100%;
	left:66%;
	top:0px;
}


#avatar {
	position:absolute;
	width:100%;
	height:100%;
	background: url("../images/avatar-big.png");
	background-repeat: no-repeat;
    background-position: center;
	opacity: 0.25;
	-webkit-transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	    -ms-transition: opacity .25s ease-in-out;
	     -o-transition: opacity .25s ease-in-out;
	        transition: opacity .25s ease-in-out;
}

#avatar:hover {
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	    -ms-transition: opacity .25s ease-in-out;
	     -o-transition: opacity .25s ease-in-out;
	        transition: opacity .25s ease-in-out;
}

#strava-p, #strava-c, #youtube {
	border-width:0 0 0 1px;
	border-color: darkgrey;
	border-style:solid;
	position:relative;
}

#youtube .movie {
	height:75px;
	padding:10px 10px 0px 10px;
	width:300px;
}

#youtube .movie:hover {
	cursor: pointer;
}

#youtube .movie img {
	width:95px;
	padding-right:5px;
}

#youtube .movie .info {
	position:relative;
	width:200px;
	float:right;
}

#youtube .movie .info .date {
	font-size:11px;
	color:darkgrey;
}

#youtube .movie .info .title {
	font-weight:bold;
}