/* Main Stylesheet for Sk8 The Planet 
coded by Pete - atari2600vcs@yahoo.com */

/*site colors
stp blue					#3b8fff
background red				#b40129
background yellow			#e3e300
navigation text				#3c3c3c
*/

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

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

h1 
{ 
  background: #000 url(../images/griptape2.gif) no-repeat;
  color: #fff; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 1.3em;
  font-weight: bold;
  height: 35px;
  line-height: 27px;
  margin: 20px 0px 10px 15px;
  padding: 0px 0px 0px 40px;
  text-transform: uppercase;
  width: 580px;
}

h2 
{ 
  color: #fff; 
  font: bold 1.2em/1.3em Arial, Verdana, Helvetica, sans-serif; 
  margin: 5px 0px 7px 0px;
  padding: 5px 0px 0px 15px;
  width: auto;
}

h3 
{ 
  color: #fff; 
  font: bold 1em Arial, Verdana, Helvetica, sans-serif; 
  margin: 5px 0px 7px 0px;
  padding-left: 15px;
  width: auto;
}


h4 
{ 
  color: #fff; 
  font: bold 0.9em Arial, Verdana, Helvetica, sans-serif; 
  margin: 5px 0px 7px 15px;
  padding-left: 15px;
  width: auto;
}



/* TWEET and LIKE buttons --------------------------*/
table#tweetLike
{
  margin: 20px 0px 7px 30px;
  padding: 0;
  width: 600px;
}

table#tweetLike td#likeMe, table#tweetLike td#plusOne
{
  padding-left: 15px;
}




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







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






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




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

div#header
{
  background: #000;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 940px;
}

div#header img#headerHalfpipe
{
  height: 200px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 940px;
  z-index: 10;
}

div#header img#siteLogo
{
  left: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  z-index: 20;
}

div#header img#siteLogoPrint
{
  display: none;
}

div#header p#headerTagLine
{
  display: none;
/*  color: #e3e300;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 165px; */
}

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

div#header img#headerSYLSSflyer
{
  border: 1px solid #000;
  height: 180px;
  position: absolute;
  right: 25px;
  top: 10px;
  width: auto;
  z-index: 20;
}

div#header a:hover img#headerSYLSSflyer
{
  border: 1px solid #e3e300;

}



/* Adding Sk8 Images to the header ------------------------------ */
div#sk8image
{
  height: 200px;
  left: 216px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 507px;
  z-index: 5;
}

div#sk8image img
{
  display: inline;
  height: 200px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 507px;
}

/* Adding snow images to the header ------------------------------ */
div#snowImage
{
  height: 200px;
  left: 216px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 507px;
  z-index: 5;
}

div#snowImage img
{
  display: inline;
  height: 200px;
  margin: 0 ;
  padding: 0;
  position: absolute;
  top: 0;
  width: 507px;
}

/* Adding thongs to the header ------------------------------ */
div#addThong
{
  height: 200px;
  left: 216px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 507px;
  z-index: 5;
}

div#addThong img
{
  display: inline;
  height: 200px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 507px;
}

/* Adding porn to the header ------------------------------ */
div#addPorn
{
  height: 200px;
  left: 216px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 507px;
  z-index: 5;
}

div#addPorn img
{
  display: inline;
  height: 200px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 507px;
}






/* Search box -------------------------------------*/
div#searchBox
{
  background: #e3e300;
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 200px;
  width: 765px;
  z-index: 20;
}

div#searchBox input
{
  background: #000;
  border-bottom: 1px solid #ff3;
  border-left: 1px solid #cc0;
  border-right: 1px solid #ff3;
  border-top: 1px solid #cc0;
  color: #e3e300;
  font-size: 0.9em;
}

dl#searchResults
{
  padding: 0px 15px 0px 15px;
}




/* Left sideBar -------------------------------------------------- */
div#sideBarLeft
{
  position: absolute;
  top: 225px;
  left: 0;
  width: 175px;
  z-index: 3;
}

/* Left navigation ----------------------------- */
ul#leftNav
{
  color: #333;
  list-style-type: none;
  margin: 0px 5px 5px 25px;
  padding: 0;
  width: 125px;
}

