@font-face
{
font-family: "badabb";
src: url("fonts/badabb.eot");
}

@font-face
{
font-family: "badabb";
src: url("fonts/badabb.ttf");
}

@font-face
{
font-family: "onestroke";
src: url("fonts/onestroke.eot");
}

@font-face
{
font-family: "onestroke";
src: url("fonts/onestroke.ttf");
}

body
{
width:800px;
height:600px;
padding:0px;
margin:0px;
overflow:hidden;
font-family:onestroke;
font-size:20px;
}

#main_div
{
position:absolute;
top:0px;
left:0px;
width:800px;
height:600px;
overflow:hidden;
padding:0;
margin:0;
}

#frontpage_div
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
display:block;
}

#frontpage_info_div
{
position:absolute;
top:5%;
left:5%;
width:90%;
height:90%;
display:none;
}

#game_div
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
display:none;
}

canvas
{
position:absolute;
top:290px;
left:370px;
cursor:pointer;
}

.header_text
{
font-family:badabb;
font-size:24px;
text-shadow: -1px 0 #ffff00, 0 1px #ffff00,1px 0 #ffff00, 0 -1px #ffff00;
color:#005826;
}

.ingredient_text
{
font-family:badabb;
text-shadow: -1px 0 #ffff00, 0 1px #ffff00,1px 0 #ffff00, 0 -1px #ffff00;
color:#005826;
position:absolute;
left:130px;
width:80px;
height:52px;
font-size:25px;
}

.ingredient_button
{
position:absolute;
left:17px;
width:50px;
height:auto;
cursor:pointer;
}

#message_box_large_div
{
position:absolute;
top:66px;
left:100px;
width:580px;
height:480px;
z-index:1;
text-align:center;
border:1px solid #000;
border-radius:8px;
background-color:#aaff7f;
display:none;
}

.button_orig
{
position:absolute;
cursor:pointer;
background:url(images/blank.gif);
}

.button, .button:visited
{
background: #222 url(images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

.button:hover { background-color: #111; color: #fff; }
.button:active { top: 1px; }
.small.button, .small.button:visited { font-size: 11px; padding: ; }
.button, .button:visited,
.medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }

.grey.button, .grey.button:visited { background-color: #e2e2e2; }
.grey.button:hover { background-color: #e2e2e2; }
.green.button, .green.button:visited { background-color: #91bd09; }
.green.button:hover { background-color: #749a02; }
.blue.button, .blue.button:visited { background-color: #2daebf; }
.blue.button:hover { background-color: #007d9a; }
.red.button, .red.button:visited { background-color: #e33100; }
.red.button:hover { background-color: #872300; }
.magenta.button, .magenta.button:visited { background-color: #a9014b; }
.magenta.button:hover { background-color: #630030; }
.orange.button, .orange.button:visited { background-color: #ff5c00; }
.orange.button:hover { background-color: #d45500; }
.yellow.button, .yellow.button:visited { background-color: #ffb515; }
.yellow.button:hover { background-color: #fc9200; }