@import url("/common/css/pagebase.css");
@import url("/common/css/top.menu.css");
@import url("/common/css/eventbase.css");

/*colours:
   h1 #5C2C15
   menu background: DEE3C7
   menu border:  5D2D16
   */

body#page {
	background-color: #f3f3f3;
}

.adcdynologo {
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}

.adcdyno {
	float: right;
	margin-top: 6px;
}

img {
	padding: 5px;
}

a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #fd3011;
	border-bottom-color: #DEE3C7;
	text-decoration: none;
}

a:link, a:visited {
	border-bottom-color: #ccc;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom-color: #333;
	text-decoration: none;
}

a.imagelink:link, a.imagelink:visited, a.imagelink:hover, a.imagelink:active {
	border-bottom-width: 0;
}

h1, h2, h3 {
	color: #fd3011;
	font-weight: normal;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 135%
}

h3 {
	font-size: 120%
}

table h2, table h3 {
	margin-top: 0.5em;
	margin-bottom: 0;
}

li {
	margin-bottom: 15px;
	vertical-align: baseline;
}

ul {
	
}

.highlight {
	color: black
}

.wrap {
	margin: 0 0 0 0;
	border: 1px solid green;
	padding: 0 0 0 0;
}

.initials {
	font-size: 120%;
	letter-spacing: 0.5em;
	color: #999999;
}

.listing p:first-letter {
	font-size: larger
}

#resultstable {
	background-color: #CBD2DA;
	margin-left: 45px;
}

#resultstable td {
	background-color: #FFFFFF;
	padding: 5px;
}

#resultstable td.total {
	color: #FFFFFF;
	background-color: #54537B;
}

/*
 *   news article page styles
 */

.newsfilter {
	float: right
}

.headlinelist {
	float: right;
	width: 20em;
	margin: 10px;
	border: 1px solid black;
	padding: 10px;
}

/*
 *   contentspot link style overrides
 */

#creditlink {
	bottom: 15px;
	right: 5px;
	background-color: white;
	border: 1px solid #aaa;
	line-height: 1.5em;
	padding: 2px 8px 4px 8px;
}

/*
 *   page structure styles
 */

#pagetop {
	position: absolute;
	top: 10px;
	left: 0;
	width: 84%;
	margin: 0 8% 0 8%;
	text-align: center;
	background-color: #00f;
	height: 90px;
	border-bottom: 20px solid #00f;
}

* html #pagetop { height: 110px }

#pagetop a:link, #pagetop a:active, #pagetop a:visited, #pagetop a:hover {
	text-decoration: none;
	border-bottom-width: 0;
}

#body {
	position: absolute;
	top: 130px;
	left: 0;
	margin: 0 8%;
	width: 84%;
	background-color: #e6e6e6;
}

#content {
	background-color: #FFFFFF;
	margin: 0;
	padding: 20px 10px 10px 20px;
	text-align: left;
	line-height: 140%;
	border: 1px solid #999;
	color: #262626;
}

#sidebar {
	position: absolute;
	z-index: 20;
	top: 40px;
	left: 10px;
	background-color: #E4E8DB;
	width: 140px;
	padding: 5px;
	border: 1px dashed #54537B;
	text-align: left;
	color: #33324C;
	font-size: 90%;
}

/*
 *   top menu style overrides
 */

#navigate {
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
}

* html #navigate { height: 34px }

#menu {
	top: -16px;
	left: 50px;
}

#menu a {
	background-color: #fd3011;
	color: #FFFFFF;
	text-transform: lowercase;
}

#menu a.menutitle, #menu a.menuactive {
	padding: 3px;
}

#menu a:hover, #menu a.menuactive:link, #menu a.menuactive:visited {
	background-color: #4c4c4c;
	color: #FFFFFF;
}

#menu .menubag ul {
	margin-top: 0.3em;
	border-style: none;
}

#menupad {
	top: -50px;
	left: -10px;
	width: 500px;
	height: 400px;
}

#menuoffset {
	top: 1.1em;
	left: 0;
}

#navigate input, #menu select {
	width: 150px
}

#navigate input[type=text] {
	width: 146px
}

#navigate input[type=button] {
	width: 100px
}

#navigate input[type=submit] {
	width: 100px
}

#navigate input.formButton {
	width: 100px
}

/*
 *   thumbnail and gallery styles
 */

.thumb {
	position: absolute;
	width: 125px;
	height: 125px;
	text-align: center;
}

.thumb img {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.piximage img {
	border-style: none
}

.thumblist, .thumbnail {
	position: relative
}

.thumblist .thumbback, .thumblist .selected, .thumblist .thumbforward {
	display: inline
}

.thumblist img {
	border: 1px solid white;
	margin: 4px 1px
}

.thumblist img.missing {
	border-color: #ddd
}

.thumblist .selected img {
	border-color: white;
	opacity: 0.30;
	/* 

non-standard alpha settings - will not validate :) */
  -moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	filter: alpha(opacity=30);
}

.thumblist a {
	border-bottom-width: 0
}

.thumblist a:hover img {
	border-color: #357910
}

/*
 *   in-page admin menu style overrides
 */

#pageadmin {
	top: 100px;
	right: 10px
}

#mph {
	position: absolute;
	top: -128px;
	right: 0;
	border: 1px solid red;
}

