/*  Style sheet for GNMRE.ca 
James Whitaker and Aaron White
c. 2003
*/


body {
  background-image: URL(../graphics/bk2.gif);
  font-family: arial, helvetica, swiss;
  font-size:  13px;
  line-height: 16px;
  margin-top:  15px;
  margin-left: 0;
  /* IE Only */
  scrollbar-base-color: #B2A247;
  scrollbar-track-color: #A88F03;
  text-align: center;
}

/* Main page layout rows and columns */
div.header {
  height:     102px;
  text-align: center;
  color:			white;
  background: white;
  
}

.allcontent {
  width: 850px;
  background: #FAFAFA;
  margin-left: auto; /* see if we can get this to align properly */
  margin-right: auto;
  padding-left: 0px;
  border: none;
  padding-bottom: 3px;
  text-align: center;
  /*border: 2px solid green;*/
}



.contentcol {
  position: relative;
  background: #FAFAFA;
  color: #3F3E3E;
  text-align: left;
  line-height: 17px;
  float: left;
  width: 655px;
  margin-top: 15px;
	padding-right: 5px;
  padding-left: 5px;
  
  /*border: 2px solid green;*/

}

.menucol {
  color: #A88F03;
  float: left;
  background: #FFf;
  width: 150px;
  text-align: center;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  margin-left: 0px;

  border-right: 1px solid #A88F03;
  border-bottom: 1px solid #A88F03;
  }




.menucol A {
  color: #00008a;
}

.menucol A:hover {
  color: gray;
}

.hiddenblock {
	margin-top: 20px;
	visibility: hidden;
	display: none;
	background: #fbfbfb;
	
} 

.linkdesc {
	margin-top: 5px;
	margin-left: 25px;
	visibility: hidden;
	display: none;
	background: #f9f9f9;
	border: dashed 1px darkgray;
	padding: 2px;
	font-size: 12px;
}


.threadlist {
	margin-top: 5px;
	margin-left: 25px;
	visibility: hidden;
	display: none;
	background: #f9f9f9;
	border: none;
	padding: 2px;
	font-size: 12px;
}

.newstitle {
	margin-top: 15px;
	margin-bottom: 3px;

	background: url("../graphics/newstitle.gif") no-repeat;
	padding: 1px;
  padding-left: 20px;
  color: white;
	font-size: 12px;
	width: 100%;
}

.newsitem {

  margin-left: 25px;
  margin-bottom: 20px;
  font-family: helvetica;

}

td.journalentry {
  width:100%;
  padding-top: 3px; 
  color: #A88F03; 
  font-size: 13px; 
  font-weight: 900; 
  border-top: 1px dashed gray; 
  padding-left: 10px; 
  margin-bottom: 50px;
}


div.newsbox {
	margin: 2px;
	border-bottom: 1px solid #111A58;
	border-right: 1px solid #111A58;
  clear: both;
	padding: 2px;
	color: black;
	background: whitesmoke;
}

.optionsbox {

  color:      black;
  float: right;
  background: white;
  width:      150px;
  text-align: center;
  border: solid gray 1px;
  margin-left: 5px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
 /* line-height: 9px;*/
}

.null { }

img.gal {
    border: 1px solid gray;
    margin: 3px;
}

img.noborder {
			 border: 0px;
			 }
td {
  font-size: 12px;
  padding-right:20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
  font-family: serif;
  letter-spacing: 3px;
  color: #111A58;
  margin: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

h5 {
  font-size: 12px;
  font-family: serif;
  letter-spacing: 3px;
  color: #111A58;
  margin: 2px;
  margin-top: 8px;
}



.copyright {
  font-size: 10px;
  font-family: arial, helvetica, swiss;
  font-style: italic;
  color: black;
  margin: 0px;
  margin-top: 15px;
  padding: 0px;
  text-align: center;
}


address {
  font-family: arial, helvetica, swiss;
  font-size: 12px;
}

A {
  color: #162381;
}

A:hover {
  color: royalblue;
}

th {
	font-size: 10pt;
	font-weight: bold;
}

h5.admin {
	color: #ff0000;
}

#navbar {
	background: #fbfbfb;
	color: gray;
  margin-bottom: 5px;
  margin-top: 5px; 
  padding: 5px; 
}

#navbar a {
	color: darkgray;
  font-size: 9pt; 
}

#navbar a:hover {
	color: gray;
  font-size: 9pt; 
}


/*==============================================================================
    TABLE RULES
*/   
	
div.row {
  clear: both;
  min-height: 25px;
  height: 25px;	
}

/* Normal label column */

tr.row  td.label {
  float: left;
  font-weight: bold;
  width: 150px;
	color: #000000;
  text-align: right;
 	padding-right: 10px;
	padding-left: 3px;
	padding-top: 3px;
  margin: 0px;
}

div.row span.label {
  float: left;
  font-weight: bold;
  width: 175px;
	color: #000000;
  text-align: right;
 	padding-right: 10px;
	padding-left: 3px;
	padding-top: 3px;
  margin: 0px;
}

/* Wide label column */     
div.row span.widelabel {
  float: left;
  font-weight: bold;
  width: 220px;
  color: #000000;
  text-align: right;
  padding-right: 10px;
  padding-left: 3px;
  padding-top: 3px;
  margin: 0px;
}

 

/* Input field column */
tr.row  td.formfld {
  	  float: left;
		  text-align: left;
		  padding-top: 2px;
      height: auto;
}

div.row span.formfld {
  	  float: left;
		  text-align: left;
		  padding-top: 2px;
      height: auto;
}

