﻿/**
 *
 *
 *    JANE WHITE PHOTOGRAPHY
 *
 *
 *
 */


/* Global */
body {
	margin: 0px;
	padding: 0px;
	color: #494949;
	background: #ffffff url('../images/background.jpg') repeat-x scroll left top;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}


a {
	color: #122764;
}

a img {
	border: none;
}

/* Structure */
	#wrap {
		margin: 0px auto;
		width: 970px;
	}
	
		#header {
			width: 970px;
			height: 103px;
		}
		
			#header h1 {
				width: 460px;
				height: 100px;
				text-indent: -10000px;
				background: #ffffff url('../images/janewhitephotography.jpg') no-repeat  left 30px;
				overflow: hidden;
			}
			
		#navigation {
			width: 970px;
			text-align: right;
			padding: 0px;
			margin: 0px;
			list-style: none;
		}
		
			#navigation li {
				float: right;
				padding: 0px;
			}
			
				#navigation li a {
					padding: 6px 10px;
					color: #494949;
					text-decoration: none;
				}
			
				#navigation li a:hover {
					color: #ffffff;
					background: #494949;
				}
				
		#container {
			width: 970px;
			margin: 60px 0px;
		}
		
		#footer {
			width: 970px;
			margin: 10px 0px;
			padding: 10px 0px;
			border-top: 1px solid #cccccc;
		}
		
			#footer span {
				float: right;
			}


/* Classes */
.floatRight {
	float: right;
	margin: 0px 0px 0px 10px;
	text-align: left;
}
.floatLeft {
	float: left;
	margin: 0px 10px 0px 0px;
}

.column {
	width: 480px;
}

.center {
	text-align: center;
	margin: auto;
}

.errorMessage {
	width: 440px;
	padding: 10px 20px;
	color: #ff0000;
	border: 1px solid #ff0000;
	background: #f8c5c5;
}

.successMessage {
	width: 440px;
	padding: 10px 20px;
	color: #0d6509;
	border: 1px solid #0d6509;
	background: #bef2bc;
}

.textbox {
	width: 200px;
	color: #464646;
	border: 1px solid #494949;
}

textarea {
	height: 120px;
}

label {
	float: left;
	width: 140px;
}

/*  Styling */

#gallery-directories,
#gallery-images {
	padding: 4px 10px;
	border: 1px solid #494949;
	margin-bottom: 10px;
}

	#gallery-directories a {
		padding: 2px 10px;
		text-decoration: none;
	}
	#gallery-directories a:hover {
		text-decoration: underline;
	}
	
	#gallery-directories a:after {
		content: "»";
	}

#acceptedlabel {
	float: none;
	width: 500px;
}

#center-image {
	text-align: center;
	margin: 0px auto 10px auto;
}

h2{
	color: #494949;
	font: 120% bold "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#links a{
	text-decoration:none;
}
/* Light Box */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}