﻿/*

Style Sheet for golightly.com
(c) 2007 Dave Mills

Set to fit the site within an 800px wide browser window

================================================*/ 
	
li		{ font-size: 100%; color:#222; font-style: normal; font-weight: normal; text-align:left;line-height: 1.2;}
	
p		{ font: 100% Georgia, Times New Roman, Times, serif; color:#222; font-style: normal; font-weight: normal; text-align:left;line-height: 1.2;}
p.clear		{ clear:both}
p.small {font-size: 90%}

h2 {
	color: #284C00;
	background-color: #ddd;
	font-size: 1.0em; 
	line-height: 1.0em;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 4px 4px 4px 10px;
	}

h3 {
	color: #284C00;
	background-color: #ddd;
	font-size: 0.90em; 
	line-height: 0.90em;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 4px 4px 4px 10px;
	}
h4 {
	color: #006;
	background-color: #ddf;
	font-size: 0.90em;
	line-height: 0.90em;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 4px 4px 4px 10px;
}

/* Links 
================================================*/ 
a {
  text-decoration:none;
  }

a:hover {
  color:#0C0;
  }

a.imglink:visited {border:none;} 
a.imglink:link {border:none;} 
a.imglink:hover {background:transparent;} 

/* Overall page layout
================================================*/
div		{ border: none;}

html 	{
		margin: 0;
		padding: 0;
		height: 100%;
}

body { 
	font: small serif;
  margin: 0px; 
	padding: 0px; 
	line-height: 14px;
	color: #000;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	text-align: center; }
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */


/* start of the real css */

/* basic elements */
body { 
	color: #444; 
	background-color: #edf6e3;
 	background-image: url("../700_28.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px; 
	line-height: 14px;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left;
  	margin: 0px; 
	padding: 0px;
	}
	
#wrapper {
		width: 700px;
		margin: 0 auto;
		min-height:334px;
		padding: 10px 20px 5px 20px;
}

#content  { /* Parent Wrapper for inside boxes */
/* border: 0;
*/ display: inline; /* IE Hack */
 width: 700px;
 margin-top:10px;float: left;
 min-height: 370px;
background:url(/images/opaque.png);
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url("../images/formbg.gif") repeat-x left top;
}

/* Navigation, common for all pages
================================================*/ 


/* adding the hover state */

#navlist {
  list-style-type:none; 
  margin:15px 0 0 0;padding-left:0px;
 }

#navlist li {
font: 0.85em Georgia, Times New Roman, Times, serif; color:#222; font-style: normal; font-weight: normal;
text-align:left;line-height: 1.2;
  }

/* Page Style for pages with two main columns and a left nav bar (index.html only)
================================================*/	
#header {
	background:url("../images/logo.jpg") no-repeat;
	width: 700px; height:299px;
	float: left;
}
#bischeader {
	background:url("../images/bischeader.jpg") no-repeat;
	width: 700px; height:238px;
	float: left;
}
#nimbusheader {
	background:url("../images/nimbusheader.jpg") no-repeat;
	width: 700px; height:238px;
	float: left;
}
#tbirdheader {
	background:url("../images/tbirdheader.jpg") no-repeat;
	width: 700px; height:202px;
	float: left;
}
#ivorheader {
	background:url("../images/ivorheader.jpg") no-repeat;
	width: 700px; height:238px;
	float: left;
}
#merlonheader {
	background:url("../images/merlonheader.jpg") no-repeat;
	width: 700px; height:166px;
	float: left;
}
#deedeeheader {
	background:url("../images/deedeeheader.jpg") no-repeat;
	width: 700px; height:214px;
	float: left;
}
#elheader {
	background:url("../images/elheader.jpg") no-repeat;
	width: 700px; height:197px;
	float: left;
}

#pupheader {
	background:url("../images/pupheader.jpg") no-repeat;
	width: 700px; height:188px;
	float: left;
}

h1	{ font-family: Georgia, Times New Roman, Times, serif; font-size: 1.8em; line-height: 1.8em;font-weight: bold; color: #FFF;
		padding:10px;border:10px;background-image:url("../images/opaque30.png");}


#header-pg2 {
	background:url("../images/headp2.jpg") no-repeat;
	width: 700px;
	float: left;
}
#header-pg2 h1		{ font-family: Georgia, Times New Roman, Times, serif; font-size: 1.8em; line-height: 1.8em;font-weight: bold; color #284C00;
		padding:10px;background-image:url("../images/opaque30.png");}

#singlecolumn { /* Parent Wrapper for inside boxes */
 border: 0;
 margin: 5px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 700px;
 float: left;
}

#centercolumn { /* Parent Wrapper for inside boxes */
 border: 0;
 margin: 5px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 500px;
 float: left;
}

#rightcolumn {
 margin: 5px 5px 0px 15px;
 padding: 6px;
 display: inline; /* IE Hack */
 width: 150px;
 float: left;
 border: 0;
 }	

#article {
 	width: 485px;
	border: 1px solid #aaa;    
	background-color: #fff;	
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 20px 10px;
	}

#guide {
 	width: 150px;
	border: 1px solid #aaa;    
	background-color: #fff;	
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 20px 10px;
	}
#guide p {
font-size: 0.85em;
}

#image {
 	width: 450px;
	border: 1px solid #aaa;    
	background-color: #fff;	
	padding: 5px;
	float:none;
	}

#image p {
	font-size: 0.85em;
	text-align:center;
}

#image img {
	float:	none;
}

#footer {
	background-image:url("../images/opaque.png");
	width: 700px;
	margin: 0px 5px 0px 0px;
	display: inline; /* IE Hack */
	padding: 0 5px 0 5px;
	float: left;
	line-height:1.5em;
}
#footer p {
	font: 75% Arial, sans serif;
	text-align:right;
}
/*========= navbar ========= */

#nav {
	font: 100% Arial, sans serif;
	width:700px;height:22px;height:1.6em;background-color:#474;
/*	background:url("../images/navbkg.gif") repeat-y; */
	}
#nav a, #nav a:link, #nav a:visited {
		background:#474;
		color:#FFF;
		padding:3px 20px 3px 20px;
		display:block; 
		text-align:center;
		line-height:15px; 
		overflow:hidden; 
		float:left;
}
#nav a:hover {
	background:#6b6;
}

