/* 
Style for Supamonke.com
Tiny bits borrowed from Michael Heilemann http://binarybonsai.com, just text formatting really
This style is just to give some tiny touches, this site still relies on tables to do most of the magic
*/

* {
margin: 0;
padding: 0;
border: 0;
} 

html {
height: 100%;
}

body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #444;
text-align: left;
background: url(../media/elements/BG.jpg) repeat;
height: 100%;
}

h1, h2, h3, h4 {
font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}

h1 { 
font-size: 3.2em;
font-weight: bold;
letter-spacing: -1px;
padding-bottom: 20px;
margin: 0 0 0 10px;
width: 100%;
}

h2 { 
font-size: 2.2em;
font-weight: bold;
margin: 0 0 10px 0;
letter-spacing: -1px;
text-align: center;
display: inline;
}

h3 { 
font-size: 1.2em;
font-weight: bold;
display: inline;
}

h4 { 
font-size: 1.8em;
font-weight: bold;
display: inline;
}



.reelHeading {
float:left;
margin: 0 0 0 0;
text-align: center;
}


/* Links */

a:hover {
color: #27d !important;
text-decoration: underline;
}

a {
color: #555;
text-decoration: none;
font-weight: bold;
}

/* Footer */

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#footer
{
position: relative;
margin-top: -52px;
}

#footer a
{
text-decoration: none;
border:none;
}

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

li
{
background-image: url(../media/elements/star2.jpg);
background-repeat: no-repeat;
background-position: 0 .3em;
padding-left: 1.2em;

}
