/** 
 * Default CSS Stylesheet for LAN Panic!
 * 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: 12px;
        margin: 5px; 
      }
     
img  { 
        margin:0px;
     }
     
div.header {
        margin: 0px; 
        height: 45px;
        background-color: black;
        font-size: 12px;
        white-space: nowrap;
        color: white;
        font-weight: bold;
    }
      
div.logo {
        float: left;
        height: 45px;
        width: 350px;
        background-image: url('/styles/default/lanpanic_logo.png');
        background-repeat: no-repeat;
    }

div.main {
        
    }
      
div.introduction {
        background-color: #F0F0F0;
        font-size: 12px;
        padding:5px;
        border: solid 1px #000000;
    }
      
div.puzzle {
        border: solid red;
        width: 410px;
        height: 410px;
        background-color: #efefef;
    }

div.puzzleInfo {
        text-align: left;
        padding-top: 6px;
    }

div.turnInfo {
        float: left;
        text-align: left; 
    }
      
div.navigation {
        padding-top: 15px;
        width: 410px;
    }
      
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.adSense{
		padding: 5px;
    }

div.otherAds{
		padding: 5px;
		background-color: #F0F0F0;
        font-size: 10px;
        border: solid 1px #000000;
    }
    
div.syndication{
        font-weight:bold; 
        font-size:12px; 
        padding: 3px;
        background-color:#F0F0F0; 
}

div.copyright{
        clear: both;
        text-align: center;
        font-size:10px;
      }