@charset "utf-8";

/* ================================================

REFLECTIONS PHOTOGRAPHY
Default Stylesheet
-----------------------
Web design by Red Abbey

================================================= */


/* -------------------------------------------------
General
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
}

img {
	border: none;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000 url(images/background.jpg) no-repeat 50% 0%;
	color: #fff;
}

.footseo {
	font-size:9px;
	color:#333;
	text-align:center;
	margin-bottom:30px;
}
	.footseo a {
		color:#333;
	}

h2 {
	font-size: 17px;
	margin-bottom: 16px;
}

.lightBlue {
	color: #bce4eb;
	font-weight: bold;
}

.clearer {
	clear: both;
}

.leftSection {
	float: left;
}

.rightSection {
	float: right;
}

#wrapper {
	width: 940px;
	margin: 0 auto 0 auto;
	height: 600px;
	position: relative;
}

#homeBody #wrapper {
	background: url(images/homepage-pic.jpg) no-repeat left top;
}

#weddingsBody #wrapper {
	background:url(images/wedding_bg.jpg) no-repeat left top;
}

#cherubsBody #wrapper {
	background:url(images/cherubs_bg.jpg) no-repeat left top;
}

#contactBody #wrapper {
	background: url(images/contact_bg.jpg) no-repeat left top #000;
}

#studioBody #wrapper {
	background: url(images/studio-pic.jpg) no-repeat left top;
}


#portraitsBody #wrapper {
	background: url(images/portraits_bg.jpg) no-repeat 0px -95px;
}

#galleryBody #wrapper {
	background: url(images/gallery2bg.jpg) no-repeat;
}

#eventsBody #wrapper {
	background:url(images/events_bg.jpg) no-repeat top left;
}

#linksBody #wrapper {
	background:url(images/links_bg.jpg) no-repeat top left;
}

/* -------------------------------------------------
Light strips
------------------------------------------------- */

#topLightStrip {
	background: #000 url(images/light-strips/top-light.png) no-repeat left top;
	height: 2px;
}

#bottomLightStrip {
	background: #000 url(images/light-strips/bottom-light.png) no-repeat left bottom;
	height: 2px;
	width: 940px;
	margin: 0 auto;
}


/* -------------------------------------------------
Header
------------------------------------------------- */

h1#siteTitle {
	width: 400px;
	height: 42px;
	margin: 46px auto 12px auto;
}

/* -------------------------------------------------
Top navigation
------------------------------------------------- */

#topNav {
	background: url(images/black-translucent-bg.png) no-repeat left top;
	height: 50px;
	width: 100%;
	z-index: 3;
	position: relative;
}

#topNav ul {
	position: relative;
	list-style: none;
	height: 50px;
	text-align:center;
}

	#topNav li {
		display: inline-block;
	}
		
	#topNav li a {
		display: inline-block;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		text-decoration: none;
		color: #fff;
		text-align: center;
		margin: 15px 15px 0 15px;
	}
	
	#topNav li a:hover {
		color: #bce4eb;
	}
	
	#topNav li a.current {
		border-bottom: 4px solid #fff;
		padding-bottom: 15px;
	}

	
/* -------------------------------------------------
Content
------------------------------------------------- */

