/*
	Corey Byrnes Photography
	
	creation date: 2008.08.06
	modified date: 2008.08.06
	
	colors:
		blue: #369
*/

/* body & misc */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	border: 0;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #666;
	background: #fff url(../assets/bkg_v1.jpg) center top no-repeat;
}
a {
	color: #369;
}
a:hover {
	color: #333;
}
ul {
	list-style: none;
	line-height: 1;
}
li {
	float: left;
}
/* END body & misc */


/* wrap */
#wrap {
	margin: 5px auto;
	width: 800px;
	text-align: left;
}
/* END wrap */


/* header */
#header a {
	display: block;
	font-size: 2.0em;
	text-decoration: none;
	text-indent: -3000px;
	width: 470px; height: 55px;
}
#header span {
	font-size: 1.1em;
	margin-top: -17px;
	float: right;
}
/* END header */


/* footer */
#footer {
	margin: 0 40px; padding: 0 2px;
	float:right;
	clear: both;
	color: #fff;
}
#footer a { padding: 0 2px; color: #fff; }
#footer a:hover { color: #369; background: #fff;}
/* END footer */


/* nav */
#nav {
	float: right; clear: both;
	margin: -35px 20px 0 0;
}
#nav li {
	position: relative; z-index: 99;
	float: left;
}
#nav a, #nav ul a {
	margin: 0 2px;	padding: 5px;
	width: 60px; 
	display: block;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	background: #369;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#nav a img { position: absolute; top: 0; left: 0; }

#nav a:hover, #nav a:hover img, #nav ul a:hover, #nav a.active, #nav a.active img, #nav ul a.active { color: #369; background: #fff; opacity: 0.8; filter: alpha(opacity=80); }

#nav ul { position: absolute; left: -9999px; z-index: 99; }

#nav li:hover ul, #nav li.ieHover ul { top: auto; left: auto; }
/* END nav */


/* content */
#content {
	padding: 0 10px;
	min-height: 470px;	
	height: 470px; overflow: auto;
	font-size: 1.3em;
	clear: left;
}
#content img { border: 2px solid #666; }
#content a img { border: 0; }
#content #text_area { padding-top: 10px; }

#content #text_area a {
	padding: 2px;
	color: #369;
}
#content #text_area a:hover {
	color: #fff;
	background: #369;
}
/* END content */


/* intro slideshow */
#intro_slideshow {
	margin: 0 auto;
	position: relative;
	width: 765px;
	height: 455px;
}
#intro_slideshow li {
	position: absolute; z-index: 10;
	top: 0;
	left: 0;
}
#intro_slideshow p { display: none;
	padding: 5px;
	font-size: 1.5em;
	font-weight: bold !important;	font-weight: none;
	text-align: right;
}
#intro_slideshow img { border: 0; }
/* END intro slideshow */


/* categories */
#categories a {
	margin: 2px;
	float: left;
	width: 100px;
	border-bottom: 1px solid #fff;
	/*border: 5px solid #369;*/
}
#categories a:hover {
	border-bottom: 1px solid #b9232a;
	/*border: 5px solid #555;*/
}
#categories img {
	float: left;
}
#categories span {
	padding: 5px 0;
	width: 100px; 
	float: left;
	/*position: absolute;
	top: 0;
	left: 0;*/
	text-align: center;
	font-size: 1em;
	color: #369;
	font-weight: none;
	background: #ddd;
	cursor: pointer;
	filter: alpha(opacity=85);
	opacity: 0.85;
}
/* END categories */


/* category tabs */
#tabs a {
	/* resets */ margin: 0; float: left; position: relative; border: 0;
}
#tabs a:hover {
	/* resets */ border: 0;
}
/* END category tabs */


/* galleries */
#galleries a {
	margin: 5px;
	float: left;
	position: relative;
	border: 5px solid #369;
}
#galleries a:hover {
	border: 5px solid #555;
}
#galleries img {
	float: left;
}
#galleries span {
	padding: 5px 0;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 1.3em;
	color: #369;
	font-weight: bold;
	background: #ccc;
	cursor: pointer;
	filter: alpha(opacity=85);
	opacity: 0.85;
}
/* END galleries */


/* pictures */
#pictures a {
	margin: 5px;
	float: left;
	position: relative;
	border: 5px solid #369;
}
#pictures a:hover {
	border: 5px solid #555;
}
#pictures img {
	float: left;
}
#pictures span {
	display: none;
}
/* END pictures */