ul#leftNav li
{
  display: block;
  font: bold 18px/35px Helvetica, Verdana, Arial, sans-serif;
  /*font-size: 18px;
  font-weight: bold;
  line-height: 35px;*/
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul#leftNav a
{
  background: transparent;
  color: #3c3c3c;
  display: block;  
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 125px;
}

ul#leftNav li#select a
{
  background: url(../images/nav_deck.gif) no-repeat;
  color: #000;  
  display: block; 
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

ul#leftNav li a:hover
{
  background: url(../images/nav_deck.gif) no-repeat;
  border: none;
  color: #000;  
  display: block; 
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/* What's New Link --------------------*/
ul#leftNav li.whatsNew
{
  display: block;
  font: bold 14px/46px Helvetica, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul#leftNav li.whatsNew a:hover
{
  background: url(../images/nav_deckHammer.gif) no-repeat;
  border: none;
  color: #000;  
  display: block; 
  line-height: 46px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul#leftNav li#selectNew a
{
  background: url(../images/nav_deckHammer.gif) no-repeat;
  color: #000;  
  display: block; 
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}






/* left nav blurb space ------------------*/
div#sideBarLeft span.blurb
{
  background-color: #e3e300;
  color: #333;
  display: block;
  font: normal 1em Verdana, Arial, sans-serif;
  margin: 10px;
  padding: 0;
  text-align: center;
  width: 150px;
}

div#sideBarLeft span.blurb a
{
  color: #b40129;
  font-weight: bold;
  text-decoration: none;
}

div#sideBarLeft span.blurb a:hover
{
  border-bottom: 1px dotted #b40129;
  color: #b40129;
  font-weight: bold;
  text-decoration: none;
}

div#sideBarLeft img#tankGirl
{
  height: 103px;
  padding: 10px 0px 15px 30px;
  width: 115px;
}

div#sideBarLeft img#eightBitLogo
{
  height: 99px;
  padding: 0px 0px 15px 19px;
  width: 137px;
}

div#sideBarLeft img#dontDoItArmy
{
  height: 138px;
  margin: 0;
  padding: 10px 0px 5px 22px;
  width: 130px;
}



/* Left navigation porn option --------------------------- */
div#leftNavPorn
{
  color: #333;
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 210px;
  left: 0;
  text-align: center;
  width: 125px;
  z-index: 1;
}



/* google ads ----------------------- */
div#googleAds
{
  border-top: 2px solid #000;
  margin: 20px 0px 5px 25px;
  width: 120px;
}







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

div#bodyCopyMain
{
  background: #000;
  border-left: 175px solid #e3e300; /* Left navigation*/
  border-right: 115px solid #000; /* Side Bar*/
  color: #ccc; 
  margin: 0;
  padding: 0;
  width: 650px;
}

div#bodyCopyMainWide
{
  background: #000;
  border-left: 175px solid #e3e300; /* Left navigation*/
  color: #ccc; 
  margin: 0;
  padding: 0;
  width: 765px;
}

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

div#bodyCopyMain p.right, div#bodyCopyMainWide p.right
{
  margin-right: 15px;
  text-align: right;
}

div#bodyCopyMain span#subHeading, div#bodyCopyMainWide span#subHeading
{
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

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

div#bodyCopyMain img.inLineFullWidth, div#bodyCopyMainWide img.inLineFullWidth
{
  margin: 5px 15px 0px 15px;
  padding: 0;
}

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

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

div#bodyCopyMain img.blackBorder, div#bodyCopyMainWide img.blackBorder
{
  border: 1px solid #000;
}   


div#bodyCopyMain ol
{
  margin: 7px 35px 7px 35px;
}

div#facebook
{
  color: #ccc;
  margin: 0;
  padding: 15px 0px 5px 30px;
  text-align: center;
}

div.facebookLeft
{
  float: left;
}

div.facebookRight
{
  float: right;
}

img#fbBadge
{
   margin: 15px 0px 15px 28px;
}






/* Right Side Bar -------------------------------------------------- */
div#sideBar
{
  color: #ccc;
  font-size: 11px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 230px;
  width: 108px;
}

div#sideBarLinks
{
  border-bottom: 1px solid #e3e300;
  border-left: 1px solid #e3e300;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
  margin: 0;
  padding: 0;
}

div#sideBarLinks ul
{
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 7px 10px;
}

div#sideBarLinks ul li a
{
  color: #b40129;
  display: block;
  margin: 0;
  padding: 0;
}

div#sideBarLinks ul li a:hover
{
  border: none;
  color: #999;
  display: block;
  margin: 0;
  padding: 0;
}

div#sideBarLinks p#headingMain
{
  color: #e3e300;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
}

div#sideBarLinks span#heading
{
  color: #e3e300;
  font-size: 11px;
  margin: 0;
  padding: 0px 0px 0px 5px;
}





/* Social Network link icons ------------- */
span#socialNetworks
{
  display: block;
  padding: 3px 5px 4px 10px;
}

span#socialNetworks img
{
  margin: 0px 5px 3px 0px;
}




/* displayMode  -------------------------------------- */
div#displayMode
{
  margin: 0;
  padding: 10px 0px 10px 0px; 
  text-align: center;
  width: 108px;
}

div#displayMode span#heading
{
  color: #e3e300;
  font-size: 11px;
  margin: 0;
  padding:0;
}

ul#dm
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 108px;
}

ul#dm li
{
  color: #fff;
  font-size: 11px;
  padding: 0;
  margin: 0px 0px 10px 0px;
}

ul#dm li a
{
  border: none;
  color: #b40129;
}

ul#dm li a:hover
{
  border: none;
  color: #999;
}

ul#dm li#displayModeThong
{
  display: block;
  font-size: 10px;
  margin: 0;
  padding: 0;  
  text-align: center;
  width: 108px;
}

/* displayMode Thong-link link colors -------*/
ul#dm li#displayModeThong a:link, ul#dm li#displayModeThong a:visited, ul#dm li#displayModeThong a:active
    {
      color: #000;
    }

div#displayMode li#displayModeThong a:hover
{
  color: #fc9;
  text-decoration: none;
}






/* Re-TWEET button -------------------*/
div#retweetButon
{
  text-align: center;
  width: 105px;
}

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





/* Add This Sharing tool bar -----------------------*/
div#addThisSharing
{
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
  background: #e3e300;
  color: #000;
  margin: 10px 10px 10px 0px;
  padding: 7px 3px 7px 20px;
  width: 180px;
}





/* streaming video feeds (youTube) --------------------------*/
div.videoStream
{
  border: 1px solid #000;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
  background: url(../images/skullBackG12.jpg) no-repeat; 
  height: 530px;  
  margin: 10px 8px 15px 20px;
  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;
}

div.videoStreamWide
{
  border: 1px solid #000;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
  background: url(../images/skullBackWideG12.jpg) no-repeat; 
  height: 530px;  
  margin: 10px 8px 15px 20px;
  padding: 0px;
  text-align: center;
  width: 580px; 
}

div.videoStreamWide 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: 400px;
}





/* Factoids  ------------------------------ */
div#factoid
{
  background: #000;
  border-top: 1px dotted #e3e300;
  height: auto;
  margin: 10px 0 0 15px;
  padding: 0;
  position: relative;
  width: 600px;
}

div#factoid h2#title
{
  background: #e3e300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #b40129;
  font-size: 14px;
  margin: 10px 0 0 15px;
  padding: 3px;
  text-align: center;
  width: 200px;
}

div#factoid p
{
  color: #b40129;
  font-weight: bold;
  margin: 2px 0 10px 15px;
  padding: 0;
  text-align: center;
  width: 200px;
}

div#factoidGirl
{
  position: relative;
  text-align: center;
  width: 307px;
}

div#factoidGirl img
{
  clear: right;
}

div#bubble
{
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  width: 168px;
}

div#bubble div#bubbleBody
{
  background: url(../images/factoids/bubble_body.gif);
  display: block;
  margin: 0;
  padding: 0;
  width: 168px;
}

div#bubble span#bubbleText
{
  color: #f00;
  display: block;
  font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
  padding: 0;
  margin: -3px 10px 0 10px;
  text-align: center;
  width: 150px;
}

ul.factoidList
{
  list-style-type: circle;
  padding: 0 0 5px 15px;
  width: 450px;
}

ul.factoidList li
{
  margin: 0 5px 5px 15px;
  padding: 0;
}

ul#factoidNav
{
  font: bold 1.1em / 1.4em Monospace, Arial, Verdana, Helvetica, sans-serif;
  list-style-type: none;
  margin: 0px 0px 10px 80px;
  padding: 0;
  width: 300px;
}

div#factoidText
{
  display: none;
}






/* Printer Friendly ----------------------------------------------- */
p#printerFriendly
{
  color: #666;
  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: #666;
}

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




/* Lower Navigation -------------------------------------------------- */
div#lowerNav
{
  background: #e3e300;
  height: 25px;
  margin: 0 auto;
  padding: 0;
  width: 940px;
}

ul#lowNav
{
  color: #3c3c3c;
  list-style-type: none;
  font: bold 12px;
  margin: 0px 10px 0px 0px;
  padding: 0;
}

ul#lowNav li
{
  float: right;
  line-height: 25px;
  margin: 0px 10px 0px 10px;
  padding: 0;
}

ul#lowNav li a
{
  color: #3c3c3c;
  text-decoration: none;
}

ul#lowNav li a:hover
{
  color: #000;
}

ul#lowNav li.spacer
{
  float: right;
  line-height: 25px;
  list-style-type: disc;
  margin: 0px 10px 0px 10px;
  padding: 0;
}

ul#lowNav li#trust
{
  float: right;
  line-height: 25px;
  list-style-type: none;
  padding: 0;
}

ul#lowNav li#trust a:hover
{
  color: #3b8fff;
}

ul#lowNav li#xxx
{
  float: right;
  line-height: 25px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#lowNav li#xxx a
{
  color: #e3e300;
}

ul#lowNav li#xxx a:hover
{
  color: #f0f;
}







/* display date -------------------------------------------*/
p#date
{
  display: none;
}







/* duplication of main nav items for search engines*/
div#mainNavDuplication
{
  background: #e3e300;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
  height: 15px;
  margin: 0;
  padding: 0;
}

div#mainNavDuplication ul
{
  list-style-type: none;
  font-size: 0.8em;
  margin: 0px 0px 0px 200px;
  padding: 0px 0px 3px 0px
}

div#mainNavDuplication ul li
{
  float: left;
  margin: 2px 15px 0px 0px;
}

div#mainNavDuplication a
{
  color: #660;
}

div#mainNavDuplication a:hover
{
  color: #b40129;
}










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

div#footer p#tagLine
{
  color: #e3e300;
  font: bold 1.4em sans-serif, Verdana, Arial, Helvetica;
  margin: 0;
  padding: 5px 0px 0px 0px;
}















/* Lightbox 2.04 styles -----------------------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #e3e300; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #e3e300; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #903; }





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

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

