/* Layout by Rayna Winters 

Background Colors:

Newsprint: #b7792e
Earth-green: #456322

*/


/* BEGIN General */
body {
background-color:#313428;
background-repeat:no-repeat;
background-position:left top;
font-family:"Arial", Helvetica, sans-serif;
margin:0;
padding:0;
text-align: center;
//overflow-x: hidden;
}

p {
font-size:12px;
}

.slick {
background: url(../images/button.png);
background-repeat:no-repeat;
background-position:right top;
border: 0px solid;
text-align:left;
height:18px;
//width:50px;
font-size:12px;
text-transform: capitalize;
padding-right:17px;
}

a:link {
color:#000000;
text-decoration:none;
border:0px;
}     
a:visited {
color:#000000;
text-decoration:none;
border:0px;
} 
a:hover {
color:#ffffff;
//background-color: #313428;
text-decoration:none;
border:0px;
} 
a:active {
color:#313428;
text-decoration:none;
border:0px;
} 

.center {
margin: 0 auto;
text-align:center;
}


#error {
background-color:#737f47;
color:#7e2b18;
font-size:12px;
margin-left:auto;
margin-right:auto;
width: 820px;
padding: 50px;
}

.merror {
color:#7e2b18;
font-size:12px;
margin-left:auto;
margin-right:auto;
padding: 5px;
}
/* END General */


/* BEGIN Site Wide Status */

#stat {
Position: relative;
z-index: 20;
width: 465px;
height: 233px;
font-size:0px;
}


#weather {
Position: absolute;
top: 20px;
left: 80px;
z-index: 20;
font-size:0px;
}

#zodiac {
Position: absolute;
top: 20px;
left: 110px;
z-index: 20;
font-size:0px;
}

#holiday {
Position: absolute;
top: 20px;
left: 140px;
z-index: 20;
font-size:0px;
}

#time {
Position: absolute;
top: 20px;
left: 310;
z-index: 20;
color:#737f47;

}

#season {
Position: absolute;
top: 20px;
left: 290px;
z-index: 20;
font-size:0px;
}

#tod {
Position: absolute;
top: 37px;
left: 290px;
z-index: 20;
font-size:0px;
}

/* END Site Wide Status */



#img {
background-image:url('../images/login.png');
position:relative;
width: 465px;
height: 233px;
z-index: 10;
font-size:0px;
}

#login {
position:absolute;
z-index: 80;
top: 102px;
right: 150px;
opacity:0.75;
filter:alpha(opacity=75);
font-size:10px;
}


/* BEGIN Main Content Info */
/* BEGIN All Tables */
#main {
background-color: #737f47;
width: 820px;
height: 200px;
padding: 10px;
*margin-top:10px;
}

td
{
background-color: #bfbf76;
vertical-align:top;
border-collapse:collapse;
padding: 10px;
}

/* END All Tables */


#spl {
position:relative;
width: 820px;
font-size:0px;
}

#timg {
position:relative;
width: 465px;
height: 170px;
left: 0px;
top: -22px;
z-index: 10;
font-size:0px;
}

#txt {
position:relative;
top: -180px;
z-index: 20;
}


/* END Main Content Info */

/* BEGIN Footer Info */
#footer {
position:relative;
background: url();
width:820px;
height:100px;
font-size:0px;
}

#fimg {
position:absolute;
top: 0px;
left: 0px;
z-index:0;
font-size:0px;
}

#ftxt {
position:absolute;
top: 2px;
left: 200px;
width:820px;
font-size:12px;
color: #bfbf76;
z-index:20;
}
/* END Footer Info */