/* photo.css
common styles for the whole photo site

10.1.2002 - change to using font-weight to work around mozilla quirk (ignores font:bold;)
			new main_mat for news to allow expansion
*/
	
	/*  used for the background color - not really noticeable */
	body, table, tr, td{
	   	background-color: #CCCCCC;
	   	font : 12px "lucida sans unicode" skia sans-serif;
	}
	
	/* the main background unified size, but centered*/
	div.wall{
	   	position: relative;
	   	width: 750px;
	   	height: 760px;
	   	background-color: #CCCCCC;
	   	color: #000000;
	   	margin: 5px 5px;
	   	padding: 5px 5px;
	}
	/* black border with white for all content */
	div.main_mat, div.main_mat_35h, div.main_mat_35v, div.main_mat_news{
		border : 15px solid Black;
		margin: 10px 10px;
		padding: 20px 20px 30px 20px;
		width: 500px;
		height: auto;
		background-color:#FFFFFF;
		color:#000000;
	}

	div.main_mat_35v{
		width: 400px;
	}
	
	div.mat_test{
		border : 15px solid Black;
		margin: 10px 10px;
		padding: 20px 20px 30px 20px;
		height: auto;
		background-color:#FFFFFF;
		color:#000000;
	
}

	
	/*styles for navigation links*/
	#navigation {
		font-weight: bold;
	}
	#navigation a:link {
	   	color: #000000;
		text-decoration:none;
	}
	#navigation a:hover {
	   	color : black;
	   	background-color : #FFF8DC;
	}
	#navigation a:visited{
		color: #666666;
		text-decoration:none;
	}
	
	/* styles for copyright stuff */
    div.copyright{
		padding: 10px 0px 10px 10px;
		margin: 10px 10px 10px 10px;
		font :  10px "lucida console", monaco, monospace;
	}
	div.copyright a:link{
		color: Gray;
		text-decoration: none;
		letter-spacing : -1px;
	}
	div.copyright a:hover{
		color: Black;
	}
	
	/*used for each text item in contact & bio*/
	div.contact,div.bio	{
	font-weight : normal;
	margin : 10px 30px 10px 30px;
	}
	/*used for each news item (the whole text)*/
	div.news{
	font-weight : normal;
	margin : 10px 20px 10px 20px;
	}
	/*used for date headings in news */
	span.date{
    font-weight: bold;
	margin: 0px 10px 0px 0px;
	letter-spacing: 2px;
	}
	
	
	

	
