/* Main Theme CSS */
body {
    background: #bd21b9 url(templates/trannyshack/images/gradient.jpg) repeat-y fixed center;
    font-family: Arial, sans-serif;
    font-size: 78%;
    margin: 0;
    padding: 0;
    color: #333;
}

.fullWrap {}

/* Top */
.topRow {}
.topRow .containerBG {
    padding: 0;
    margin-bottom: 30px;
    background-color: white;
}

/*Logo */
.logoRow {}
.logoRow .containerBG {}

/*Nav Row */
.navRow {}
.navRow .containerBG {
    margin-left: 20px;
    background: url(templates/trannyshack/images/whiteOverlay.png);
    padding: 0;
    height: 86px;
}
.navRow .containerBG.absolute {
    position: absolute;
    top: 35px;
    z-index: 10;
}

/*Logo */
#logo {
    margin-top: 20px;
}
#logo h2 a {
    line-height: 1em;
    font-size: 1.5em;
    text-transform: uppercase;
}

/* Banner */
.bannerRow {}
.bannerRow .containerBG {
    padding: 0 0 10px;
    position: relative;
    z-index: 1;
    background-color: white;
}

#navMargin.relative {
    height: 40px;
    float: left;
    width: 100%;
}
#navMargin.absolute {
    height: 160px;
    float: left;
    width: 100%;
}

/* Top Grid Rows */
.grid1Row {}
.grid1Row .containerBG {
    padding: 0 0 30px;
}

.grid2Row {}
.grid2Row .containerBG {
    padding: 0;
}

.grid3Row {}
.grid3Row .containerBG {}

/* Bottom Grid modules */
.grid4Row {}
.grid4Row .containerBG {}

.grid5Row {}
.grid5Row .containerBG {}

.grid6Row {}
.grid6Row .containerBG {}

/* Main Content Area */
.mainRow {}
.mainRow .containerBG {
    padding-top: 0;
    background-color: white;
}

/* Bottom Rows */
.bottomRow {
    font-size: 0.9em;
    color: #333;
    background-color: white;
}
.bottomRow .containerBG {
    padding: 0 0 20px;
    background-color: white;
}
#bottom {
    padding: 20px 0 0;
    border-bottom: 1px dotted #dcdcdc;
    float: left;
    width: 100%;
    background-color: white;
}
#bottom .moduletable,
#bottom .moduletable_menu {
    padding-bottom: 60px;
}
#bottom h3 {
    border: 1px dotted #dcdcdc;
    border-width: 0 0 1px 0;
    background: none;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 120%;
}
#bottom ul {
    margin: 0;
}
#bottom ul li {
    list-style-type: none;
    margin: 0;
}
#bottom ul li a {
    background: url(templates/trannyshack/images/arrow.png) no-repeat left center;
    padding-left: 20px;
    display: block;
    margin-bottom: 5px;
}
#bottom ul.none li a {
    background: none;
    padding: 0;
}

/* Follow Us section specifically */
#bottom6 ul li a {
    background: url(templates/trannyshack/images/arrow.png) no-repeat left center;
    padding-left: 20px;
    display: block;
    margin-bottom: 5px;
    color: #7F2679;
    text-decoration: none;
}
#bottom6 ul li a:hover {
    color: #333;
}

/* Footer */
.footerRow {}
.footerRow .containerBG {
    padding: 0 0 30px;
    background-color: white;
}
#footer {
    padding: 0;
}
#footerRight {
    font-size: 90%;
    color: #aaa;
}
#footerRight img {
    margin-top: -10px;
}
#footerLeft ul {
    margin: 0;
}
#footerLeft ul li {
    list-style-type: none;
    float: left;
    padding: 0;
    line-height: 1;
    margin: 0;
}
#footerLeft ul li a {
    margin-right: 30px;
    font-size: 90%;
    color: #333;
}

/* Pathway Classes */
#breadcrumb {
    margin: 0;
    padding: 8px 0;
    position: absolute;
    margin-top: -42px;
    z-index: 1;
    font-size: 90%;
}
.containerBG.absolute.nobanner #breadcrumb {
    position: relative;
}
#breadcrumb .moduletable {
    text-align: left;
}
.pathway img {
    margin: 6px 2px 0;
}

