/** 
 * Default CSS Stylesheet for LAN Panic! Editor
 * Copyright (C) 2005 Mark Woodman.  All Rights Reserved.
 */

body  { 
        background-color : white;
        background-image: url('/styles/default/tile.png');
        background-repeat: repeat; 
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 5px; 
      }
     
img  { 
        margin:0px;
     }
     
div.header {
        margin: 0px; 
        height: 45px;
        //width: 800px;
        background-color: black;
    }
      
div.logo {
        float: left;
        height: 45px;
        width: 350px;
        background-image: url('/styles/default/lanpanic_logo.png');
        background-repeat: no-repeat;
    }

div.main {
       margin-top: 15;
       width: 800px;
    }
      
div.introduction {
        float: left;
        margin-right: 15px;
        background-color: #efefef;
        font-size: 14px;
        padding:5px;
        width: 300px;
        height: 95%;
    }
      
div.puzzle {
        float: left;
    }

div.puzzleInfo {
        text-align: left;
        padding-top: 5px;
        white-space: nowrap;
        color: white;
        font-weight: bold;
        font-size: 30px;
        width: 100%;
    }

div.turnInfo {
        text-align: left;
        white-space: nowrap;
        color: white;
        font-weight: bold;
    }
      
div.navigation {
        float: left;
        clear:left;
        margin-left: 320px;
        margin-top: 10px;
        width: 410px;
    }

div.textEntry {
        float: left;
}

div.controls {
        float: left;
        width: 400px;
}
    
div.bumper {
        float: right;
        clear: right;
}
      
a.linkButton {
        text-align: center;
        margin-bottom: 3px;
        margin-top: 3px;
        padding: 4px;
        width: 120;
        background-color: #e0e0e0;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: #59513d;
        border-top: 2px #d6e7ff solid;
        border-left: 2px #d6e7ff solid;
        border-bottom: 2px #7f7458 solid;
        border-right: 2px #7f7458 solid;  
    }

a.linkButton:hover {
        border-top: 2px #7f7458 solid;
        border-left: 2px #7f7458 solid;
        border-bottom: 2px #d6e7ff solid;
        border-right: 2px #d6e7ff solid;
        background-color: #c0c0c0;
    }

div.copyright {
        position: relative;
        padding-top: 20;
        text-align: center;
        clear: both;
        font-size:10px;
      }
