/* 
    Document   : screen
    Created on : May 17, 2010, 10:56:58 AM
    Author     : johnbeck
    Description:
        Purpose of the stylesheet follows.
*/



/* 
   There are six ways of controling the webpage. 
1-delare an element (e.g. body)
        css rules (line 23-25 & line 26-28)
            1-(green) selector-Says to css, this is what you are looking for to control
            2-(blue) property-what it is about the selector you will change
            3-(black) value given to that property
2-declare an id(e.g. #header)
3-declare a class(e.g. .home)
4-declare a context selector (e.g. #nav ul)
5- Psuedo class selectors-selectors that modify different types of links. they follow the following formats
    a:link ; a: visited; a:hover; a:focus; a:active
        Types of links
            Link unvisited
            hover/focus
            Visited
            Active
            Love Ha - Required Order --> Link Unvisted, Visited, Hover/Focus, Active
6-use an attribute selector;
        eg: a[title~=homepage]




*/

root { 
    display: block;
}
body{
    background-color: #FFFFDD;
    margin: 0;
    padding: 0;
    font: bold medium "Trebuchet MS", serif;
}
#topofpage{
    position: relative;
    overflow: auto;
}
#header{
    background-color: #FFFFDD;
    width: 20%;
    float:left;
}

#nav{
 

    float:left;
    color: #660000;
}
#nav ul{
    margin: 0;
    padding: 0 0 0 2px;
    font: bold medium "Trebuchet MS", serif;

}
#nav li{
  display: inline;
  padding: 0;
  width: 0;
  text-align: center;

}
#nav li a{
  display:inline-block;
  width: 100px;
  padding: 3px .18cm 0 .18cm;
  margin-left: 3px;
  border: 1pt solid #FFFFDD;
  text-decoration: none;
  border-radius: 10px;
  border-radius: 10px;
  
    background-color: #AFEEEE;
    -moz-border-radius: 10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
    
}
#nav a:link{
    color: #660000;
}
#nav a:visited{
    color:#660000;
    outline:none;
}
#nav a:hover,
#nav a:focus{
    background-color:#660000;
    color:#AFEEEE;
}
.home #nav a[title~=homepage],
.about #nav a[title~=about],
.photos #nav a[title~=photos],
.vacations #nav a[title~=vacations],
.new #nav a[title~=new],
.assignments #nav a[title~=assignments],
.index #nav a[title~=index]{
      background-color:#660000;
      color:#AFEEEE;
}





#centernav{
    background:#FFFFDD;
}


#bottomofpage{
    position: relative;
    overflow: auto;
    background-color: #FFFFDD;

}
#subnav{
   width: 19%;
    float:left;
    color: #660000;
    background:#AFEEEE;
    border: 1pt solid #FFFFDD;
    -moz-border-radius-topright: 40px;
    -o-border-top-right-radius:40px;
    -webkit-border-top-right-radius: 40px;
}
#subnav a{
    padding-left: 9px;

}
#subnav a:link{
    color: #660000;
}
#subnav a:visited{
    color:#660000;
    outline:none;
}
#subnav a:hover,
#subnav:focus{
    background-color:#660000;
    color:#AFEEEE;
}



#contentandfooter{
    width:80%;
    float: left;
  
}
#content{
      background-color: #FFFFDD;
      padding-left: 5px;
      color: #660000;
}
#content ul.gallery{
  margin:0;
  padding:0;
  position: relative;

}
#content ul.gallery li img{
border:none;
}
#content ul.gallery li{
    display: inline;
    float: left;
    width: 72px;
    height: 93px;


}


#footer{
      background-color: #FFFFDD;
      border-top: 1px solid #b27f7f;
      color: #660000;
}
#footer li{
   display: inline;

}



#centernav{
    background-color:#FFFFDD;
    padding-top: 39px;
    padding-left:15px;
}

#leftimage{
    float:left;
}
#rightimage{
    float: left;

}
img
{  border-style: none;
}
#picturepage ul{
    margin: 0;
    padding: 0 0 0 2px;
    font: bold medium "Trebuchet MS", serif;
}
#picturepage li{
  display: inline;
  padding: 0;
  width: 0;
  text-align: center;
}
#picturepage li a{
  display:inline-block;
  padding: .5cm;
  margin-left: 3px;
  border: 1pt solid #FFFFDD;
  text-decoration: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;

    background-color: #AFEEEE;
    -moz-border-radius: 10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
    color: #660000;
   
}
#imager{
font-family:"Edwardian Script ITC";
text-align:center;
font-size: 100px;
color:#660000;
    
}
#trial{
    width:744px;
}
#photocenterizer{
    width: 956px;
}
#footerborder li a{
    border-right-color:#660000;
    border-right-style:solid;
    padding-left:5px;
    padding-right: 5px;
}
#footerborder a:link{
    color: #660000;
}
#footerborder a:visited{
    color:#660000;
    outline:none;
}
#footerborder a:hover,
#footerborder:focus{
    background-color:#660000;
    color:#AFEEEE;
}

#centerboisie{
    width: 972px;
}
#content h1{
    margin-top: 0;
}

#content label{
   font-weight: bold;
   width: 1.25cm;
   margin-right: .25cm;
   float: left;
   text-align: left;
}
#content #captcha{
   float: left;
}
#content ul{
 font-weight: bold;
 list-style-type: none;
 padding: 0;

 }
 #futurevacationscontent li{
     display:inline-block;

  text-align: center;
}
#futurevacationscontent li a{
 display:inline-block;

  padding: 3px .18cm 0 .18cm;
  margin-left: 3px;

  text-decoration: none;
}
#futurevacationscontent a:link{
    color: #660000;
}
#futurevacationscontent a:visited{
    color:#660000;
    outline:none;
}
#futurevacationscontent a:hover,
#futurevacationscontent a:focus{
     color:#660000;

}
