/* Please ask if you want to use this template */
/* I'll probably let you */

body {
background-color: #000000;
font-size: 11px;
font-family: Tahoma, Arial;
color:#ffffff;
padding:0;
margin: 0;
}
a {color: #c98303;}
a:visited {color: #ffffff;}
a:hover {color: #f1e92f;}
a:hover {text-decoration: none}
a:active {color: #c91f05;}

#top_stripe {
font-size: 13px;
color: #ffffff;
text-align: right;
text-transform: uppercase;
background-color: #c91f05;
border-top: 3px solid #ffffff;
border-bottom: 3px solid #000000;
padding:5px 15px;
margin: 0;
}

#spacer {
background-color: #000000;
padding:5px 15px;
margin: 0;
}

h1 {
font-size: 15px;
color: #c1c1c1;
font-family: Trebuchet MS;
text-transform: uppercase;
text-align: left;
background-color: #000000;
border-top: 2px solid #c91f05;
border-bottom: 2px solid #c91f05;
padding:5px 15px;
margin: 0;
}

h2 {
font-size: 20px;
color: #c91f05;
text-align: left;
font-weight: normal;
padding: 5px 10px;
margin: 0;
}

h3 {
font-size: 15px;
font-weight: normal;
font-family: Trebuchet MS;
color: #c91f05;
text-align: center;
background-color: #414141;
border-top: 2px dotted #ffffff;
border-bottom: 2px dotted #ffffff;
padding: 5px 10px;
margin: 0;
}

h4 {
font-size: 19px;
font-weight: normal;
font-family: Trebuchet MS;
color: #ffffff;
text-align: center;
background-color: #000000;
border-bottom: 2px dotted #c98303;
padding: 5px 10px;
margin: 0;
}


/* container */
#container {
width: 950px;
border-left: 2px solid #c91f05;
border-right: 2px solid #c91f05;
margin-bottom: 10px;
margin: 0 auto;
background-color: #818181;
}

/* logo at top of page */
#header_logo {
background: url(http://www.brettroby.com/video_games/images/nes_header.gif);
width: 950px;
height: 100px;
background-color: #e9e9e9;
text-align: right;
padding: 0px;
margin: 0px;
}

/* content */
#content {
background-color: #424242;
padding: 0px;
margin: 0 120px 0 190px;
border-right: 2px dotted #c91f05;
border-left: 2px dotted #c91f05;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p {
font-family: Tahoma, Arial;
text-align: left;
padding: 5px 10px;
margin: 0px;
}

p.white:hover {background-color: #ffffff;}

td.title {color: #ffffff;}
td.title {font-size: 15px;}
td.title {background-color: #c91f05;}
td.title:hover {color: #c91f05;}
td.title:hover {background-color: #000000;}

td.title2 {color: #ffffff;}
td.title2 {font-size: 12px;}
td.title2 {background-color: #000000;}
td.title2:hover {color: #ffffff;}
td.title2:hover {background-color: #c91f05;}

td.decorate {text-align: left;}
td.decorate:hover {background-color: #c91f05;}
td.decorate:hover {color: #000000;}
td.blank {border: 0px;}

div.empipe_screen {
margin: 2px;
border: 1px solid #f1e92f;
height: auto;
width: 550px;
position: relative;
left: 10px;
text-align: center;
}

div.empipe_screen img {
display: inline;
margin: 3px;
border: 1px solid #ffffff;
}

div.empipe_screen a:hover img {
border: 1px dotted #c91f05;
}

div.description {
text-align: center;
font-weight: normal;
width: auto;
margin: 2px;
}


/* Mousover Effects for images */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #e1e1e1;
padding: 5px;
left: -1000px;
border: 1px dotted;
visibility: hidden;
color: #737373;
font-size: 13px;
text-decoration: none;
text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0; /*position where enlarged image should offset horizontally */
}

/* Mousover Effects for tables */

.tablehover{
position: relative;
z-index: 0;
}

.tablehover:hover{
background-color: transparent;
z-index: 50;
}

.tablehover span{ /*CSS for enlarged image*/
position: absolute;
background-color: #e1e1e1;
padding: 5px;
left: -100px;
border: 1px dotted;
visibility: hidden;
color: #737373;
font-size: 10px;
text-decoration: none;
text-align: center;
}

.tablehover span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.tablehover:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
width: 650px;
top: 0;
left: -200px; /*position where enlarged image should offset horizontally */
}



/* navi borders */
#left {
float: left;
width: 190px;
margin: 0;
padding: 0;
}
#right {
float: right;
width: 120px;
margin: 0;
padding: 0;
}

/* footer */
#footer {
clear: both;
margin: 0;
padding: 0;
text-align: right; 

font-size: 9px;
color: #ffffff;
text-transform: lowercase;
background-color: #c91f05;
border-top: 3px solid #ffffff;
border-bottom: 3px solid #000000;
padding:5px 15px;
margin:0 ;
}

a.footer {color: #ffffff;}
a.footer:visited {color: #c98303;}
a.footer:hover {color: #000000;}
a.footer:hover {text-decoration: none}
a.footer:active {color: #000000;}