/* Left Column */
#leftCol {}
#leftCol .moduletable {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: inline;
}
#leftCol ul li a {
    border-bottom: 1px dotted #dcdcdc;
}
#leftCol ul li#current a,
#leftCol ul li.active a {
    color: #333;
}
#leftCol span.expanded,
#leftCol span.mainlevel span {
    background: url(templates/trannyshack/images/arrowDown.png) no-repeat 0 center;
    display: block;
    padding-left: 19px;
    cursor: pointer;
    font-size: 1em;
}

/* Center Column */
#center {}
#centerCol .moduletable {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: inline;
}
#centerCol ul li {
    list-style-type: none;
    margin: 0;
}
#centerCol ul li a {
    border-bottom: 1px dotted #dcdcdc;
}
#centerCol ul li#current a,
#center ul li.active a {
    color: #333;
}
#centerCol span.expanded,
#leftCol span.mainlevel span {
    background: url(templates/trannyshack/images/arrowDown.png) no-repeat 0 center;
    display: block;
    padding-left: 19px;
    cursor: pointer;
    font-size: 1em;
}

/* Main Content Row Classes */
/* Left Column */
#midCol {}
#mainContent {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
#mainWrap {
    margin-top: 20px;
}

/* Right Column */
#right {}
#rightCol .moduletable {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: inline;
}
#rightCol ul li a {
    border-bottom: 1px dotted #dcdcdc;
}
#rightCol ul li li a {
    padding-left: 20px;
    font-size: 90%;
}
#rightCol ul li#current a,
#rightCol ul li.active a {
    color: #333;
}
#rightCol span.expanded,
#rightCol span.mainlevel span {
    background: url(templates/trannyshack/images/arrowDown.png) no-repeat 0 center;
    display: block;
    padding-left: 19px;
    cursor: pointer;
    font-size: 1em;
}

/* Search Styling */
#search {}
#search .inputbox,
#search_searchword {
    border: 1px solid #ddd;
    margin: 4px 0;
    background: url(templates/trannyshack/images/fieldShadow.jpg) repeat-x;
    border: 1px solid #c8c8c8;
    font-size: 13px;
    color: #333333;
    margin: 0 20px 0 0;
    width: 97%;
}
#searchForm .button {
    margin-top: 8px;
}

form.search input#mod_search_searchword.inputbox {
    width: 60%;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0;
    padding: 5px;
}
form.search input.button,
button.validate {
    border: none;
    color: #fff;
    width: 30%;
    float: right;
    height: 31px;
    text-align: center;
}
button.validate {
    width: 100px;
}

/* Link and paragraph resets */
a {
    color: #7F2679;
    text-decoration: none;
}
a:hover {
    color: #333;
}
p {
    margin: 8px 0;
}

/* Headings */
h1,
.componentheading {
    color: #5C0002;
}
h2,
.contentheading,
h2 a,
a {
    color: #7F2679;
}
h3,
.moduletable h3 {
    color: #333;
    font-size: 1.1em;
    border: 1px solid #DCDCDC;
    border-width: 1px 0;
    padding: 8px 60px 8px 0;
    text-transform: uppercase;
    background: url(templates/trannyshack/images/h3.png) right center no-repeat;
    clear: both;
    line-height: 1.6em;
}
h4 {
    color: #333;
    clear: both;
}
h5 {
    color: #fff;
    background: #333;
    padding: 2px 0 2px 4px;
}
h6 {
    color: #fff;
    background: #999;
    padding: 2px 0 2px 4px;
}

.contentheading,
.componentheading,
h1.itemTitle,
.userBlock h2 {
    background: url(templates/trannyshack/images/purple/titlePurpleComponent.png) no-repeat left top;
    color: #fff;
}

/* Content heading padding and positioning */
.contentheading,
.componentheading {
    padding: 13px 0 40px 30px;
}

.jbCategory .contentheading,
.jbSection .contentheading,
.jbFrontPage .contentheading {
    background: none;
    color: #333;
    padding: 0;
    margin: 0;
    font-size: 1.6em;
    border: 1px solid #DCDCDC;
    border-width: 1px 0;
    padding: 9px 0;
}

.mainRow .containerBG.absolute #jbArticle .contentheading,
.mainRow .containerBG.absolute .componentheading {
    position: absolute;
    height: 56px;
    margin-top: -123px;
    z-index: 1;
    padding: 10px 30px 10px 30px;
    font-size: 1.6em;
}

