/* ----------------------------------------------
Site:		Holly Webb
Author:   	william@graphics-plus.co.uk
Version:  	6 September 2006
---------------------------------------------- */


/* ----------------------------------------------
GLOBALS
---------------------------------------------- */
html, body {
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	height:100%; /* fix height to 100% for IE */
}
body {
	background: #efefef;
	color: #000;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:  90%;
	text-align:  center;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, table, th, tr, td, img, form, fieldset, legend, label, input {
	margin:  0;
	padding:  0;
}
img {
	border: 0;
	vertical-align:  middle;
}
p {
	margin: 0.5em 0 1em 0;
	line-height: 1.58em;
}
form, fieldset {
	border: 0;
}
a {
	color:  #000;
}
img.border {
	margin-top:  10px;
	border:  5px solid #BBE431;
}

/* Headings */
h1 {
	font-size:  96%;
	font-family:  Arial, Helvetica, sans-serif;
	line-height:  normal;
	font-weight:  bold;
	text-transform:  uppercase;
	color:  #BBE431;
	letter-spacing:  0.1em;
	margin-bottom:  0.3em;
}
h2 {
	font-size:  90%;
	font-family:  Arial, Helvetica, sans-serif;
	line-height:  normal;
	font-weight:  normal;
	text-transform:  uppercase;
	letter-spacing:  0.1em;
	margin-bottom:  0.3em;
}

/* Lists */
ul, ol {
	padding: 0; 
	margin: 0.5em 0 1em 0;
}
ul {
	list-style: none;
}
li {
	margin: 0 0 .25em;
	padding: 0 0 0 12px;
	line-height: 1.2em;
}
ul li {
	background: url("../images/4.gif") no-repeat 2px .45em;
}
ol li {
	background: none;
	margin: 0 0 0 1.5em;
	padding: 0 0 0 0px;
}

/* Divide/Align */
.seperate-below {
	margin-bottom:  20px;
}
.hide {
	display:  none;
}
.clear {
	clear:  both;
}
.float-right {
	float:  right;
	margin:  0 0 5px 5px;
}
.float-left {
	float:  left;
	margin:  0 5px 5px 0;
}
div.align-center {
	text-align:  center;
}
.one-line {
	display:  inline;
}

/* Misc */
.email-link {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  100%;
	font-weight:  bold;
	color:  #BBE431;
	text-decoration:  none;
	line-height:  1.8em;
}
p.fine-print, ul.credits, ul.vanity {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  78%;
	color:  #000000;
	margin:  0;
}
p.fine-print a {
	color:  #000000;
}
ul.credits li, ul.vanity li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 7px;
		
}

/* ----------------------------------------------
PAGE
---------------------------------------------- */
div#wrapper {
	padding:0;
	margin:0 auto 0 auto;
	position:  relative;
	width:  775px;
	text-align:  left;
	background:  #FFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}
div#header {
	position: relative;
	display:  block;
	height:  25px;
	margin-left: 150px;
	z-index: 1;
}
div#main {
	margin-top: 25px;
	margin-left: 155px;
	padding-bottom: 150px; /* bottom padding for footer */
}
div#content-left-half {
	width:  310px;
	float:  left;
}
div#content-left-third {
	width:  440px;
	float:  left;
}
div#content-right-half {
	width:  265px;
	float:  left;
	margin-left:  25px;
}


/* ----------------------------------------------
MAIN NAV
---------------------------------------------- */
div#main-nav {
/*	left:  150px; */
	top:  0;
	position: absolute;
}
div#main-nav ul {
	background-image:  none;
	display:  inline;
	float:  right;
	width:  624px;
	margin: 0;
}
div#main-nav ul li {
	display:  inline;
	background:  none;
	padding:  0;
	margin:  0;
}
div#main-nav ul li a {
	margin-right:  0px;
	width:  140px;
	text-align:  left;
	font-family:  "Arial Black", Arial, Helvetica, sans-serif;
	font-size:  80%;
	line-height: normal;
	font-weight:  normal;
	text-transform:  uppercase;
	text-decoration:  none;
	color:  #145C55;
	padding-top:  4px;
	padding-right:  0px;
	padding-bottom:  4px;
	padding-left:  15px;
	letter-spacing:  0.1em;
	margin-top:  0;
	margin-bottom:  0;
	margin-left:  0px;
	float:  left;
	border-left-width:  1px;
	border-left-style:  solid;
	border-left-color:  #EEEEEE;
	background-color:  #BBE431;
}
div#main-nav ul li a:hover {
	background-color:  #CFE464;
}
div#main-nav ul li a.activelink {
	color:  #FFF;
}


/* ----------------------------------------------
LOGO POSITIONING
---------------------------------------------- */
div#logo-left {
	margin-left:  60px;
}
div#logo-right {
	position:  absolute;
	left:  580px;
	top:  300px;
	z-index:  1;
}
div#logo-contact {
	position:  absolute;
	left:  550px;
	top:  450px;
	z-index:  1;
}


/* ----------------------------------------------
SIDEBAR LEFT (SUB NAV)
---------------------------------------------- */
div#side-left {
	width:  155px;
	float:  left;
	clear:  both;
	margin-top:  25px;
}
div#sub-nav {
	margin-left:  30px;
	width:  100px;
}
div#sub-nav ul {
	list-style: none;
	margin: 0;
}
div#sub-nav ul li {
	background: none;
	border-top-width:  1px;
	border-top-style:  solid;
	border-top-color:  #BBE431;
	margin-right:  0;
	margin-left:  0;
	padding-top:  0.15em;
	padding-right:  0;
	padding-bottom:  0.15em;
	padding-left:  0;
}
div#sub-nav ul li.last {
	border-bottom-width:  1px;
	border-bottom-style:  solid;
	border-bottom-color:  #BBE431;
}
div#sub-nav ul li a {
	margin-right:  0px;
	text-align:  left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  92%;
	line-height: normal;
	font-weight:  normal;
	text-decoration:  none;
	color:  #000000;
}
div#sub-nav ul li a:hover {
	color:  #BBE431;
	font-weight:  bold;
}
div#sub-nav ul li a.activelink {
	color:  #BBE431;
	font-weight:  bold;
}


