/*
  Author: Kenny Saunders
  Website: http://www.fortyeightdesigns.com
  Date: 2007-10-27
  Description: 
  Reason: Because I like pizza Steve.
  Copyright (c) 2007 FortyEight Designs. All rights reserved.
*/

/* GLOBAL STYLES
--------------------------------------------------------------------------*/
body {
  background:#555 url('images/bg.png');
  color:#474747; 
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;}
html, body, h1, h2, h3, h4, h5, h6, img, p, a, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, button { 
  margin:0; padding:0; border:0; }
ul, ol, li { 
  list-style-type:none; 
  line-height:0; }
.clear { clear:both; }
a, button { 
  outline:none;
  color:#00f;
}
a:hover { 
  text-decoration:none; 
  color:#00d;
}
legend { display:none; }
button { cursor:pointer;}

/* LAYOUT STYLES
--------------------------------------------------------------------------*/
section {
  margin:0 auto;
  position:relative;
  width:600px; 
  text-align:center;
}




/* SECTION STYLES
--------------------------------------------------------------------------*/

	
/* NAVIGATION STYLES
--------------------------------------------------------------------------*/

	

/* HEADING STYLES
--------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {

}
h1 {
  padding-top:50px;
}
h2 {
  text-indent:-9999px;
  background:url('images/welcome_text.png') no-repeat;
  width:366px;
  height:87px;
  margin:0 auto;
  padding-bottom:30px;
}



/* TYPOGRAPHY
--------------------------------------------------------------------------*/


/* LIST STYLES
--------------------------------------------------------------------------*/
ul li {
  display:inline-block;
  margin:0 10px;
}
ul li img {
  border:7px solid rgba(255,255,255,0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity:.85;
}
ul li a:hover img, ul li a:focus img { opacity:1; }
ul li a:active img { 
  position:relative;
  top:1px; 
}



/* BUTTON STYLES
--------------------------------------------------------------------------*/




/* FORM STYLES
--------------------------------------------------------------------------*/







