/*

Copyright Lemon Slice Design 2008
Author: Simon MacDonald

*/

/* ========================================================== */
/*  	Base Rules for the page 
/* ==========================================================*/


body
{
	color: #000;
	background-color: #fff;
	font-size: 100%;
	margin: 0;
	padding:0;
}

img
{
	display:block;
}
a:link
{
	color: #0066CC;
	background-color: transparent;
	text-decoration: none;
}
a:active
{
	color: #0066CC;
	background-color: transparent;
	text-decoration: none;
}
a:visited
{
	color: #0066CC;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #CC3399;
	background-color:transparent;
	text-decoration: none;
}
p, td, ul, li, ol, h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1
{
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}
h2
{
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}
h3
{
	font-size: 1em;
	font-weight: normal;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}
p
{
	margin-top: 0;
	margin-bottom: 0.6em;
	text-align:left;
	font-size: 0.85em;
	line-height: 1.5;
}
/* ========================================================== */
/*  	Rules for  the main page wrapper structures
/* ==========================================================*/

div#logo
{
	float:left;
	margin: 0;
	width:34.7em;
	height: 45px;
	padding-top: 1.4em;
	padding-bottom: 1.4em;
	padding-left: 1.4em;
	padding-right: 1.4em;
	background-color: #000000;
	border-right-width: 0.05em;
	border-left-width: 0.05em;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
/*  	Rules for  the page main content */ 

div#header {display:none;}
div#navwrapper{display:none;}
div#content
{
	float:left;
	width: 22.5em;
	min-height:23em;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-align: left;
	line-height: 1.5;
}

div#sidebar
{
	width: 11em;
	margin: 0 0 0 390px;
	padding-top: 0;
	padding-right: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 0.9em;
	text-align: left;
	line-height: 1.5;
	font-style: italic;
}
div#footer
{
	clear:both;
	width: 37.5em;
	height:	1.3em;
	background-color: #000;
}


div#footer p
{
	font-size: 0.7em;
	line-height: 1.5;
	color:	#fff;
	text-align:	center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ========================================================== */
/*  	Other Rules for  the page 
/* ==========================================================*/
#content ul
{
	margin-top: 0;
	margin-bottom: 10px;
	text-align:left;
	font-size: 0.85em;
	line-height: 1.5;
}
/*===============================================================*/	
/* Light box */
/*===============================================================*/	
.gallery
{
	float:left;
	width: 350px;
}
.gallerytext
{
	float:left;
	width: 200px;
	padding:5px;
}
.gallerythumbs
{
	margin-left: 210px;
	width: 120px;
	padding:0.3em;
}
.thumbnail
{
	position: relative;
	z-index: 0;
}
.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span
{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 0.3em;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0.125em;
}
.thumbnail:hover span
{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 4em;
	left: 4em; /*position where enlarged image should offset horizontally */
	position: fixed;
}