.mainRow .containerBG.absolute .componentheading {
    margin-top: -123px;
    left: 0;
}
.mainRow .containerBG.absolute.nobanner #jbArticle .contentheading,
.mainRow .containerBG.absolute.nobanner .componentheading {
    position: relative;
    margin: 0;
}

#mainContent.one #jbArticle {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
}
#mainContent.twoR {
    border-right: 1px solid #dcdcdc;
    padding-right: 8%;
    width: 90%;
}

/*Nav - Top levels */
/* Top Row ul */
.moduletable-superfish ul,
#nav ul {
    float: right;
    margin: 15px 20px 0 0;
    padding: 0;
}

/* Top Row ul li */
.moduletable-superfish ul li,
#nav ul li {
    margin: 0;
}

/* Top Row ul li a and spans for parent items */
.moduletable-superfish ul li a,
#nav  ul li a,
.moduletable-superfish span.expanded,
#nav span.expanded,
.moduletable-superfish a.mainlevel.sf-with-ul,
#nav a.mainlevel.sf-with-ul,
.moduletable-superfish  ul li span.mainlevel,
#nav ul li span.mainlevel {
    font-size: 1em;
    padding-bottom: 8px;
    background: url(templates/trannyshack/images/navSep.gif) no-repeat left top;
    height: 58px;
    display: block;
    padding-top: 0;
    width: 112px;
    padding: 0 10px;
    color: #7F2679;
}

/* Fixes for left aligned menu items */
.navLeft .moduletable-superfish ul li a,
.navLeft #nav  ul li a,
.navLeft .moduletable-superfish span.expanded,
.navLeft #nav span.expanded,
.navLeft .moduletable-superfish a.mainlevel.sf-with-ul,
.navLeft  #nav a.mainlevel.sf-with-ul,
.navLeft .moduletable-superfish  ul li span.mainlevel,
.navLeft #nav ul li span.mainlevel {
    background: url(templates/trannyshack/images/navSep.gif) no-repeat right top;
}

.navLeft #nav  ul li,
.navLeft .moduletable-superfish ul li {
    margin: 0;
}

.navLeft .moduletable-superfish ul ul li a,
.navLeft #nav ul ul li a,
.navLeft .moduletable-superfish ul ul span.expanded,
.navLeft #nav ul ul span.expanded,
.navLeft .moduletable-superfish ul ul a.mainlevel.sf-with-ul,
.navLeft  #nav ul ul a.mainlevel.sf-with-ul {
    background: none;
}

/* Special styles for the YVBB plugin */
#nav ul li a em,
.moduletable-superfish ul li a em,
#nav ul li span.mainlevel em,
.moduletable-superfish ul li span.mainlevel em {
    color: #bbb;
    font-size: 95%;
}

/* Top Row ul li a and spans for parent items - Active and hover states */
#nav ul li a:hover,
.moduletable-superfish  ul li a:hover,
#nav ul li#current.active a,
#nav ul li.active a.mainlevel.sf-with-ul,
#nav ul li a.mainlevel.sf-with-ul,
#nav ul li span.mainlevel {
    padding-bottom: 7px;
}

#nav ul li#current li a,
#nav ul li#current.active li a,
#nav ul li.active li a.mainlevel.sf-with-ul {
    padding: 4px 0;
    border-bottom: 1px solid #fff;
}

/* Removes hover on active items */
#nav li#current.active:hover,
#nav ul li.active span.mainlevel:hover {
    border: none;
}

/*Nav - Second Level */
/* Resets a lot of the styling from the top level and then positions the ul li li a's */
.moduletable-superfish ul li li a,
#nav  ul li li a,
#nav ul ul span.expanded,
.moduletable-superfish ul ul span.expanded,
.moduletable-superfish ul ul a.mainlevel.sf-with-ul,
#nav ul ul a.mainlevel.sf-with-ul,
#nav ul li li span.mainlevel {
    height: auto;
    background: none;
    width: auto;
}

/* Submenu a items */
.moduletable-superfish ul li li a,
#nav ul li li a,
#nav ul li.active li a,
#nav ul li li span.mainlevel {
    font-size: 0.9em;
    color: #fff;
    height: 17px;
    margin-top: 6px;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    background: #7F2679;
}

