/* css style sheet for Linda Sallnow - www.linsallnow.co.uk */
/* created by Isabelle Jackson - http://www.isabellejackson.co.uk*/

/*
================= Colours ============================
DARK GREY: #333333
MID GREY: #999999
SILVER: #cccccc

-- new color scheme - December 2008 -----
DARK BLUE: #120f21
LIGHTER BLUE (background): #252566
BURNT ORANGE (for links and name): #EA5A1C

-- new color scheme - November 2013 -----

DARK GREY :#696969

*/


html {width:100%;font-size:101%;}

body  {font-family: Arial, Helvetica, sans-serif; color: #3333333; font-size: 75%; background-color: white; background-image: url(../linsallnow_images/linsallnow_bgGradient.jpg); background-repeat: repeat-x;}

a:link, a:visited, a:active {color: #333333;}

a:hover {color: #EA5A1C;}

a {text-decoration:none;}

.menu {list-style: none; line-height: 2em; margin: 0; padding: 5px; font-size: 1.4em; color: black;}

img {border: none;}

.clear {clear: both;}

.floatLeft {float: left;}

.floatRight {float: right;}

.allMargins {margin: 8px;}

/*======= divs =========*/

#wrapper {width: 1000px; min-height: 500px; margin: 30px auto 0 auto; padding: 0; background-color: white;}

#header {padding: 0; margin: 0;}

#menu {float: left; width: 230px; margin: 0;}

#mainTextArea {float: left; width: 760px; margin: 0; padding: 0;}

#galleryBox {
	border-left: 1px solid #ccc; padding: 0 20px; min-height: 500px;
}

#footer {margin: 0; width: 1000px; padding: 0;}

/*----------------------*/

h1 {font-weight: normal; font-size: 3em; color:#ccc; text-align: left; float: left; padding: 10px;}

h2 {font-style:italic; font-weight:normal; font-size:2em; color:#696969; text-align:right; float: right; padding: 0 10px 0; margin: 0;}

h3 {font-weight: normal; font-size: 1.4em; color:999999; text-align: left; margin-left: 20px;}

.paraheading {font-style:normal; font-weight: lighter; font-size: 1.4em; color:#ccc; text-align: left; padding: 10px;}



.pagetitle {font-size: 2.6em; color: #ececec; font-weight: lighter;}

p {padding: 2px 0 2px 5px; text-align:left;} 

.caption {line-height:100%; font-size:.8em; font-style:italic; color: inherit; text-align:center;}

.copyright {text-align: right; float: right; font-size: .8em; padding: 5px 0; margin-right: 40px;
}
.email {font-size: .8em; float: left; text-align: left; padding: 5px;}

.quote {
	padding: 15px 20px 20px 0; margin: 0; line-height: 1.6em; color: #999999; border-bottom: 1px solid #ccc; text-align: right;
}



.sallnow {color: #696969;}

.listing {
	list-style: circle; list-style-position: outside; line-height: 1.8em; margin: 5px 40px; font-size: .9em;
}

.noBullet {
	list-style: none; line-height: 1.8em; 
}

/* ======================== LIGHTBOX ===============================*/

#lightbox{
	position: absolute;
	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(../linsallnow_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(../linsallnow_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../linsallnow_images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#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: 800px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

/*--------------------------------------------------------------------*/

.jaketag { display:none;}