
/* Altered for lead-up to Valentines day, 2007
   bq - 12/1/07
 */

html body
{
	margin: 0 0 0 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: center;
	background-color: #fff;
}

#container
{
	margin: 0px auto;
	padding: 0;
	width: 760px
	background-color: #fff;
	display: block;
	border: 1px solid #999;
	border-top: none;
	text-align: left;
}

#logo
{
	position: absolute;
	top: 15px;
	left: 15px;

}

#navcontainer
{
	display: block;
	margin: 0;
	padding: 0;
	height: 130px;
	width: 100%;	
	overflow: hidden;
	border-bottom: 1px solid #999;
	background-color: #ffc;
	background-image: url(../img/banner.jpg);
	margin-bottom: 0px;
}

#navcontainer ul
{
	padding-left: 140px;
	margin-top: 55px;
	margin-left: 0px;
	border: 3px solid #fff;
	border-left: 0px;
	border-right: 0px;
	background-color: #69f;
	color: White;
	float: left;
	text-align: right;
	width: 100%; 
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	background-color: #fff;
	color: #69f;
}

#content
{
	margin: 0px 20px 0px 150px;
	padding: 0px;
	text-align: left;
	font-family: serif;
	font-size: 12pt;
}

#content h2
{
	color: #ff6c00;
	border-left: 7px solid #ffc900;
	padding-left: 7px;
	font-weight: bolder;
	/*clear:right;*/
}

#content h3
{
	color: #ff6c00;
}

div.pageheading
{
	float: right;
	margin: 0px 15px 5px 0px;
}

h1
{
	color: #abf;
	text-align: right;
	font-size: 35pt;
	font-style: italic;
	border-right: 4px dotted #bcf;
	padding-right: 10px;
	margin-right: 15px;
	margin: 0px 15px;
	float: right;
}

#content p
{
	line-height: 1.6;
	clear: right;
}

.entryfooter
{
	font-size: 12px;
	margin-top: -18px;
	color: #ff6c00;
}

.strong 
{
	font-weight: bold;
}

#content ol li
{
	margin-bottom: 10px;
}

.boxed 
{
	border: 1px dashed #f90;
	background-color: #fed;
	padding: 10px;
	text-align: left;
}


a img 
{
	border: 0;
}

#leftcol
{
	margin: 0px;
	padding: 0px;
	float: left;
}


#leftcol h3
{
	color: #89f;
	text-align: left;
	font-size: 15pt;
	font-style: italic;
	font-family: serif;
	border-left: 5px dotted #bcf;
	padding-left: 10px;
	margin-right: 0px;
	margin: 10px 0px 10px 0px;
}

#footer
{
	border-top: 1px solid #999;
	background-color: #88f;
	color: #fff;
	font-size: 10pt;
	width: 100%;
	clear: both;
}

#footer p
{
	font-size: 8pt;
	margin: 0px 6px;
	text-align: right;
}

#footer a:link, #footer a:visited
{
	text-decoration: none;
	color: #dcf;
}

#footer a:hover
{
	color: #fff;
}

/*** CATALOGUE NAV ***/

#navcontainer_cat { width: 130px; }

#navcontainer_cat ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer_cat a
{
display: block;
padding: 3px;
width: 120px;
background-color: #88f;
border-bottom: 1px solid #ddd;
font-weight: bold;
}

#navcontainer_cat a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer_cat a:hover
{
background-color: #87ceeb;
color: #fff;
}


/*** GALLERY ***/


.gallery a:link, .gallery a
{
border: 1px solid #000;
background-color: #ddf;
width: 110px;
height: 11em;
font-family: sans-serif;
font-size: 10pt;
text-align: center;
text-decoration: none;
color: #000;
padding: 10px;
float: left;
margin: 1em;
margin-bottom: 0;
margin-left: 0;
cursor: hand;
}

.gallery a:hover 
{
background-color: #fe9;
width: 110px;
}

.gallery img
{
border: 1px solid #aaf;
}

.gallery
{
	width: 100%; /*500px;*/
	height: 1%;
	/*border: 1px solid #555;*/
	clear: right;
	margin: 5px;
	padding: 5px;
}

/* Hides from IE-mac \*/
* html .hollyhack {width: 500px;}
/* End hide from IE-mac */

img.card
{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	border: 1px dashed #aaf;
	padding: 3px;
}

