@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;
}

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;
}

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

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

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

/* -------------------------------------------------
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: 239px;
	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;
	padding-left: 200px;
	height: 50px;
}

	#topNav li {
		display: inline;
		float: left;
	}
		
	#topNav li a {
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		text-decoration: none;
		color: #fff;
		float: left;
		text-align: center;
		margin: 15px 30px 0 0;
	}
	
	#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;
}

#contactBody #content {
	height: 150px;
	left:0;
	right:auto;
}

#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: 340px;
	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;
}

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

#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;
	}