/* Submenu a active items */
#nav ul li.active li#current.active a,
.moduletable-superfish  ul li.active li#current.active a,
#nav ul li li.active a,
.moduletable-superfish  ul li li.active a,
#nav ul li.active li.active li.active a,
.moduletable-superfish ul li.active li.active li.active a {
    color: #333;
    border-bottom: 1px solid #fff;
}

/* Active Menu state for second levels */
#nav ul li li.active span.mainlevel,
.moduletable-superfish  ul li li.active span.mainlevel {
    color: #333;
}

/* Hover state for sub levels */
.moduletable-superfish ul li li a:hover,
#nav ul li li a:hover,
.moduletable-superfish ul li.active li a:hover,
#nav ul li.active li a:hover,
.moduletable-superfish ul li li a:hover,
#nav ul li li a:hover,
.moduletable-superfish ul li li a.mainlevel.sf-with-ul:hover,
#nav ul li li a.mainlevel.sf-with-ul:hover,
.moduletable-superfish ul li.active li#current.active li a:hover,
#nav ul li.active li#current.active li a:hover,
.moduletable-superfish ul li.active li.active li a:hover,
#nav ul li.active li.active li a:hover {
    color: #333;
}

/* Resets sub level items with parent items */
#nav ul li li a.mainlevel.sf-with-ul,
.moduletable-superfish ul li li a.mainlevel.sf-with-ul,
#nav ul li.active li#current.active li a,
.moduletable-superfish ul li.active li#current.active li a,
#nav ul li.active li.active li a,
.moduletable-superfish #nav ul li.active li.active li a,
#nav ul li.active li.active li.active li a,
.moduletable-superfish  ul li.active li.active li.active li a {
    color: #fff;
}

/* Reinstates the border used on the top level active and hover states */
#nav ul li#current li a,
#nav ul li li.active a,
#nav ul li.active li span.mainlevel,
#nav ul li.active li span.mainlevel:hover,
#nav ul li li.active span.mainlevel,
#nav ul li li.active span.mainlevel:hover {
    border-bottom: 1px solid #fff;
}

/* Positioning and padding on the ul ul */
.moduletable-superfish li:hover ul,
.moduletable-superfish ul li.sfHover ul,
#nav li:hover ul,
#nav ul li.sfHover ul {
    left: 0px;
    top: 56px;
    padding: 15px 20px 25px;
    background: #7F2679;
}

/* Nav Left positioning */
.navLeft .moduletable-superfish li:hover ul,
.navLeft .moduletable-superfish ul li.sfHover ul,
.navLeft #nav li:hover ul,
.navLeft #nav ul li.sfHover ul {
    left: 0px;
    top: 63px;
    padding: 15px 20px 25px;
    background: #7F2679;
}

/* Positioning and padding on the ul ul */
.moduletable-superfish li:hover ul ul,
.moduletable-superfish ul li.sfHover ul ul,
#nav li:hover ul ul,
#nav ul li.sfHover ul ul {
    top: -35px;
}

/* Removes the border on the top menu items at the hover state */
#nav li li:hover,
#nav li li:hover ul,
#nav ul li li span.mainlevel {
    border: none;
}

/* Sub level parent items */
.moduletable-superfish ul li li span.expanded,
#nav ul li li a.mainlevel.sf-with-ul,
.moduletable-superfish ul li.active li span.expanded,
#nav ul li.active li a.mainlevel.sf-with-ul,
#nav ul li.active li#current.active li a.mainlevel.sf-with-ul,
.moduletable-superfish ul li.active li#current.active li a.mainlevel.sf-with-ul,
#nav ul li li span.mainlevel {
    padding: 8px 0 8px 15px;
    font-size: 90%;
    background: url(templates/trannyshack/images/subNavArrow.png) no-repeat 0 center;
    border-bottom: 1px solid #fff;
}

/* Input Styling */
.inputbox,
input#email,
input#url {
    font-size: 13px;
    padding: 2px;
}
form.search {
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.filter input.inputbox {
    width: 96%;
}
input#name,
input#password2,
input#url {
    width: 360px;
}

