/* Main Stylesheet for Grind 12 */


/*site colors
text			#333
links			#f90
*/

body 
{ 
  background: #fff url(../images/redSkullBackground.gif) repeat-y; 
  color: #333;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: small; 
}

        a:link    { color: #f90; text-decoration: none; }
        a:visited { color: #f90; text-decoration: none; }
        a:hover   { color: #999; text-decoration: none; }
        a:active  { color: #f90; text-decoration: underline; }
        
        
		
img
{
  border-width: 0;
}

h1 
{
  border-bottom: 1px dotted #f90;
  color: #000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 1.3em;
  font-weight: bold;
  height: 35px;
  line-height: 27px;
  margin: 5px 0px 10px 15px;
  padding: 0px 0px 0px 30px;
  text-transform: capitalize;
  width: 450px;
}

h2 
{ 
  color: #333; 
  font: bold 1.2em Arial, Verdana, Helvetica, sans-serif; 
  margin: 5px 0px 10px 15px;
  padding: 0px 0px 0px 15px;
  width: 450px;
}

h3 
{ 
  color: #333; 
  font: bold 1em Arial, Verdana, Helvetica, sans-serif;
  padding-left: 20px;
  width: 450px;
}


h4 
{ 
  color: #333; 
  font: bold 0.9em Arial, Verdana, Helvetica, sans-serif;
  padding-left: 25px;
  width: 450px;
}



/* Accessibilty nav (hidden) ---------------------------------------- */
ul#accessibility
{
  top: 0;
  left: -9999px;
  position: absolute;
  width: 300px;
}







/* upgrade your browser -------------------------------------------------- */
div#upgrade
{
  color: #fff;
  display: none;
}






/* Page -------------------------------------------------- */
div#page
{
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 880px;
}





/* Header -------------------------------------------------- */

div#header
{
  background: #fff ;
  height: 115px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 880px;
}

div#header img#siteLogo
{
  height: 75px;
  margin: 0;
  padding: 10px 0px 0px 278px;
  width: 324px;
}

div#header img#siteTagline
{
  height: 20px;
  margin: 0;
  padding: 0px 0px 5px 278px;
  width: 324px;
}

img#siteLogoPrint, p#headerTagLinePrint, span#headerContact
{
  display: none;
}

div#header span#headerContact
{
  display: none;
}







/* Outer Site Border -------------------------------------------------- */
div#outerBorder
{
  /* border-bottom: 2px solid #000; */
  border-left: 80px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
}

div#outerBorderSkulls
{
  background: url(../images/nav/skullBinding.jpg) repeat-y;
  height: 75%;
  left: 3px;
  position: absolute;
  top: 115px;
  width: 72px;
}







/* Right sideBar & navigation -------------------------------------------------- */
div#sideBarRight
{
  position: absolute;
  top: 115px;
  right: 0;
  width: 150px;
}

ul#rightNav
{
  /*background: url(../images/nav/navigationStripes.gif);*/
  color: #999;
  list-style-type: none;
  padding: 50px 5px 15px 5px;
  width: 140px;
}

ul#rightNav li
{
  background: url(../images/nav/navDeck.gif) no-repeat;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 51px;
  margin: 0px 0px 9px 0px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  width: 140px;
}

ul#rightNav a
{
  color: #999;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 125px;
}

ul#rightNav li#select a
{
  color: #f90;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

ul#rightNav li a:hover
{
  border: none;
  color: #fff; 
  margin: 0;
  padding: 0;
  text-decoration: none;
}



/* Re-TWEET button -------------------*/
div#retweetButon
{
  margin: 15px 0px 10px 30px;
  text-align: center;
  width: 60px;
}

div#retweetButon img.twitterLogo
{
  height: 50px;
  width: 59px;
}








/* Body Copy -------------------------------------------------- */

div#bodyCopyMain
{
  background: #fff;
  border-right: 150px solid #ccc; /* right navigation*/
  color: #333; 
  margin: 0;
  padding: 0;
  width: 650px;
}

div#bodyCopyMain p, div#bodyCopyMainWide p
{
  line-height: 1.2em;
  margin: 0;
  padding: 0px 25px 7px 20px;
}

div#bodyCopyMain img.inLine
{
  margin: 5px 15px 5px 20px;
  padding: 0;
}

div#bodyCopyMain img.right
{
  float: right;
  margin: 0;
  padding: 5px 25px 5px 15px;
}

div#bodyCopyMain img.left
{
  float: left;
  margin: 0;
  padding: 5px 15px 5px 20px;
}   

a.link
{
  border-bottom: 1px dotted #f90;
}






/* streaming video feeds (youTube) --------------------------*/
div.videoStream
{
  border: 1px solid #000;
  background: url(../images/skullBackG12.jpg) no-repeat; 
  height: 530px;  
  margin: 10px 8px 15px 15px;
  padding: 0px;
  text-align: center;
  width: 480px; 
}

div.videoStream h4.videoTitle
{
  border: 2px solid #000;
  background-color: #a7a9b5;
  color: #000;
  font-family: "Comic Sans MS", Arial, Verdana, sans-serif; 
  font-size: 1.2em;
  margin: 120px 75px 10px 75px;
  padding: 1px 5px 3px 5px;
  width: 300px;
}







/* Printer Friendly ----------------------------------------------- */
p#printerFriendly
{
  color: #ccc;
  display: block;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 0.9em;
  padding: 5px;
}

p#printerFriendly a
{
  color: #999;
}

p#printerFriendly a:hover
{
  color: #666;
}






/* Lower (duplicate) Nav -------------------------------------------------- */
div#lowerNav
{
  background: #ccc;
  height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 880px;
}

div#lowerNav ul
{
  color: #666;
  margin: 0px 0px 0px 85px;
  padding: 5px 0px 3px 0px;
}

div#lowerNav ul li
{
  float: left;
  font-size: 0.9em;
  list-style: none;
  margin: 0px 7px 0px 0px;
}

div#lowerNav ul li a
{
  color: #666;
}

div#lowerNav ul li a:hover
{
  color: #000;
}






/* footer -------------------------------------------------- */
div#footer
{
  color: #666;
  font-size: 10px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 880px;
}








/* BR divider -------------------------------------------------- */
br.divider
{
  clear: both;
  visibility: hidden;
}

/* HR divider -------------------------------------------------- */
hr.divider
{
  clear: both;
  visibility: hidden;
}

