/* Full Bore Studios*/
/* (CC) 2008 - 2009 Ben McNelly/FB Studios. Some Rights Reserved.  */
/* http://creativecommons.org/licenses/by/2.0  */

/* -------------------------------------------------------------- 
   Main build
-------------------------------------------------------------- */
html, body { margin:0px; border:0px; background:url(../images/w-body-loop.jpg) #e8e8e8 center top repeat-y; font-family:Verdana, Arial, Helvetica, sans-serif;  color:#333333;}
#container  { width:913px; margin:auto; }
#header { margin:auto; width:100%; height:194px; background:url(../images/w-header-loop.jpg) repeat-x; }
#header-logo { margin:auto; width:961px; height:194px; background:url(../images/w-header.jpg); }
.text { background:url(../images/text-loop.jpg) repeat-x; padding:6px; margin-top:5px; }
.home { font-size:10px; }


/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Gill Sans, Verdana, Helvetica, sans-serif;}

/* Headings */
h1 { font-size: 30px;  text-transform: uppercase; font-weight: bold; margin:0px; padding:0px; }
h2 { font-size: 20px;  text-transform: uppercase; font-weight: bold; margin: 0px; padding:0px; }
h3 {  font-size: 18px; line-height: 14px; text-transform: uppercase; font-weight: bold;}
h4 { font-size: 11px; line-height: 15px; font-weight: bold; margin: 0px; padding-bottom:10px; }
h5 { font-size: 14px; line-height: 20px; font-weight: bold; margin: 0px; padding:0px; }
h6 { font-size: 16px; line-height: 20px; font-weight: bold; margin: 0px; padding:0px; }

.outside a {  }

.outside a:link, .outside a:visited
{
color: #ed1848;
text-decoration: none;
}

.outside a:hover
{
color: #ed1848;
text-decoration: underline;
}


/* -------------------------------------------------------------- 
   Text Elements 
-------------------------------------------------------------- */
.pinkish { color:#ed1848;}
.emphasis { font-weight:bolder; }
.blue { color:#009ddc;}

p, ul, ol, dl { padding:3px; margin:0px; }
ul, ol { padding-left: 20px;}
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
dl dt { font-weight: bold; }
dl dd { padding-left: 10px; }
abbr, acronym { text-decoration: underline; }
a { color: #0f3d71; text-decoration: none; }
a:hover { text-decoration: underline; }
blockquote { margin: 20px 0; padding-left: 10px; }
dfn { font-style: italic; font-weight: bold; }
pre, code { margin: 20px 0; white-space: pre; }
pre, code, tt { font: 10px monospace; line-height: 20px; } 
tt { display: block; margin: 20px 0; line-height: 20px; }

