/* ////////////// */
/* GLOBAL STYLING */
/* ////////////// */

body {}
body,td,li {}
form {}
p {}
img {}

/* the styling/color of the main centered frame of the site */
.t_con {}


/* ///////////// */
/* ADMIN STYLING */
/* ///////////// */

/* the styling/color of the admin notification at the top of every page */
.t_con_admin {}

/* styling for the admin box at the top of all inactive news posts */
div.notpublished-news {}

/* styling for the admin message at the top of all inactive reviews/articles */
div.notpublished {}


/* ///////////// */
/* LINK STYLING */
/* ///////////// */

/* basic link styling throughout the site */
a:link,	   
a:visited,
a:active       {}
a:hover        {}

/* clears default link formatting */
a.clear:link,     
a.clear:visited,
a.clear:active   {}
a.clear:hover    {}

/* link formatting when an episode/season is not reviewed yet */
a.nolink:link,
a.nolink:visited,
a.nolink:active {}
a.nolink:hover  {}

/* the common "collapser" dash on the left of every header title */
a.Collapser:link,
a.Collapser:visited,
a.Collapser:active,
a.Collapser:hover {}


/* ///////////////////////// */
/* TOP SPLASH BUTTON STYLING */
/* ///////////////////////// */

/* styling and colors for the structure of the splash buttons */
table.splash-buttons {}

/* dimensions for each splash button */
table.splash-buttons td {}

/* background image and structure for the splash image */
div.splash {background:url('./splash.png');height:50px;border-top:1px solid #9A4C11;border-bottom:1px solid #9A4C11;border-left:3px solid #9A4C11;border-right:3px solid #9A4C11;}

/* for STANDARD styling, the splash text (i.e. the site title text) is hidden */
div.splash-text {}

/* NON-SELECTED splash button LINK styling */
a.nabuf:link,	
a.nabuf:visited,
a.nabuf:active {}
a.nabuf:hover  {}

/* CURRENTLY SELECTED splash button LINK styling */
a.nabufalt:link,
a.nabufalt:visited,
a.nabufalt:active {}
a.nabufalt:hover  {}

/* styling for the hover pop-up menus (basic look) */
#dropmenudiv {}

/* styling for the hover pop-up menus (link) */
#dropmenudiv a {}

/* styling for the hover pop-up menus (hover link) */
#dropmenudiv a:hover {}


/* ///////////////// */
/* NEWS POST STYLING */
/* ///////////////// */

/* styling for the news subtitle */
.newsdate-text {}


/* /////////////////////////// */
/* EPISODE REVIEW LIST STYLING */
/* /////////////////////////// */

/* color for episode list titles that are inactive */
.inactive {}

/* alternating colors for the background of an episode list */
tr.bgcolor1 {}
tr.bgcolor2 {}


/* /////////////////////////////////// */
/* TEXT SECTION & TEXT MODULES STYLING */
/* /////////////////////////////////// */

/* styling for the text INSIDE a text module (e.g. 'Top 25 Episodes' or 'Podcast 1') */
.module-innerheader {}
.module-innersubtext {}

/* structure for the header above all Text Sections */
table.header {}

/* styling and color for all Text Section headers (both sections and modules) */
.headertext {}
.headercolor {}

/* styling and colors for Text Sections/Modules */
div.body {}
table.body {}
table.body td {}

/* styling for specialized quotes that appear inside a TextSection */
.inlinequote {}

/* [USED BY A DORMANT FEATURE] styling and color for a | separator; used in formatted text modules like a podcast page */
.pipe {}


/* ///////////// */
/* SCORE STYLING */
/* ///////////// */

/* score colors */
span.perfect {}
span.regular {}
span.fail {}

/* score styling */
span.bigscore {}
span.smallscore {}

/* grade styling for season breakdown and episode list */
span.grade {}

/* small grade styling for custom pages like rand/search */
span.smallgrade {}


/* /////////////// */
/* COMMENT STYLING */
/* /////////////// */

/* styling for the comment preview text */
.bodytext-alt {}

/* styling for comment boxes */
span.comment-name {}
span.comment-date {}
span.comment-quote-title {}

/* styling and colors for the body of a comment box and a preview box */
table.commentbody {}
table.body-prev {}

/* styling and colors for a QUOTE box; usually used within individual comments */
div.quote {}


/* ///////////////////// */
/* MISCELLANEOUS STYLING */
/* ///////////////////// */

/* styling for the title text on all reviews and articles */
.toptitletext {}

/* special "square" styling for bullet points */
ul.fs li {}
ul.fs {}

/* styling for the body color of bullet points */
.bodytext {}

/* spoiler label styling */
div.spoilers {}

/* styling for error text, most notably in the 'Post a Comment' section */
.errtext {}

/* styling and color for disclaimer text; used in the header and footer */
.cop {}

/* the formatting and color for the left/right (<</>>) navigation arrows */
.linkarrow {}

/* nagivation helpers (like previous review/next review) */
div.left {}
div.right {}
div.lindent {}
div.rindent {}

/* styling for standard images (like top images) and the security code image */
img.stdborder {}
img.security-border {}
img.left {}
img.right {}

/* styling, structure, and colors for various dividers */
td.score-divider {}
td.comment-divider {}

/* a separator that lives between major sections of a page (e.g. the end of a review and that review's comments */
div.divider {}

