/* 
    CSS Document for FoolishGames.com
	Author: Lucas Holt
	Created: June 2007
 */

body {
    background: white;
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
	margin-bottom: 100px;
	width: 600px;
}

a:link {
    text-decoration: underline; 
    color: navy;
    background-color: transparent;
    border: 0;
}


 a:visited {
     text-decoration: underline;
     color: purple;
     background-color: transparent;
}
    
a:active {
    text-decoration: underline;
    color: blue;
    background-color: transparent;
}
    
a:hover {
    text-decoration: underline;    
    color: blue;
    background-color: transparent;
}

h1 {
	color: #6dcff6; 
	font: 36px Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
   font-size: 1.6em;
   color: #FF99CC;
   background-color: transparent;
   margin-bottom: 0;
}

h3 {
    color: #BFDFFF;
    font-size: 1.4em;
    background: transparent;
}

hr {
    color: #F2F2F2;
    background-color: transparent;
    height: 1px;
    text-align: left;
}

img {
    border: 0 none;
}
     
.verdanasm {
    font-size: .9em;
    font-family: Verdana, sans-serif;
}
    
.verdana {
    font-size: 12px;
    font-family: Verdana, sans-serif;
}

.copy {
    font-size: .80em;
    line-height: 1.5em;
}

.rightalign {
    text-align: right;
}
    
.silver {
    color: silver;
    background-color: transparent;
}

#mynav {
    width: 220px;
}

#logo {
   float: left;
}

/* Breadcrumbs */
#bread {
	padding: 15px;
	padding-left: 0;
}

#content {
	padding-bottom: 10px;
}

#footer {
	margin-top: 10px;
    clear: both;
}

#jewelfoto {
    float: right;
	margin: 10px;
	margin-right: 0;
}

 @media screen {
 
 		fieldset {
 			border: thin dashed #6dcff6;
 		}
 		
 		legend {
 			font-weight: 600;
 			letter-spacing: 1ex;
 			color: #FF99CC;
 		}

        input {
            font-family: Verdana, sans-serif; 
            font-size: 8pt; 
            color: #808080; 
            background-color: #F8F8F8; 
            font-weight: bold; 
        }
        
        select {
            font-family: Verdana, sans-serif;
            font-size: 10pt;
            color: black;
            background-color: #F8F8F8;
        }
        
        #searchbox {
            font-family: Verdana, sans-serif; 
            font-size: 10pt; 
            color: black;
            background-color: white;
        }
        
        .brdthinsilver {
            border: thin solid silver;
        }

    }