/*--------------------
Main CSS
--------------------*/

/* =LAYOUT (Hidden from IE5.x/MAC using ') */
@import 'layout.css';

/* =COLOURS */
body { background: #333;}

.content_wrapper a:link, a:visited {color: #C1C4A2;}
.content_wrapper a:hover, a:active, a:focus {color: #C1C4A2;}
.content_wrapper { color: #fff; }

div#nav a {color: white;}

/* =TYPOGRAPHY */
html { font-size: 100.01%; }
body {font: 62.5% "Trebuchet MS", Verdana, Arial, sans-serif;}
a:hover, a:active, a:focus {text-decoration: underline;}
h1 {font-size: 2.4em;}
h2 {font-size: 1.8em; padding: 0 0 .1em;}
h3 {font-size: 1.4em; margin: 0 0 .1em;}
#content h3 {margin-top: 1.5em; }
h4 {font-size: 1em;	font-style: italic;}
/* p {font-size: 1.2em;} */
dl {
	margin: 0;
}
dl dt {
}
dl dd {
	margin: 2px 0 5px;
}

div#nav {font-size: 1.2em;}
div#nav a {text-decoration: none;}
div#nav a:hover {text-decoration: underline;}
* html #nav a:hover {text-decoration: none; }
div#content a.lftflt {font-size:10px; line-height: 1.25em;}
div#content .section dt {
	padding: 0 10px 0 0;
}
/*div#content .section .description {
	font-size: .9em;
}
*/
div#content .section dd {
}
div#content .section dl {margin: 0 0 0 10px;}
div#content .section dl dt {
}
.section .name { font-size-adjust: inherit; font-size: 1em;  }
/*div#content .section .item {
	font-size: 1em;
}
*/
div#content .section dl dd {
	margin-left: 25px;
}
div#content .section dl dt .itemprice,
div#content .section dl dt .location {
}
/*div#sidebar p {
	font-size: 1.1em;
	line-height: 1.25em;
	margin: 0 0 .5em;
}
div#sidebar ul {
	font-size: 1.1em;
}
div#sidebar address {
	font-size: 1.1em;
}
div#footer p {font-size: 1em;}
*/
.content_wrapper a.lightwindow {
	width: 100%;
	text-align: center;
	margin: 3px 0;
	display: block;
}
.content_wrapper a.lightwindow_hidden {
	display: none;
}
.content_wrapper img.photo_gallery_photo {
	margin: 3px;
}
/*
#content div {
	font-size: 1.2em;
	display: inline;
}
*/
#content div.editable_slot {
	display: block;
}
#content p img {
	margin: 5px;
}

font[size=1] {
	font-size: 8px;
}
font[size=2] {
	font-size: 9px;
}
font[size=3] {
	font-size: 10px;
}
font[size=4] {
	font-size: 12px;
}
font[size=5] {
	font-size: 14px;
}
font[size=6] {
	font-size: 16px;
}
font[size=7] {
	font-size: 18px;
}
