/* Global Styles */

body {
	background-color: Black;
	margin:0px;
	background-image: url(images/ian_cairnie_logo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
	
body.home {
	background-color: Black;
	margin:0px;
	}
	
.logo{
	background-image: url(images/ian_cairnie_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
	
hr {
	height:1px; 
	color: #FFEFD5;
	border: none;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}
	
a {
	font:11px arial;
	color: #FFEFD5;
	text-decoration:none;
	}
	
a:hover {
	font:11px arial;
	color: White;
	text-decoration:none;
	}
	
a.grey {
	font:11px arial;
	color: #DCDCDC;
	text-decoration:none;
	}
	
a.grey:hover {
	font:11px arial;
	color: #FFF8DC;
	text-decoration:none;
	}
	
.tableborder{
	border: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #FFEFD5;
}

.bgcolour{
background-image: url(images/FFEFD5_1x1_spacer.gif);
background-repeat: repeat-x;
background-position: center;
}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #DCDCDC;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:11px arial;
	color: White;
	line-height:16px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.tagline	{
	font:12px arial;
	color: White;
	letter-spacing:.2em;
	margin-top:0px;
}
	
.pageName{
	font:22px arial;
	color: #FFEFD5;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	
/* BEGIN RED GRADIENT BACKGROUND IMAGES */
.pagebg {
	background-image: url(images/pagebg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.pgbgbrush {
	background-image: url(images/pagebg_with_wet_brush.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.pgbggoldline {
	background-image: url(images/pagebg_with_gold_line.jpg);
	background-position: left;
	background-repeat: repeat-x;
}

.brushsep {
	background-image: url(images/artists_brush_sep.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
/* END RED GRADIENT BACKGROUND IMAGES */

.pagebggreen{
background-color: transparent;
}

.greenbgbrush{
	background-image: url(images/single_brush_greenbg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.greenbgbrusha{
	background-image: url(images/angled_single_brush_greenbg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.greenbgline{
	background-image: url(images/single_line_greenbg.jpg);
	background-repeat: repeat-x;
}

.greenstrip{
	background-image: url(images/green_bg_strip.jpg);
}


.border{
	border-color: #FFEFD5;
	border-style: dotted;
}


/* Lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

