@charset "iso-8859-1";


/* general page styling */

body {
  font-family: Verdana, sans-serif;
  font-size: 0.80em;
  margin: 0 auto;
  padding: 0px;
  background-image: url("http://www.aberdeenhighlandgames.com/images/index/background.png");
  text-align: center;
}

div.container {
  line-height: 130%;
  margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
	width: 750px;
}

div.header {
  height: 60px;
  width: 100%;
  padding-top: 2em;
}

img.link {
  border: 0;
}

div.content {
  background-color: #FFFFFF;
  margin-left: auto;
	margin-right: auto;
	padding: 1em;
}


/* rounded corners: white on red */

b.round {
  display: block;
}

b.round * {
  display: block;
  height: 1px;
  overflow: hidden;
  font-size: .01em;
  background: #ffffff;
}

b.round1 {
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 1px;
  padding-right: 1px;
  border-left: 1px solid #c37272;
  border-right: 1px solid #c37272;
  background: #e4c1c1;
}

b.round2 {
  margin-left: 1px;
  margin-right: 1px;
  padding-right: 1px;
  padding-left: 1px;
  border-left: 1px solid #a02121;
  border-right: 1px solid #a02121;
  background: #ebd0d0;
}

b.round3 {
  margin-left: 1px;
  margin-right: 1px;
  border-left: 1px solid #ebd0d0;
  border-right: 1px solid #ebd0d0;
}

b.round4 {
  border-left: 1px solid #c37272;
  border-right: 1px solid #c37272;
}

b.round5 {
  border-left: 1px solid #e4c1c1;
  border-right: 1px solid #e4c1c1;
}
.roundfg {
  background: #ffffff;
}

/* rounded corners: red on white */

b.rmenu {
  display: block;
}

b.rmenu * {
  display: block;
  height: 1px;
  overflow: hidden;
  font-size: .01em;
  background: #960909;
}

b.rmenu1 {
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 1px;
  padding-right: 1px;
  border-left: 1px solid #d19595;
  border-right: 1px solid #d19595;
  background: #b04646;
}

b.rmenu2 {
  margin-left: 1px;
  margin-right: 1px;
  padding-right: 1px;
  padding-left: 1px;
  border-left: 1px solid #f4e6e6;
  border-right: 1px solid #f4e6e6;
  background: #a93737;
}
b.rmenu3 {
  margin-left: 1px;
  margin-right: 1px;
  border-left: 1px solid #a93737;
  border-right: 1px solid #a93737;
}

b.rmenu4 {
  border-left: 1px solid #d19595;
  border-right: 1px solid #d19595;
}

b.rmenu5 {
  border-left: 1px solid #b04646;
  border-right: 1px solid #b04646;
}

.rmenufg {
  background: #960909;
}

div.footer {
  background-color: #FFFFFF;
  margin-left: auto;
	margin-right: auto;
	padding: 0.4em;
	height: 80pt;
}

div.leftfooter {
  font-family: Century, Times New Roman;
  font-size: 11pt;
  text-align: center;
  height: 60pt;
}

div.rightfooter {
  border-left-style: solid;
  border-left-color: #960909;
  border-left-width: 3px;
  float: right;
  font-size: 8pt;
  font-style: italic;
  font-family: Century Schoolbook, Century, Times New Roman;
  height: 10.5em;
  padding-top: 5pt;
  padding-bottom: 15pt;
  margin-left: 1em;
  text-align: center;
  width: 160px;
  height: 60pt;

}

a.footer, .sitemap:link {
  color: black;
}
a.footer, .sitemap:visited {
  color: black;
}
a.footer, .sitemap:active {
  color: black;
}


/* drop down menu */
.menu {
  font-size: 8pt;
  height: 32px;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  width: 745px;
  z-index: 100;
}

/* fix IE5.5's faulty box model */
* html .menu {
  width: 746px;
  w\idth: 745px;
}

/* cleanse list styling */
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu ul ul {
  width: 141px;
}

/* float the list (horizontal) and a relative positon (control the dropdown menu position) */
.menu li {
  float: left;
  position: relative;
  width: 149px;
}

