/* -- Project Aardvark Style -- */
/* -- by Bright Creative -- */

/* -- basic HTML elements -- */
:link, :visited {color: #183098; font-weight: bold;}
a:hover {color: #3851B8;}
body {color: #444444; background: #000000 url(../i/body-bg.jpg); font: "Times New Roman", serif; margin: 0; padding: 0; text-align: center;}
p {line-height: 1.2;}
a {border: 0;}

/* -- main column decoration -- */
#container {width: 700px; text-align: left; margin: 25px auto 25px auto; position: relative;background: #fdfdfd url(../i/container-bg.jpg) repeat-y;}

#midHole {width: 50px; height: 30px; position: absolute; background: url(../i/hole.gif) bottom right no-repeat; top: 45%; left: 0;}

#header {height: 200px; background-image: url(../i/header.gif);}

/* -- blog entries -- */
.entry {margin: 0px 50px 1em 75px;}
.entry p {font-size: 1.2em; text-align: justify;}
.entry h1 {text-align: center; font-size: 2em; font-weight: bold;}
.entry h2 {text-align: center; font-size: 1.5em; font-weight: bold;}


/* -- footer -- */

#footer {height: 128px; background: url(../i/footer.gif) no-repeat; position: relative;}


/* -- Accessibility Tweaks -- */
.hide {display: none;}


