/* -------------- Main CSS -------------- */ body, table, div { color: #555555; font-family: calibri; text-size: 13px; } body { background-image: url('http://rocks.blue-nimmo.net/Images/background.jpg'); background-position: top center; background-repeat: y-only; } h1 { font-family: calibri font-size: 24px; color: #222222; font-weight: bold; line-height: 75%; } h2 { font-family: calibri; color: #3dbfe4; font-size: 20px; line-height: 50%; } A:link, A:visited { color: #176FDE; text-decoration: underline; } A:hover, A:active { color: #C8EFEF; text-decoration: underline; } .rocks { color: #000000; font-weight: normal; text-transform: Capitalize; font-family: skia; } @font-face { font-family: "Skia"; src: url("http://rocks.blue-nimmo.net/skia.ttf") } .color { color: #94c66f; } table { border: 0px; } /* -------------- Top Navigation -------------- */ .top_nav { color: white; font-family: calibri; text-size: 18px; border-left: 1px white solid; border-right: 1px white solid; padding-left: 15px; padding-right: 15px; } a.nav:link, a.nav:visited { color: white; text-decoration: none; } a.nav:hover, a.nav:active { color: #3dbfe4; text-decoration: none; } /* -------------- Calendar -------------- */ .main { width:200px; border:0; } .month { background-color:none; font: bold 16px calibri; color: #176FDE; border: 0px; text-transform: uppercase; line-height: 200%; } .daysofweek { background-color:none; font:bold 12px calibri; color: #176FDE; border: 0px; } .days { font-size: 12px; font-family:calibri; color: #555555; background-color: none; padding: 4px; border: 0px; } .days #today{ font-weight: bold; color: black; border: 1px solid black; padding: 4px; } /* -------------- Modules -------------- */ .module_div { color: white; } .module_header { color: #555555; } .aboutme { color: #176FDE; font-style: italic; font-size: 14px; } a.navmod:link, a.navmod:visited { color: white; text-decoration: underline; } a.navmod:hover, a.navmod:active { color: #176FDE; text-decoration: underline; } /* -------------- News -------------- */ a.article_title:link, a.article_title:visited { color: #555555; font-size: 20px; font-weight: bold; text-decoration: none; } p { font-family: calibri; color: white; font-size: 14px; }