/**************************************************/
/* This is the CSS file for Larry Bond's Website. */
/* Made by Megan Bednarz 12/27/2006               */
/* All layout and colors are set by this sheet    */
/**************************************************/

body {
  background: url(images/main_bg.jpg) top center no-repeat;
  font-size:16px;
}

h1, h2, h3, h4, h5 {color:#000044; margin: 10px 0px}
h1{font-size:250%;}
h2{font-size:200%;}
h3{font-size:150%;}
h4{font-size:120%;}

a:link, a:visited, a:active{ color:#000000;}
a:hover{color:#003366;}

.clear{clear:both;}

/* Contains everything to center it*/
#container{
  margin:0px auto;
  width:760px;
}

/*************** Header **************/
#header{ 
  margin-top:66px;
  *margin-top:53px;
  text-decoration:none!important;
  border:none;
}

.title{
  font-size:400%;
  font-weight:bold;
  color:#000044;
  padding:0px;
  margin:0px;
  text-decoration:none!important;
  border:none;
}

.title a:link, .title a:hover, .title a:visited, .title a:active{
  text-decoration:none; 
  color:#000000;
}

.nav{
  font-size:120%;
  /*line-height:160%;*/
  color:#AACCDD;
  list-style-type:disc;
  padding:0px;
  margin:0px;
  margin-top:5px;
}

.nav li{
  display:inline;
  padding-left: 5px;
  margin:0;
}
.nav a:link, .nav a:visited, .nav a:active{
  text-decoration:none;
  color:#DDEEFF;
}
.nav a:hover{
  color:#EEFFFF;
}

/********* Main Content Pane **********/
#content{
margin:80px 30px 0 auto;
text-align:right;
padding-bottom:10px; 
width:80%;
}

.colRight{/*For the 2 column layout*/
float: right;
width: 47%;
padding:5px;
text-align:right;
}

.colLeft{/*For the 2 column layout*/
float: right;
width: 47%;
padding:5px;
text-align:right;
}

.col{/*For a single column indented for series*/
float:right;
width:75%;
padding:5px;
text-align:right;
}

#content ul, .colRight ul, .colLeft ul, .col ul{
text-align:right;
margin-left:10px;
}

#content p, .colRight p, .colLeft p, .col p{
text-align:justify;
margin:0px;
padding:0px;
}

#content h3, #content h4, .colRight h3, .colLeft h3, .col h3{/*Used for the book headings and such*/
border-bottom: 1px solid #666666;
clear:both;
text-decoration:none;
}
.col h4{/*No clearing for this one -- it is a sub*/
border-bottom:1px solid #666666;
text-decoration:none;
}

.subtitle{
font-size:90%;
text-decoration:none;
font-weight:normal;
margin:0;
margin-top:-8px;
padding:0;
border:none!important;
}

.banner{
font-size: 120%;
font-weight: bold;
text-decoration:none;
margin:0;
padding:0;
margin-top: -8px;
text-align: left;
border:none!important;
}

#content img, .colRight img, .colLeft img, .col img{
float:left;
border:1px solid #666666;
margin:5px;/*10px;too much margin for such a small image*/
margin-right:10px;/*20px;too much margin for such a small image*/
padding:0px;
}

.indent {/*for a span to indent text*/
padding-left:50px;}

.top {/*For back to top links*/
float:right;
clear:both;
/*margin-left:-100px;*/
}

/*Footer*/
#footer{
padding:10px;
clear:both;
text-align:center;
background:#DDDDDD;
border:1px solid #999999;
}

.copyright{}
