/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Rebecca Patton Photography
Author : Ben Rinehart/Rhonda Riffey
URL : rebeccapattonphotography.com

Description : 

Created : 05/18/2006
Modified : 10/30/2006 - added vendors page

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background-color: #3C557B;
	color: #efefef;
	font: 14px Garamond, Georgia, "Times New Roman", Times, serif;
	}
a:link, a:visited, a:active {
	color: #DBE0E7;
	text-decoration: none;	
	}
a:hover{
	color: #fff;
	}
h1 {
	font-size: 22px;
	}

/* START CONTAINER */
#container{
	width: 800px;
	\width: 800px;
	w\idth: 800px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin-bottom: 0;
		}
	
	#header h1{
		width: 489px;
		height: 100px;
		padding: 0;
		margin: 0 auto;
		background: url(../images/logo.gif) center center no-repeat;
		text-indent: -9000px;
		}
	
	#header h1 a{
		width: 489px;
		height: 100px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}
		
	#header h2{
		width: 800px;
		height: 50px;
		padding: 0;
		margin: 0 auto;
		background: url(../images/main_logo.jpg) no-repeat left bottom;
		text-indent: -9000px;
		}
	
	#header h2 a{
		width: 339px;
		height: 45px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}
	#header h3{
		width: 800px;
		height: 50px;
		padding: 0;
		margin: 0 auto;
		background: url(../images/gallery_logo.jpg) no-repeat left bottom;
		text-indent: -9000px;
		}
	
	#header h3 a{
		width: 339px;
		height: 45px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}
		/* END HEADER */
	
	/* START NAVIGATION */
#navigation{
	float: left;
	width: 90px;
	margin: 0px;
	font-size: 15px;
	vertical-align: top;
	height: 150px;
	}
	#navigation ul{
		margin: 0;
		padding: 0;
		}
	#navigation ul li {
		list-style-type: none;
		padding: 0px;
		}
	#navigation a:link, #navigation a:visited, #navigation a:active {
		color: #DBE0E7; 
		text-decoration: none;
		}
	#navigation a:hover{
		color: #fff;
		text-decoration: none;
		}
			ul {
				margin: 0;
				list-style: none;
				width: 125px; /* Width of Menu Items */
				}
			
			ul li {
				
				position: relative;
				}
				
			li ul {
				position: relative;
				
				left: -1px; /* Set 1px less than menu width */
				top: 0;
				display: none;
				text-align: left;
				}
			
			/* Styles for Menu Items */
			ul li a {
				display: block;
				text-decoration: none;
				color: #fff;
				 /* IE6 Bug */
				padding: 20px;
				}
			
			/* Fix IE. Hide from IE Mac \*/
			* html ul li { float: left; height: 1%; }
			* html ul li a { height: 1%; }
			/* End */
			
			ul li a:hover { color: #ccc;  } /* Hover Styles */
					
			li ul li a { padding: 3px 2px; } /* Sub Menu Styles */
					
			li:hover ul, li.over ul { display: block; } /* The magic *//* END NAVIGATION */
	
	/* START PAGE BODY */
	#index_body{
		padding: 0;
		}
	#home_body {
		border: 1px solid #000000;
		margin:0px;
		padding: 0px;
	}
	#page_body{
		padding: 0;
		border: 1px solid #ffffff;
		}
	
		h1{
			
			}
		
		p{
			
			}
		
		img#home{
			margin: 0 15px;
			border: 5px solid #000;
			}

	#about, #contact, #proof, #vendors{
		border: 1px solid #fff;
		margin: 0px;
		padding: 30px 300px 30px 30px;
		height: 354px;
		}
		
	#about {
		padding: 30px 560px 30px 30px;
		background: url(../../content/about.jpg) no-repeat right top;
		}
		
	#contact {
		background: url(../../content/contact.jpg) no-repeat right top;
		}

	#proof {
		background: url(../../content/proof.jpg) no-repeat right top;
		}/* END PAGE BODY */
	
	/* START GALLERIES */
#gallery{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	#gallery p {
	text-align: left;
	}
#enlarge{
	width: 550px;
	height: 414px;
	}
	
#enlarge img{
	border: 0px solid #563B22;
	margin-top: 5px;
	}
.thumbnails td a{
	padding: 7px;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
}
.thumbnails img{
	border: 0px solid #563B22;
	}
/* END GALLERIES */
	
	/* START FORMS */
	form{
	
		}
	
		input[type="text"], textarea{
			color: ;
			background-color: ;
			border: ;
			padding: ;
			}
		
		input[type="submit"]:hover{
			cursor: pointer;
			}/* END FORMS */
	
	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 10px;
		text-align: center;
		font-size: 12px;
		}
	
		#footer img{
			display: block;
			margin: 0 auto;
			}/* END FOOTER */
.footer_text {
	font: 16px Garamond, Arial, Helvetica, Sans-serif;
	}
