/*
First do the AI default styles
*/

/* In strict mode, the viewport is auto - as much as needed so change it */

html, body {
	height: 100%;
}

/* Default page and font stuff */

body {
	padding: 0;
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	text-align: center;
}

body, p, td, ol, ul, li, dl, dt, dd, blockquote, h1, h2, h3, h4, div {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

textarea, pre, tt, code, kbd, samp {
	font-family: monospace;
	font-size: 12px;
}

/* Default alignment */

p, td, ol, ul, li, dl, dt, dd, blockquote, div {
	text-align: left;
	font-weight: normal;
}

td {
	vertical-align: top;
}

li {
	vertical-align: middle;
	line-height: 1.2em;
}

/* Heading styles */

h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

/* White space rules */

h1, h2, h3, h4, p, ul, ol, blockquote, hr, .para, .form, table.gallery, .nav, .mag {
	padding: 0;
	margin: 0;
	margin-bottom: 0.6em;
}

li {
	padding: 0;
	margin: 0;
	margin-bottom: 0.4em;
}

p + h2, ul + h2, table + h2, div + h2, blockquote + h2, hr + h2 {
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

p + h3, ul + h3, table + h3, div + h3, blockquote + h3, hr + h3 {
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

p + h4, ul + h4, table + h4, div + h4, blockquote + h4, hr + h4 {
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}

ul, ol, dd {
	margin-left: 2em;
}

blockquote {
	font-style: italic;
	margin-left: 1em;
	margin-right: 1em;
}

span.author {
	font-style: italic;
	font-size: 90%;
	font-weight: bold;
}

/* Other misc stuff */

hr {
	height: 1px;
	border: none;
	color: #000000;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #C73212;
}

a:hover {
	text-decoration: underline;
	color: #C73212;
}

a:link.current, a:visited.current, a:active.current {
	text-decoration: none;
	color: #C73212;
}

a:hover.current {
	text-decoration: underline;
	color: #C73212;
}

/* Some default useful classes */

.highlight {
	color: #FF0000;
}

div.img-right, div.img-left, div.img-center, .img {
	margin-bottom: 0.8em;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.img {
	padding-left: 10px;
	padding-right: 10px;
}

div.img-right {
	float: right;
	clear: right;
	margin-left: 10px;
}

div.img-right img, div.img-left img, div.img-center .img {
	margin-bottom: 0.4em;
}

div.img-left {
	float: left;
	clear: left;
	margin-right: 10px;
}

div.img-center {
	margin-left: auto;
	margin-right: auto;
}

table.form {
	margin-bottom: 0.3em;
}

table.form td {
	padding: 0 0.5em 0.5em 0;
}

input, select, textarea, div.button {
	border-color: #CBC9BB;
	background: #FFFFFF;
	color: #2D2D2D;
	border-width: 1px;
	border-style: solid;
}

input, textarea {
	padding-left: 3px;
	padding-right: 3px;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border-color: #CBC9BB;
	background: #D8C88A;
	color: #C73212;
	font-weight: normal;
	margin-right: 10px;
}

.nav {
	font-size: 11px;
}

.inline {
	display: inline;
	vertical-align: bottom;
}


.block {
	display: block;
}

img.fixpng {
	behavior: url("/fixpng.htc");
}

/*
Now do the site specific styles
*/

html, body {
	height: auto;
}

/* Customise the colours */

body {
	background-color: #FFFFFF;
}

body, p, td, ol, ul, li, dl, dt, dd, blockquote, h1, h2, h3, h4, div {
	color: #231F20;
	font-size: 11px;
}

p {
	line-height: 11px;
}

h1 {
	margin-bottom: 15px;
}

h2, h3, h4 {
	color: #231F20;
}

h1 {
	font-size: 17px;
	color: #AF0F6E;
	font-family: "Times New Roman", Times, serif;
	font-wieght: bold;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
	font-style: italic;
}

h4 {
	font-size: 10px;
	font-style: italic;
}

blockquote {
	font-style: italic;
}

a:link, a:visited, a:active {
	color: #AF0F6E;
	text-decoration: none;
}

a:hover {
	color: #AF0F6E;
	text-decoration: underline;
}

.highlight {
	color: #AF0F6E;
}

input, select, textarea, div.button {
	border-color: #1B1C20;
	background: #F0F0F0;
	color: #1B1C20;
}

input.button /* , input[type="button"], input[type="submit"], input[type="reset"] */ {
	border-color: #1B1C20;
	background: #AF0F6E;
	color: #FFFFFF;
	font-weight: bold;
}

table.form tr {
	height: 2em;
}

div.form {
	width: 341px;
	margin-top: 25px;
}

table.form td.tdl {
	white-space: nowrap;
}

/* Page layout styles */

#str-Container {
	position: absolute;
	left: 50%;
	margin-left: -386px;
	width: 772px;
	text-align: center;
	padding: 40px 0 40px 0;
}

#str-Logo, #str-Border {
	border: 1px solid #A7A9AC;
}

#str-Logo {
	width: 214px;
	height: 60px;
	margin: 0 auto 25px auto;
	text-align: center;
}

#str-Logo img {
	margin-top: 15px;
}

