/* Embedded REBOL Header
-------------------------------------------------------
[REBOL [title: "LGR Stylesheet"
date: 9-May-2004
author: "Christopher Ross-Gill"
rights: http://creativecommons.org/licenses/by-sa/1.0/
history: [3-Nov-2003 "Original Version"]]]
------------------------------------------------------- */

/* Page Style
------------------------------------------------------- */
body * {
	font: 12px/1.4 palatino,book antiqua,dejavu serif,serif;
	font-size: x-small;  /* IE5 */
	voice-family: "\"}\""; voice-family: inherit;  /* Box Model Hack */
	font-size: small;  /* IE6 */
}

html>body * {
	font-size: 14px;
}

body {
	background: #fff url(/styles/lgr/daisies.jpg) no-repeat 52% 45px;
	color: #015; margin: 0;
}

#canvas {
	background: url(/styles/lgr/topgrey.png) repeat-x;
	padding: 0 3em 2em;
}

#page {
	width: 900px; margin: 0 auto; position: relative;
}

#subcol {
	position: absolute;
	text-align: right;
	top: 40px; bottom: 20px; right: 0;
	width: 170px;
}

#content {
	margin: 3em;
}

/* Inline Styles
------------------------------------------------------- */
a {font: inherit; font-weight: bold;}
a:link {color: #369;}
a:visited {color: #429;}
a:active, a:hover {color: #c00;}
label {font: inherit;}
strong {font: inherit; font-weight: bold;}
em {font: inherit; font-style: italic;}

/* Text Styles
------------------------------------------------------- */
h3, h4, h5, p, ol, ul, dl, div.image, div.left-image {
	margin: 0.8em 0 1em;
}

ul, ol {
	margin-left: 0;
	padding-left: 0;
}

li {
	list-style-position: inside;
	max-width: 40em;
	padding-bottom: 0.5em;
}

ul li {
	text-indent: 0;
	list-style-image: url(bullet-arrow.png);
}

dt {
	font-weight: bold;
	margin: 0.3em 0 0;
}

dd {
	margin-top: 0;
	padding-left: 1.2em;
}

blockquote {
	border-left: 1px dotted #015;
	margin: 0.8em 0;
	margin-left: 1em;
	padding-left: 1em;
	overflow: visible;
}

blockquote p {
	font-weight: bold;
	font-style: italic;
	line-height: 140%;
	margin: 0.8em 0; padding: 0;
}

/* Special Styles
------------------------------------------------------- */
dl.note {
	margin: 0 2.1em;
}

dl.note dt {
	background: #eee;
	border: 0 solid #bbb;
	border-width: 1px 1px 0;
	margin: 0 0 -1px;
	padding: 0.1em 0.8em;
	text-transform: uppercase;
}

dl.note dd {
	background: #fff;
	border: 1px solid #bbb;
	font-style: italic;
	margin: 0 0 1em;
	padding: 0.5em 0.8em 0;
}

dl.note blockquote {
	background: transparent;
	border: 0;
	padding: 0;
}

dl.note ul, dl.note li {
	list-style-image: none;
}

ul.links li {
	line-height: 130%;
	list-style: none outside;
	list-style-image: none;
	padding-left: 1.5em;
}

div.indent {
	padding: 0 2.6em;
}

.footnote {
	font-style: italic;
}

/* Header Styles
------------------------------------------------------- */
#maincol h1 {
	color: #369;
	font: bold italic 2.5em/0.7 georgia,dejavu serif,serif;
	padding: 110px 0 0;
	margin: 0 0 20px;
	background: transparent url(/styles/lgr/claws.gif) no-repeat;
}

#maincol h2 {
	color: #369;
	font: bold 1.6em "Georgia";
	margin: 1em 0 0.2em;
}

h3 {
	font-size: 1.1em;
}

h4, h5 {
	font-style: italic
}

h3, h4 {
	font-weight: bold;
}

/* Table Style
------------------------------------------------------- */
table, tr {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: auto;
}

table {
	margin: 4px auto 13px;
}

th, td {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border: 2px solid #ddd;
	margin: 0 2px 2px 0;
	padding: 0.5em 0.5em 0;
	overflow: visible;
	text-align: left;
	vertical-align: top;
}

th {
	background: #eee;
	border: 2px solid #bbb;
	font-weight: bold;
	text-align: center;
}

/* Form Style
------------------------------------------------------- */
form table {
	border: 0; border-collapse: collapse; background: transparent;
}

form table th, form table td {
	border: 0; background: transparent;
}

form table th {
	font-style: italic; font-weight: normal; text-align: right;
}

form dl {
	margin-bottom: -0.4em;
}

form dt {
	clear: right;
	text-align: right;
	margin: 1em 290px 0 0
}

form dd {
	margin: -2em 0 1em 180px;
}

input.field, select, textarea {
	border: 1px solid #ccc;
	padding: 0.3em;
	line-height: 1.2;
}

input.field, textarea {
	width: 99%;
}

* html input.field {
	height: 1.8em;
	line-height: 1;
}

select {
	width: 11.6em;
}

input.button {
	border: inherit;
	margin-left: 180px;
	padding: 0.3em 3em;
	line-height: 1;
	text-align: center;
}

/* Structural Styles
------------------------------------------------------- */
#maincol {
	clear: both;
	padding: 1px 0;
	width: 53%;
}

