body {
	background: #f0b73f;
	/*background:#edf2fa;*/
	font-family: 'Open Sans', sans-serif, Verdana; 
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.backtotop {
	text-decoration: none;
	color: inherit;
	margin-bottom: 30px;
	font-size: 12px;
}


/* Horizontally Center DIV  */
.center {
	margin: 0 auto;
}





/* HEADER */
.headerwrap {
	background: url('../images/random_grey_variations.png') repeat;
	margin-top: 0;
	padding-top: 5px;
	border-bottom: 3px solid #50bde5;
	
	border-bottom: 2px solid #900;

	border-bottom: 6px solid #e84840;

}

	.header {
		width: 960px;
		height: 200px;
		color: #fff;
		position: relative;
	}

		.title {
			position: absolute;
			bottom: 10px;
			left: 0;
		}
		
			.title a {
				text-decoration: none;
				color: #fff;
			}

			.title h1 {
				font-size: 23px;
				font-weight: bold;
				font-family: 'Comfortaa', cursive;
				margin-bottom: 20px;
			}

			.title h3 {
				font-size: 16px;
				font-family: 'Comfortaa', cursive;
				margin-bottom: 10px;
			}

		.lang {
			position: absolute;
			bottom: 15px;
			right: 0;
		}


/* The main Container */
.containerwrap {
}

.content {
	width: 950px;
	padding-left: 10px;
	padding-bottom: 10px;
	background:#edf2fa;
}


.navwrap {
	/*background-color: #f2c335;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2c335), to(#ecc03a)); 
	background-image: -webkit-linear-gradient(top, #f2c335, #ecc03a); 
	background-image:    -moz-linear-gradient(top, #f2c335, #ecc03a); 
	background-image:      -o-linear-gradient(top, #f2c335, #ecc03a); 
	background-image:         linear-gradient(to bottom, #f2c335, #ecc03a);
	
	background-color: #404650;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#404650), to(#6e7580)); 
	background-image: -webkit-linear-gradient(top, #404650, #6e7580); 
	background-image:    -moz-linear-gradient(top, #404650, #6e7580); 
	background-image:      -o-linear-gradient(top, #404650, #6e7580); 
	background-image:         linear-gradient(to bottom, #404650, #6e7580);
*/
	color: #f0f0f0;

	border-bottom: 1px solid #000;
	
	background-color: #404650;
}

/* NAVIGATION MENU */
.nav {
	width: 960px;
	font-size: 13px;
}

 .nav ul {
 	height: 35px;
 	line-height: 35px;
 }

 .nav ul li {
 	display: inline;
 }

 .nav ul li a {
 	text-decoration: none;
 	color: #fff;
 	padding: 9px 10px 6px 10px;
 	margin-right: 15px;
	
	border-bottom: 1px solid #404650;

 	-webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; 

 	-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius-bottomright: 7px;
			border-bottom-right-radius: 7px;
 }

 .nav ul li a:hover {
 	background-color: #e84840;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e84840), to(#e3716d));
	background-image: -webkit-linear-gradient(top, #e84840, #e3716d); 
	background-image:    -moz-linear-gradient(top, #e84840, #e3716d); 
	background-image:      -o-linear-gradient(top, #e84840, #e3716d); 
	background-image:         linear-gradient(to bottom, #e84840, #e3716d);
	
	border-bottom: 1px solid #a8a8a8;
 }

 .active {
	background-color: #e84840;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e84840), to(#e3716d));
	background-image: -webkit-linear-gradient(top, #e84840, #e3716d); 
	background-image:    -moz-linear-gradient(top, #e84840, #e3716d); 
	background-image:      -o-linear-gradient(top, #e84840, #e3716d); 
	background-image:         linear-gradient(to bottom, #e84840, #e3716d);
 }
 
 .nav ul li a.active {
	border-bottom: 1px solid #a8a8a8;
 }

/* CONTENT */
.content {
	width: 950px;
	position: relative;
	
	-webkit-box-shadow: 0px 0px 4px 0px #808080; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            box-shadow: 0px 0px 4px 0px #808080;
}

	.main {
		float: left;
		width: 710px;
		position: relative;
		font-size: 13px;
		padding-bottom: 10px;
	}

		.row {
			margin-bottom: 10px;
			position: relative;
		}
			
			.primary {
				float: left;
				width: 180px;
				font-weight: bold;
				color: #404650;
				text-align: right;
				padding-right: 20px;
			}

				.year {
					width: 100px;
				}
			
			.secondary {
				float: left;
				width:70%; 	
				text-align: justify;
			}

				.secondary ul li {
					margin-bottom: 5px;
				}
			
			.wide {
				width:82%; 		
				text-align: justify;
			}
			
			.thumb img {
				margin-left: 20px;
			}
			
			
			










		.choose {
			text-align: center;
			position: relative;
			background: #404650;
			padding: 20px;
			width: 60%;
			margin: 0 auto;
			
			-webkit-box-shadow: 0px 0px 4px 0px #808080; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            box-shadow: 0px 0px 4px 0px #808080;

			background: url('../images/random_grey_variations.png') repeat;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
		}

		.choose a {
			padding: 15px 20px;
			width: 70%;
			background: #fff;
			text-decoration: none;
			color: #404650;
			display: block;
			margin: 0 auto;
			font-weight: bold;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
		}

		.choose a:hover {
			background: #e5e5e5;
		}
		
		.choose a:active {
			background: #fff;
		}
		
		.choose .link {
			margin-top: 10px;
			margin-bottom: 10px;
		}









	
	.side {
		float: right;
		font-size: 12px;
		width: 200px;
		padding: 10px 20px;
		position: relative;
		
		/*-webkit-border-radius: 4px;
                border-radius: 4px;*/
	}
	
		.side a {
			text-decoration: none;
			color: inherit;
		}
		
		.side a:hover {
			color: #808080;
		}
		
		.side a:active {
			color: #606060;
		}

		.side img.id {
			border: 1px solid #707070;
			-webkit-border-bottom-right-radius: 7px;
				-moz-border-radius-bottomright: 7px;
					border-bottom-right-radius: 7px;
		}
		
		.sidedetails {
			border-bottom: 1px solid #9e9e9e;
		}

		.sidedetails h4 {
			margin-top: 10px;
			margin-bottom: 10px;
			font-weight: bold;
			font-size: 15px;
			color: #404650;
		}

		.sidedetails img {
			margin-right: 5px;
			vertical-align: middle;
		}

		.sidedetails span {
			font-weight: bold;
			color: #404650;
		}
		
		.extra {
			margin-top: 10px;
			text-align: center;
			font-size: 12px;
			position: relative;	 	
		}
		
		.extra a {
			padding: 6px 1px;
			width: 47%;
			display: block;
			float: left;
			color: #fff;
			text-align: center;
			background: #dbdbdb;
			
			background: url('../images/random_grey_variations.png') repeat;
			
			-webkit-box-shadow: 0px 0px 3px 0px #000;
					box-shadow: 0px 0px 3px 0px #000;
			
			-webkit-border-bottom-right-radius: 7px;
				-moz-border-radius-bottomright: 7px;
					border-bottom-right-radius: 7px;
		}                          
		
		.extra a:hover {
			color: #efefef;
			opacity: 0.9;
			filter:alpha(opacity=90);
		}
		
		.extra a:active {
			-webkit-box-shadow: 0px 0px 1px 0px #000;
					box-shadow: 0px 0px 1px 0px #000;
		}
		
		
		
		
		
		/**** ΒΙΟΓΡΑΦΙΚΟ ****/
		.main h3 {
			font-size: 15px;
			font-weight: bold;
			color: #404650;
		}
		
			.main h3 a {
				text-decoration: none;
				color: inherit;
			}
			
			.main h3 a:hover {
				text-decoration: underline;
			}

		.bio span {
			font-weight: bold;
			color: #404650;
		}

		.bio ol {
			padding-left: 40px;
		}

		.bio ol li {
			
		}

		.bio ul {
			padding-left: 40px;
			list-style: circle;
		}

/* FOOTER */
.footerwrap {
	margin-top: 15px;
}

	.footer {
		width: 960px;
		font-size: 11px;
		position: relative;
		min-height: 40px;
	}
	
		.copyright {
			float: left;
		}
		
		.credits {
			float: right;
		}
		
			.credits a {
				text-decoration: none;
				color: inherit;
			}