/* CSS FOR WMSHC PHOTO GALLERY */

/* TAG SELECTORS */

body {
	background-color: #AD3110;
	background-image:  url("/content/photography/2005/wmshc/images/bg_red.gif");
	}
	
/* CONTEXTUAL SELECTORS */	

a:link, a:visited {
    font-weight : normal; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #c30;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #c30;
	background: transparent;  
	}
	
/* DIV SELECTORS IN ORDER OF USE */	

#body {
    display:block; 
	position:absolute; 
	z-index:3; 
	top:0px;  
	width:773px; 
	left:5%; 
	border-left:4px solid #6B0808;
	border-right:4px solid #6B0808;
	background:#6B0808 url("/content/photography/2005/wmshc/images/header.jpg") repeat-x 0px 0px;
	clear:both;
	}
	
#container {
	width:100%; 
	background:#6B0808 url("/content/photography/2005/wmshc/images/bg_container.gif") repeat 0px 0px;
	display:block; 
	float:left;
	padding-bottom:20px;

	}	
	
#attribute {
	
/*	
	position:absolute;
	width:217px;
	height:32px;
	z-index:40;
	left: 542px;
	top: 77px;
*/

display:block;
	padding-top: 100px;
	float:right;
	width:225px;
	left:10%;
	margin-left:0px;
	padding-right:5px;
	clear:both;

   }
   
#attribute p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#valid {
	display:block;
	padding-top: 15px;
	padding-bottom: 1px;
	float:left;
	width:420px;
	left:10%;
	margin-left:10px;
	text-align:right;
	}
	
#valid a:link, #valid a:visited, #valid a:active, #valid a:hover {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #c30;
	}
	
#sig {
	display:block;
	padding-top: 0px;
	float:right;
	width:160px;
	left:10%;
	margin-left:0px;
	text-align:right;
	padding-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	}	

#sig a:link, #sig a:visited, #sig a:active, #sig a:hover {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #c30;
	}	
	
#zoom {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	}
	
/* PHOTO RELATED SELECTORS */	

div.thumb {
	margin: 8px 8px 8px 8px;
	border: 1px solid #A0ACC0;
	height: auto;
	width: auto;
	float: left;
	background-color: #6B0808;
	}
		
.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #6B0808;
	}
	
.thumb a:hover img {
	border: 1px solid white; 
	}
	
.photocattitle {
	text-align: center; 
	font-weight: bold;
	}
	 
.phototitle {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 0 3px 3px 3px;
  }
