#header h2 {
	font-size: 1.75em;
	line-height: 1.5em;
}

#main h1, h2 {
	margin-top: 0em;
	margin-bottom: 0.5em;
}

#main h2 {
    font-size: 1.75em;
    line-height: 1.5em;
}

#header .image.avatar {
    width: 4em;
}

#main {
	padding: 2.5em 4em 4em 4em;
}

#header {
	padding: 2em;
}

#main > section {
    margin: 2em 0 0 0;
    padding: 2em 0 0 0;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
    font-size: 0.8em;
    height: 1.5em;
    width: 1.5em;
	margin-top: 0.5em;
	line-height: 1.2em;
	
/*    
	background: #f7f7f7;
    border-radius: 0.35em;
    border: solid 2px transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    content: '';
    display: inline-block;
    font-size: 0.8em;
    height: 2.0625em;
    left: 0;
    line-height: 1.85625em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.0625em;
*/
}

input[type="checkbox"] + label, input[type="radio"] + label {
	padding-left: 2em;
}

/*
#header {
	background-image: url("images/overlay.png"), url("../../images/spartaa.png");
	background-color: #0b0300;
}

#footer {
	background-image: url("images/overlay.png"), url("../../images/spartaa.png");
	background-color: #0b0300;
}
*/

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
    border-color: #66b337;
    color: #66b337 !important;
}

a:hover {
    color: #66b337 !important;
}

.form_ok {
    background: #f0fff0;
    border-radius: 0.35em;
    border: solid 2px transparent;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 0.75em;
    text-decoration: none;
    width: 100%;
}

#main p, li {
    font-size: 1.2em;
}

#form li {
    font-size: 1em;	
	margin-top: 0.5em;
}

#main p.note {
    font-size: 1em;
	font-style: italic;
}

p {
    margin: 0 0 1em 0;
}

#main li {
	margin-left: 1em;
}

body, input, select, textarea {
    color: #888;
}

strong, b {
    color: #222;
    font-weight: 400;
}

#footer .lang a {
    color: inherit;
}
.lang {
	padding-bottom: 2em;
}