/*// CONTENT //*/

body {
margin: 0px;
padding: 0px;
background-color: #FBE7C4;
background-image: url('design/bg.png');
background-repeat: repeat-x;
font-family: Mali, helvetica, sans serif;
font-size: 1em;	
color: #414141;
text-align: justify; 
line-height: 15pt;
cursor:  crosshair;}

h1{ 
font-family: 'Mali', serif;
color: #84200F;
font-size: 2em;
font-style: italic; 
line-height: 15px; 
text-align: center;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px;
letter-spacing: 0px;}

h1:first-letter {
color: #856155;
font-family: 'Mali', serif;}

h2{ 
font-family: 'Mali', serif;
color: #EB5663;
font-size: 1.5em;
font-style: bold; 
line-height: 12px; 
text-align: center;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px;
letter-spacing: 0px;}

/*// DESIGN //*/

#design {
position: absolute;
left: 000px;
top: 000px;}

.imgborder {
margin: 4px; 
border: 4px solid #896C61;}

.imgborder:hover {
border: 4px solid #ffffff;}

a.img { 
border: none;}

a.img:visited { 
border: none;}

a.img:active { 
border: none;}

a.img:hover {
border: none;}

/*// NAVIGATION //*/

#navi {
width: 520px;
margin-top: 400px;
padding: 0px;
float: right;
text-align: left;}

#navi a:link, #navi a:visited, #navi a:active {
color: #ffffff;
font: bold 1em 'Mali', sans-serif;
background: #B86E58;
line-height: 10px;
padding: 15px;
display: inline-block;
text-align: center;
text-transform: uppercase;
border-radius: 20px;}

#navi a:hover {
background: #E9725F;
color: #ffffff;
border-bottom: 0px;}

/*// MISCELLANEOUS //*/

a:link, a:visited, a:active {
color: #786865; 
font-style: oblique; 
text-decoration: none;
cursor: default; }

a:hover {
border-bottom: #ffffff 1px dotted; 
color: #885532; 
background-color: transparent; 
font-style: oblique;}

b, strong{
color: #721E9B;}

blockquote {
width: 85%;
font-family: 'Mali', sans-serif;
color: #BF6E54;
font-size: 85%;
text-transform: uppercase;
text-align: justify;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-left: 25px solid #A04013;
background: #F9EDD7;
padding: 24px;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 25px;}

/*// FORMS //*/

input[type=text], textarea, select {
font-family: 'Mali', serif;
width: 50%;
padding: 12px 20px;
margin: 5px 0;
box-sizing: border-box;
background: #ffffff;
opacity: 0.6;
border: 1px solid #000}

input[type=password]{
font-family: 'Mali', serif;
width: 35%;
padding: 12px 20px;
margin: 5px 0;
box-sizing: border-box;
background: #ffffff;
opacity: 0.6;
border: 1px solid #000}

input[type=button], input[type=submit], input[type=reset] {
font-family: 'Mali', serif;
background: #ffffff;
opacity: 0.6;
border: 1px solid #000;
color: black;
padding: 10px 20px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
width: 25%;
}

/*// FOOTER //*/

#footer {
padding:10px;
margin: 0px;
border:0px;
text-transform: uppercase;
font-size:0.9em;
font-family: Mali;
line-height: 16px;
text-align: center;}