#top .image img {
			border-radius: 10%;
}

#top h1 {
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 0px #000;
	margin-top:0px;
	line-height: 1em;
}

#top ul {
    list-style-type: none;
    margin: 0;
    padding:0 0 1em 0;
}

 #top li
{
    margin: 0;
    padding:0;
	font-size: 1.8em;
	line-height: 1.8em;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}
#top a {
	color:inherit;
}

.wrapper.style0 {
	background-image: none;
	background-color: #00b6f1;
}

.wrapper.style4 form input[type=text], .wrapper.style4 form input[type=password], .wrapper.style4 form select, .wrapper.style4 form textarea {
	background-color: #bbb;
	color: #fff;
}

p.text {
	margin: 0.5em;
}

.dark {
	color: #000;
}
		.box.style1 p {
			margin-bottom:0.5em;
		}

		.box.style2 {
			min-height:10em;
		}

/* Languages Select */

#nav ul {
	display: inline-block;
	padding: 0px 5px;
}

#nav li:not([class]):hover {
	background: #383838;
}

#nav .lang {
	float: right;
}

#nav .lang a {
			margin: 0 0.25em 0 0.25em;
			opacity: 0.75;
			outline: 0;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
			-ms-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out;
}

#nav .lang a:hover {
					opacity: 1.0;
}


#lang {
	background-color: #00b6f1;
	text-align: right;
	cursor: default;
	padding: 0px 5px;
	font-size: 1.5em;
}
		.lang1 a {
			position: relative;
			display: inline-block;
			color: #ffffff;
			width: 1em;
			height: 1em;
			line-height: 0.9em;
			font-size: 1.0em;
			margin: 0 0.25em 0 0.25em;
			opacity: 0.75;
			outline: 0;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
			-ms-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out;
		}

