/* 

Countdown Timer

*/

.numbers {
    border-style: ridge;    /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 2px;
    border-color: #666666;  /* change the border color using the hexadecimal color codes for HTML */
    background: #222222;    /* change the background color using the hexadecimal color codes for HTML */
    padding: 2px 0px;
    text-align: center; 
    font-family: Arial; 
    font-size: 28px;
    font-weight: bold;   /* options are normal, bold, bolder, lighter */
    font-style: normal;  /* options are normal or italic */
    color: #FFFFFF;      /* change color using the hexadecimal color codes for HTML */
    }
.title {        /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border: none;    
    padding: 0px;
    text-align: center; 
    font-family: Arial; 
    font-size: 10px; 
    font-weight: normal; /* options are normal, bold, bolder, lighter */
    color: #FFFFFF;      /* change color using the hexadecimal color codes for HTML */
    background: transparent;  /* change the background color using the hexadecimal color codes for HTML */
    }
#timer {
    width: 289px;
	float: right;
    border: none;        /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    }

/* 

*/

h1 {
color: white;
font-family: arial, helvetica, sans-serif;
font-size: 30px;
}

h1.comic-title {
font-size: 20px;
font-weight: normal;
margin-top: 25px;
}

td, td p {
}

h2 , h3 {
font-family: arial, helvetica, sans-serif; 
font-size: 20px;
color: white;
}

h3 {
font-size: 14px;
color: white;
}

ul li {
line-height: 1.5em; 
}

/* 

*/

body {
color : white;
background-color : #131313;
background-image : url(/phot/logoback.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

A {
color : gray;
text-decoration: none;
}

A:Hover {
color: yellow;
text-decoration: underline;
}

A:visited {
color : #999900;
}

/* 

HEADER FORMATTING 

*/

#header-dei, #header-dmr, #header-ssc {
width: 900px;
height: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}

#header-dei { background: url(/phot/dei-header.png) top left no-repeat; }

#header-dmr { background: url(/phot/dmr-header.png) top left no-repeat; }

#header-ssc { background: url(/phot/ssc-header.png) top left no-repeat; }

/* 

NAV BAR FORMATTING 

*/

#navbar {
text-align: left;
width: 900px;
margin-left: auto;
margin-right: auto;
height: 55px;
}

#navbar ul {
margin-left: 0px;
padding-top: 4px;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
margin: 0px 0px 0px 0px;
display: inline;
list-style-type: none;
}

#navbar ul li {
line-height: 1em;
padding: 4px 0px 4px  0px;
background-color: #444;
margin: 0px 5px 0px 0px;
float: left;
}

#navbar ul li.current a {
padding: 4px 10px 4px 10px;
background-color: white;
color: #333;
}

#navbar ul li.current a:hover {
background-color: #666;
color: white;
}

#navbar ul li a {
padding: 4px 10px 4px 10px;
background-color: black;
text-decoration: none;
color: white;
}

#navbar ul li a:hover {
background-color: #666;
color: white;
}

.paypal-form form {
margin: 0; padding: 0;
}

/* 

SUB NAV FORMATTING 

*/

#subnav-dei, #subnav-dmr, #subnav-ssc {
text-align: left;
width: 900px;
margin-left: auto;
margin-right: auto;
height: 55px;
margin-top: 0;
}

#subnav-dei ul, #subnav-dmr ul, #subnav-ssc ul {
margin-left: 0px;
padding-top: 0px;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 13px;
margin: 0px 0px 0px 0px;
display: inline;
list-style-type: none;
}

#subnav-dei ul li, #subnav-dmr ul li, #subnav-ssc ul li {
padding: 4px 0px 4px 0px;
margin: 0px 5px 0px 0px;
line-height: 14px;
float: left;
}

#subnav-dei ul li.current a, #subnav-dmr ul li.current a, #subnav-ssc ul li.current a {
padding: 4px 10px 4px 10px;
}

#subnav-dei ul li a, #subnav-dmr ul li a, #subnav-ssc ul li a {
padding: 4px 10px 4px 10px;
text-decoration: none;
}

/* 

DEI SUB NAV FORMATTING 

*/

#subnav-dei {
border-top: 5px solid #ff8000;
}

#subnav-dei ul li.current a {
background-color: #ff8000;
color: white;
}

#subnav-dei ul li.current a:hover {
background-color: #ff4000;
color: yellow;
}

#subnav-dei ul li a {
background-color: #333333;
color: gray;
}

#subnav-dei ul li a:hover {
background-color: #ff4000;
color: yellow;
}

/* 

DMR SUB NAV FORMATTING 

*/

#subnav-dmr {
border-top: 5px solid #999900;
}

#subnav-dmr ul li.current a {
background-color: #999900;
color: white;
}

#subnav-dmr ul li.current a:hover {
background-color: #595900;
color: yellow;
}

#subnav-dmr ul li a {
background-color: #333333;
color: gray;
}

#subnav-dmr ul li a:hover {
background-color: #595900;
color: yellow;
}

/* 

SSC SUB NAV FORMATTING 

*/

#subnav-ssc {
border-top: 5px solid #008080;
}

#subnav-ssc ul li.current a {
background-color: #008080;
color: white;
}

#subnav-ssc ul li.current a:hover {
background-color: #004040;
color: yellow;
}

#subnav-ssc ul li a {
background-color: #333333;
color: gray;
}

#subnav-ssc ul li a:hover {
background-color: #004040;
color: yellow;
}

/* 

Footer Links 

*/

table.footer td a:link, table.footer td a:visited, table.footer td a:active {
color: #888888;
}