/* Front End Editing */
input#title.inputbox {
    width: 90%;
    display: block;
}
.button2-left {
    float: left;
    margin-right: 10px;
}

/* Text Area */
textarea#description,
textarea#metadesc,
textarea#metakey {
    border: 1px solid #ddd;
}

/* Joomla Login */
#mod_login_username.inputbox,
#mod_login_password.inputbox {
    display: block;
    width: 94%;
}
.form-login input.button,
#login.login_form input.button,
form.search_result button.button {
    border: none;
    color: #fff;
    width: 30%;
    float: right;
    height: 31px;
    text-align: center;
    background: #7F2679;
}
#login.login_form input.button {
    float: none;
    width: 100px;
}

/* JB Login */
.flatLogin input.button {
    background: #8B8B8B;
    border: none;
    padding: 4px;
    width: 60px;
    text-align: center;
    color: #fff;
    margin: 10px 0 0 0;
}
.flatLogin .input label {
    font-size: 80%;
    margin-right: 8px;
}

/* Joomla Tables */
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
    border-bottom: 1px dotted #dcdcdc;
    padding: 4px 0;
}

/* Page classes */
#page {
    width: 100%;
}
div#jbArticle {
    border-top: 1px solid #dcdcdc;
}
div.jbSection {
    margin-bottom: 30px;
}
.article_row {
    padding: 0;
}
.leading {
    padding-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}

/* Pdf Buttons etc */
div.buttons {
    float: right;
}

/* Div around the title and author, date etc */
div.jbMeta {
    border: 1px solid #dcdcdc;
    border-width: 0 0 1px 0;
    padding: 8px 0;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

/* Section and Categories */
div.jbSectCat {
    float: left;
    margin-right: 20px;
}
span.jbSections {}
span.jbCategories {}
.blog {
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

/* Author and date styling */
div.jbAuthorDate {}
span.jbModifydate {
    float: right;
    font-style: italic;
    color: #ccc;
    font-size: 90%;
}
span.jbAuthor {
    float: left;
    margin-right: 20px;
    color: #333;
}
div.jbCreatedate {
    float: left;
    margin-right: 20px;
}
div.jbCreatedate span.dateday {}
div.jbCreatedate span.datemonth {}
div.jbCreatedate span.dateyear {}

.contentpaneopen_edit {
    position: absolute;
    right: 100px;
    top: 6px;
}

/* Read more */
div.jbReadmore {
    background: url(templates/trannyshack/images/arrow.png) no-repeat left center;
    padding-left: 20px;
}
ul.pagination li {
    margin: 0;
    padding: 4px;
}
.blog_more ul li a {
    padding: 4px 0;
}
table.contenttoc {
    background: #f3f3f3;
    margin-left: 30px;
    border: 1px solid #ddd;
}

.slideshowContent {
    background: url(templates/trannyshack/images/purple/slideshowPurple.png) no-repeat left bottom;
    padding: 30px 10px 30px 10px;
    color: #fff;
}
.slideshowContent h2 a {
    color: #fff;
}
.slideshowContent a {
    color: #333;
}
.slideshowContent h2 {
    position: absolute;
}
.slideshowDate {
    background: #191919;
    bottom: 98px;
    left: 0px;
    float: left;
    padding: 0 10px;
    position: absolute;
    z-index: 10;
}

/* Microblog Overrides */
.mbWrapFlat {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px dotted #dcdcdc;
}
.mbitemFlat h2 a {
    font-size: 0.9em;
    color: #333;
    display: block;
}
.mbitemFlat h2 {
    width: 90%;
}
.mbitemFlat {
    color: #666;
}
.mbitemFlat {
    width: 100%;
    font-size: 90%;
}
.mbMoreFlat {
    position: absolute;
    z-index: 1;
}
#rightCol .mbImageFlat,
#grid8 .mbImageFlat,
#grid4 .mbImageFlat,
#grid12 .mbImageFlat {
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
    border: 0;
}
#leftCol .mbImageFlat,
#grid1 .mbImageFlat,
#grid5 .mbImageFlat,
#grid9 .mbImageFlat {
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
    border: 0;
}
.mbDetailsFlat {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 0.8em;
    width: 70px;
    right: 0px;
    top: 0;
    background: #7F2679;
}
.mbitemCols h2 a {
    font-size: 0.9em;
}
.mbColImage img {
    margin: 0 0 4px;
}
.mbitemCols {
    border-bottom: 1px dotted #dcdcdc;
    padding-bottom: 10px;
}

