/* ---------------------------------------------------------
Ryburn ImageWorks Photo Gallery Site

	version: V1.3 13/07/07
	author:  Andy Coulson
	
	V0.7: Incorporates Highslide JS Script to handle viewing large Images
	V1.0: Tidied up, Validated with W3C and styles modified to suit tabular layout of Thumbnails
	V1.1: Sorted out Menu Styling so Current and Visited work.  Also Included current page highlighting
	V1.2: Included Prev/Next Overlay for compatible browsers
	V1.3: Reorganised for Multilevel Menus using "Son Of Suckerfish" Javascript Pop ups
	
	Todo:
	1. Rationalise colour declarations and move up under * or body
	
----------------------------------------------------------*/


/* common styling */
* {
    color: #fcbc27;
    font-family: "California FB", "Bitstream Charter", serif;
   }

body {
	margin: 0;
	padding: 0;
	background-color: #80775f;
}

h1 {
	font: bold oblique 180% "Kristen ITC", "Bitstream Vera Sans", Arial, sans-serif;
	color: #fcbc27;
	background-color: transparent;
}

h2, caption {
	font: bold oblique 120% "Kristen ITC", "Bitstream Vera Sans", Arial, sans-serif;
	color: #fcbc27;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	background-color: transparent;
}

h3, th {
	font: bold oblique 100% "Kristen ITC", "Bitstream Vera Sans", Arial, sans-serif;
	color: #fcbc27;
	padding-bottom: 10px;
	text-align: center;
	background-color: transparent;
}


table {
	border-collapse:collapse;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%; /*stretch table to fill space*/
	}

th {
	padding-bottom: 0.1em;
	padding-top: 1em;
	border-bottom: 3px solid #605846;
}

td {
	padding-bottom: 1em;
	max-height: 150px;
	max-width: 150px;
	text-align: center;
	}

li {
	list-style-type: none;
	}

/* Fluid Image code for masthead from "CSS Mastery" by Andy Budd see P.238 */
#header .flyer {
	float: left;
  	margin-left: 2%;
 	margin-top: 1.5em;
	width: 98%;
	height: 232px;
	text-indent: -5000px;
  background: url(sitegraphics/StoodleyPano.jpg) no-repeat center left;
  }

#header .logo {
	float: left;
	position: absolute;
	margin-left: 0.3em;
	}

/* Phark Image Replacement - allows search Engine and Screen Readers to "read" logo */
#header .logo h1 {
  text-indent: -6000px;
  background: url(sitegraphics/Logo.jpg) no-repeat;
  width: 175px; 
  height: 95px;
  }

/*Son of Suckerfish Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#nav {
	list-style: none;
	}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	line-height: 1;
	z-index: 200;
}

#nav a {
	display: block;
	text-decoration: none;
	margin: 0.1em 0.1em 0.1em 0.1em;
	width: 8.8em;
	padding: 0.5em;
	/*border: solid 1px red;*/
}

* html #nav a {
	width: 9.8em;
	w\idth: 8.8em;
	}


#nav li { /* all list items */
	float: left;
	display: inline; /* fix for IE 6 and below double margin bug */
	width: 10em; /* width needed or else Opera goes nuts */
	background-color: #fcbc27;
	border: solid 1px #80775f;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #fcbc27;
	border: solid 1px #80775f;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	border-width: 1px;
	margin: -3em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Menu Ordering LVHA, so hover will overwrite visited */
#navcontainer a:link
{
position: relative;
z-index: 102;
background: #80775F;
color: #FCBC27;
font-weight: bold;
}

#navcontainer a:visited
{
position: relative;
z-index: 102;
background: #A29C7C;
color: #FCBC27;
font-weight: lighter;
}

#navcontainer a:hover { background: #fcbc27; color: #80775F; } 
 
#navcontainer a:active { background: #fcbc27; color: #80775F; }

/* Following highlights the current page in the menu bar */
#Home #navlist .home a,
#Calderdale #navlist .calderdale a,
#Otheruk #navlist .otheruk a,
#Europe #navlist .europe a,
#USA #navlist .usa a,
#prices #navlist .prices a
{ 
	border-bottom: 1px solid /*#80775F*/ red;
	background: #80775f;
	color: #fcbc27;
	font-weight: bolder;
	}

#gallery p {
	text-align: center;
	padding: 0.1em;
	margin: 0;
}

#framemockup {
	float: left;
	display: block;
	background: #ffffed;
	border: 15px solid black;
	padding: 45px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 20px; }

.clear {
	clear: left; }

.return {
	padding-top: 1em; } 
	
/* Id to highlight a box of text eg for front page */
.intro {
  margin: 3%;
  text-align: center;
  background: #605846 url(sitegraphics/lowerleftcorner-trans.png) no-repeat left bottom; }
  
.intro-outer {
   background: url(sitegraphics/lowerrightcorner-trans.png) no-repeat right bottom;
   padding-bottom: 5%; }
   
.intro-inner {
   background: url(sitegraphics/topleftcorner-trans.png) no-repeat left top; }
   
.intro h2, .intro h3{
   background: url(sitegraphics/toprightcorner-trans.png) no-repeat right top;
   padding-top: 5%; }

.intro h2, .intro h3, .intro p{
  padding-left: 5%;
  padding-right: 5%; }

.intro h2 span {
  font: 150% "URW Chancery L", "Lucida Calligraphy", arial, sans-serif;
  }
  
  /* Star HTML hack to hide PNGs from IE 6 and below */
* html .intro {
  margin: 3%;
  text-align: center;
  }
  
* html .intro-outer {
   padding-bottom: 5%; }
   
* html .intro h2, .intro h3{
   padding-top: 5%; }

/* Id to style footer */
.footer {
	text-align: center;
	}
	
.footer p {
	margin: 0;
	padding: 0.1%;
	font: 60% bold;
	}

.footer h2 {
	margin: 0;
	padding: 0.1%;
	font: 100% "California FB", "Bitstream Charter", serif bold;
	}

.footerleft {
	display: block;
	width: 90px;
	margin: 0;
	padding-left: 3%;
	float: left;
	}
	
.footerleft img {
	width: 88px;
	height: 31px;
	border: 0;
	}
	
/*class to style text on pricing page*/
.pricing {
	text-align: left; }
	
/*Classes to Support Highslide Javascript */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

 .highslide-overlay {
	display: none;
}

.highslide img {
	border: 3px solid #605846;
}
.highslide:hover img {
	border: 3px solid gray;
}

.highslide-image {
	border: 5px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    text-align: center;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: #80775f;
}

.highslide-caption b { color: black; }

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
  }
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}



/* Controlbar example */
.controlbar {	
	margin-left: 60px;
	background: url(highslide/graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
	}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

