/*// CONTENT //*/

body {
margin: 0px;
padding: 0px;
background-color: #F3F0F9;
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: #9A919C;
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: #A59EAA;
font-family: 'Mali', serif;}

h2{ 
font-family: 'Mali', serif;
color: #766B76;
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 #B86859;}

.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 //*/

#nav A:link, #nav A:visited, #nav A:active {
text-align: left;
color: #ffffff;
letter-spacing: 3px;
font: bold 1.5em 'mali', sans-serif;
background: #000000;
line-height: 15px;
padding: 20px;
margin: 10px;
display: block;
text-transform: uppercase;}

#nav A:hover {
color: #ffffff;
background: #623C3E;
border-bottom: 0px;}


/*// MISCELLANEOUS //*/

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

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

b, strong{
color: #BA705D;}

blockquote {
width: 85%;
font-family: 'Mali', sans-serif;
color: #767179;
font-size: 85%;
text-transform: uppercase;
text-align: justify;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-left: 25px solid #504858;
background: #D8D3E0;
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;}