/* -------------------------------------------
project:	Skye Swimwear (print)
date:		2008/11/09
------------------------------------------- */

html {
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #555;
	font: 62.5%/1.25 Arial, Helvetica, sans-serif;
}
textarea, input, select, option, optgroup, button {
	font: 1em Arial, Helvetica, sans-serif;
}
/* RE-SETS
------------------------------------------- */
* {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
li, dt, dd, p, th, td, caption {
	font-size: 1.2em;
}
ul, ol, dl {
	margin-bottom: 12px;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
p {
	margin-bottom: 12px;
}
li *, li p, li li, dt *, dd *, p * {
	font-size: 1em;
}
fieldset, img {
	border: none;
}
button {
	overflow: visible;
}
legend {
	display: none;
}
pre {
	font: 1.1em "Courier New", monospace;
	white-space: pre-wrap;
}
a {
	color: #630707;
	text-decoration: none;
}
.structural-label {
	display:  none;
}
/* HEADINGS
------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px;
	color: #600;
	font: bold 2.4em Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
/* LAYOUT
------------------------------------------- */
#nav, #thumbs-menu, #thumbs {
	display: none;
}
/* ELEMENTS
------------------------------------------- */
table {
}
th, td {
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
td li {
	list-style: none;
	display: inline;
}
td ul {
	margin: 0;
	padding: 0;
}
body.links ul {
	margin: 0;
	padding: 0;
}
body.links li {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
