/*
 * In An Instant Photography style sheet
 *
 * Copyright (c) 2009 Pandora Nguyen (www.pandorawebdesigns.com)
 */
 
 
 /* layout */

html,body	{
	margin: 0;
	padding: 0
	}
	
div#container	{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	}

/* typography */

body	{
	font-size: 12px;
	font-family: Courier New, Courier, georgia, sans, monospace;
	margin: 0;
	}
	
p	{
	margin: 0 0 10px 0;
	}
	
h1	img{
	margin: 10px 0 -15px 0;
	}

ul {
	margin: 0;
	padding-left: 13px;
	}

#content-home a:link, #content-home a:visited	{
	font-size: 15px;
	color: #66cccc;
	text-decoration: none;
	}
	
#content-home a:hover	{
	color: #ff0000;
	}

#content-home a:active {
	color: #000;
	}
	
p.cost {
	color: #ff0000;
}
/* images */

div#header img {
	border: none;
	float: left;
	padding-bottom: 5px;
	}

/* header */

div#header	{
	width: 100%;
	margin: 10px 0 10px 0;
	}
  	
/* menu external */

#external	{
	position: relative;
	float: right;
	margin: 63px 0 0 0;	
	}

#external li{
 	float: right;
 	margin: 0 0 0 10px;
 	padding: 0;	
 	width: auto;
	list-style: none;
	}

a.external-link:link, a.external-link:visited {
	color: #66CCCC;
	text-decoration: none;
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
	}

a.external-link:hover {
	color: #CCCC99;
	}

a.external-link:active {
	color: #ff0000;
	}

/* menu */

div#menu ul	{
	padding: 4px 0 5px 0;
	height: 15px;
	clear: both;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	}

#menu li{
 	float: left;
 	width: 100%;
 	margin: 0 -15px 0 30px;
 	width: auto;
 	position: relative;
	list-style: none;
	}
	
a.menu-link:link, a.menu-link:visited {
	text-decoration: none;
	position: relative;
	font-size: 14px;
	font-family: Courier New, Courier, georgia, sans, monospace;
	color: #999;
	}

a.menu-link:hover {
	color: #66CCCC;
	}
	
a.menu-link:active {
	color: #ff0000;
	}
	
	
a.menu-link-current:link, a.menu-link-current:active, a.menu-link-current:visited {
	text-decoration: none;
	position: relative;
	font-size: 14px;
	font-family: Courier New, Courier, georgia, sans, monospace;
	color: #999;
	background-color: #FFFFCC;
	}

/* content */	

div#content-home	{
	width: 100%;
	clear: all;
}
	
div#content-home p	{
	line-height: 1.4;
	}

div#hero	{
	float: left;
	width: 616px;
	height: 348px;
	border: 1px solid #ccc;
	padding: 2px;
	position:relative;
	}
	
div#top-right	{
	float: right;
	clear: right;
	width: 170px;
	height: 170px;
	border: 1px solid #ccc;
	padding: 2px;
  	position:relative;
	}
	
div#bottom-right	{
	float: right;
	clear: right;
	width: 170px;
	height: 170px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 2px;
  	position:relative;
  }

div.transbox-hero {
  width:616px;
  height:30px;
  background-color:#66CCCC;
  filter: alpha(opacity=60); /*for Internet Explorer 6/7*/
  filter: "alpha(opacity=60)"; /*for Internet Explorer 8*/ 
  opacity:0.6; /* CSS3 standard */
  position:absolute;
  top: 320px;
  left: 2px;
  }
  
div.transbox-hero p
  {
  filter: alpha(opacity=100); /*for Internet Explorer 6/7*/
  filter: "alpha(opacity=100)"; /*for Internet Explorer 8*/ 
  opacity:1; /* CSS3 standard */
  padding: 8px 0 0 2px;
  margin-left: 5px;
  font-weight:bold;
  color:#000;
  font-weight: bold;
  position:absolute;
  font-size: 11px;
  }
  
  div.transbox-hero p a:link, div.transbox-hero p a:visited, div.transbox-hero p a:active
  {
  color:#000;
  text-decoration: none;
  }
  
  div.transbox-hero p a:hover
  {
  color: #FF0000;
  }
  
div.transbox {
  width:170px;
  height:30px;
  background-color:#66CCCC;
  filter: alpha(opacity=60); /*for Internet Explorer 6/7*/
  filter: "alpha(opacity=60)"; /*for Internet Explorer 8*/ 
  opacity:0.6; /* CSS3 standard */
  position:absolute;
  top: 142px;
  left: 2px;
  }
  