/* ------------------------ END OF TABLE RULES -------------------------------*/






  /*input.fld, textarea, select {
	 
	 	   border-top: 2px black inset;
	 	   border-left: 2px black inset;
	 	   border-bottom: 1px black inset;
	 	   border-right: 1px black inset;
       background: #FcFcFc;	  
  }
	  
	  input.noborder {
	  		border: 0px;
        padding-left: 3px;
	}
		*/
  td.tag {

        width: 14px;
      
  }
  
  
  ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
  font-size: 13.5px;
	}
  
  
/* ===========================  Gallery Layout ===============================*/
  
  
  div.imgrow {
		  clear: both;
 		  text-align:  center;
   	  margin-bottom: 5px;
			margin-top: 35px;
      color: #000000;
      background: #F5F5F6;
	}
 
	div.textrow {
		  clear: both;
		  text-align: left;
      height: 10px;
	
  }
 	
	div.imgrow span.lcolumn {
  		float: left;
		  width: 195px;
		  padding-left: 5px;
 	}

  div.imgrow span.ccolumn {
  		float: left;
		  width: 195px;
		  padding-left: 5px;
 	}

  div.imgrow span.rcolumn {
	    float: left;
      width: 195px;
      padding-left: 5px;
  }
	
 	div.textrow span.lcolumn {
 		  float: left;
		  width: 195px;
		  text-align: left;
		  padding-left: 5px;
 	}


  /* Message layout rules */

	div.mesgtextrow {
			margin-bottom: 3px;		
			padding-top: 10px;			
			border-bottom: 1px solid gray;
			
 }


	div.mesglcolumn {
		  float: left;
		  width: 110px;
  	  padding-right: 10px;
		  padding-left: 5px;
			padding-bottom: 4px;
	}

	div.mesgrcolumn {
		  float: left;
		  width: 520px;
			color: black;
 	}

	/* 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 */
	
	.mesgtitle {
		width: 100%
		padding:2px;
		color: #00008a; 
		font-weight:bold;
  }	
	
	.mesgfooter {
		width: 100%;
    margin-top: 10px;
		color: gray; 
		font-size: 11px; 
	  }	
	

	div.textrow span.ccolumn {
 		  float: left;
		  width: 195px;
		  text-align: left;
		  padding-left: 5px;
 	}

  div.textrow span.rcolumn {
		  float: right;
		  width: 195px;
  	  padding-right: 10px;
		  padding-left: 5px;
	}
	
 
	div.textrow span.rpcredit {
  		color: #505050;
      background: #F5F5F6;
  		font-size: 95%;
      font-family: sans-serif;
		  float: right;
		  width: 190px;
 		  text-align: center;
	}

 div.textrow span.cpcredit {
  		color: #505050;
      background: #F5F5F6;
  		font-size: 95%;
      font-family: sans-serif;
		  float: right;
		  width: 190px;
 		  text-align: center;
	}

	div.textrow span.lpcredit {
		color: #505050;
    background: #F5F5F6;
		font-size: 95%;
    font-family: sans-serif;
		float: left;
		width: 190px;
 		text-align: center;
	}

	div.textrow span.credit {
		color: #505050;
    background: #F5F5F6;
		font-size: 70%;
 		text-align: center;
	}

  
  
  
/*---  CATEGORIES ---*/
#cat {
	margin: 0;
	padding: 0;
}
	
#cat ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	/*clear: left;*/
}

#cat ul li {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	text-indent: 25px;
}

/* http://veerle.duoh.com/comments.php?id=159_0_2_0_C9*/
#cat ul li a {

  /*  #2f3563 */
	background: #CFC58B url(../graphics/bullet_category2.gif) no-repeat;
	width: 150px;
	height: 2em;
	border-top: 1px solid #DCD194;
	border-left: 1px none;
	border-bottom: 1px solid #AF9502;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #A88F03;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 11px;
}

html>#cat ul li a  {
	font-size: 11px;
} 

#cat ul li a:hover {
	color: #B2A247;
  width: 150px;
	background: #E1D79E url(../graphics/bullet_category2.gif) no-repeat;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEE2A2;
	border-bottom-color: #A88F03;
}


#personaloptions {
	margin: 0;
	padding: 0;
}
	
#personaloptions ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	/*clear: left;*/
}

#personaloptions ul li {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	text-indent: 10px;
}


#personaloptions ul li a {
	background: white 
	width: 150px;
	height: 2em;
	padding: 0;
	margin: 0;
	color: #111A58;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	line-height: 2em;
	font-size: 11px;
}





/* OTHER TABLE RULES - PHASING OUT */


td.label {
		  float: left;
      font-weight: bold;
		  width: 120px;
      height: auto;
		  color: #000000;
  		text-align: right;
 		  padding-right: 10px;
		  padding-left: 3px;
		  padding-top: 3px;
		  margin: 0px;
      /*border: 1px red solid;*/

	}


 tr.row td.formfld {
  	
		  /*float: right;*/
		  text-align: left;
		  padding-top: 0px;
		  margin:0px;

     }		 

.imglnkincontent a img{ 
	color: #fafafa;
  border: 0px;
text-decoration: none; 
}
     
     
.imglnkincontent a:link { 
	color: #fafafa;
  
text-decoration: none; 
}

.imglnkincontent a:visited { 
	color: #fafafa;
  
  text-decoration: none; 
}

.imglnkincontent a:hover { 
	color: #fafafa;
  
  text-decoration: none; 
}

.imglnkincontent a:active { 
	color: #fafafa;
  
  text-decoration: none; 
}     
