/*
BASE
*/
@font-face {
    /* A font by Caroline Hadilaksono -> http://www.hadilaksono.com */
    font-family: "Junction";
    src: url("../type/junction_02-webfont.eot");
    src: local("Junction"),
        url('../type/Junction_02.ttf') format('truetype'),
        url("../type/junction_02-webfont.woff") format("woff"),
        url("../type/junction_02-webfont.svg#font") format("svg");
}

@font-face {
    /* A font by Barry Schwartz -> site-chieftain@crudfactory.com */
    font-family: "Prociono";
    src: url("../type/prociono-regular-webfont.eot");
    src: local("Prociono"),
	    url('../type/prociono-regular-webfont.ttf') format('truetype'),
	    url("../type/prociono-regular-webfont.woff") format("woff"),
        url("../type/prociono-regular-webfont.svg#font") format("svg");
}

html {
    width:100%;
    height:100%;
    min-height: 100%;
    line-height: 125%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Junction', Verdana, Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    color: #900; 
    margin: 0;
    padding: 0;
}
a {
    color: #f60;
}
a:hover {
    text-decoration: none;
}
#header, #footer {
    color: #f60;
    background: url('../images/bg.png') #900;    
}
#header {
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
}
#header h1 {
    margin: 10px 0;
    height: 84px;
    width: 228px;
    background: url('../images/logo_2010_text_trans.png') 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: right;
}
#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: 'Prociono', Verdana, Arial, Helvetica, sans-serif;
}  
#navigation {
    text-align: right;
    padding: 0;
    list-style-type: none;
}
#navigation li {
    float: left;
    margin: 0 4px;
    padding: 4px 10px;
    text-shadow: 0 1px 0 #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;
}
#navigation li a {
    font-weight: bold;
    font-size: 130%;
}

#navigation li a:hover {
    color: #fff;
}

#current_page {
    background: #fff;
}
#current_page a {
    text-decoration: none;
}
li#current_page a:hover {
    color: #f60;
}
#content {
    clear: both;
    width: 950px;
    margin: 0 auto;
    padding: 100px 0 40px;
}
#content h2 {
    text-shadow: 0 1px 0 #eee;
}
fieldset {
	border: 1px solid #900; 
	-webkit-border-top-left: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin: 10px 0;
}
legend {
	text-align:right;
	color: #900;
}
legend span {
    margin: 0 20px 0 0;
}
