/* CSS Document */

/*  Custom definitions, for Mainline Scene site

Colours:
	dark grey #241F07
	light grey #EAEAEA
	burgundy red #900

*/

html * {
	border: 0;
	margin: 0;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #241F07;
	}
	
h1 { 
	font-size: 120%;
	border-bottom: 1px solid #900;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}
	
h2 {
	margin-top: 5px;
	font-size: 105%;
	}
	
h3 {
	font-size: 85%;
	color: #900;
	}
	
p, li {
	font-size: 75%;
	}
	
sup {
	font-size: 50%;
	vertical-align: text-top;
	}
	
.border {
	border: 2px double #241F07;
	}
	
.clear {
	clear: both;
	}
	
.clearright {
	clear: right;
	}
	
.clearleft {
	clear: left;
	}

.thumb {
	background: #241F07;
	margin-top: -3px;
	margin-left: -3px;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#900;
	}
	
a:visited {
	color:#900;
	}
	
a:hover, a:focus, a:active {
	background: #900;
	color: #fff;
	}

#center a.more, #news a.more {
	padding-right: 15px;
	background: transparent url(../gfx/arrow.gif) no-repeat bottom right;
	}
	
#center a:hover.more, #news a:hover.more,
#center a:focus.more, #news a:focus.more  {
	padding-right: 15px;
	background: #900 url(../gfx/arrow_white.gif) no-repeat center right;
	}
	
a.extlink {
	background: url(../gfx/ext_link.gif) no-repeat center right;
	padding: 0 30px 0 0;
	}
	
a:hover.extlink, a:focus.extlink {
	background: #900 url(../gfx/ext_link_hover.gif) no-repeat center right;
	text-decoration: none;
	}
	
a.next, a.prev {
	border: 1px solid #000;
	float: right;
	padding: 2px 5px;
	margin-top: -20px;
	}

a.next {
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	}

	
/* ______________________________________________________________= Main header styles __ */
	
#header {
	background-color: #EAEAEA;
	margin-top: 0;
	padding-top: 0;
	border-bottom: 2px solid #900;
	}
	
/* Gilder-levin replaces header with image */
#header #sitename {
	width: 1024px;
	height: 80px;
	position: relative;
	}
	
#header #sitename span {
	background: url(../gfx/main_header.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
	
/* _____________________________________________________________________= main wrapper __*/
#wrapper {
	border-left:160px solid #000; /* The width and color of the left column */
	border-right:180px solid #EAEAEA; /* The width and color of the right column */
	background-color:#fff;
	min-width: 620px;
	}
	
/* ____________________________________________________________= main navigation styles __*/
#mainnav {
	font-size: 138%;
	background: #000;
	color: #fff;
	}
	
#mainnav ul {
	list-style: none;
	font-size: 65%;
	}

#mainnav ul li {
	line-height: 2.2em;
	padding-top: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	}
	

#mainnav ul #subnav {
	background-image: none;
	padding-bottom: 0;
	padding-right: 0;
	margin-top: 0;
	background: #000;
	font-size: 140%;
	width: 16.45em;
	}
	
#mainnav #subnav li {
	padding-top: 0.35em 0;
	padding-right: 0;
	line-height: 2.1em;
	margin: 0;
	width: 22em;
	}
	
#mainnav a:link {
	text-decoration: none;
	padding: 5px 0 0 5px;
	color: #fff;
	}
	
#mainnav a:visited {
	text-decoration: none;
	padding: 5px 0 0 5px;
	color: #EAEAEA;
	}

#mainnav a:hover, #mainnav a:focus, #mainnav a:active {
	text-decoration: underline;
	background: #900;
	color: #fff;
	}

#mainnav li:hover, #mainnav li.sfhover {   /* with suckerfish class */
	background: #900;
	}				

/* match wrapper class with main nav elements li items*/	
.home #mainnav #home, 
.showcats #mainnav #showcats,  
.showcats #mainnav #showcats #subnav li,
.cat #mainnav #showcats,
.product #mainnav #showcats,
.aboutus #mainnav #aboutus, 
.morenews  #mainnav #morenews,
.events  #mainnav #events,
.links #mainnav #links {
	color: #fff;
	background: #900;
	}
/* match wrapper class with main nav elements links in li's */	
.home #mainnav #home a, 
.showcats #mainnav #showcats a,  
.aboutus #mainnav #aboutus a, 
.morenews  #mainnav #morenews a,
.events  #mainnav #events a,
.links #mainnav #links a {
	color: #fff;
	background: #900;
	}

	
/* news page doesn't get a main nav match but does hide latest news panel */
.news #news {
	visibility: hidden;
	height: 0px;
	}

