﻿/*averyetxt.css   Style Sheet for AveryE.com
created 22 October 2011 by E Avery*/

body            {
                    font-family: "Georgia", sans-serif;
                    /*text-align: center;*/
                    /*min-width: 760px;*/
                    /*background-color: #708090;*/
                    color: #330066;
}



#wrapper        {
                        background-color: white;
                        width: 760px;
                        margin: 0 auto;
                        text-align: left;
}



div#programList  {
                    float: left;
                    margin: 0 3em 5em 3em;
                    border-right: .15em solid blue;
                    padding-right: 1em;
                    width: 15em;
                
}

div.content{
                    

}



/*
div#scoring{
                    float: right;
                    
                    display: inline-block;
}
*/


div#scoringSeven{
                    float: right;
                    
                    display: inline-block;
}
a             {
	                color: #0000ff;
	                text-decoration: none;
			
}




a.logo:visited  {
                    color: #003399;
                    text-decoration: none;
}

#familyList{
                    color:white;
}


a:visited       {
                    color: #9900ff;
                    text-decoration: none;
}

a:hover         {
                    color: #0066cc;
                    text-decoration: none;
}

a#familyList:hover{
                    color: #0066cc;

}

div.contact     {
                    text-align: center;
}

/*
div.metriccontent   {
                        margin-left: 8em;
                        margin-right: 8em;
}


div#websites       {
                        margin-left: 3em;
                        margin-right: 3em;
}
*/
h1              {
                        font-family: "Lucida Bright", Georgia, serif;
                        font-size:  4em;
                        color: #003399;
                        text-align: center;
}


h2              {
                        font-family: sans-serif;
                        color: #003399;
                        font-size: 2em;
}

h2.motto        {
                    font-variant: small-caps;
                    font-weight: 600;
                    color: #003399;
                    font-family: sans-serif;
                    font-size: 2em;
                    letter-spacing: .2em;
                    text-align: center;
}

h3              {
                    font-family: sans-serif;
                    color: #003399;
                    font-size: 1.5em;
}


h4              {
                        font-size: 1.2em;
                        color: #003399;
                        margin-bottom: 0;
}
td.secretWord{
                    font-weight: bold;
}

input.emptyBox  {
                    background: #cccccc;

}



input.secretWord{
                    border-style: solid;
                    border-weight: 2px;
                    border-color: #999999;
                    font-weight: bold;
                    
}

span.totalScore{
                    margin-left: 3em;
}

#depositAmount {
                    width: 50px;
                    
}

div.results{
                    color: red;
                    
}

br.clear        {
                        clear: both;
}


table.center {
                    margin-left: auto;
                    margin-right: auto;

}