/* photo viewer */
.pictureHolder a.next {	opacity: 0.6; filter: alpha(opacity=60); position: absolute; top: 40%; right: -25px; width: 30px; height: 40px; background: url(../images/nextSquare.png) no-repeat; }
.pictureHolder a.previous { opacity: 0.6; filter: alpha(opacity=60); position: absolute; top: 40%; left: -25px; width: 30px; height: 40px; background: url(../images/prevSquare.png) no-repeat; }
.pictureHolder a.next:hover { opacity: 1.0; filter: alpha(opacity=100); right: -30px; cursor: pointer; }
.pictureHolder a.previous:hover { opacity: 1.0; filter: alpha(opacity=100); left: -30px; cursor: pointer; }
.pictureHolder .content a.expand { background: url(../images/btnExpand.gif) top left no-repeat; cursor: pointer; }
.pictureHolder .content a.expand:hover { background: url(../images/btnExpand.gif) bottom left no-repeat; cursor: pointer; }
.pictureHolder .content a.contract { background: url(../images/btnContract.gif) top left no-repeat; cursor: pointer; }
.pictureHolder .content a.contract:hover { background: url(../images/btnContract.gif) bottom left no-repeat; cursor: pointer; }
.pictureHolder a.close { width: 30px; height: 30px; background: url(../images/closebox.png) center left no-repeat; cursor: pointer; }
.pictureHolder .content .details .nav a.arrow_previous { background: url(../images/arrow_previous.gif) top center no-repeat; }
.pictureHolder .content .details .nav a.arrow_next { background: url(../images/arrow_next.gif) top center no-repeat; }
.pictureHolder .loaderIcon { background: url(../images/loader.gif) center center no-repeat; }

.photoViewerOverlay {
	background: #000;
	position: absolute;	z-index: 9500; 
	top: 0; left: 0;
	width: 100%;
}
.pictureHolder {
	position: absolute; z-index: 9998;
	top: 20px;
	width: 100px;
}		
.pictureHolder .content {
	padding: 20px;
	position: relative;
	width: 100%; height: 40px;
	text-align: left;
	background: #fff;
}		
.pictureHolder .content .details {
	display: none;
	border-top: 1px solid #333; padding: 2px;
}
div.pictureHolder .content .details p.description { 
	display: none; 
	float: left; 
}
div.pictureHolder .content .details .nav { 
	display: block; 
	float: right; 
}
.pictureHolder .content .details .nav p { 
	margin: 0 5px;
	float: left;  
}
.pictureHolder .content .details .nav a.arrow_previous,
.pictureHolder .content .details .nav a.arrow_next {
	margin-top: 3px;
	float: left;
	width: 8px; height: 9px;
}
.pictureHolder .content .hoverContainer {  
	position: absolute; z-index: 9999;
	top: 20px; left: 20px;
	width: 100%;
	opacity: 0.8; filter: alpha(opacity=80); background: url(../images/pixel.gif);
}
.pictureHolder .content .hoverContainer p { 
	display: none;
	margin-top: 25.4%;
	color: #fff;
	font-size: 2em; 
	font-weight: bold; 
	text-align:center; 
	line-height: 2em;
}
.pictureHolder .content a.next {
	position: relative; z-index: 9999;
	display: block; float: right;
	width: 49%; height: 100%;
	background: url(../images/btnNext.gif) 10000px 50% no-repeat;
}
.pictureHolder .content a.previous {
	cursor: pointer;
	display: block;
	width: 49%; height: 100%;
	background: url(../images/btnPrevious.gif) 10000px 50% no-repeat;
	
}
.pictureHolder .content a.expand,
.pictureHolder .content a.contract {
	position: absolute; z-index: 20000;
	top: 30px; right: 30px;
	cursor: pointer;
	display: none;
	width: 20px; height: 20px;	
}
.pictureHolder a.close {
	position: absolute; z-index: 20000;
	top: -10px; right: -10px;
}
.pictureHolder .loaderIcon {
	display: none;
	position: absolute;
	top: 50%; left: 50%;
	margin: -12px 0 0 -12px;
	width: 24px; height: 24px;
}
.pictureHolder #fullResImageContainer { 
	width: 100%; 
	text-align: center; 
}
/* END photo viewer */

/* tooltips */
#tooltip {
	padding: 5px;
	position: absolute;
	z-index: 9999;
	font-size: 1.0em;
	color: #eee;
	background-color: #333;
}
#tooltip a { color: #fff; }
/* END tooltips */