/* **** NOTES **** */
/* I have tried to comment this style sheet as much as possible to show you where things take place. 
There is a large utilization of descendant selectors, so if you are not familiar with those, hopefully the 
comments will help. 
*/

/* Global Styles */
html,body{margin:0;padding:0}
body{font: 76% Arial, Verdana, serif, sans-serif; background-color:#000;}

/* TEXT STYLES */
p{padding:0 5px 0px; font-size: 1em; line-height: 1.3em; letter-spacing: 1px;}
h1 { font-size: 2.5em; margin-top: 0;  text-transform:uppercase; letter-spacing: 1px;}
h1#title { font-size: 2.5em; color: #fff; margin-top: 0;  text-transform:uppercase; letter-spacing: 1px;}
h2 { font-size: 2em; color: #444; line-height: 1.3em; letter-spacing: -1px;}
h3 { font-size: 1.5em; color: #777;}
h4 { font-size: 1.25em; color: #aaa;}
h5 {font-size: 1em; font-weight:bold; color: #000;}
h1,h2,h3,h4,h5 {padding:0 5px 0px;}
#navigation p, #extra p {color:#fff;}
a:link {color: #444; text-decoration:underline; border-bottom: none;}
a:visited {color: #444; text-decoration:underline; border-bottom: none;}
a:hover {background-color: #777; color:#fff; }
acronym {border-bottom: 1px dotted #bbb; cursor:help; } 
label.header {font-size:larger; color: #bbb; font-weight:bold; text-transform:uppercase; margin-bottom: 0; padding-bottom:0; } 
   /* label.header is the label for the search box but can be used for other forms by using class="header" in a label */
form,submit { padding:0; margin:0; } /* removes extraneous padding around the form */
code { border: 1px dotted #bbb; border-left: 3px solid #bbb; background-color: #ddd; padding: 1em; margin-left: 3ex; color:#777;}
blockquote { border: 1px solid #bbb; background-color: #ddd;  margin: 3ex; font-style:italic;}

/* IMAGE LINK */
div#imagelink a:link { color: #000; text-decoration:none; border-bottom: 0px solid #fff; padding:1px;}
div#imagelink a:visited {color: #000; text-decoration:none; border-bottom: 0px solid #fff; }
div#imagelink a:hover {background-color: #fff; color:#000;}

/* PES IMAGE */
div#pesimg a {vertical-align: middle;}
div#pesimg a:link { color: #fff; text-decoration:none; border-bottom: 0px solid #fff; padding:1px;}
div#pesimg a:visited {color: #fff; text-decoration:none; border-bottom: 0px solid #fff; }
div#pesimg a:hover {background-color: #000; color:#fff;}

/* HEADER SECTION */
div#header {margin:0 210px 0 200px; padding:0; height:10em;}
div#header h1 a { height: 3em; min-height:8em; line-height:80px;margin:0; color: #fff; border-bottom: none; padding:0;}
div#header h1 a:hover {background-color: transparent; border-bottom: none; color: #777}

/* HEADER MENU SECTION */
div#headmenu{clear:left;width:100%; background-color: #444;color: #FFF;align:bottom}
div#headmenu a:link, div#headmenu a:visited { color:#fff; border-bottom: 0; }
div#headmenu a:hover {background-color: #fff; color:#aaa; border-bottom: 0; }
div#headmenu ul {list-style-type:none; margin:0; padding:0 4; text-align:center;}
div#headmenu ul li {font-size: 2em; display:inline; padding: 1em;}

/* CONTENT SECTION */
div#wrapper{float:left;width:100%;}
div#content{margin: 0 210px 0 200px; padding-bottom: 2em; padding-left: 1em; background-color: #fff; color: #000; overflow: auto;}
div#content p{line-height:1.4;}
div#content h2#topper {background:#ddd; color:#777; margin-top:0; padding-top:0;}
div#content a:visited {color: #444; text-decoration:underline; }

/* VERTICAL NAVIGATION */
div#navigation{float:left; width:200px;margin-left:-100%; color:#fff;}
.navcontainer { width: 198px; border-right: 1px solid #000; padding:0; margin-bottom: 1em; 
background-color: transparent;}
.navcontainer ul { list-style: none; margin: 0; padding: 0; border: none; width: 198px; min-width:198px; }
.navcontainer li { margin: 0; }
html>body .navcontainer li a { width: auto;}
.navcontainer li a,.navcontainer li a:visited { 
          display: block; padding: 5px 5px 5px 0.5em; border-left: 10px solid #444;
          border-right: 10px solid #444; background-color: #555; 
          text-decoration: none; font-weight:bold; width: 167px; min-width:165px; 
          color: #fff; border-bottom: 1px solid #777; 
}
.navcontainer li a:hover,.navcontainer li#active a { 
          border-left: 10px solid #fff; border-right: 10px solid #fff; 
          background-color: #777; color: #fff; font-weight:bold;
}
.navcontainer li.menutitle {border-left: 10px solid #777 ; border-right:10px solid #777;  font-size:larger;
text-align:center; color: #aaa; font-weight:bold; padding-bottom:1ex; border-bottom:none; text-transform:uppercase;}

/* --- These are the subnavigation for sublinks. --- */
.navcontainer li ul li { display:none;} /* this hides all sublinks if it is not the currently active link */
.navcontainer li#active ul li { display: block;} /* this expands all sublinks if it is the currently active link */
.navcontainer li#active ul li a:link, .navcontainer li#active ul li a:visited { border-left-color:#444; border-right-color: #444; background-color: #000; padding: 5px 0 5px 11px;}
.navcontainer li#active ul li a:hover { background-color:#fff; color:#aaa;}

/* ---  --- */
div#topper {height:200px; vertical-align: middle;}
div#topper a {vertical-align: middle;}
div#topper a:link { color: #fff; text-decoration:none; border-bottom: 0px solid #fff; padding:1px;}
div#topper a:visited {color: #fff; text-decoration:none; border-bottom: 0px solid #fff; }
div#topper a:hover {background-color: #000; color:#fff;}

/* EXTRA SECTION */
div#extra {float:left;width:198px;margin: 0 0 0 -210px; border-left: 2px solid;}

/* RIGHT AFFILIATE LINKS BOX */
ul#affiliate { border:1px solid #79B30B; margin:0; padding:0; margin-right: 20px; margin-left: 5px; padding: 3px 4px 4px 6px; background-color:#452; list-style-type:none; }
ul#affiliate li { padding: 3px;}
ul#affiliate li a:link, a:visited { color:#fff;}

/* FOOTER SECTION */
div#footer{font: 50% Arial, Verdana, serif, sans-serif; clear:left;width:100%; color: #FFF}
div#footer a:link, div#footer a:visited { color:#fff; }
div#footer ul {list-style-type:none; margin:0; padding:.8em 0; text-align:center;}
div#footer ul li {display:inline; padding: 24px;}

/* General Image Stuff */
img.sm { width: 160px; }

/* TABLES */ 
table {border: 2px solid #444; border-collapse:collapse; width:90%; margin-left: 3ex; vertical-align: top;}td {background-color: #fff; padding:3px; border: 1px solid #fff; vertical-align: top;}
th {text-align:left;border: 1px solid #fff; vertical-align: top;}
thead th {color:#fff; font-size:1.5em; background-color: #777 ; padding: 10px 6px; vertical-align: top;}
tbody th {color:#fff; font-size:1.15em; background-color: #aaa ; padding: 6px; vertical-align: top;}
tbody th.sub {font-size: 1.15em; color:#000; background-color: #ddd; padding: 6px; vertical-align: top;}

div#mtg h3 {color: #7a7;}
div#wow h3 {color: #77a;}
div#ygo h3 {color: #a77;}
div#epic h3 {color: #a7a;}
div#hun h3 {color: #aa7;}
div#cha h3 {color: #c97;}

div#mtg h4 {color: #ada;}
div#wow h4 {color: #aad;}
div#ygo h4 {color: #daa;}
div#epic h4 {color: #dad;}
div#hun h4 {color: #dda;}
div#cha h4 {color: #fca;}

img {border: none;}
div.info {height: 1px; width: 1px; overflow: auto; visibility: hidden;}
