/* CSS */

/*

Created for: 	Julia Brooke-White Photography | jbwphotography.co.nz
 Created by: 	James Galloway
    Updated: 	September 2009

*/

/*********************************/
/********  GLOBAL RESETS  ********/
/*********************************/

body {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}


/*************************************/
/********  LAYOUT PROPERTIES  ********/
/*************************************/

#container {
	width: 100%;
	padding-top: 40px;
}

#top_row, #nav_row {
	width: 760px;
	margin: 0 auto;
}

#frame_row {
	height: 25px;
	background: #000;
}

#frame_container {
	width: 760px;
	height: 25px;
	background: #FFF url(images/top_frame.gif) top center no-repeat;
	margin: 0 auto;
}

#top_dots {
	width: 7px;
	height: 48px;
	background: url(images/top_dots.gif) top center no-repeat;
	margin: 0 0 0 110px;
	float: left;
}

#nav_dots {
	width: 7px;
	height: 53px;
	background: url(images/nav_dots.gif) top center no-repeat;
	margin: 0 0 0 110px;
	float: left;
}

#title_container, #nav_container {
	width: 613px;
	margin-left: 30px;
	float: left;
}

#nav_container {
	padding-top: 28px;
}

#gallery_nav {
	border-top: dotted 1px #900;
	text-align: center;
	margin-top: 20px;
	padding-top: 15px;
}

#copyright {
	text-align: center;
	margin-top: 60px;
	clear: both;
}


/******************************/
/********  TYPOGRAPHY  ********/
/******************************/

#title_container h1 {
	font-size: 1.6em;
}

.typography h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #900;
	border-bottom: dotted 1px #900;
	margin-bottom: 20px;
}

.typography p, .typography li {
	font-size: 1.2em;
	color: #333;
}

p a, li a {
	color: #900;
	text-decoration: none;
}

p a:hover, li a:hover {
	text-decoration: underline;
}

.photo_caption {
	margin-top: 4px;
	font-size: 1.1em;
	font-style: italic;
	color: #900;
}

#copyright p {
	color: #999;
}


/***********************************/
/********  NAVIGATION AREA  ********/
/***********************************/

.nav_list {
	margin: 0;
	padding: 0;
}

.nav_list li {
	list-style-type: none;
	font-size: 1.2em;
	margin: 0 25px;
	display: inline;
}

li.nav_first {
	margin-left: 0;
}

#subcontainer {
	width: 720px;
	margin: 0 auto;
	padding: 30px 20px 10px 20px;
}

#page_pic {
	width: 330px;
	height: 213px;
	text-align: right;
	padding: 10px;
	float: left;
}

#page_pic img {
	border: solid 1px #333;
	margin-bottom: 4px;
}

#page_content {
	width: 338px;
	padding: 0 20px 0 10px;
	float: left;
}


/*******************************************/
/******** SLIDER GALLERY PROPERTIES ********/
/*******************************************/

.galleryContainer {
	position: absolute;
}

.sliderGallery {
	width: 720px;
	height: 430px;
	position: relative;
	overflow: auto;
}

.sliderGallery ul {
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: none;
	white-space: nowrap;
}

.sliderGallery ul li {
	display: inline;
	list-style-type: none;
}

.imageList img:hover {
	cursor: pointer;
}

.content_list {
	margin: 2em 0 0 0;
	padding: 0;
	list-style-type: none;
}

.content_list li {
	line-height: 1.6em;
}

.links_title {
	margin-top: 2em;
}

.links_list li {
	line-height: 1.6em;
}

.title_display_text {
	float: left;
}

.close_caption {
	width: 200px;
	text-align: right;
	padding-right: 10px;
	float: right;
}

.title_display_text p {
	font-weight: bold;
	color: #000;
	margin: 15px;
}

.title_display {
	width: 710px;
	background-color: #FFF;
	padding: 0 5px;
	position: absolute;
	left: 0;
	bottom: 80px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
}