/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Removes all non-content crap on pussy.org, bye bye ads..
*/

/* +++ changelog +++
November 1st, 2008
 - fixed broken links and removed "Visit 89.com for more Free Porn" Button
July 30th, 2008
 - removed additional 3rd Party Text Ads
July 14th, 2008
 - removed related videos and Video Description Info, centered video and title of video, nicer page fonts
July 13th, 2008
 - complete redo due to site redesgin
June 30tg, 2007
 - original release
*/

@-moz-document domain(pussy.org) {

/* Header */
#pussytextlinks, #pussynavbar, #pussysupertrades, #pussyheader { display: none !important; }

/* Nicer Fonts and Remove Background Image */
body {
background-image: none !important;
font-family: georgia !important;
font: normal small-caps normal 16pt georgia !important;
letter-spacing: 0.03em !important;
}

/* Left Side Bar */
#pussyside { display: none !important; }

/* Right Side Bar */
#pussytopright, #pussyright { display: none !important; }

/* Related Categories */
#pussyrelatedcats { display: none !important; }

/* Related Videos */
#pussyrelatedvideos { display: none !important; }

/* Other Great Free Porn Sites */
#pussybottomtrades, #pussysummary { display: none !important; }

/* Non-Content 3rd Party Thumbnail Links */
#pussythumblinks { display: none !important; }

/* Weselltraffic.com Banner Ads */
a[href*="weselltraffic.com"] { display: none !important; }

/* Sexsearch.com Banner Ads */
a[href*="sexsearch.com"] { display: none !important; }

/* Porn2.com Thumbnail Ad */
a[href*="porn2.com"] { display: none !important; }
img[src*="http://i.pussy.org/pussy/p2.png"] { display: none !important; }

/* Text Banner Ad */
#pussyhbanner { display: none !important; }

/* Addthis.com Flash Ad */
a[href*="addthis.com"], img[src*="addthis.com"], script[src*="addthis.com"] { display: none !important; }

/* Adultfriendfinder.com iFrame */
iframe[src*="adultfriendfinder.com"] { display: none !important; }

/* The Content */
#pussycontainer, #pussymain { 
margin-top: 0% !important;
margin-left: 1% !important;
}

/* Center The Video */
div>h1, div>h2, #flashcontent { margin-left: 50% !important; }
div>h1, div>h2 { text-align: center !important; }

/* Move The Switcher To The Left Out Of The Way */
.switcher { margin-right: 63% !important; }

/* Video Description Info */
.pussyinfo { display: none !important; }

/* Other Free Sites */
#pussyotherlinks { display: none !important; }

/* 3rd Party Text Ads */
#pussycatthumbcc, a[href*="realgf.com"] { display: none !important; }

/* Visit 89.com for more Free Porn Button */
html > body > div#pussycontainer > div#pussymain > div#pussygalleries > ul#pussypager > li + li + li, html > body > div#pussycontainer > div#pussymain > div#pussygalleries > ul#pussypager > li + li + li + li, html > body > div#pussycontainer > div#pussymain > ul#pussypager > li + li + li { display: none !important; }

/* Footer */
#pussyfooter, #pussydescription { display: none !important; }

}