/* body
------------------------------------------------------------*/
body {
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	background:#FFFFFF;

}

#header-pic {
	background-image:url(../images/header.png);
	height:73px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}

#footer-pic {
	background-image:url(../images/footer.jpg);
	height:37px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}


/* content
------------------------------------------------------------*/
#content {
	position:absolute;
	left:300px;
	top:85px;
	
	max-width:60%;
	
	padding-bottom:50px;
	font-size:15px;
	line-height:20px;
	font-weight:normal;
	text-transform:none;
	color:#333333;

}

#flags {
  position: absolute;
  right: 10px;
  top: 40px;
}

#content a {
  border: none;
	text-decoration:none;
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	color:#FF0066;
	border-bottom:1px solid #D7D9DE;

}

#content a:hover {
	color:#FF0066;
	background:#F3F4F5;
	border-bottom:1px solid #FF0066;
}

h2 {
  font-weight:bold;
	text-transform:none;
	color:#333333;
	padding-top: 10px;
  font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
  font-size: 20px;
}

.header1 {
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 40px;
	color: #FF0066;
	
	padding: 5px;
	min-width:400px;
	max-width:800px;
	border-bottom: 1px solid #EAEBED;
	position: relative;
	right: 10px;
}

#footer {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.dato{
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
	text-transform:uppercase;
}

#img{
	border:4px solid #FFFFFF;
	padding:5px;

}

.contact{
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #3A3D40;
}

.contactheader{
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 25px;
	color: #3A3D40;
}

/* menu
------------------------------------------------------------*/

#menu {
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	position:absolute;
	left:60px;
	top:150px;
	width:300px;
	height:100px;
}

#menu a {
	line-height:30px;
	text-decoration:none;
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color:#000000;
	text-decoration: none;
}

#menu a:hover {
	line-height:30px;
	color:#000000;
	text-decoration: none;
	background:#F3F4F5;
}


#logo {
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 38px;
	position:absolute;
	left:50px;
	top:80px;
	width:131px;
	height:107px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* MY LOGINBOX */
#loginbox {
	z-index: 3;
	position: absolute;
	left: 35%;
	top: 40%;
	width: 250px;
	background: #DDDDDD;
	border: 5px solid #999999;
	padding: 10px;
	visibility: hidden;
}

#fadeout {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222222;
	opacity: 0.8;
	filter:alpha(opacity=80);
	visibility: hidden;
}


#close {
	position: absolute;
	right: 10px;
	top: 10px;
}

/* Projects */

#thumbs-element {
background-image: url('images/project-thumb-bg.PNG');
background-repeat: no-repeat;
float: left;
height: 173px;
width: 230px;
margin:5px;
text-align:center;
cursor: hand;
}

#thumb {
border: 0px;
margin-top:5px;
margin-bottom:0px;
padding:0px;
cursor: default;
}

#thumb-title {
text-align: center;
}

.projectheader {
font-size: 25;
}

.projectcategory {
margin-top: 10px;
}