/* background of the whole page is set to black with the skull picture 
on the left hand side. Stationery - does not move when you scroll down the page.
*/

/* AAH color palette
#000000 black
#ff3300 & rgb red
green
orange
blue
purple

*/
body { 
	background-color: #000000;
	background-image: url('../image-files/skullback.gif');
	background-repeat: repeat-y;
	background-attachment: fixed;
	position: relative; min-width: 600px; width: 100%; margin: 0; padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	}

#banner {
	background-image: url('../image-files/hallologo2.gif');
	width: 571px;
	height: 103px;
	margin-left: 175px;
	}

#maincontent {
    margin-top: 10px;
    margin-left: 225px;
    margin-right: 20%;
    border: 0px solid #000;
    }

	
#rightbar {
	position: absolute;
	right: 5px;
	top: 150px;
	width: 150px;
	border: 0px solid #000;
	color: #99FF33;
	}
	
#newsltr {
	color: #FF3300;
	}
		
/* all lettering in "all areas" is in red at this time */		
h1 {
	text-align:center;
	color: #FF3300;
}

h2, h3, p {
	color: #FF3300;
}

/* links are: link(unvisited)-blue; visited-purple; hover-green ; active-purple */
#maincontent a:link {
	color: #0066FF;
	text-decoration: underline;
	}

#maincontent a:visited {
	color: #CC00CC;
	text-decoration: underline;
	}

#maincontent a:hover {
	color: #33CC33;
	text-decoration: underline;
	}

#maincontent a:active {
	color: ##0066FF;
	text-decoration: underline;
	}

/* links are: link(unvisited)-blue; visited-purple; hover-green ; active-purple */
#footer a:link {
	color: #0066FF;
	text-decoration: underline;
	}

#footer a:visited {
	color: #CC00CC;
	text-decoration: underline;
	}

#footer a:hover {
	color: #33CC33;
	text-decoration: underline;
	}

#footer a:active {
	color: ##0066FF;
	text-decoration: underline;
	}

#webpglist {
	color: #FF3300;
	}

#candlelist {
	color: #FF3300;
	text-align: left;
	}

#webpglist2 {
	color: #FF3300;
	}

#ingredients {
	color: #FF3300;
	}
	
#prepare {
	color: #FF3300;
	}

#usedFrom {
	font-size: x-small;
	text-align: right;
	color: purple;
	} 

#footer {
	text-align: center;
	color: #99FF33;

	}
	
#topnav a:link, #topnav a:visited,
#topnav a:hover, #topnav a:active {
	text-decoration: none;
	text-align: center;
	}
	
/* links are: link(unvisited)-blue; visited-purple; hover-green ; active-purple */
#topnav a:link {
	color: #0066FF;
	}

#topnav a:visited {
	color: #CC00CC;
	}

#topnav a:hover {
	color: #33CC33;
	}

#topnav a:active {
	color: ##0066FF;
	}


.define {
	text-decoration: underline;
	color: orange;
	}
	
#table a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	}
	
.count2 {
	font-color: #FF3300;
	background-color: #000000;
	}

#countdown { text-align: center; }	
	
/* This is for the C2 boxes */

.C2LeftBox {           /* the container box */
	background-color: black;
	width: 40%;
	border: 1px solid #33CC33;
	margin: 2px 18px 12px 0;
	float: right;             /* adding float enables text to flow around it */
	}




.C2LeftBox h6 {
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #99FF33;
	
	border: 2px solid #d61b10; 
	margin-bottom: 0;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 13px; */
	font-weight: bold;
    /* line-height: 15px; */
	
    clear: both;
   background: url('../image-files/menuhead.gif');
	}

.C2LeftBox p {
	font-size: 14px; 
	padding: 0px 4px;
	line-height: 15x;
	color: #99FF33;	
	}
#navbar {
    position: absolute;
    left: 10.5px;
    top: 150px;
    width: 190px;
    border: 0px solid #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
    /*line-height: 17px;*/
    line-height: 14px;
	color: #99FF33;
    clear: both;
	margin: 0;
	padding: 1px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}
	
 
#navbar a:link, #navbar a:visited, 
#navbar a:hover, #navbar a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;

	}

/* links are: link(unvisited)-green; visited-green; hover-purple ; active-green */
#navbar a:link {
	color: #99FF33;
	}

#navbar a:visited {
	color: #99FF33;
	}

#navbar a:hover {
	color: #CC00CC;
	}

#navbar a:active {
	color: #99FF33;
	}
	
h5 {
	border: 2px solid #d61b10; 
	margin-bottom: 0;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
    line-height: 15px;
	color: #99FF33;
    clear: both;
	padding: 1px;
	text-align: center;
    background: url('../image-files/menuhead.gif');
	}