/* _________________________________________________________= centre column stuff __*/
#center {
	color: #241F07;
	min-height: 500px;
	}

#center p {
	padding: 0.5em 0;
	text-align: justify;
	margin: 0 1em 0 0;
	}

#center ul, #center ol {
	margin-bottom: 10px;
	}	
	
#center #image1 {
	float: left;
	border: 1px solid #241F07;
	padding: 4px;
	margin: 10px 10px 5px 0;
	width: 200px;
	}
	
#center #image2 {
	float: right;
	border: 1px solid #241F07;
	padding: 4px;
	margin: 5px 10px;
	width: 200px;
	}
	
#center #image1 .caption, #center #image2 .caption {
	font-size: 55%;
	text-align: center;
	font-style: italic;
	clear: both;
	}
.product #center img {
	margin-bottom: 10px;
	}
	
.links dl {
	font-size: 85%;
	padding-left: 0;
	width: 97%
	}
	
.links dd {
	font-size: 85%;
	padding-bottom: 10px;
	}


.events #center ol li {
	list-style: none;
	list-style-position: outside;
	margin-bottom: 10px;
	}	

.events #center ol li em {
	color: #900;
	font-weight: bold;
	background: url(../gfx/microformat.gif) bottom right no-repeat;
	padding-right: 30px;
	}
	
.products, .catlist {
	clear: left;
	padding-top: 10px;
	margin-top: 10px;
	width: 98%;
	font-size: 90%;
	}

.products {
	border-top: 1px solid #900;
	}
		
.products li {
	height: 11em;
	font-size: 65%;
	}

.catlist li {
	height: 13em;
	font-size: 75%;
	}

.products li, .catlist li {
	position: relative;
	float: left;
	text-align: center;
	width: 110px;
	display: inline;
	margin-right: 15px;
	margin-bottom: 0.25em;
	}
	
ul.searchresults li {
	border-bottom: 1px solid #900;
	padding: 5px 0;
	margin: 5px 15px 5px 0; 
	height: 6.5em;
	}
	
.newsstories {
	float: left;
	list-style: none;
	width: 98%;
	padding: 0;
	margin: 10px 0;
	padding-top: 10px;
	font-size: 75%;
	}
	
.newsstories dt {
	padding-left: 30px;
	background: url(../gfx/news_bullet.gif) center left no-repeat;
	}

.newsstories dd {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #900;
	}
	
.newsstories em {
	color: #900;
	font-size: 65%;
	font-style: normal;
	font-weight: bold; 
	}
	
.terms #center ol {
	margin: 5px 20px 5px 30px;
	list-style: outside;
	list-style-type: lower-roman;
	}

/* ______________________________________________________________= rightcol stuff __*/

.rightcol {
	background: #EAEAEA;
	color: #900;
	}

.rightcol h2, .rightcol h3 {
	margin-bottom: 0.25em;
	}	
	
#news p, #news li {
	font-size: 75%;
	margin-bottom: 0.75em;
	line-height: 1.3em;
	}
	
#news li em {
	font-size: 80%;
	color: #241F07;
	}

#searchbar input {
	border: 1px solid #241F07;
	}
	
#searchbar #go {
	background: #900;
	border: 1px solid #241F07;
	color: #fff;
	font-weight: bold;
	width: 3.5em;
	}

#searchbar #go:hover, #searchbar .sfhover2 {
	background: #000;
	color: #fff;
	}
/* ________________________________________________________________= thumbnail styles __*/

.catImg {
	border: 1px solid #241F07;
	padding: 4px;
	margin: 5px 5px 0 0;
	float: left;
	}

.cat #center .catImg {
	margin-bottom: 10px;
	}


.prodImg {
	border: 1px solid #241F07;
	text-align: center;
	padding: 4px;
	}

.catImg:hover, .prodImg:hover {
	background: #fff;
	}

.resultImg {
	margin-top: 5px;
	border: 1px solid #241F07;
	padding: 4px;
	margin: 0 5px 5px 0;
	float: left;
	}

/* ___________________________________________________________________= footer styles __*/

#footer {
	font-size: 65%;
	text-align: center;	
	padding: 0;
	border-left:160px solid #000; /* The width and color of the left column */
	border-right:180px solid #EAEAEA; /* The width and color of the right column */
	border-top: 1px solid #900;
	background: #fff;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	min-width: 620px;
	}
	
#footer ul {	
	list-style: none;
	}
#footer img {
	margin: 10px 0;
	}


/* match wrapper class with footer elements */	
.terms #footer #terms a,
.contact #footer #contact a {
	color: #241F07;
	}
	
#footer #terms a { /* give footer links a bit more air between them */
	margin-right: 20px;
	}