#content {
	width: 392px;
	height: 200px;
	background: url(images/black-translucent-bg.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

	#galleryBody #content {
		position:relative;
		width:auto;
		height:auto;
		top:auto; left:auto; right:auto; bottom:auto;
		background:none;
		padding:20px;
	}
		#galleryBody #content ul {
			list-style:none;
		}	
			#galleryBody #content ul li {
				float:left;
				text-align:center;
				margin:0 20px 20px 0;
			}
				#galleryBody #content ul li img {
					margin-bottom:10px;
				}
				
			
		
	#cherubsBody #content {
		width: 580px;
		height: auto;
		background: none;
		position: absolute;
		top:200px;
		left:0;
		bottom: auto;
		right: auto;
		color:#666;
	}
		#cherubsBody #content .leftSection {
			width:auto;
		}
		#cherubsBody #content .leftSection p {
			margin-bottom:10px;
		}
		#cherubsBody #content .leftSection a {
			color:#0083ca;	
		}
		
	#linksBody #content {
		left:0; right:auto;
		bottom:auto;
		padding:10px;
	}
		

	#contactBody #content {
		height: 150px;
		left:0;
		right:auto;
		width:416px;
	}
	
	
	#weddingsBody #content {
		left:0;
		top:70px;
		height:auto;
		bottom:auto;
	}
			#weddingsBody #content .leftSection {
				width:350px;
				float:none;
			}
						#weddingsBody #content .leftSection p {
							margin-bottom:10px;
						}

	#portraitsBody #content {
		left:0;
		top:70px;
		height:auto;
		bottom:auto;
	}
			#portraitsBody #content .leftSection {
				width:350px;
				float:none;
			}
						#portraitsBody #content .leftSection p {
							margin-bottom:10px;
						}
						
	#eventsBody #content {
		left:0;
		top:70px;
		height:auto;
		bottom:auto;
	}
			#eventsBody #content .leftSection {
				width:350px;
				float:none;
			}
						#eventsBody #content .leftSection p {
							margin-bottom:10px;
						}



#studioBody #content {
	width: 400px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background: none;
	top: 100px;
	left: 50px;
}

#studioBody #content h3 {
	font-size: 14px;
	margin-bottom: 16px;
	color: #bce4eb;
}

#studioBody #content p {
	margin-bottom: 16px;
	font-size: 11px;
	color: #1c2c38;
}

#content a {
	color: #fff;
}

#content .leftSection {
	width: 170px;
	margin: 10px 0 0 10px;
}

#content .rightSection {
	width: 190px;
	margin: 10px 10px 0 0;
}

#content2 {
	width: 490px;
	padding:0 10px;
	height: 170px;
	position: absolute;
	top:60px;
	right:0;
}

#content2 a {
	color: #fff;
}

#content2 .leftSection {
	width: 380px;
	margin: 10px 0 0 10px;
}

#content p.link a {
  color:#1c2c38;
}

/* -------------------------------------------------
Contact Details
------------------------------------------------- */

#contactDetails {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 10px;
	padding: 10px;
	background: url(images/black-translucent-bg.png) no-repeat;
}
	#contactDetails a {
		color:#fff;
	}

/* -------------------------------------------------
Gallery
------------------------------------------------- */

.gallery_scroll {
	height:75px;
	bottom:0; left:0;
	position:absolute;
	overflow:hidden;
	width:920px;
	padding:10px;
	background:#000;
}

	.gallery_scroll li {
		list-style:none;
		float:left;
		margin:0 10px 0 0;
	}
	

#galleryMainImage {
	position: relative;
	z-index: 1;
	top: -50px;
}

#gallery2Body #galleryMainImage {
	width: 332px;
	height: 500px;
	top: 25px;
	left: 200px;
}

#thumbs {
	background: url(images/black-translucent-bg.png) no-repeat;
	height: 70px;
	padding: 20px 17px 20px 23px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 900px;
	z-index: 2;
}

#gallery2Body #thumbs {
	width: 180px;
	height: 510px;
	top: 50px;
	padding: 20px 0 20px 20px;
}

#thumbs ul {
	list-style: none;
}

#thumbs ul li {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	overflow: hidden;
	margin: 0 5px 0 0;
	border: 1px solid #fff;
	cursor: pointer;
}

#gallery2Body #thumbs ul li {
	margin-bottom: 5px;
}

/* -------------------------------------------------
Footer
------------------------------------------------- */

#footer {
	color: #9d8e77;
	text-align: center;
	width: 940px;
	margin: 10px auto 50px auto;
	font-size: 10px;
}

#footer a {
	color: #9d8e77;
}


	form  h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	form p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	form label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:70px;
		float:left;
	}
	form .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	form input{
		float:left;
		width:200px;
		margin:2px 0 10px 10px;
		border:none;
		padding:2px;
	}
	form textarea{
		float:left;
		width:200px;
		margin:2px 0 10px 10px;
		border:none;
		padding:2px;
	}
	form button{ 
		clear:both;
		float:right;
		margin-right:60px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}