#footer {
	clear: both;
	border: 1px dotted #015;
	width: 60%;
	padding: 0.2em 3em;
}

/* Custom Styles
------------------------------------------------------- */
.catalogue dt {
	clear: left;
	float: left;
	width: 100px;
	margin: 0; padding: 0;
}

.catalogue dt img {
	border: 1px solid #015;
}

.catalogue dd {
	border-top: 1px dotted #015;
	border-left: 1px dotted #015;
	margin: 1.6em 0 0.8em;
	padding: 0.8em 0 0 112px;
	height: 200px;
	overflow: visible;
}

.catalogue>dd {
	height: auto;
	min-height: 200px;
}

.catalogue h4 {
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	margin-top: 0;
}

.catalogue h5 {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

.paypal {
	float: right;
	padding: 0 0 10px 10px;
}

.splash {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1.5em 0;
	text-align: center;
}

#menu {
	margin: 0;
	line-height: 1;
}

#menu li {
	list-style: none inside;
	padding-left: 10px;
	float: right;
}

#rss-link {
	margin-left: auto;
	margin-top: 20px;
	width: 70px;
	text-align: center;
}

#rss-link a {
	background: #e83;
	border: 1px solid #fff;
	border-color: #e82 #000 #000 #e82;
	display: block;
	font-size: 11px;
	line-height: 120%;
	text-decoration: none;
}

#rss-link a:link, #rss-link a:visited {
	background: #e83;
	color: #fff;
}

#rss-link a:active, #rss-link a:hover {
	background: #f94;
	color: #fff;
}

#maincol div.logo {
	background: url(rainbow.png) no-repeat left top;
	margin: 6em 0 10em;
	height: 129px;
	padding-left: 150px;
}

#maincol div.logo h2 {
	font: 2.4em/1 helvetica,arial,sans-serif;
	text-transform: lowercase;
	padding: 0;
	margin: 1em 0 0;
}

#maincol div.logo h3 {
	font: italic bold 1.8em/1 helvetica,arial,sans-serif;
	text-transform: lowercase;
	padding: 0;
	margin: 0 0 0.8em 3.3em;
}

#maincol div.logo p {
	font: 1em/1.1 helvetica,arial,sans-serif;
	margin: 1em 0;
}

div.image {
	text-align: center;
}

div.image img {
	background: #fff;
	padding: 4px;
	border: 1px solid #369;
	margin-left: auto; margin-right: auto;
}

hr {display: none;}


/* Print Stylesheet
------------------------------------------------------- */
#subcol div.break {
	background: url(/styles/lgr/break.gif) no-repeat 100% 0;
	height: 1px; margin: 0.4em 0; padding: 0;
}

#subcol p {
	margin: 0.8em 0;
}

#subcol a {font-weight: normal;}

/* Print Stylesheet
------------------------------------------------------- */
@media print {
	body {font-size: 11pt; line-height: 135%; margin: 0; padding: 0;}
	h3, h4, h5, p, ol, ul, li, dl, dt, dd, th, td, div.image, div.left-image {line-height: 145%;}
	th, td {font-size: 9pt;}
}
