/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Ben Rinehart
URL : capturedmemoriesphotography.com

Description : 

Created : 12/19/05
Modified : 1/03/05

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #575757 url(../bg.jpg) top left repeat-y;
	margin: 0;
	color: #fff;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	}

/* START CONTAINER */
#container{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	}/* END CONTAINER */

/* START HEADER */
#header{
	margin-left: 175px;
	}

	#header h1{
		width: 100%;
		height: 150px;
		background: url(../logo.gif) center center no-repeat;
		text-indent: -9000px;
		padding: 0;
		margin: 0;
		border: none;
		}
	
		#header h1 a{
			width: 100%;
			height: 150px;
			padding: 0;
			margin: 0;
			border: 0;
			display: block;
			text-decoration: none;
			}
	
	.address{
		margin: -10px 0 0 0;
		font-size: 20px;
		text-align: center;
		}
	
	.address li{
		list-style-type: none;
		display: inline;
		padding: 5px 20px 5px 0;
		}/* END HEADER */

/* START NAVIGATION */
#navigation{
	float: left;
	width: 150px;
	font: 16px Times, "Times New Roman", Serif;
	font-variant: small-caps;
	margin-top: 4px;
	}

	#global{
		margin: 0;
		padding: 0;
		}
	
		#global li{
			list-style-type: none;
			margin: 0;
			}
		
			#global li a:link, #global li a:visited{
				display: block;
				width: 150px;
				padding: 20px 5px 0 10px;
				border-bottom: 1px solid #481515;
				text-decoration: none;	
				}
			
			#global li a:hover, #global li a:active{
				text-decoration: none;
				border-color: #fff;
				}
	
	a:link, a:visited{
		color: #fff;
		}
	
	a:hover, a:active{
		text-decoration: none;
	}/* END NAVIGATION */

/* START PAGE BODY */
#page_body{
	padding: 0;
	margin-left: 175px;
	}

	h1{
		font: italic 30px Georgia, Times, "times new roman", serif;
		color: #481515;
		margin-top: 5px;
		margin-right: 10px;
		border-bottom: 1px solid #481515;
		text-align: center;
		}
	
	p{
		font-size: 14px;
		line-height: 20px;
		text-indent: 25px;
		}
	
	table{
	
		}
	
	.image{
		float: right;
		border: 3px solid #612324;
		margin: 0 10px 10px;
		}
	
	.indent{
		display: block;
		margin-left: 50px;
		text-indent: 0;
		}
	
	#resource_list li{
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
		font-style: italic;
		line-height: 28px;
		}/* END PAGE BODY */

/* START GALLERIES */
#gallery{
	margin: 0 auto;
	}

	.gallery_instructions{
		text-align: center;
		font-size: 12px;
		}
	
	#gallery_text{
		font-style: italic;
		margin: 0 25px 10px 25px;
		border-bottom: 1px solid #612324;
		}

	#enlarge{
		width: 400px;
		height: 400px;
		}
		
		#enlarge img{
			border: 3px solid #612324;
			}
	
	.thumbnails{
	
		}
	
		.thumbnails img{
			border: 1px solid #612324;
			margin: 3px 10px;
			}/* END GALLERIES */

/* START FORMS */
form{
	max-width: 600px;
	margin: 0 auto;
	}
	
	.required{
		color: #612324;
		}

	input[type="text"], textarea{
		background-color: #575757;
		border-color: #612324;
		color: #fff;
		padding: 2px;
		margin: 2px;
		width: 250px;
		}
	
	input[type="submit"], input[type="reset"]{
		cursor: pointer;
		background-color: #575757;
		border-color: #612324;
		color: #fff;
		padding: 2px;
		margin: 2px;
		}/* END FORMS */

/* START FOOTER */
#footer{
	font-size: 12px;
	clear: left;
	padding: 0;
	margin-top: 25px;
	margin-left: 175px;
	text-align: center;
	}

#footer .address{
	margin: 0;
	font-size: 16px;
	}
/* END FOOTER */