/* ----------------------------------------------
SIDEBAR RIGHT
---------------------------------------------- */
div#side-right {
	background-color:  #F3F6D5;
	width:  126px;
	position:  absolute;
	top:  -48px;
	right:  0px;
	margin-top:  48px;
	margin-right:  0px;
	margin-bottom:  0px;
	margin-left:  0px;
/*	padding-top:  15px; */
	padding-right:  15px;
	padding-left:  15px;
	padding-bottom: 0px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	z-index: 0;
}
div#side-right-content {
	margin-top: 48px;
}
div#side-right ul li {
	background: none;
	line-height:  1.2em;
	margin:  0px;
	padding:  0px;
}
div#side-right ul li a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  83%;
	font-weight:  bold;
	color:  #000000;
	text-decoration:  none;
}
div#side-right ul li a:hover {
	text-decoration:  underline;
}


/* ----------------------------------------------
FOOTER
---------------------------------------------- */
div#footer {
	margin-top:  35px;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}
div#footer-content {
	margin-left:155px;
	padding-bottom:20px;
}


/* ----------------------------------------------
NEWS / LINK ARTICLES
---------------------------------------------- */
div.article-divide {
	clear:both;
	text-align:center;
	height: 25px;
}
div.article-divide img {
	margin: 32px 0 32px 0;
	width: 300px;
}
div.article {
	margin-bottom:  0px;
	clear: both;
}
div#side-right ul {
	margin: 0;
}
div.article a {
	font-family:  Arial, Helvetica, sans-serif;
	color:  #000000;
	font-size:  93%;
}
div.article a.page-top {
	font-family:  Arial, Helvetica, sans-serif;
	text-transform:  uppercase;
	font-size:  76%;
	font-weight:  bold;
	color:  #BBE431;
	clear: both;
}
.date {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  80%;
	font-weight:  bold;
	margin-left: 5px;
}


/* ----------------------------------------------
CONTACT FORM
---------------------------------------------- */
div#contact-form {
	border:  2px solid #BBE431;
}
table {
	width: 100%;
	border: 0px;
	border-collapse:  separate;
	background-color:  #FFFFFF;
}
table th, td {
	line-height: 1.5em;
	padding-top:  8px;
	padding-right:  5px;
	padding-bottom:  5px;
	padding-left:  8px;
	background-color:  #F9FBDB;
	border-top-width:  2px;
	border-top-style:  none;
	border-top-color:  #BBE431;
}
table th.first, td.first {
	border-top-style:  none;
}
table th {
	padding-left: 5px;
	text-align: left;
	vertical-align:  top;
	font-family:  "Arial Black", Arial, Helvetica, sans-serif;
	text-transform:  uppercase;
	color:  #B6D133;
	font-size:  65%;
	font-weight:  normal;
	letter-spacing:  0.1em;
}
table p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  80%;
}
label {
	padding-left: 0px;
	text-align: left;
	vertical-align:  top;
	font-family:  "Arial Black", Arial, Helvetica, sans-serif;
	text-transform:  uppercase;
	color:  #B6D133;
	font-size:  65%;
	font-weight:  normal;
	letter-spacing:  0.1em;
}
label.zemRequired:after, label.zemRequirederrorElement:after {
	content:  "*";
	color:  #FF0000;
	font-size:  130%;
}
label.zemRequirederrorElement {
	color:  #FF0000;
}
/* Flashes */
ul.zemError {
	color:  #000000;
}
.success {
	color:  #000000;
}
ul.zemError, ul.success {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  90%;
	padding:  5px;
	font-weight:  normal;
	border:  2px solid #FB706A;
	background-color:  #FFCCCC;
	text-align:  left;
	margin-bottom:  20px;
}
ul.success {
	border-color:  #99CC99;
	background-color:  #E2F9E3;
}


/* ----------------------------------------------
GALLERY / LOCAL NAV
---------------------------------------------- */
div#desc {
	display: none;
}
div#gallery-thumbs {
	width:  185px;
	margin-right:  auto;
	margin-left:  auto;
	height:  185px;
	margin-top:  20px;
}
div#gallery-thumbs ul li {
	display:  inline;
	padding:  0px;
	float:  left;
	margin-top:  0px;
	margin-right:  0px;
	margin-left:  0px;
	margin-bottom:  0px;
}
div#gallery-thumbs ul li a img {
	border:  5px solid #FFF;
}
div#gallery-thumbs ul li a:hover img {
	border:  5px solid #BBE431;
}

div#local-nav {
	text-align:  center;
	margin-top:  10px;
	clear:  both;
}
div#local-nav ul {
	display:  inline;
}
div#local-nav ul li {
	background: none;
	list-style: none;
	margin:  0;
	padding:  0;
	display:  inline;
}
div#local-nav ul li a {
	font-family:  Arial, Helvetica, sans-serif;
	text-transform:  uppercase;
	font-weight:  bold;
	font-size:  77%;
	letter-spacing:  0.22em;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
	border-right: 1px solid #000;
}
div#local-nav ul li.activelink a {
	color:  #BBE431;
}
div#local-nav ul li a:hover {
	color:  #BBE431;
}
div#local-nav ul li#cat-rings a {border: none;} /* remove pipe from last link */