/* Background colours */

body {
  margin: 0;
  background: #fff url(/images/themes/gold/bkg-line-yellow.gif) repeat-x 0 118px;
}

/*#default #wrapper-outer {
  background: transparent url(/images/themes/gold/footer-chair.jpg) no-repeat bottom left;
}*/

#container {
  margin: 0 auto;
  width: 892px;
}

#wrapper-outer {
  width: 891px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 4px;
}

#wrapper-inner {

  background-image: url(/images/themes/gold/stage-floor-grey.gif);
}

#header {
  height: 124px;
  background: transparent url(/images/themes/gold/hdr-serios-moro.jpg) no-repeat 100% 100%;
}

#footer {
  width: auto;
  background-image: none;
/*  background: transparent url(/images/themes/gold/footer_line.gif) no-repeat top right;*/
}

#nav-sub h1,
#nav-sub h2 {
  margin-left: -8px;
  padding: 0 0 12px 7px !important;
  background: transparent url(/images/themes/gold/nav-triangle-grey.gif) no-repeat 0% 100%;
}

#content #gallery-image .caption {
  padding-left: 4px;
  background-image: none;
}

#LSResult { 
  background: transparent url(/images/themes/gold/bkg-live-search-gold-grey.png) repeat;
  border: 1px solid #996;
}

#default #wrapper-outer,
#content #gallery-image .caption {
  background-image: none;
}

/* Links */

#nav-sub a {
  text-decoration: none;
}

#nav-sub a:hover {
  text-decoration: underline;
}

#nav-global li a:hover,
#nav-global li a#active-global,
#nav-sub li a:hover,
#nav-sub a:link,
#nav-sub a:visited,
#nav-sub li a#active-sub,
#nav-sub li a#article-active,
#content a:link,
#content a:visited,
#content a:active,
#content-sub a:link,
#content-sub a:visited,
#content-sub a:active,
#footer a:link,
#footer a:visited,
#footer a:active {
  color: #5E01D3;
}

/* Headings colours */

#nav-sub h1,
#nav-sub h2,
#content h1,
#content-sub h2 {
  color: #333;
}

#content h2,
#content h3,
#content-sub h3 {
  color: #666;
}

#nav-sub h2 span,
#content-sub h2 {
  border-bottom: 2px solid #ccc;
}

#nav-sub h2 span {
  border: none;
}

/*Image borders*/

.rssImg img,
.rssFull img,
.rssThumbFloat img {
  border: 1px solid #666;
}

.article-related a img:hover,
.rssThumbFloat a img:hover,
.rssThumbs a img:hover {
  border: 1px solid #5E01D3;
}

#LSHighlight,
.LSRow:hover { background-color: #f3f3f3; color: #5E01D3;  }

#LSHeader a:hover,
#LSRes a:hover {
  color: #5E01D3;
  text-decoration: none;
}


/* Pagination styles */

.pagination {
	list-style-type: none;
	margin: 2em 0;
	padding-top: 2em;
	padding-left: 0;
	border-top: 1px solid #e1e3cb;
  font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
}

.pagination li {
	display: inline;
	margin-left: 0;
}

.pagination a,
.pagination span {
	padding: 4px 6px;
}

.pagination a {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	text-decoration: none !important;
}

.pagination a:hover {
	background-color: #ccc;
	border-color: #999;
	text-decoration: none !important;
/*	color: #000 !important;*/
}



.col3 {
	float: right;
  width: 160px;
  margin-left: 10px;
}

ul.related-articles {
	list-style-type: none;
	padding-left: 0;
}

ul.related-articles li {
	margin-left: 0;
}
