// Stylesheet for Lauren Lapkus's website


img { border: none; }

body {
	
	background: url('images/bg-body.png') repeat;
	font: 16px Georgia, Times, serif;
}

.clear {
	clear: both;
}

#container {
	
	width: 808px;
	margin: 0 auto;

}

	#header {
		width: 808px;
		height: 98px;
		background: url('images/header.png') no-repeat;
		margin-top: 85px;
		text-indent: -3000px;
	}

		#header:hover {
			background: url('images/header-hover.png') no-repeat;
		}
		

	#nav {
		background: url('images/bg-nav.png') no-repeat;
		width: 67px;
		height: 262px;
		float: left;
		margin-top: 28px;
		padding-top: 18px;
		margin-left: 2px;
	}
	
		#nav .button {
			margin-left: -9px;
			width: 126px;
			height: 34px;
			padding-left: 15px;
			padding-top: 6px;
			margin-top: -6px;
		}
		
			#nav .button:hover {
				margin-left: 6px;
			}
		
		#nav a {
			text-decoration: none;
			font: 16px  Georgia, Times, serif;
			font-style: italic;
			color: #000;

		}
		
			#nav a:visited {
				color: #333;
			}
			
			#nav  a:hover {
				color: #666;
			}
	
		#nav .pink {
			background: url('images/arrow-pink.png') no-repeat;
		//	background-color: red;
		}
		
		#nav .yellow {
			background: url('images/arrow-yellow.png') no-repeat;
		}
		
	#long-content {
		width: 668px; height: 730px;
		background: url('images/bg-long-main.png') no-repeat;
		margin-top: 30px;
		margin-right: 2px;
		float: right;
	}
		
	#content {
		width: 668px; height: 440px;
		background: url('images/bg-main.png') no-repeat;
		margin-top: 28px;
		margin-right: 2px;
		float: right;
	}

		#content h1 {
			font: 24px Georgia, Times, serif;
			margin-left: 4px;
			padding-left: 12px;
			white-space: nowrap;

		}

			#content #morebio {
				width: 122px; height: 71px;
				float: right;
				background: url('images/arrow-bio.png') no-repeat;
				margin-right: -48px;
				margin-top: -10px;
			}
				#content #morebio:hover {
					background: url('images/arrow-bio.png') 3px 3px no-repeat;

				}
				
			#content #morevideo {
				width: 122px; height: 71px;
				float: right;
				background: url('images/arrow-video.png') no-repeat;
				margin-right: -48px;
				margin-top: -10px;
			}
				#content #morevideo:hover {
					background: url('images/arrow-video.png') 3px 3px no-repeat;

				}
				
				
			#download {
				width: 122px; height: 71px;
				float: right;
				background: url('images/arrow-download.png') no-repeat;
				margin-right: -48px;
				margin-top: -10px;
			}
				#download:hover {
					background: url('images/arrow-download.png') 3px 3px no-repeat;

				}
				


			#content #shows {
				width: 252px;
				font: 17px Georgia, Times, serif;
				float: left;
				margin-left: 15px;
				margin-top: -13px;

			}

				#content #shows #show-header {
					text-align: center;
					border-top: 1px dashed #7D9C50;
					border-bottom: 1px dashed #7D9C50;
					font-size: 20px;
					font-style: italic;
					font-weight: bold;
					padding-top: 6px;
					padding-bottom: 6px;
				}

				#content #shows p {
					padding-left: 20px;
				}

				#content #shows a {
					text-decoration: none;
					color: black;
				}

			#content img.landing {
				float: right;
				margin-right: 12px;
				margin-top: -15px;
			}
			
				#content #video {

						width: 570px;
						margin: 0 auto;
				}

				#content #video object {
						border-top: 2px solid #99d160;
						border-bottom: 2px solid #daffb5;
						border-left: none;
						border-right: none;
					}
			
					#content #morephoto {
						width: 122px; height: 71px;
						float: right;
						background: url('images/arrow-photo.png') no-repeat;
						margin-right: -48px;
						margin-top: -429px;
					}
						#content #morephoto:hover {
							background: url('images/arrow-photo.png') 3px 3px no-repeat;

						}
					
					
				#content #photo {
					float: left;
					width: 641px; height: 400px;
					margin-top: 19px;
					text-align: center;
					margin-left: 13px;
					line-height: 400px;
				}
				
					#content #photo img {
						border-top: 2px solid #99d160;
						border-bottom: 2px solid #daffb5;
						max-width: 640px;
						max-height: 400px;
					}
				
				#content #albums {
					width: 122px; height: 71px;
					float: left;
					background: url('images/arrow-albums.png') no-repeat;
					margin-left: -30px;
					margin-top: -429px;
				}
				
					#content #albums:hover {
						background: url('images/arrow-albums.png') -3px 3px no-repeat;
					}
					
				#content #album-map {
					width: 580px; height: 392px;
					margin-top: 22px;
					margin-left: 45px;
				}
				
					#content #album-map a {
						text-decoration: none;
						font: 18px Georgia, Times, serif;
						color: black;
					}
				
					#content #album-map p {
						font-style: italic;
						width: 280px;
						padding-top: 0px;
						padding-bottom: 0px;
						margin: 0px 0px 0px 0px;
					}
					
					#content #album-map img {
						width: 280px; height: 170px;
						border-top: 2px solid #99d160;
						border-bottom: 2px solid #daffb5;
						border-left: none;
						border-right: none;
					}
					
					#content #album-map .albums-left {
						float: left;
					}
					
					#content #album-map .albums-right {
						float: right;
					}
					
					#content #album-map .albums-center {
						float: left;
						padding-left: 180px;
					
					}
					
	#quote {
		width: 207px; height: 205px;
		float: left;
		background: url('images/quote.png') no-repeat;
		margin-top: -180px;
		margin-left: -20px;
	}
	
	#caption {
		width: 207px; height: 205px;
		float: left;
		background: url('images/caption.png') no-repeat;
		margin-top: -180px;
		margin-left: -20px;
			-moz-opacity: 0;

		
	}

		#caption #caption-text {
			
			width: 158px; height: 166px;

			margin-top: 18px;
			margin-left: 24px;
		//	outline: 1px solid black;
			padding: 8px 8px 8px 8px;
			
			// now it gets crazy!
			display: block;
			-webkit-transform: rotate(-13deg); 
			-moz-transform: rotate(-13deg);	
			-moz-opacity: 0;
			vertical-align: middle;
		}				
					
	#footer {
		width: 800px;
		text-align: center;
		color: #999;
		font: 12px Georgia, Times, serif;
	}		
	
		#footer a, a:hover, a:visited {
			color: #999;
		}
		
				
				
				
				
				
			
