﻿/* Goldfish
cream = #E0E4CC
darkblue = #69D2E7
light blue = #A7DBD8
light orange = #F38630
orange = #FA6900
*/
.myH1
{
    font-size: 197%;
    font-family: Calibri, Tahoma, Trebuchet MS, Arial;
}

a.myH1:link, a.myH1:visited
{
    text-decoration: none;
    color: Black;
}

a.myH1:hover
{
    text-decoration: underline;
}

.myH2
{
    font-size: 153.9%;
    font-family: Calibri, Tahoma, Trebuchet MS, Arial;
    color: #000;
}

.myH3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 123.1%;
    text-transform: capitalize;
    font-variant: small-caps;
}

.myE1
{
    font-size: 100%;
    font-weight: bold;
    color: #F00;
}

.myS1
{
    font-size: 100%;
    font-weight: bold;
    color: #008000;
    width: 90%;
    background: background-color: #FFFF99;
}


.myC1
{
    font-size: 100%;
    font-family: Tahoma;
}
.myN1
{
    /*color: #fff;*/
}
.myC2
{
    font-size: 100%;
    font-family: Tahoma;
}
a.myLink
{
    text-decoration: underline;
}
a.myLink2
{
    text-decoration: none;
}
.myDate
{
    font-size: 100%;
    font-family: Georgia;
    color: #808080;
}
.myDateBox
{
    border: solid 1px black;
    width: 100px;
    height: 75px;
    text-align: center;
}
.spacer
{
    height: 35px;
    background-image: url(../images/dot.png);
    background-repeat: repeat-x;
}
body
{
    /*background: #fff url(  '../images/blkredblue_450.png' ) repeat-x;*/
}
#hd
{
    height: 95px;
}
#horizNav
{
    height: 41px;
    line-height: 40px;
    background: #69D2E7;
}
#mainEye
{
    height: auto;
    border: solid 0px; /*padding-top: 10px;*/
    background: #E0E4CC;
}
#ft
{
    font-size: 100%;
    font-family: Tahoma;
    text-align: center;
}
#nav
{
    padding: 0 11px 0;
    position: relative;
    background: #FFFFFF; /*url(../images/trans.png) repeat;*/
}
#topNav
{
    float: right;
    clear: left;
}
#doc
{
    /*background: #fff url(  '../images/blkredblue_450.png' ) repeat-x;*/
}
#mainBlock
{
    border: 1px solid #808080;
}
.profilePic
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    margin: 5px;
}
.myBlock
{
    border: 0px solid #808080;
    background: #fff;
}

.addBlock /* add content block */
{
    border: 0px solid #6699FF;
    padding: 5px;
    margin: 10px;
    background: #FFFFFF;
    color: #000;
    background-image: url(    '../images/bluGrad.png' );
    background-repeat: repeat-x;
    width: auto;
    float: right;
}

.wideBlock
{
    padding: 10px;
    margin: 10px;
    width: auto;
    border: 0px solid #FF3300;
    overflow: hidden;
}

.contentItem
{
    text-align: center;
}

.bigButton
{
    border: 1px solid #808080;
    font-family: Georgia;
    font-size: 132.5%;
    background: url(    '../images/but.png' ) repeat-x;
    height: 30px;
    margin: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#credBlock
{
    border: 1px solid #a0a0a0;
    width: auto;
    height: 120px;
    background: #fff url(   '../images/cred.png' ) repeat-x;
    color: #000;
    text-align: center;
}

#logoBlock
{
    float: left;
    width: 298px;
    height: 93px;
    border: 0px solid black;
}

.logo
{
    font-family: georgia;
    font-size: 250%;
    text-transform: none;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

input.textfield, textarea, textarea.inputComment
{
    padding: 1px;
    border: 1px solid #ddd;
    border-top: 1px solid #ccc;
    color: #777;
    background: #f9f9f9;
    font-size: 120%;
    font-family: Arial, Verdana, sans-serif;
    margin: 1px;
}
input.textfield:focus, textarea:focus, textarea.inputComment:focus
{
    border: 1px solid #9ec1e0;
    color: #333;
}

.voteBox
{
    margin-left: auto;
    margin-right: auto;
    width: 370px;
}
.statBox
{
    border: solid 1px black;
    width: 100px;
    height: 70px;
    float: left;
    margin: 10px;
    background: #fff;
    text-align: center;
}
.liBox
{
    border: 1px dashed #C0C0C0;
    background: #fff url(   '..images/cred.png' ) repeat-x;
    width: auto;
    padding: 5px;
    margin: 5px;
    overflow: hidden;
}
.pages
{
    text-align: right;
    width: auto;
    float: right;
}
.navtext
{
    color: #FFF;
    font-size: 137%;
    font-weight: bold;
}
.msgGood
{
    padding: 10px;
    background-color: #99FF99;
    font-weight: bold;
}
.msgBad
{
    padding: 10px;
    background-color: #FF0000;
    font-weight: bold;
    color: #FFFFFF;
}
.padTd
{
    padding:10px;    
}