/* Stylesheet for Trillium Website 
   
   Author: Aaron White
*/

  body {
  	background: #616F1C;
	  font-size: 10pt;
	  font-family: verdana, sans-serif;
		line-height: 17px;
 		/*font-size: 75%;*/
  }
  
  #contentbox {
  	background: white;	   
  	color: #000000;
	  width: 850px;
	  height: 100%;
	  margin-left: auto; /* see if we can get this to align properly */
	  margin-right: auto;
	  border: solid 1px #407123;
	  text-align: left;
	  padding: 0px;
  }	   	     
  
  #contenttext {
		padding-top: 5em;
    padding: 20px;
	  background: #ffffff;
	  color: #000000;
  }	   	     

  .flindent {
       text-indent:20px;
  }    
  
  
  .pindent {
       margin-left:20px;
       margin-bottom:30px;
  }

  .pindent10 {
       margin-left:10px;
       margin-bottom:5px;
  }

  #rep{
    background: url(header3.gif);
    background-repeat:no-repeat;
    height: 99px;
    width: 775px;
  }  

  #rep img {
	  display:none;
  }

  /* http://www.positioniseverything.net/easyclearing.html */
	
	.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }

  /* Hides from IE-mac Holly hack\*/
 * html .clearfix {height: 1%;}
 /* End hide from IE-mac */


  /* Paragraph with first line indent */
  .p_indent {
     text-indent: 30pt;
     padding: 0px;
     margin-bottom: 10px;
  }

  #photopage {
  	text-align: center;
  }
  			 
  #linkbar {
	 background: #D4DAAB;
	 color: #616F1C;
	 font-family: Helvetica, sans-serif;
	 font-weight: 500;
	 border-top: 1px solid #99B867;
	 border-bottom: 1px solid #99B867;
	 text-align: center;
	 margin: 0px;
   padding-top:3px;
   padding-bottom:3px;
 
  }
 
  #linkbar A:link, #linkbar A:active, #linkbar A:visited {
    color: #616F1C;
    background: #D4DAAB;
    margin-left: 10px;
    margin-right: 10px; 
  }

  
  #titlebar {
    color: #4F565B;
    font-family: Helvetica, sans-serif;
    font-size: 14pt;
    text-align: left;
    margin-top:8px;
    margin-bottom: 8px;
    padding: 2px;
  }	

  .subtitle {
    width: 55%;
   	background: whitesmoke;
    color: black;
    font-family: sans-serif; 
    padding-left: 5px;
    letter-spacing: 5px;
  	border-bottom: 1px darkslategray solid;
  	border-right: 1px darkslategray solid;
    border-top: 1px darkgray solid;
  	border-left: 1px darkgray solid;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 10px;
  }	



img.gal {
  		  border: solid 1px #407123;
		  margin-bottom: 10px;
		  margin-right: 5px;
  }		  
 
  /* Link Colors - all in page links */	
  A:link {
  color: black;
	background: #ffffff;

	font-size: 100%;
 	font-family: sans-serif;
  }

  A:visited {
	font-size: 100%;
    font-family: sans-serif;
    color: black;
	background: #ffffff;

  }	
  
  A:active {
	font-size: 100%;
    font-family: sans-serif;
    color: black;
	background: #ffffff;
  }

  span.pcredit {
			color: #505050;
			background: white;
			font-size: 90%;
			float: left;
	 		width: 355px;
 	 		text-align: center;
            }
            
    div.row {
		  clear: both;
	   	margin-bottom: 5px;
	}
	
	 /* Narrow label column */
 	
	div.row span.lcolumn {
  	  float: left;
		  width: 45%;
		  color: #000000;
  	  text-align: center;
		  background: #ffffff;
		  padding-left: 5px;
 	}
	
  div.row span.rcolumn {
		  float: right;
		  width: 45%;
		  background: #ffffff;
		  color: #000000;
 		  text-align: center;
		  padding-left: 10px;
  }
		
	div.textrow {
		  clear: both;
      margin-bottom: 15px;
  }
 	
	div.textrow span.lcolumn {
 		  float: left;
		  width: 45%;
		  color: #000000;
 		  text-align: left;
		  background: #ffffff;
		  padding-left: 5px;
 	}
	
	div.textrow span.rcolumn {
      float: right;
		  width: 45%;
		  background: #ffffff;
		  color: #000000;
 		  text-align: left;
  	  padding-right: 10px;
	}

	div.textrow span.pcredit {
			color: #505050;
			background: white;
			font-size: 90%;
			float: left;
	 		width: 355px;
 	 		text-align: center;
	}

    
  div.rosterrow span.lcolumn {
  	  float: left;
		  width: 48%;
		  color: #000000;
  	  text-align: center;
		  background: #ffffff;
		  padding-left: 5px;
 	}
  
  div.rosterrow span.rcolumn {
     float: right;
		  width: 48%;
		  background: #ffffff;
		  color: #000000;
 		  text-align: left;
  	  padding-right: 10px;
  }
  
  div.rosterrow {
      display:inline-block;
      margin-bottom: 35px;
		  clear: both;
  }
  
  td {
    padding-right: 5em;
    padding-bottom: 0.5em;
  }
	
	
	
/* Main menu settings */
#centeredmenu {
	 background: #D4DAAB;
	 color: #616F1C;
	 font-family: Helvetica, sans-serif;
	 font-weight: 500;
   font-size:110%; /* Menu text size */
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:1px solid #000; /* black line below menu */
   width:100%;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
	 margin-top:1em;
	 margin-bottom:2em;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}

#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:1.2em .5em 1.2em;
   font-size:1em;
   line-height:1em;
   background:#9da671;
   text-decoration:none;
   color:#444;
   font-weight:bold;
   border-bottom:1px solid #000;
	 width: 105px;
}

#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:#b8c480; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #313a08;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#b8c480; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #313a08;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:3.5em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#D4DAAB; /* Sub menu items background colour */
   color:#444;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
