/*  global styling settings */
body {margin:0px;background:#181818;color:#DDDDDD;}
body,td,li {font:14px arial;line-height:18px;text-align:justify;color:#DDDDDD;}
form {display:inline;}
p {margin-top:0;}
img {border:0;}

/* styling/color of the main centered frame of the site */
.t_con {background:#000;border-left:8px solid #000;border-right:8px solid #000;border-top:8px solid #000;width:770px;margin:0 auto;}

/* styling for the body color of bullet points and the comment preview text */
.bodytext {color:#DDDDDD;}
.bodytext-alt {color:#DDDDDD;}

/* styling and color for all text section headers (both sections and modules) */
.headertext {font-size:20px;font-weight:bold;font-style:italic;}
.headercolor {color:#CD7F32;}

/* styling for the news subtitle */
.newsdate-text {color:#AC6E21;font-size:11px;font-weight:bold;margin-top:3px;}

/* styling for the text INSIDE a text module (e.g. 'Top 25 Episodes' or 'Podcast 1') */
.module-innerheader {font:23px Trebuchet MS,sans-serif;color:#EFEFEF;}
.module-innersubtext {font-size:10px;margin-left:10px;color:#888;font-weight:normal;}

/* styling and color for a | separator; used in formatted text modules like a podcast page */
.pipe {color:#666666; font-weight:bold;}

/* styling and color for copyright text; used in the header and footer */
.cop {font-size:12px;padding-top:6px;padding-bottom:8px;padding-left:4px;color:#555;}

/* the formatting and color for the left/right (<</>>) navigation arrows */
.linkarrow {color:#BBBBFF;padding:0 5px;}

/* link colors throughout the entire site */
a:link,	   
a:visited,
a:active       {color:#BBBBFF;text-decoration:none;padding:2px;}
a:hover        {color:#0066CC;text-decoration:underline;padding:2px;}

/* clears default link formatting */
a.clear:link,     
a.clear:visited,
a.clear:active   {padding:0px;text-decoration:none;}
a.clear:hover    {padding:0px;text-decoration:none;background:none;}

/* link formatting when an episode/season is not reviewed yet */
a.nolink:link,
a.nolink:visited,
a.nolink:active {color:#888;text-decoration:line-through;}
a.nolink:hover  {color:#888;text-decoration:line-through;}

/* the common "collapser" dash on the left of every header title */
a.Collapser:link,
a.Collapser:visited,
a.Collapser:active,
a.Collapser:hover {text-decoration:none;font-weight:bold;}

/* special "square" styling for bullet points */
ul.fs li {color:#CD7F32;}
ul.fs {list-style:square;margin-left:15px;margin-top:0px;padding-left:0px;}

/* styling and colors for the Twitter feed on the main page */
li.twitter {color:#BBB; list-style:square; font-size:9pt; font-family:Arial; margin-bottom:7px; margin-left:8px;}

/* styling and structure for the header above all text sections */
table.header {width:100%;border:0px solid #9A4C11;}

/* styling and colors for a lot of text sections; there is also a DIV version of this */
table.body {width:100%;border:1px solid #9A4C11;background-color:#232323;}
table.body td {padding:10px;}

/* styling, structure, and colors for various dividers */
td.leftcolumn {vertical-align:top;background-color:#111111;}
td.rightcolumn {width:620px;background-color:#111111;padding:0 10px 10px 10px;vertical-align:top;}

/* structure and background image for the header of the entire site */
div.splash {background:url('./splash.gif');background-repeat:no-repeat; height:210px; width:765px; margin:0 auto; margin-bottom:8px;}

/* styling and colors for a lot of text sections; there is also a TABLE version of this */
div.body {border:1px solid #9A4C11;background-color:#232323;padding:10px;}
div.body-admin {background-color:#343434;padding:10px;font-size:12px;padding-top;color:#999;}

/* a separator that lives between major sections of a page (e.g. the end of a review and that review's comments */
div.divider {border:1px solid #000;padding:1px;background:#444444;}

/* styling and colors for a QUOTE box; usually used within individual comments */
div.quote {background:url('./images/quotebox.gif');background-repeat:no-repeat;width:416px;padding:4px;margin-top:-50px;margin-left:190px;text-align:center;font-style:italic;font-weight:bold;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity: 0.4;opacity: 0.4;position:absolute;}

/* nagivation helpers (like previous review/next review) */
div.left {float:left;}
div.right {float:right;}
div.lindent {padding-left:10px;}
div.rindent {padding-right:10px;}

/* styling for the hover menus -- basic look */
#dropmenudiv
{border-bottom:1px solid #9A4C11;position:absolute;font:normal 12px Verdana;line-height:18px;z-index:100;background-color:#232323;}
/* styling for the hover menus -- link */
#dropmenudiv a
{display:block;text-indent:23px;border:1px solid #9A4C11;border-bottom:1px solid #222222;padding:1px;text-decoration:none;font-weight:bold;}
/* styling for the hover menus -- hover link */
#dropmenudiv a:hover
{color:#0066CC;background-color:#222222;border-bottom:1px solid #111111;}