div.transbox p
  {
  filter: alpha(opacity=100); /*for Internet Explorer 6/7*/
  filter: "alpha(opacity=100)"; /*for Internet Explorer 8*/ 
  opacity:1; /* CSS3 standard */
  padding: 8px 0 0 2px;
  margin-left: 5px;
  color:#000;
  font-weight: bold;
  position:absolute;
  font-size: 11px;
  }
  
  div.transbox p a:link, div.transbox p a:visited, div.transbox p a:active
  {
  color:#000;
  text-decoration: none;
  }
  
  div.transbox p a:hover
  {
  color: #FF0000;
  }
  
div#full-image	{
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	}
 
div#full-image img	{
  	border: 1px solid #ccc;
	padding: 2px;
	}
	
div.full-image-transbox-what {
  width:776px;
  height:536px;
  background-color:#fff;
  filter: alpha(opacity=80); /*for Internet Explorer 6/7*/
  filter: "alpha(opacity=80)"; /*for Internet Explorer 8*/ 
  opacity:0.80; /* CSS3 standard */
  position:absolute;
  top: 11px;
  left: 12px;
  z-index: 0;
  }
   
div.full-image-text-what {
  filter: alpha(opacity=100); /*for Internet Explorer 6/7*/
  filter: "alpha(opacity=100)"; /*for Internet Explorer 8*/ 
  opacity:1; /* CSS3 standard */
  color:#000;
  position:absolute;
  font-size: 11px;
  border: 1px dotted #66CCCC;
  margin: 20px 10px 0 10px;  
  width:750px;
  height:508px;
  top: 6px;
  left: 17px;
  z-index: 1;
  }
  
div.full-image-transbox-contact {
  width:400px;
  height:416px;
  background-color:#fff;
  filter: alpha(opacity=50); /*for Internet Explorer 6/7*/
  filter: "alpha(opacity=50)"; /*for Internet Explorer 8*/ 
  opacity:0.50; /* CSS3 standard */
  position:absolute;
  top: 11px;
  left: 12px;
  z-index: 0;
  }
   
div.full-image-text-contact {
  filter: alpha(opacity=100); /*for Internet Explorer 6/7*/
  filter: "alpha(opacity=100)"; /*for Internet Explorer 8*/ 
  opacity:1; /* CSS3 standard */
  color:#000;
  position:absolute;
  font-size: 11px;
  border: 1px dotted #66CCCC;
  margin: 20px 10px 0 10px;  
  width:374px;
  height:388px;
  top: 6px;
  left: 17px;
  z-index: 1;
  }
  

/* events gallery */
  
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 500px;
	height: 533px;
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.content a:focus, div.content a:hover{
	color:#66cccc;
}

div.content a:active 	{
	color:#ff0000;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}

div.controls a {
	padding: 5px;
}

div.ss-controls {
	float: right;
	margin-right: -45px;
	}

div.nav-controls {
	float: left;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 533px;
}
div.slideshow {
	clear: both;
}

div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}

div.embox {
	clear: both;
}

div.image-title {
	font-weight: bold;
	font-size: 12px;
}

div.image-desc {
	padding-top: 8px;
}

div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	clear: both;
	margin-left: 43px;
	}
	
ul.thumbs li {
	float: left;
	margin: 0;
	list-style: none;
}

a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}

ul.thumbs li.selected a.thumb {
	background: #000;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	margin-left: 57px;
}

div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	margin-bottom: 6px;

}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}




pre {
	font-size: 1.2em;
	line-height: 1.2em;
}

div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}







/* footer */	

div#footer	{
	clear: both;
	margin-top: 30px;
	width: 100%;
	border-top: 1px dotted #666;
	}
	
div#footer p	{
	float: right;
	text-align: right;
	padding: 10px 0 0 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #b3b3b3;
	}
	
div#footer p a:link, div#footer p a:visited {
	text-decoration: none;
	color: #b3b3b3;
	border-bottom: 1px dotted #b3b3b3;
	}
	
div#footer p a:hover	{
	text-decoration: none;
	color: #66CCCC;
	border-bottom: 1px dotted #b3b3b3;
	}

div#footer p a:active	{
	text-decoration: none;
	color: #ff0000;
	border-bottom: 1px dotted #b3b3b3;
	}
	
	
	
