/* CSS CONTROLS FOR THE MANSION OF E. 2005-2014 */
/* MAY 19, 2015*/

/* BACKGROUND AND BASIC FONT INFO */

body { background-color: #0084EA; 
       background-image: url(http://www.geoduckthings.net/MoE/back.gif);
       background-repeat: repeat;
       font-family: arial, sans-serif;
       font-size: 12pt;
       color: #00000;
       padding: 10px 10px 10px 10px
       }

/* DEFAULT LINK COLORS AND ACTIONS*/

a.nav:link         { color: #9ED4FE; } 
       
a.nav:visited      { color: #024980; } 

a.nav:active       { color: #F7FF15; } 

a.nav:hover        { color: #F7FF15; 
                     text-decoration: none; } 
                     
                     
/* LINK COLORS AND ACTIONS FOR NOTES IN DAILY ARCHIVE #1B9CFF*/

a.daily:link         { color: #9ED4FE;
                     text-decoration: none; } 
       
a.daily:visited      { color: #0088F0;
                     text-decoration: none; }  

a.daily:active       { color: #F7FF15;
                     text-decoration: none; } 

a.daily:hover        { color: #F7FF15; 
                     text-decoration: underline; } 
                     
/* ANTI-CENSOR LINK COLORS AND ACTIONS*/

a.alert:link         { color: #FFFFFF; } 
       
a.alert:visited      { color: #FFFFFF; } 

a.alert:active       { color: #FFFF00; } 

a.alert:hover        { color: #FF0000; 
                     text-decoration: none; } 

h1          {font-family: arial, sans-serif;
            font-size: 23pt; 
            line-height: 23pt;
            } 


h2          {font-family: arial, sans-serif;
            font-size: 14pt; 
            color: #00000;
            line-height: 16pt;
            } 


h3          {font-family: arial, sans-serif;
            font-size: 11pt; 
            line-height: 13pt;
            } 


/* BIG BLUE TEXT */

b.bigblue  {font-family: arial, sans-serif;
            font-size: 12pt; 
            line-height: 11pt;
            color: #0F0A7C;
            } 

/* DARK BLUE BOLD TEXT */

b.regblue  {font-family: arial, sans-serif;
            font-size: 10pt; 
            line-height: 9pt;
            color: #0C30B4;
            } 


/* STANDARD BOLD TEXT */

b.norm      {font-family: arial, sans-serif;
            font-size: 10pt; 
            line-height: 11pt;
            } 

/* CREDIT BOLD TEXT */

b.credit    {font-family: arial, sans-serif;
            font-size: 10pt; 
            line-height: 12pt;
            } 
            
/* SMALL NON-ITALIC TEXT */

P.small     {font-family: arial, sans-serif;
            font-size: 10pt;
            line-height: 11pt;
            font-style: normal;
            color: #00000;
            }


/* EXTRA SMALL NON-ITALIC TEXT */
i.tiny     {font-family: arial, sans-serif;
            font-size: 8pt; 
            line-height: 10pt;
            font-style: normal;
            color: #00000;
            } 

/* ARCHIVE NOTE TEXT */

p.daily     {font-family: arial, sans-serif;
            font-size: 11pt; 
            line-height: 12pt;
            font-weight: bold;
            color: #003762;
            } 

/* ARCHIVE SPOILER TEXT */

i.spoiler   {font-family: arial, sans-serif;
            font-size: 11pt; 
            line-height: 12pt;
            font-weight: bold;
            font-style: normal;
            color: #B1B1B1;
            } 

/* TABLE BACKGROUND FOR DAILY NOTES IN ARCHIVE*/

table.daily {background-color: #44A1EF;
               margin-top: 50px;
               margin-bottom: 60px;
               border: 0;
               border-spacing: 6px;
               margin-left: auto;
               margin-right: auto;
               text-align: center;
               width: 55%;
               }

td.daily   {background-color: #B1B1B1;
               border: 0;
               padding: 5px;
               margin-left: auto;
               margin-right: auto;
               text-align: center;
               }

/* CENTERED LIGHT BLUE OUTLINED BOX */

table.bluebox {background-color: #42A5EF;
               border: 0;
               border-spacing: 10px;
               margin-left:auto; 
               margin-right:auto;
               }

td.bluebox    {background-color:  #0084EA;
               padding: 10px;
               }

/* LIGHT BLUE DIVIDER */

table.divider  {background-color: #42A5EF;
              border: 2;
              width: 25;
              height: 10;
              margin-top: 10pt;
              margin-bottom: 10pt;                 
                 }

td.divider    {background-color:  #0084EA;
               }

/* OHNOROBOT LINK GLITCH */

transcribe_link img { width: 185px; height: 23px; background-image:url('http://www.geoduckthings.net/MoE/ohnorobot-improve.gif'); } 
 
/* transcribe_link img { width: 185px; height: 23px; background-image:url('http://mansionofe.comicgenesis.com/images/ohnorobot.gif'); } */


/* RANDOM COMIC IMAGE-LINK*/

input.submit {
        border: 0;
        margin-top: 15px;
        background: url('http://cook.web.eschelon.com/pictures/random01.gif');
        width: 134px;
        height: 31px;
        background-repeat:no-repeat;
        cursor:pointer;
        text-align:bottom;
        
    }

/* RANDOM COMIC IMAGE-LINK VER 2*/

input.random {border: 0;
        background: url('http://mansionofe.comicgenesis.com/images/t_random.gif');
        margin-top: 15px;
        width: 149px;
        height: 34px;
        background-repeat:no-repeat;
        cursor:pointer;
        text-align:bottom; 
    }
    
input.random:hover  {border: 0;
        background: url('http://mansionofe.comicgenesis.com/images/t_random_active.gif');  
        margin-top: 15px;
        width: 149px;
        height: 34px;
        background-repeat:no-repeat;
        cursor:pointer;
        text-align:bottom;      
    } 


/* STRIP-ARCHIVE-NAVIGATION BUTTON EDGE-GLOW */

   
table.glow {background-color: #0084EA;
               border: 2;
               border-spacing: 2px;
               }

tr.glow {background-color: #0084EA;
               border: 2;
               border-spacing: 2px;             
               }
                
               
table.glow:hover {background-color: #FDD703;
               border: 2;
               border-spacing: 2px;
               }

               


                                                                                          