#str-Menu, #str-MenuSpl {
	height: 13px;
	text-align: center;
	margin-bottom: 6px;
	line-height: 1px;
	font-size: 1px;
	white-space: nowrap;
}

#str-Menu div.str-MenuItem, #str-MenuSpl div.str-MenuItem {
	display: inline;
	vertical-align: bottom;
	margin: 0 14px 0 14px;
	height: 13px;
	line-height: 1px;
	font-size: 1px;
}

#str-Menu img, #str-MenuSpl img {
	vertical-align: bottom;
}

#str-BoxSmall, #str-BoxLarge {
	position: absolute;
	left: 50%;
	background-color: #AF0F6E;
}

#str-BoxSmall {
	top: 90px;
	margin-left: 96px;
	width: 22px;
	height: 22px;
}

#str-BoxLarge {
	bottom: 42px;
	margin-left: 365px;
	width: 40px;
	height: 40px;
}

#str-Border {
	width: 770px;
}

#str-Padding {
	margin: 40px;
}

#str-Footer {
	text-align: center;
	color: #A7A9AC;
	font-size: 14px;
	margin-top: 5px;
}

#str-Footer span {
	margin-left: 45px;
}

#str-Footer a:link, #str-Footer a:visited, #str-Footer a:active {
	color: #A7A9AC;
	text-decoration: none;
}

#str-Footer a:hover {
	color: #A7A9AC;
	text-decoration: underline;
}

#str-ContentImage, #str-GallPreview {
	position: absolute;
	top: auto;
	right: 40px;
	width: 450px;
	height: 340px;
}

#str-ContentImage img, #str-GallPreview img {
	display: block;
}

#str-GallLink {
	position: absolute;
	bottom: 0;
	left: 3px;
	font-size: 12px;
}

#str-GallLink a:link, #str-GallLink a:visited, #str-GallLink a:active {
	color: #AF0F6E;
	text-decoration: none;
}

#str-GallLink a:hover {
	color: #AF0F6E;
	text-decoration: underline;
}

#str-Content {
	position: relative;
	width: 208px;
	min-height: 340px
}

#str-ContentProp {
	float: left;
	width: 1px;
	height: 332px;
}

#str-ContentPropClear {
	clear: left;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#str-Content.str-ContentGall {
	width: 690px;
}

/* Gallery pages */

#str-GallPreview img {
	margin: auto;
}

#str-GallSlideshow {
	position: absolute;
}

#str-GallThumb {
	height: 339px;
}

#str-GallThumb td {
	padding-bottom: 17px;
}

#str-GallThumb td.gall_l {
	padding-right: 17px;
}

#str-GallThumbsNav, #str-GallSlideshow {
	position: absolute;
	bottom: 69px;
}

#str-GallThumbsNav {
	color: #AF0F6E;
}

#str-GallSlideshow {
	right: 40px;;
}

#str-GallThumbsNav img.left {
	margin-right: 5px;
}

#str-GallThumbsNav img.right {
	margin-left: 4px;
}

/* Gallery admin pages */

#str-GallAdmin td {
	padding: 0 8px 0 8px;
}

#str-GallAdmin img {
	display: block;
}

#str-GallAdmin td.gall_l {
	padding-left: 0;
}

#str-GallAdmin td.gall_r {
	padding-right: 0;
}

#str-GallAdmin div.gallnav {
	text-align: center;
	margin: 2px 0 12px 0;
}

/* Contact page */

#str-ContactCopy {
	position: absolute;
	bottom: 0;
	font-size: 10px;
	line-height: 11px;
}