/* Tabbed Modules */
.tab_content .mbitemCols h2,
.tab_content .mbitemCols .catname {
    padding: 4px;
    display: block;
    line-height: 1.3;
    position: absolute;
    bottom: 35px;
}
.tab_content h2,
.tab_content .mbitemCols .catname {
    color: #fff;
    font-size: 90%;
}
.tab_content .mbitemCols .catname {
    position: absolute;
    bottom: 3px;
}
.tab_content h2 a,
.tab_content a {}
.tab_content .mbImage {
    border: none;
    padding: 0;
    margin: 0;
}
.tab_content .mbitemCols {
    background: #202020;
    height: 150px;
    position: relative;
    border: none;
}
.tab_content .mbRow {
    position: relative;
}
.tab_content .mbDateCols {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    width: 60px;
    color: #fff;
    padding-left: 8px;
    background: #7F2679;
}
.tab_content h3 {}
.tab_content .mbIntroCols {
    color: #666;
    padding: 4px;
    background: #fff;
    padding-top: 28px;
}

/* Captify */
.captifyTitle {
    border-top: 1px dotted #a7a7a7;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 0.9em;
    padding-top: 4px;
    background: url(templates/trannyshack/images/captifyMore.png) no-repeat right 10px;
    color: #333;
    display: block;
    float: left;
    width: 100%;
}

/* Slideshow */
.slideShowNav {
    background: #F3F3F3;
    padding: 0 10px;
}

/* Hidden Panel */
#paneltab {
    color: #333;
    height: 30px;
    overflow: hidden;
    position: absolute;
    padding: 5px 10px 0 10px;
    z-index: 101;
    margin-top: -35px;
    right: 0;
    font-size: 90%;
    background: #7F2679;
    width: 80px;
    text-align: center;
}

.fullWrap.light #paneltab a#openPanel,
.fullWrap.light  #paneltab a#closePanel {
    color: #333;
}
#paneltab a#openPanel,
#paneltab a#closePanel {
    color: #fff;
    background: url(templates/trannyshack/images/panelArrowOpen.png) no-repeat 0px center;
    padding: 0 0 0 10px;
}
a#openPanel,
a#closePanel {
    float: left;
}
a#closePanel.active {
    margin-top: 0;
    float: left;
    margin-left: 0;
}
a#openPanel.active {
    margin-top: -25px;
    padding-top: 15px;
}
a#closePanel {
    margin-top: 10px;
    display: block;
}

#memberArea h3 {
    color: #fff;
    border: none;
    background: none;
}
#memberArea {
    position: absolute;
    z-index: 100;
    display: none;
    margin-top: -35px;
    overflow: hidden;
    color: #fff;
    top: 0;
    left: 0;
    background: #000 url(templates/trannyshack/images/purple/loginPanel.png) center top repeat-y;
}
#memberAreaInner {
    padding: 30px 20px 30px;
    z-index: 50;
    position: absolute;
    top: 0;
    margin-left: 0px;
    background: #000;
}
#memberArea.light {
    background: url(templates/trannyshack/images/whiteOverlay.png);
    color: #333;
}
#memberArea.light h3 {
    color: #333;
}
#memberArea ul.flatLogin li {
    margin-top: 20px;
    background-position: right top;
    padding-right: 20px;
}
.flatLogin fieldset {
    width: 100%;
}
#memberArea ul.flatLogin li a {
    float: left;
}
.moretab {
    float: right;
    color: #fff;
    margin-left: 200px;
}
#moreArea {
    position: absolute;
    background: #000;
    margin-top: 100px;
    z-index: 20;
}

#tabbedArea {
    width: 300px;
    float: left;
}
ul.tabs {
    margin: 0 0 20px;
    padding: 0;
    float: right;
    list-style: none;
    height: 31px;
    border-bottom: 1px solid #D5D5D5;
    width: 100%;
}
ul.tabs li {
    float: right;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 32px;
    background: #333;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 0.9em;
    padding: 0 20px;
    outline: none;
    text-transform: uppercase;
}
#tagline span {
    position: relative !important;
}
#tagline {
    color: #999;
    font-style: italic;
}

