/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Default Styles
	CSS Document
	Author: 9xb.com
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Please use the structure in place 
	for all additional CSS elements.
	For new builds, tweak current
	values before continuing.. thx G
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DEFAULT STYLES   */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	html, body {
		font: 12px/1.4em Georgia, "Times New Roman", Times, serif;
		color: #767676;
		line-height: normal;
	}
	
	body {
		margin: 0;
		color:#b09968;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GLOBAL STYLES  */  
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	/* Hidden elements */
	.hidden, .screen_reader, hr {
		display: none;
	}
	
	
	/* Paragraph default styling, amend as desired */
	p {
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	
	/* Removes blue border on img links */
	a img {
		border: 0;
	}
	
	/* Default link styling */
	a {
		color: #b09968;
		text-decoration: none;
	}
	a:hover {
		color: #fef5e6;
	}
	
	
	/* Float an element left with a margin */
	.floatL {
		float: left;
		margin: 0 20px 20px 0;
	}
	
	/* Float an element right with a margin */
	.floatR {
		float: right;
		margin: 0 0 20px 20px;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TEMPLATE ELEMENTS   */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	
	#photoWrap {
		background:#fff;
		width:1000px;
		height:550px;
	}
	/*
	#photoHolder {
		width:500px;
		margin:10px 0px 0px 100px;
		float:left;
	}
	*/
	
	#photoNavigation {
		float:right;
		list-style:none;
		height:500px;
		width:150px;
		margin-top:57px;
		margin-right:100px;
	}
	
	ul#photoNav{
		width:115px;
		display:block;
	}
	
	#photoNav li{
		width:47px;
		padding:0px 0px 7px 7px;
		margin:0px;
	}
	
	#photoNav li img {
		float:left;
		display:block;
		border:1px solid #fff;
		width:47px;
	}
	
	.blankImage {
		width:47px;
		width:47px;
		float:left;
		/*margin:0 8px 8px 0;*/
		border:1px solid #fff;
	}
		
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORM ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	input, textarea, select {
		font-family: arial, verdana, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		font-size: 1em;
		color: #666;
		width:300px;
	}	
	textarea {
		height:100px;
	}
	form {
		margin:40px 0;
	}
	form p {
		margin:5px 0;
	}
	form label {
		float:left;
		margin-right:10px;
		text-align:right;
		width:150px;
	}
	input.button {
		margin-left:160px;
		width:auto;
		padding:3px 10px;
		background:#b09968;
		border:1px solid #fef5e6;
		color:#fef5e6;
	}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HEADING ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	h1, h2, h3, h4 {
		line-height: normal;
		margin: 0 0 15px 0;
		padding: 0;
	}

	h2 {
		font-size:2em;
	}
	
	h3 {
		font-size:1.4em;
	}
	
	h4 {
		
	}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HEADER STYLES  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* NAV STYLES  */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENT STYLES  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LEFTCOLUMN STYLES  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* RIGHTCOLUMN STYLES  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

 	#footer {
		width:1000px;
		margin-top:100px;
		float:left;
	}
	#footerNav, #footerNav ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#footerNav li {
		float:left;
	}
	#footerNav ul {
		clear:left;
		position:absolute;
	}
	#footerNav li a {
		display:block;
		padding:8px 15px;
	}
	#footer.gallery {
		text-align:center;
	}
	#footer p.copyright {
		float:left;
		text-align:right;
		width:484px;
		padding-right:15px;
		border-right:1px solid #ccc;
	}
	#footer p.designedby {
		float:right;
		text-align:left;
		width:485px;
		padding-left:15px;
	}
	
	.gallerytitle img{
		padding:28px 0px 0px 0px;
		margin:0px;
		float:left;
	}

	#login{
		
	}
	
	#login fieldset{
		border:0px;
	}
	
	#login legend{
		display:none;
	}
	
	#login .field{
		width:200px;
		margin:0px 0px 10px 0px;
	}
	
	#login label{
		margin:0px 10px 10px 0px;
	}
	
	#login .loginbutton{
		width:70px;
		background:#b09968;
		border:1px solid #fef5e6;
		color:#fef5e6;
		cursor:pointer;
		float:left;
		margin:0px 0px 0px 298px;

	}
	
/*scrolling images*/

div.slideshow {
  margin: 18px auto;
}
div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  background: #FFF;
  bottom: -35px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  height: 25px;
  margin-right: 5px;
  opacity: 0.5;
  width: 30px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul li {
  float: left;
  list-style: none;
} 

/*custom code - gallery*/
#photoHolder{
	float:left;
	padding:0px;
	width:500px;
	margin:40px 0px 0px 40px;
}

#newPhotoNav{
	float:left;
	clear:both;
	width:120px;
}

ul#easyscrollnav{
	clear:both;
	list-style-type:none;
}

ul#easyscrollnav li{
	float:left;
	cursor:pointer;
}

#btnReset{
	display:none;
}

#easyscroll{
	width:200px;
	float:left;
	clear:both;
}

ul#newPhotoNav{
	margin:0px;
	padding:0px;
}

ul#newPhotoNav li{
	float:left;
	width:50px;
	padding:5px;
	list-style-type:none;
}

ul#newPhotoNav li img{
	cursor:pointer;
}

/*custom code*/

#audio{
	float:right;
	padding:10px 0px 0px 0px;
	margin:0px;
}


#wrapper {
	width:1000px;
	margin:0 auto;
	
}
	
#flash{
	width:1000px;
	margin:0 auto;
	text-align:right;
	position:relative;
	background-color:#000;
}

#flashbanner{
	position:absolute;
	top:0;
	right:0;
	z-index:0;
}

.floatright{
	float:right;
	padding:5px 0px 5px 15px;
}

#innermsg{
	color:#fff;
	border:1px solid #fff;
	padding:5px;
}

.rightnav{
	background-position:center center;
	background-repeat:no-repeat;
	height:47px;
	width:47px;
	display:block;
	cursor:pointer;
}
