
/* ===========================================================
 * Filename: custom.css
 * Author: web360
 * =========================================================== */

@font-face {
    font-family: "Tempus";
    src: url('../fonts/temp.TTF') format("truetype");
}

.page { background-color: #fff; background: none repeat scroll 0% 0% #FFF; box-shadow: 0px 1px 3px #A4A4A4; height: auto; padding: 40px;}

#border-top { list-style:none; width:100%; font-size:0;}
#border-top li { display:inline-block; width:20%; height:7px; padding: 0; margin: 0;}
#border-top li:nth-child(1) { background:#2ecc71;}
#border-top li:nth-child(2) { background:#3498db;}
#border-top li:nth-child(3) { background:#f1c40f;}
#border-top li:nth-child(4) { background:#e74c3c;}
#border-top li:nth-child(5) { background:#9b59b6;}

#form { padding-top: 50px;}

article #one h1 { padding-bottom: 10px;}
.last_change { padding-left: 20px; font-size: 0.8em; color: silver; font-style: italic; font-weight: bold; padding-bottom: 20px;}
article #one p * { color: #262B33; font-size: 15px; line-height: 20px;}
article #one ul { padding: 0 30px 0 30px;}
article #one ul li { padding-top: 10px;}


.copyright { position: absolute; bottom: 0;}

#google_maps { padding-bottom: 30px;}
#map-canvas { width: 60%; height: 400px; margin: 0px; padding: 0px; float: left;}
#infoPanel { text-align: center; padding-top: 100px;}
 
footer { height: 20px; background: none repeat scroll 0% 0% #FFF; box-shadow: 0px 1px 3px #A4A4A4; padding: 10px 20px 5px 20px;}
footer a { color: #262B33;}
footer a:hover { color: #2ECC71;}
.footer_nav li { display: inline-block; padding: 0 5px; border-right: 1px solid #333; }
.footer_nav li:last-child { border-right: none;}