/* style top level links */
.menu a, .menu a:visited {
  color: #000000;
  display: block;
  font-family: Century Schoolbook, Century, Times New Roman;
  font-size: 1.7em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  width: 130px;
  height: 30px;
  border-width: 1px 0 1px 1px;
  border: 0.2em ridge #960909;
  background: #FFFFFF;
  padding-left: 10px;
  line-height: 29px;
}
/* fix IE5.5's faulty box model again */
* html .menu a, * html .menu a:visited {
  width: 149px;
  w\idth: 148px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
  background: #960909;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
  background: #FFFFFF;
}
.menu ul ul :hover > a.drop {
  background: #FFFFFF;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
  background: #e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
  background: #FFFFFF;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 36px;
  left: 0;
  width: 149px;
  border-top: 1px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul {
  top: 35px;
  t\op: 36px;
}

/* position the third level flyout menu */
.menu ul ul ul{
  left: 149px;
  top: -1px;
  width: 149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
  left: -149px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse;;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
  background: #960909;
  color: #FFFFFF;
  font-size: 14px;
  height: auto;
  line-height: 1.4em;
  padding: 10px 10px 10px 10px;
  width: 128px;
  border-style: solid;
  border-color: black;
  border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
  font-size: 13px;
  width: 149px;
  w\idth: 148px;
}

/* style the top level hover */
.menu ul ul a:hover {
  color: #000;
  background: #FFF;
}
.menu a:hover {
  color: #fff;
  background: #960909;
  border-color: #000;
  border-style: groove;
}
.menu ul ul :hover > a {
  color: #000;
  background: #FFF;
}
.menu :hover > a {
  color: #fff;
  background: #960909;
  border-color: #000;
  border-style: groove;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul {
  visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
  visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
  visibility: visible;
}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size : 1em;
}

td {
	padding: 5px;
	border : none;
}
h1 {
  margin-bottom: 25px;
  font-size: 1.80em;
}

/* gallery style */

div.gcontent {
    /* The display of content is enabled by a javascript generated style on the page.
     *     This is so that the slideshow content won't display unless javascript is enabled. */
  display: none;
  float: right;
  width: 500px; 
}
div.controls {
  margin-top: 5px;
  height: 23px;
  margin-bottom: 10px;
}
div.ss-controls {
  float: left;
}
div.ss-controls span {
  color: #666666;
  cursor: pointer;
}
div.nav-controls {
  float: right;
}
div.nav-controls a {
  padding: 5px;
  text-decoration: none;
}
div.slideshow {
  clear: both;
}
div.slideshow span.image-wrapper {
  float: left;
  padding-bottom: 12px;
}
div.slideshow a.advance-link {
  padding: 2px;
  display: block;
  margin-top: -11px;
}
div.slideshow img {
  border: none;
  display: block;
}
div.download, div.captionContainer {
  float: right;
  width: 500px;
}
div.embox {
  clear: both;
  background-color: #eee;
  padding: 12px;
}
div.image-title {
  font-weight: bold;
  font-size: 1.4em;
}

div.image-desc {
  line-height: 1.3em;
  padding-top: 12px;
}
div.navigation {
  /* The navigation style is set by a javascript generated style on the page.
     This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.thumbs li {
  float: left;
  padding: 0;
  margin: 5px 10px 5px 0;
  list-style: none;
}
ul.thumbs li a {
  padding: 2px;
  display: block;
}
ul.thumbs li.selected a {
  background: none;
}
ul.thumbs a:focus {
  outline: none;
}
ul.thumbs img {
  border: none;
  display: block;
}
/*ul.thumbs li.selected img {
  border-top: 2px #cce3ff outset;
  border-left: 2px #cce3ff outset;
  border-bottom: 2px #31557f outset;
  border-right: 2px #31557f outset;
  margin: -2px;
} */
div.pagination {
  clear: both;
}
div.navigation div.top {
  margin-bottom: 12px;
  height: 0px;
  overflow:hidden;
}
div.navigation div.bottom {
  margin-top: 12px;
}
div.pagination a, div.pagination span {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;  
}
div.pagination a:hover {
  background-color: #ffc;
  text-decoration: none;
}
div.pagination span {
  background-color: none;
  font-weight: bold;
}
img.current {
  border-top: 2px #cce3ff outset;
  border-left: 2px #cce3ff outset;
  border-bottom: 2px #31557f outset;
  border-right: 2px #31557f outset;
} 
