/*
BASE
*/
@font-face {
    /* A font by Ms. Haley Fiege -> http://www.theleagueofmoveabletype.com/members/10-haley-fiege */
    font-family: "Sniglet";
    src: url("/static/type/sniglet-webfont.eot");
    src: local("Sniglet"),
	    url('/static/type/sniglet-webfont.ttf') format('truetype'),
	    url("/static/type/sniglet-webfont.woff") format("woff"),
        url("/static/type/sniglet-webfont.svg#font") format("svg");
}

html {
    width:100%;
    height:100%;
    min-height: 100%;
    line-height: 125%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Sniglet', Verdana, Arial, Helvetica, sans-serif;
    text-shadow: 0.5px 0.5px 0.5px #000; 
    -webkit-text-fill-color: #ed6b31;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 0.25px;
    color: #ed6b31; 
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: #92c84e; /*#a3e0ce*/
}
a {
    color: #ed6b31; /*#9980b7;*/
}
a:hover {
    text-decoration: none;
}
#header, #footer {
    color: #f60;
    background: url('../images/bg_animals.jpg');    
}
#header {
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
}
#header h1 {
    margin: 0;
    height: 100px;
    width: 92px;
/*    background: url('../images/angry_baby_head.jpg') no-repeat right top;*/
    right: 0;
    float: right;
}
#header h1 span {
    display: none;
}
#header div {
    width: 950px;
    margin: 0 auto;
}
#header ul {
    margin: 72px 0;
    float: left;
}
#footer {
    width: 100%;
    height: 25px; 
    position: fixed;
    bottom: 0;
}
#footer div {
    width: 950px;
    margin: 4px auto;
    text-align: right;
}
#footer a {
    color: #f60;
}
h1, h2 {
    font-family: 'Sniglet', Verdana, Arial, Helvetica, sans-serif;
    font-size: 35px;
}  
#navigation {
    padding: 0;
    list-style-type: none;
}
#navigation li {
    float: left;
    margin: 0 4px;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #000;  
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #ed6b31;
}
#navigation li a {
    color:#92c84e;
    -webkit-text-fill-color: #92c84e;
}
#navigation li#current_page {
    background: #92c84e;
}
#navigation li#current_page a {
    -webkit-text-fill-color: #ed6b31;
    color: #ed6b31;
    text-decoration: none;
}
#content {
    clear: both;
    width: 950px;
    margin: 0 auto;
    padding: 100px 0 40px;
}

#content h2 {
    text-shadow: 1px 1px 1px #000;
}
fieldset {
	border: 1px solid #ed6b31; 
	-webkit-border-top-left: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin: 10px 0;
}
legend {
	text-align:right;
	color: #ed6b31;
}
legend span {
    margin: 0 20px 0 0;
}
