html {
	background: url(../pic/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}
header img {
    margin: 70px 0 0 10px;
}
header {
    background-attachment:initial;
    background-clip:initial;
    background-color:transparent;
    background: url(../pic/top.png) repeat 0 0;
    background-origin:initial;
    background-position:initial initial;
    height:100%;
    left: 0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    position: fixed;
    top: 0;
    width: 320px;
    z-index: 999; 
}
nav {
    margin: 70px 0;
}
nav a {
    font-family: 'CapsuulaRegular';
    text-decoration: none; 
    font-size: 35px;
    margin-left: 10px;
    color:#777777;
    letter-spacing:-1px;
    position:relative;
    width: 280px;
    display: block;    
    text-transform: uppercase;
    font-weight: normal;
}
nav a:hover,
nav a.active {
    color: #ffc600;
}
section {
	width: 580px;
    min-height: 400px;
	padding: 20px;
	position:absolute;
	top: 70px;
	left: 395px;
	/*background-color: #fff;*/
    background: url(../pic/top.png) repeat 0 0;
	border-radius: 20px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.09) inset;
}


h1 {
    font-family: 'CapsuulaRegular';
    color: #ffc600;
    text-decoration: none; 
    font-size: 32px;
    margin: 0 0 25px 0;
    padding: 0;
    letter-spacing: -1px; 
    font-weight: normal;
    text-transform: uppercase;    
}
h2 {
    font-family: 'CapsuulaRegular';
    color: #ffc600;
    text-decoration: none; 
    font-size: 26px;
    margin: 10px 0 25px 0;
    padding: 0;
    letter-spacing: -1px; 
    font-weight: normal;
    text-transform: uppercase;    
}
h3 {
    font-family: 'CapsuulaRegular';
    color: #ffc600;
    text-decoration: none; 
    font-size: 20px;
    margin: 10px 0 15px 0;
    padding: 0;
    letter-spacing: -1px; 
    font-weight: normal;
    text-transform: uppercase; 
    text-align: left;
    /*border-bottom: 1px solid #ffc600;*/
}
section p {
    font-size: 14px;
    color:#777777;
    margin: 10px 0;
    padding: 0;
    line-height: 20px;
    text-align: justify;
}
div.umflogo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px 0;
    width: 300px;
}
div.umflogo img,
a.enigma img {
    margin:0 !important;
}
a.enigma {
    position: fixed;
    left: auto;
    right: 10px;
    bottom: 10px;
    text-decoration: none;
    color: #777;
    text-transform: uppercase;
    font-size: 10px;
    vertical-align: middle;
    line-height: 18px;
    padding: 3px 8px;
    margin: 0;
    background: url(../pic/top.png) repeat 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;    
}
a.enigma img {
    margin: -3px 0 0 0 !important;
    vertical-align: middle;
}
ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: circle;
}
ul li {
    font-size: 14px;
    color:#777777;
    margin: 5px 0;
    padding: 0;
    line-height: 20px;
}
.fleft { float: left }


section a {
    color: #ffc600;
    text-decoration: none;
}
section a:hover {
    text-decoration: underline;
}
div.person {
    float: left;
    width: 265px;
    padding: 10px;
    border-left: 5px solid #ffc600;
    border-radius: 5px;
    height: 100px;
    margin-bottom: 20px;
}
div.person p {
    font-size: 12px;
    line-height: 18px;
}
img.person {
    margin: 0 10px 10px 0;
    border: 3px solid #ffc600;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

/** form **/

.contact-form label {
	display:block;
	width: 165px;
	float: left;
	text-align: left;
	line-height: 25px;
	font-weight: normal;
    clear: left;
    cursor: pointer;
    color: #777;
    font-size: 14px;
}
	
input[type=text],
textarea {
	width: 350px !important;
	float:left;
	line-height: 25px;
	margin: 0 0 8px 0;
	padding: 0 5px;
    border: 1px solid #777;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: none;
    color: #777;
    background: rgba(0,0,0,.4)
}
textarea {
    height: 150px;
    overflow: auto;
    resize: none;
    padding: 5px;
}
button {
    clear: both;
    float: right;
    background-color: #777;
    font-family: 'CapsuulaRegular';
    border: 0;
    padding: 7px 10px 5px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    margin: 10px 52px 0 0;
}

/** pager **/

div.pager {
    clear: both;
    float: left;
    width: 580px;
    padding: 15px 0;
    text-align: left;
}
div.pager a.prev {
    margin-right: 10px;
}
div.pager a.next {
    margin-left: 10px;
} 
div.pager a {
    font-family: 'CapsuulaRegular';
    font-size: 18px;
    text-decoration: none;
    margin: 0 3px;
}
div.pager a:hover,
div.pager a.active {
    color: #777;    
}
div.blog {
    width: 100%;
    padding-bottom: 20px;
}
div.blog span.date {
    float: left;
    display: inline-block;
    background: #ffc600;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    text-transform: lowercase;
    padding: 5px;
    margin-right: 10px;
    width: 46px;
}