/* 	File: donate.css
	Author: nicholas.defelice@gmail.com
	
	Color Key:
	Gold: ffb400
	Purple:560066
	links on white pages are color: #63057A
	links of black pages are color: #FF9900
*/

/*	DEFINE DONATE BACKGROUND
----------------------------------------------------*/

#wrapper {
	/*background-image: url("");
	background-repeat: no-repeat;
	background-position: 54% 50%;*/
}

*									{ margin: 0; padding: 0; }
body								{ font: 15px Garamond, Georgia, Serif; }
a									{ text-decoration: none; color: #560066 }
img, a img,
.img-directory a					{ border: 2px solid white; }
a:hover img,
.img-directory a:hover				{ border-color: #666;}
.clear								{ clear: both; }

#page-wrap							{ width: 800px; margin: 20px auto; }

h1									{ font: italic 60px Garamond, Georgia, Serif;  
									  text-align: center; padding: 15px 0; }


.img-breadcrumbs					{ margin: 0 0 20px 0; text-align: left; }
.img-breadcrumbs span				{ padding: 10px 20px 10px 10px; 
									  background: url(../images/crumbs.gif) right center no-repeat;}
.img-breadcrumbs span a				{  color: #560066; }

#imgbrowz0r .img-directory a 		{ background-position: 50% 50%; background-repeat: no-repeat;
									  width: 200px; display: block; height: 130px; }
									  
.img-directory						{ border: 1px solid #900; padding: 10px; margin: 0 0 20px 0; 
									  width: 204px; float: left;
									  margin: 0 20px 20px 0; height: 220px; text-align: center; }

.img-thumbnail					    { display: block; width: 204px; border: 1px solid #ccc; padding: 104px; border: 1px solid #ccc; padding: 10px; 
									  float: left; margin: 0 20px 20px 0; height: 220px; text-align: center;}
									  
.img-dir-name						{ font-size: 1.3em;	}
									 
									 
.img-pagination						
{ 	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.2em;
	color: #560066;  
	float: right;
	margin-right: 230px; 
}


.img-pagination a:hover			
{
	text-decoration: underline;	
}


