html { font-size: 62.5%;}
body { color: #000; font-size: 1.6em; font-family: "Trebuchet MS", "Tahoma", "sans-serif", sans-serif; background-color: #FFFFFF; min-width: 800px; }

a         { color: #065A8A; text-decoration: underline; }
a:hover   { text-decoration: none; } 
a:visited { color: #70068A; }
a:active  { color: #065A8A }

img     { border: 0px; }

h1, h2, h3, h4 { font-weight: normal; }

hr { border: 0px ; border-top: solid 1px #ECECEC; margin: 1em 0px 1em 0px; }

input.text { width: 50%; }
textarea   { width: 100%; height: 10em; }

/*********************************************/
/* Sticking footer to the bottom of the page */
/* ----------------------------------------- */
html, body      { height: 100%; margin: 0px; padding: 0px; }
.pageContainer  { position: relative; min-height: 100%; height: auto !important; height: 100%; margin-bottom: -88px; //padding-bottom:88px; }
.pageFooter     { width: 100%; height: 88px; position: absolute; bottom: 0 !important; left: 0; background-image: url('/@/img/footer_bgrnd.gif'); }
.pageContent:after { clear: both; display: block; font: 1px/0px serif; content: "."; height: 88px; visibility: hidden; }
.push { display: none; }
/*********************************************/

.header { height: 56px; background-color: #fff; background-image: url('/@/img/header_bgrnd.gif'); }

#backToMainSiteButton { position: absolute; top: 0; left: 0; z-index: 10; }
#logo { margin-left: 15px; margin-bottom: 1.5em; }

.sidebar    { float: left; width: 200px; font-size: 0.75em; padding-left: 35px; color: #575757; }
.sidebar a  { display: block; clear: both; margin-bottom: 1em; }

.post .postWrapper, .comment, .leaveComment { max-width: 800px; }

.blog       { margin-left: 300px; padding-right: 2em; }
.blog .post { background-color: #ECF2F5; padding: 1.5em; margin-bottom: 1em; font-size: 0.9em; }
.blog .post h1 { font-size: 1.3em; margin-top: 0px; margin-bottom: 0.5em; }
.blog .post .date { font-size: 0.85em; margin-top: 0px; margin-bottom: 1.5em; color: #4E606B; }
.blog .post .comments { margin-bottom: 0.5em; }
.blog .post .comments big { font-weight: bold; font-size: 1.1em; }

.blog h3 { font-size: 1em; color: #7C8D99; margin-left: 1.2em; }

.comment { margin: 0px 0px 2em 1.5em; font-size: 0.8em; }
.comment .credits { color: #7C8D99; font-size: 0.8em; margin-top: 0.9em; }
.comment .credits .author { color: #000; }

.leaveComment { margin: 1em 0px 2em 1.3em; font-size: 0.8em; }

.pageFooter .copyright { margin-top: 50px; color: #7C8D99; text-align: center; font-size: 0.75em;  }

.message { }