/* Back to Top */
#toTop {
    background: url(templates/trannyshack/images/upArrow.png) no-repeat 8px center;
    border: 0;
    color: #333;
}

/* Tab styling */
ul.tabs li a:hover,
ul.tabs li.active a {
    background: #7F2679;
}

/* Border styling */
#bottom,
div.itemCommentsForm form {
    border-top: 2px solid #7F2679;
}

div.itemCommentsForm form input#submitCommentButton {
    background: #7F2679 url(templates/trannyshack/images/purple/submit.png) no-repeat 94% center;
    border: none;
    color: #fff;
    padding: 4px 20px 4px 4px;
}

ul.tabs li a:hover {
    background: #CB7AC6;
}

#nav ul li#current a,
#nav ul li.active a,
#nav ul li.active span.mainlevel {
    border-bottom: 6px solid #CB7AC6;
}

#nav li:hover {
    border-bottom: 6px solid #CB7AC6;
}

/* Container styles */
.outerWrapper {
    float: left;
    width: 100%;
}
.container {
    width: 960px;
    margin: 0 auto;
}
.containerBG {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
}
.innerContainer {
    width: 920px;
    margin-left: 20px;
}
.center {
    text-align: center;
}

/* Navigation styles */
#navWrapper {
    overflow: hidden;
}
#logo {
    float: left;
    width: 215px;
}
#navWrap {
    float: right;
    width: 685px;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li {
    float: left;
    margin: 0;
    padding: 0;
}
.menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #7F2679;
}
.menu li a:hover,
.menu li.active a {
    background: #7F2679;
    color: white;
}
.menu li a span {
    display: block;
}
.menu li a span em {
    font-size: 0.8em;
    color: #bbb;
}

/* Clear floats */
.clear {
    clear: both;
}

/* Banner slideshow */
.slideShowContainer {
    height: 495px;
    width: 100%;
    position: relative;
}
.scroller {
    height: 495px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slideshowImage img {
    width: 100%;
    height: auto;
}
.slideshowContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.slideshowDate {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
}

/* Main content */
#midCol {
    width: 920px;
    float: left;
    margin-right: 0;
}
#mainContent {
    width: 100%;
}
#jbArticle {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}
#jbArticle ul {
    list-style: none;
    padding: 0;
}
#jbArticle li {
    margin-bottom: 20px;
}
#jbArticle img {
    max-width: 100%;
    height: auto;
}
#jbArticle table {
    width: 100%;
    border-collapse: collapse;
}
#jbArticle td {
    padding: 10px;
    vertical-align: top;
}
#jbArticle td:first-child {
    width: 30%;
    padding-right: 20px;
}

/* Footer */
#bottom {
    overflow: hidden;
    padding: 20px 0;
}
#bottom1,
#bottom2,
#bottom6 {
    float: left;
    box-sizing: border-box;
}
#bottom1 {
    width: 450px;
    margin-right: 20px;
}
#bottom2 {
    width: 293px;
    margin-right: 20px;
}
#bottom6 {
    width: 137px;
    float: right;
}
#bottom h3 {
    border: none;
    background: none;
    color: #333;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 1.2em;
}
#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#bottom ul li {
    margin-bottom: 5px;
}
#bottom ul li a {
    background: url(templates/trannyshack/images/arrow.png) no-repeat left center;
    padding-left: 20px;
    color: #7F2679;
    text-decoration: none;
}
#bottom ul li a:hover {
    color: #333;
}

/* Form styles */
.modns form {
    margin-top: 10px;
}
.modns table {
    width: 100%;
}
.modns td {
    padding: 5px 0;
}
.modns input[type="text"] {
    width: 90%;
    padding: 5px;
    border: 1px solid #ddd;
}
.modns input[type="submit"] {
    background: #7F2679;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}
.modns input[type="submit"]:hover {
    background: #CB7AC6;
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .innerContainer {
        width: 100%;
        margin-left: 0;
    }
    #logo,
    #navWrap {
        float: none;
        width: 100%;
        text-align: center;
    }
    .menu li {
        float: none;
        display: inline-block;
    }
    #midCol {
        width: 100%;
    }
    #bottom1,
    #bottom2,
    #bottom6 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #jbArticle td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
}