/* CSS Document */


#indextopics a:link {
	line-height:1.2em;}



BODY {
font-size:13px;
margin-top:0px;
text-align : left;
background-color : #ffffff; 
font-family : Verdana, Arial, Helvetica, sans-serif; 

}

html {
	overflow-y: scroll; 
}

#centeredwrapper {
margin: 0 auto;
width: 750px;
}


hr {
	background-color: #DACAD5;
    border: 0 none;
    color: #DACAD5;
    height: 1px;
}



H1{
	font-size:22px;
	letter-spacing:1px;
	font-weight:lighter;
	line-height:35px;

}

H2 {
	letter-spacing:1px;
	font-weight:lighter;
	line-height:25px;
}
H3 {
	font-size: 1.4em;
	font-weight:normal;
	line-height:1.9em;
/*	font-size:16px;*/
		letter-spacing:1px;
}

H5 {
	  background-color:#FFECBC;
	  padding:8px;
	font-weight:normal;
	line-height:18px;
/*	font-size:16px;*/
		letter-spacing:2px;
}

p {
	font-size:13px;
	line-height:180%;
	}

.photocutlines {
	font:Georgia, "Times New Roman", Times, serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:5px;
/*	font-style:italic;*/
	font-size:12px;
	line-height:150%;
	}
	
.tags {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	font-style:italic;
	font-size:12px;
	color:	#999;
	line-height:110%;
	}

.topgoldbar {
	z-index:2;
	margin-top:0px;
    display: inline-block;
    border-top: 0px solid white;
	position: absolute;
	top: 70px;
	margin-left:3px;
	padding-top:5px;
	background-color:#8b713d;
	width: 730px;
	height:34px;
	visibility: visible;
}
.topgoldbar a:link{
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color: white;
	text-decoration: none;
}
.topgoldbar a:visited, a {
	color: white;
	text-decoration: none;
}
.topgoldbar a:hover { 
	color: white;
	background: #121212;
}

#content {
width: 100%;
}

table.themes td {
border-collapse:separate;
background-color:#C8B080;
 }

table.tablenoborder td {
border: 0px solid #FFFFFF;
}

table.datatable td  {
 border-color: #DACAD5;
 border-collapse: collapse;
}

a:link  { 
  color:#330033; 
  text-decoration: underline;
}
  
a:visited {
  color:#330033; 
/*  font-weight: normal;  */
  text-decoration: underline;
}
 
a:hover {
	text-decoration: none; 
	color:#066;
}




.squarebulletlist ul li {
	list-style-position:outside;
	margin-left:20px;
list-style:square;
line-height:1.8em;
}

	
/*td{
	padding-top:40px;
border-bottom: 1px solid #444444; 
}*/

#linksbox {
/*	margin-left: 15px;*/
	width:215px;
	position: relative;
	margin-left:25px;
	margin-top:25px;
	letter-spacing:1px;
	line-height: 18px;
}

#linksbox a:link {
background: white ;
white-space-collapse: collapse;
display:block; 
padding:8px;
margin:0px;
border-bottom: 1px solid #444444; 
border-top: 0px solid #aaaaaa; 
font-weight:normal;
color: #222;
text-decoration:none;
}
#linksbox a:visited {
background: white ; 
color: #222;
}
#linksbox a:hover {
background: #B9E5FB; /*pale blue*/
color:black;
}
#linksbox a:active {
background: #A6CE39; /*lime green*/
color: black;
}

#container
{
	width:	750px;
	border-color:#222222; 
/*	background-color:	white;*/
}



#contents
{
	overflow:	visible;
	position:	absolute;
	left:		320px;
	top:		241px;
	right:		0px;
	z-index:	1;
	width: 470px;
	height: 23px;
	/*	height:						40%;*/
	}




th
{
	vertical-align:		top;
	padding-right:		10px;
	align:				left;
}


#sidebarmenu, #sidebarmenu2 {
z-index:10;
float:left;
background-color: #330033;
width:190px; 
height:500px; overflow:visible;
margin-bottom:10px; 
padding-top:25px; 
margin-top:10px; 
margin-right:25px; 
border: 0px solid #CCC;}

.white {
text-decoration: none;
color: #FFFFFF;}


/*CSS for image thumbnails and mouseovers*/
img.thumb { 
-ms-interpolation-mode: bicubic;
}
.zoom_img img{
position:relative;
border:6px solid #F3F3F1;
-moz-transform:scale(1); 
-webkit-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
-moz-transition:-moz-transform 0.1s ease-in; 
-webkit-transition:-webkit-transform 0.1s ease-in; 
-o-transition:-o-transform 0.1s ease-in;
transition:transform 0.1s ease-in;
margin-bottom:20px;
}
.zoom_img img:hover{
-moz-transform:scale(3); 
-webkit-transform:scale(3);
-o-transform:scale(3);
transform:scale(3);
border:6px solid #F3F3F1;
left: 100px;
top: 0px;
z-index: 1;
}
#donatedphotos H2{
background-color:none;
padding-top:18px;
margin-bottom:20px;
font-weight:lighter;
margin-left:0px;
border-top: 2px solid #8b713d;
margin-top:20px;
}
#donatedphotos p{
padding-top:0px;
margin-top:0px;
}