/* bp.css this is the cascading style sheet that determines the fonts, colors, layout of the site */


/* main elements */

body 	
{	
		background-image: url(images/saffron2.jpg);
		background-color: orange;
		background-position: 0 0;
		background-repeat: no-repeat;
}
		
.nav
{		
		position: absolute;
		margin-top: 105;
		margin-left: 50;
		font-family: Trebuchet MS;
		font-size: 16px;
		color: white;
		font-variant: small-caps;
		letter-spacing: 1;
		line-height: 30px;		
}

#contact
{
	position: absolute;
	margin-top: 50;
	margin-right: 100;
	text-align: right;
	font-family: Trebuchet MS;
	font-size: 14px;
	text-decoration: bold;
}
		
		
/* formatting */
	
.inset
{
		position: absolute;
		background-color: #FFD26C;
		margin-top: 100;
		margin-left: 250;
		font-family: Trebuchet MS;
		font-size: 12px;
		text-align: justify;
		padding: 20px;
		color: black;
		border-width: 7px;
		border-style: solid;
		border-color: black;
		max-width: 400px;
		min-width: 400px;
}		


.blacktext
{
		font-family: Trebuchet MS;
		font-size: 12px;
		color: black;}		

.imagemain
{
		position: absolute;
		/* background-color: white; */
		margin-top: 100;
		margin-left: 250;
		margin-right: 200;
		max-width: 400px;
		min-width: 400px;
}	

.form
{
		position: absolute;
		margin-top: 100;
		margin-left: 250;
		margin-right: 200;
		font-family: Trebuchet MS;
		font-size: 14px;
		color: white;
		text-decoration: bold;

}		

.copycred
{
		position: absolute;
		margin-top: 560;
		margin-left: 50px;
		font-family: Trebuchet MS;
		font-size: 11px;
		text-align: left;
		color: #474E44;
}

.captions
{

		font-family: Trebuchet MS;
		font-size: 12px;
		color: black;
		font-style: italic;
		letter-spacing: 2;
		line-height: 18px;
}

.photocred
{

		font-family: Trebuchet MS;
		font-size: 10px;
		color: black;
		font-style: italic;
		letter-spacing: 1;
		line-height: 12px;
}

.title
{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: black;
	font-variant: small-caps;
	font-style: italic;
	letter-spacing: 1;
	line-height: 40px;
	font-weight: bold;
}



/* link styles */

a:link 	
{ 		
	text-decoration: none;
	color: white;
}
a:visited 
{ 		
	text-decoration: none;
	color: white;
}
a:active 	
{ 	
	text-decoration: none;
}
a:hover 	
{ 	
	text-decoration: bold;
	color: #AE0711; 
}


/* this is the style for links in the inset box */

a.two:link 	
{ 		
	text-decoration: none;
	color: grey;
}
a.two:visited 
{ 		
	text-decoration: none;
	color: grey;
}
a.two:active 	
{ 	
	text-decoration: none;
}
a.two:hover 	
{ 	
	text-decoration: bold;
	color: #AE0711; 
}
