/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Jacob Portraiture
Author : Ben Rinehart
URL : jacobportraiture.com

Created : 01/19/2007
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #000 url(../images/header.jpg) left -20px repeat-x;
	color: #ADA24F;
	margin: 0;
	}

/* START CONTAINER */
#container{
	width: 940px;
	\width: 960px;
	w\idth: 940px;
	margin: 0 auto;
	padding: 0;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin-bottom: 0;
		}
	
	#header h1{
		width: 700px;
		height: 200px;
		padding: 0;
		margin: 0 0 0 180px;
		text-indent: -9000px;
		background: url(../images/logo.jpg) center center no-repeat;
		border: none;
		}
		
	#index #header h1{
		margin: 0 0 0 117px;
		}
	
	#header h1 a{
		width: 700px;
		height: 200px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}/* END HEADER */
	
	/* START NAVIGATION */
	#navigation{
		width: 114px;
		height: 393px;
		float: left;
		margin-top: 6px;
		}
	
		#global{
			margin: 0;
			padding: 0;
			}
		
			#global li{
				list-style-type: none;
				}
		
#global li a{
display: block;
width: 112px;
height: 43px;
background: url(../images/navigation.gif) 0px 0px no-repeat;
text-indent: -9000px;
}

#global li#galleries a{					background-position: 0 -43px; }
#global li#about a{						background-position: 0 -86px;}
#global li#seniors a{					background-position: 0 -129px; }
#global li#contact a{					background-position: 0 -172px; }
#global li#resources a{				background-position: 0 -215px; }
#global li#sessions a{					background-position: 0 -258px; }
#global li#promotions a{			background-position: 0 -301px; }
#global li#gifts a{							background-position: 0 -338px; }
#global li#jacobstudios a{			background-position: 2px -388px; }
#global li#home a:hover{			background: url(../images/navigation.gif) -111px 0px no-repeat; }
#global li#galleries a:hover{		background-position: -111px -43px; }
#global li#about a:hover{			background-position: -111px -86px; }
#global li#seniors a:hover{		background-position: -111px -129px; }
#global li#contact a:hover{		background-position: -111px -172px; }
#global li#resources a:hover{	background-position: -111px -215px; }
#global li#sessions a:hover{		background-position: -111px -258px; }
#global li#promotions a:hover{	background-position: -111px -301px; }
#global li#gifts a:hover{				background-position: -111px -338px; }
#global li#jacobstudios a:hover{background-position: -109px -388px; }

		a:link, a:visited{
			color: #ADA24F;
			}
		
		a:hover, a:active{
			text-decoration: none;
			color: #fff;
			}/* END NAVIGATION */
	
	/* START PAGE BODY */
	#page_body{
		padding: 0;
		margin-top: 0;
		margin-left: 115px;
		}
		
		#info #page_body, #content{
			padding: 0 50px;
			}
	
		h1{
			font: italic 24px Palatino, Georgia, Times, "Times New Roman", serif;
			border-bottom: 1px solid #ADA24F;
			}
		
		h2{
			font: 18px Palatino, Georgia, Times, "Times New Roman", serif;
			font-variant: small-caps;
			}
		
		p{
			font: 12px/16px verdana, arial, helvetica, sans-serif;
			}
		
		dl dt{
			font: italic 16px Palatino, Georgia, Times, "Times New Roman", serif;
			margin-top: 10px;
			}
		
		dl dd{
			font: 12px/16px verdana, arial, helvetica, sans-serif;
			margin: 0 15px;
			display: list-item;
			}/* END PAGE BODY */

	/* START INFO PAGES */
	#resources{
		margin: 0;
		padding: 0;
		}
	
		#resources li{
			list-style-type: none;
			padding: 5px 0;
			font: italic 14px/16px Georgia, Times, "Times New Roman", Serif;
			}/* END INFO PAGES */

	/* START PORTFOLIO */
	#portfolio{
		width: 700px;
		display: block;
		margin: 5px auto 0 auto;
		padding: 0;
		}

		#portfolio li{
			float: left;
			display: block;
			padding: 0;
			margin: 0;
			width: 170px;
			height: 160px;
			text-align: center;
			font: italic 14px/24px Georgia, Times, "Times New Roman", Serif;
			letter-spacing: 2px;
			}
			
			#portfolio li a:link, #portfolio li a:visited{
				text-decoration: none;
				}
			
			#portfolio li a .image img{
				display: block;
				margin: 0 auto;
				border: 1px solid #ADA24F;
				}/* END PORTFOLIO */
	#slideshow {
		width: 700px;
		height: 460px;
		border: 2px solid #ADA24F;
		}
	/* START GALLERIES */
		#enlarge{
			width: 680px;
			height: 460px;
			float: right;
			}
			
			#enlarge img{
				display: block;
				margin: 0 auto;
				border: 1px solid #ADA24F;
				}
				
				#master #enlarge img{
					border: none;
					}
		
		#thumbnails{
			width: 110px;
			float: left;
			margin-left: 20px;
			}
			
			#thumbnails ul{
				margin: 0;
				padding: 0;
				}
		
		#thumbnails li{
			display: block;
			float: left;
			margin: 0 2px;
			padding: 0;
			width: 50px;
			}
		
		#thumbnails li a{
			display: block;
			width: 45px;
			height: 45px;
			margin: 5px 0;
			overflow: hidden;
			border: 1px solid #ADA24F;
			}
			
			#master #thumbnails li a img{
				margin: -5px;
				}
		
		#thumbnails img{
			border: none;
			}/* END GALLERIES */
	
	/* START FORMS */
	form{
		font: 12px/16px verdana, arial, helvetica, sans-serif;
		}
		
		.vcard{
			font: 12px/16px verdana, arial, helvetica, sans-serif;
			}

		fieldset{
			width: 300px;
			display: inline;
			padding: 10px;
			margin: 0;
			border: 1px solid #000;
			}
			
			fieldset#purchaser{
				float: left;
				}
			
			fieldset#recipient{
				padding-bottom: 65px;
				}

			fieldset#interests{
				float: right;
				margin: 5px 0;
				border: 1px solid #ADA24F;
				}

			fieldset fieldset{
				clear: left;
				float: left;
				margin: 5px 0;
				width: auto;
				border: 1px solid #ADA24F;
				}

				fieldset fieldset label, fieldset#interests label{
					width: 260px;
					}

		legend{
			font: italic 16px Palatino, Georgia, Times, "Times New Roman", serif;
			color: #ADA24F;
			}

		label{
			display: block;
			float: left;
			clear: left;
			width: 80px;
			font-size: 12px;
			margin-top: 3px;
			}

		.required{
			color: #fff;
			}

		input[type="checkbox"], input[type="radio"]{
			margin: 0 15px 0 0;
			}

		input[type="text"], textarea{
			width: 200px;
			float: left;
			margin: 3px;
			}

		input[type="submit"], input[type="reset"]{
			margin: 3px;
			}

		input[type="submit"]:hover, input[type="reset"]:hover{
			cursor: pointer;
			}/* END FORMS */
	
	#footer{
		clear: both;
		background: #000 url(../images/footer.jpg) top left repeat-x;
		height: 200px;
		}
