﻿/* /////////////////////////TRK Stylesheet for week 6 last lesson in XHTML///////////////////////// */

/* Just a note, I find that setting a background width and centering all content within a middle section will accommodate many different monitor resolutions and look good even if you have a widescreen monitor */

/* /////////////////////////Start of Main level div styles///////////////////////// */

body {
font-family: Arial, Verdana, Helvetica, Sans-Serif;
background-color: #000066;
margin: 0;
}

#mainwrapper {
border-top: 1px solid white;
background-color: White;
width: 800px;
height: 550px;
margin: 0 auto 0 auto;
}

#header {
width: 800px;
height:75px;
padding: 0;
margin: 0;
}

#centerbody {
width: 800px;
height: 441px;
padding: 0;
margin: 0;
border-top: 1px solid #000066; 
}

#footer {
width: 800px;
height: 33px;
background-color: #3366cc;
border-top: 1px solid #000066;
padding: 0;
margin: 0;
}

/* /////////////////////////End of Main level div styles///////////////////////// */

/* /////////////////////////Start all font styles///////////////////////// */

a:link {
color: Navy;
text-decoration: none;
}
    
a:visited {
color: #990000;
text-decoration: none;
}

a:focus {
outline: none; 
}
  
a:hover {
color: Navy;
text-decoration: underline;
background-color: #cccccc;
}
   
a:active {
color: #666666;
text-decoration: none;
}

h1 {
font-size: 28px;
font-weight: bold;
}

h2 {
font-size: 26px;
font-weight: bold;
}

h3 {
font-size: 24px;
font-weight: bold;
}

h4 {
font-size: 22px;
font-weight: bold; 
}

h5 {
font-size: 20px;
font-weight: bold; 
}

h6 {
font-size: 18px;
font-weight: bold;
margin: 0;
padding: 0; 
}

p, span {
font-size: 12px;
}

li {
font-size: 12px;
}

.navtext {
margin: 0 2px 0 5px;
}

.backgroundgray {
width: auto;
height: 24px;
background-color: #999999;
}

.backgroundlightgray {
width: auto;
height: 24px;
background-color: #cccccc;
}

.textcenter {
text-align: center;
}

.textjustify {
text-align: justify;
text-indent: 10px;
padding: 5px;
margin: 0 auto 0 auto;
}

.verysmall {
font-size: 8px;
}

/* ///////////////////////////End all font styles/////////////////////////// */

/* /////////////////////////Start of centerbody styles////////////////////// */

.navigation {
border-right: 1px solid #000066;
width: 250px;
height: 441px;
float: left;
}

.centerheader {
width: 549px;
height: 24px;
float: left;
}

.centercontent {
width: 299px;
height: 417px;
float: left;
}

.rightcontent {
width: 250px;
height: 417px;
float: right;
margin: 0;
padding: 0;
}

/* //////////////////////////End of centerbody styles/////////////////////// */

/* /////////////////////////Start all image styles///////////////////////// */
.imgborder {
border: none;
}

.validators {
width: 182px;
height: 31px;
margin: 0 auto 0 auto;
}

.valid1 {
width: 88px;
height: 31px;
float: left;
margin: 0; 
}

.valid2 {
width: 88px;
height: 31px;
float: right;
margin: 0; 
}

.bgcampfire {
background-image: url(images/campfireback.jpg);
background-position: bottom center;
background-repeat: no-repeat;
}

.bluebar {
background-image: url(images/bluebar.jpg);
background-position: bottom center;
background-repeat: no-repeat;
}

/* /////////////////////////End all image styles///////////////////////// */
