/* The Main CSS Styles for Game Buzz */


/* Common Style Definitions */

body { padding: 0; margin: 0; background-color: #fff; color: #000 }

/* A Work-Around for Extra Space Above and Below Images in Mozilla */
div img, td img { display: block }

h1, h2, h3, h4, h5, h6, p { font-family: Verdana, sans-serif }

.Struck { background-color: inherit; color: #999; text-decoration: line-through }

p.Centered { text-align: center }
p.Stretched { line-height: 150% }

a:link, a:visited { text-decoration: none }
a:hover, a:active { text-decoration: underline }

form { margin: 0 }

.Bold { font-weight: bold }

.ThinBorder { border-width: 1px }

acronym { border-bottom: 1px dashed #0c0; cursor: help }

blockquote { font-style: italic }


div.FloatClearer { clear: both }


/* Page Header Style Definitions */

div.PageHeader { background-color: #eee; color: inherit; height: 68px; border-bottom: 2px solid #ddd }

div.PageHeader img.Logo { border: none; position: absolute; left: 9px; top: 9px}

/* Note: Mozilla 1.4 ignores the left-margin setting here, but it is honored by
   both Internet Explorer 6 and Opera 7.11 (all were tested under Windows XP). */
div.PageHeader A img.Banner { border: none; float: right; margin-left: 285px; margin-right: 9px; display: inline }


/* Top Note Style Definitions */

div#TopNote { border-top: 3px solid #f00; border-bottom: 3px solid #f00; background-color: #ffc; color: #000; padding: 16px; font-family: Verdana, sans-serif; font-size: 11px; text-align: center }

div#TopNote strong { background-color: inherit; color: #f00 }



/* Teaser Image Style Definition */

img.Teaser { border: none }


/* Content Container Style Definition */

div#PageMiddle { width: 775px; margin-left: auto; margin-right: auto; margin-top: 32px; display: block }

div#ImagePageMiddle { margin-left: auto; margin-right: auto; margin-top: 32px; display: block }

div#ContentContainer { margin-left: auto; margin-right: auto; display: block }

div.MainColumn { width: 475px; display: block; vertical-align: top; float: left }

div.SecondaryColumn { width: 150px; display: block; float: left; vertical-align: top }

div.TertiaryColumn { width: 150px; display: block; float: left; vertical-align: top }


/* Secondary Content Style Definitions */

.SecondaryContent { width: 122px; padding-left: 10px; padding-right: 10px; padding-top: 6px; background-color: #eee; color: #000 }
.SecondaryContent H6 { background-color: inherit; color: #090; font-family: Verdana, sans-serif; font-size: 10px; margin: 0 }
/* "line-height: 150%" was removed to prevent Mozilla from adding extra space after text even with a zero margin. */
.SecondaryContent P { font-family: Verdana, sans-serif; font-size: 9px; margin: 0 }
.SecondaryContent P.Caption { margin-top: 2px }
.SecondaryContent A img.FeaturedImage { border: none; margin-left: auto; margin-right: auto }


/* Main Content Style Definitions */

#MainColumn { width: 475px }

#MainColumn .Corners { background-color: #eee; color: inherit }

div.MainContent { background-color: #eee; color: #000; padding-left: 24px; padding-right: 24px; padding-top: 14px; padding-bottom: 14px }

div.MainContent H4 { background-color: inherit; color: #090; font-family: Verdana, sans-serif; margin: 0 }

div.MainContent P { font-size: 13px; line-height: 200%; margin-top: 8px; margin-bottom: 0 }

div.MainContent P.Note { font-size: 12px; font-style: italic }

/* Setting side margins to "auto" seems to cause IE 6 to set them to zero. */
div.MainContent UL { font-family: Verdana, sans-serif; font-size: 13px; margin-top: 0; margin-bottom: 0 }
div.MainContent UL LI { margin-top: 8px; margin-bottom: 8px }

/* The margin-top settings are to make up for vertically misaligned images and text. */
div.MainContent img.Left { border: none; float: left; margin-right: 8px; margin-top: 17px; margin-bottom: 8px }
div.MainContent img.Right { border: none; float: right; margin-left: 8px; margin-top: 15px; margin-bottom: 8px }

.Quote { font-style: italic }

div.MainContent P.ArticleInformation { font-family: Verdana, sans-serif; font-size: 9px; font-style: italic; line-height: normal; margin-top: 12px; margin-bottom: 0 }

/* Temporary? To be changed? */
div.MainContent P.Link { padding-left: 16px; font-size: 10px }

span.HighlightedError { background-color: #ff0; color: #f00 }


/* Navigation Column Style Definitions */

#Sidebar { width: 150px }


div.SideMenu {}


div.SideMenu div.TopDecoration { width: 150px; height: 10px; background-color: #fff; background-image: url(../images/link_tab_top-glassy_green.gif); color: #000 }

div.SideMenu div.BottomDecoration { width: 150px; height: 10px; background-color: #fff; background-image: url(../images/link_tab_bottom-glassy_green.gif); color: #000 }


div.SideMenu ul { background-color: #999; color: #000; list-style: none; margin: 0; padding: 1px }

div.SideMenu ul li { padding: 2px 2px 2px 6px; background-color: #ccc; color: #000; font-family: Verdana, sans-serif; font-size: 9px; margin: 0 }

div.SideMenu ul li:hover { background-color: #ffc; color: #000 }

div.SideMenu ul li a:link, div.SideMenu ul li a:visited { background-color: inherit; color: #00f }
div.SideMenu ul li a:hover, div.SideMenu ul li a:active { background-color: inherit; color: #f00 }


/* div.SideMenu ul li.InternetExplorerSevenOddity { padding: 0 } */


div.SideMenu ul li.ListContainer { padding: 0 }

div.SideMenu ul li.ListContainer div.Heading { padding: 2px 2px 2px 6px; background-color: #888; color: #fff; font-family: Verdana, sans-serif; font-size: 9px; margin: 0 }


/*

Note that setting li margins to 1px results in the top and bottom li elements
displaying an uncolored margin under Firefox 1.0.6 (Gecko/20050716) and Opera
8.0.2, so I have instead resorted setting the ul padding to 1px above and
setting a top border for most elements with the following line.

*/

div.SideMenu ul li + li { border-top: 1px solid #999 }


div.SideMenu ul li.Current a:link, div.SideMenu ul li.Current a:visited { background-color: #666; color: #fff }
div.SideMenu ul li.Current a:hover, div.SideMenu ul li.Current a:active { background-color: #666; color: #fff }


div.SideMenu ul li.Current { background-color: #666; color: #fff; font-weight: bold }

div.SideMenu ul li.Current a:link, div.SideMenu ul li.Current a:visited { background-color: #666; color: #fff }
div.SideMenu ul li.Current a:hover, div.SideMenu ul li.Current a:active { background-color: #666; color: #fff }

div.SideMenu ul li.Disabled { background-color: #ccc; color: #999; font-size: 9px }

div.SideMenu ul li.Heading { background-color: #888; color: #fff }

div.SideMenu ul ul { list-style: none; margin: 0; padding: 0 }
div.SideMenu ul ul li { background-color: #ccc; color: #999; padding-left: 14px }


/* Article Index and Icon Style Definitions */

#ArticleIndex { width: 475px; margin-left: auto; margin-right: auto; margin-top: 16px }
#ArticleIndex table { width: 100%; float: left }
#ArticleIndex tr.Odd { background-color: #eee; color: inherit }
#ArticleIndex tr.Even { background-color: #dfdfdf; color: inherit }
#ArticleIndex td { padding: 5px; font-family: Verdana, sans-serif; font-size: 9px }
/*  Mozilla 1.4 and Opera 7.11 both get vertical-align: middle WRONG here; they
    both display the icon too low.  Mozilla actually increases the height of the
    containing element and extends its link outline around the left margin as
    well.  Internet Explorer 6 gets the vertical alignment right.  */
/* #ArticleIndex img.Icon, p.Link img.Icon { border: none; vertical-align: middle; margin-left: 8px; display: inline } */

p.Link img.InlineIcon { border: none; vertical-align: middle; margin-left: 8px; display: inline }


/*  WORKING - NEW AS OF 2006-11-08 . . . */
#ArticleIndex table tbody td:first-child, #ArticleIndex table tbody td:last-child { white-space: nowrap }
#ArticleIndex table tbody td img.Icon { display: block; margin: 0; vertical-align: middle }



/*  Image Page Style Defninitions  */

div#ImagePageMiddle > p { padding: 0; font-size: 9px; text-align: center; margin: 0 auto 16px auto }

div#ImagePageMiddle > h2 { padding: 0; font-size: 13px; text-align: center; margin: 0 auto 16px auto }

div#ImagePageMiddle > img { border: 1px solid #eee; padding: 25px; margin: 0 auto }


/* Menu Bar Style Definitions */

.OffSiteMenuBar { width: 465px; padding: 5px; background-color: #000; color: #fff; font-family: Verdana, sans-serif; font-size: 11px; font-weight: bold; text-align: center; margin-left: auto; margin-right: auto; margin-top: 32px }
/* Mozilla applies the font weight of the overall menu bar to the select menu only when a ".OffSiteMenuBar SELECT" style definition exists. */
.OffSiteMenuBar SELECT { font-family: Verdana, sans-serif; font-size: 11px; font-weight: normal }
.OffSiteMenuBar INPUT { font-family: Verdana, sans-serif; font-size: 11px; font-weight: normal }


/* Page Footer Style Definitions */

.PageFooter { padding: 4px; background-color: #eee; color: #666; border-top: 2px solid #ddd; margin-top: 32px }
.LegalText { background-color: inherit; color: #666; font-size: 9px; text-align: right; margin: 0 }
.LegalText A:link, .LegalText A:visited { background-color: inherit; color: #666 }
.LegalText A:hover, .LegalText A:active { background-color: inherit; color: #00f }


/* Spacing Style Definitions */

/* Note: I am not using "position: relative; top: 8px", etc. because that makes the content overlap following content. */
/* Note: Assigning something like "margin-top: 4px" to a paragraph via a class has no effect UNLESS the definition includes
the "P" before the period even though the same thing assigned to a paragraph via a "STYLE" attribute works fine. */
P.FourPixelsDown { margin-top: 4px }
P.SixPixelsDown { margin-top: 6px }
.EightPixelsDown { margin-top: 8px }
/*.FourteenPixelsDown { margin-top: 14px }*/
/*.ThirtyTwoPixelsDown { margin-top: 32px }*/

img.FourPixelsDown { margin-top: 4px }