@font-face {
        font-family: 'Futura';
        src: url('futura.eot?') format('eot'),
             url('futura.woff') format('woff'),
             url('futura.ttf')  format('truetype'),
             url('futura.svg#') format('svg');
}

body {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	font-family: Futura, Tahoma;
	font-weight: 100;
}

a {
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	color: #003366;
}

#wrapper {
	width:1100px;
	margin:0 auto;
}

aside{
	float:left;
	width:430px;
	position:fixed;
	padding-top:10px;
	background-color: #3366cc;
	text-align: center;
	height: 100%;
	min-height: 500px;
}

#logo a {
	font-size: 40px;
	color: #eeeeee;
}

#logo a:hover {
	color: #dddddd;
}


.circle-geo {
	font-size: 60px;
	background-color: #003366;
	padding:0 15px 0 15px;
	border-radius: 50px;
	-moz-border-radius: 50px;
}

.circle-uk {
	font-size: 30px;
	background-color: #003366;
	padding:0 10px 0 10px;
	border-radius: 30px;
	-moz-border-radius: 30px;
}

.circle-title a {
	background-color: #003366;
	padding:0 17px 0 17px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	color: #eeeeee;
	font-size: 36px;
}

.circle-title a:hover {
	color: #dddddd;
}

#copyright {
	position: absolute;
	bottom: 20px;
	width: 100%;
	color: #eeeeee;
}

.circle-footer-geo {
	background-color: #003366;
	padding:0 7px 0 7px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	color: #eeeeee;
}

.circle-footer-uk {
	background-color: #003366;
	padding:0 5px 0 5px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	color: #eeeeee;
	font-size: 12px;
}

ul li {
	list-style-type: none;
	margin-left: -40px;
}

nav ul li a {
	color: #eeeeee;
	font-size: 26px;
}

nav ul li a:hover {
	color: #dddddd;
}

nav ul li.active{
	color: #eeeeee;
	background-color: #003366;
	width: 250px;
}

#main-content{
	float:right;
	width:670px;
}

h1 {
	margin: 0;
	font-size: 72px;
	color: #003366;
}

#latest, #design, #development, #university, #about, #cv, #contact {
	padding-left:10px;
	padding-right: 10px;
	height:1000px;
}

#education {
	float: left;
	width:500px;
}

#contact-form label {
    display:block;
    margin-top:15px;
    font-size: 24px;
}

#contact-form form input {
	width:500px;
	height:14px;
	background:#ffffff;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:14px;
	color:#3a3a3a;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#contact-form textarea {
	width:500px;
	height:200px;
	background:#ffffff;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:14px;;
	color:#3a3a3a;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}  

#contact-form input:focus, textarea:focus {
    border:3px solid #97d6eb;
}

#contact-form #submit {
	display: block;
    width:127px;
    height:38px;
    font-size: 0.9em;
    background-color: #003366;
    color: #fff;
    border:none;
    margin-top:15px;
    cursor:pointer;
}

#contact-form	#submit:hover {
	    background-color: #3366cc;
	}
	
/* chrome, safari */
::-webkit-input-placeholder {
	color:#CCC;
	font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#CCC;
	font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
	color:#CCC;
	font-style:italic;
}