/* @group General Styles */

body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	text-shadow: none;
	margin: 30px;
	text-align: center;
	color: #edf2f8;
	background: #131210;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	text-shadow: none;
	color: #003366;
	text-decoration: underline;
}

a:hover, a:active {
	color: #79222a;
	text-decoration: none;
}

.image-left {
	margin: 0 5px;
	float: left;
}

.image-right {
	margin: 0 5px;
	float: right;
}
	
.bordered {
	border: #036 solid 1px;
}

.underlined {
	text-decoration: underline;
}

.centre {
	text-align: center;
}
	
.clear {
	clear: both;
}
	
/* @end */

/* @group Layout */

#container {
	background: repeat-y right url(images/container_bg.gif);
    width: 684px;
    text-align: left;
	font-size: 12px;
	color: #003366;
	text-shadow: none;
	margin: auto;
	line-height: 1.2pc;
}

#container #top {
	background: url(images/container_top.gif) no-repeat;
	height: 15px;
	width: inherit;
}

#container #bottom {
	background: url(images/container_bottom.gif) no-repeat;
	height: 15px;
	position: absolute;
	width: inherit;
}

#pageHeader {
	width: 684px;
	text-align: center;
	font-family: Times, Serif;
	list-style: none;
	height: 150px;
	background: no-repeat url(images/header_bg.jpg);
}

#pageHeader h1 {
	color: #edf2f8;
	font-weight: bold;
	font-size: 22px;
	padding: 65px 0px 0px 0px;
	letter-spacing: 2px;
}

#pageHeader h2 {
	color: #edf2f8;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px 0px 28px;
	letter-spacing: 1px;
}

#contentContainer {
	float: left;
	width: 475px;
	margin: 0px;
	padding-top: 10px;
}

#contentContainer #content {
	padding-right: 10px;
	padding-left: 28px;
}

#sidebarContainer {
	width: 184px;
	float: right;
	text-align: left;
	background: repeat-y url(images/sidebar_bg.gif);
	padding-right: 22px;
	left: 9px;
}

#sidebarContainer p {
	padding-right: 10px;
	padding-left: 10px;
}

#sidebarContainer #sb-top {
	height: 3px;
	background: url(images/sidebar_top.gif) no-repeat;
	width: inherit;
}

#sidebarContainer #sb-bottom {
	height: 3px;
	background: url(images/sidebar_bottom.gif) no-repeat;
	position: absolute;
	width: inherit;
}

#sidebarContainer .sidebar {
	height: 443px;
	font-size: 11px;
	color: #003366;
	width: inherit;
}

#footer {
	font-family: Tahoma, Verdana, Helvetica, Arial;
	text-align: center;
	font-size: 11px;
	background: #131210;
	color: #ffffff;
}

#footer a {
	color: #edf2f8;
	text-decoration: underline;
	text-shadow: none;
}

#footer a:hover {
	color: #edf2f8;
	text-decoration: underline;
}
	
#footer img {
   	display: inline;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-family: Tahoma, Verdana, Helvetica, Arial;
	padding-top: 15px;
	width: inherit;
	text-align: center;
	font-size: 11px;
	clear: both;
	background: #131210;
	color: #edf2f8;
}

#breadcrumbcontainer ul {
	list-style: none;
	display: inline;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #edf2f8;
	display: inline;
}

#breadcrumbcontainer a:hover {
	color: #edf2f8;
	display: inline;
	text-decoration: underline;
}
	
/* @end */

/* @group Toolbar */

/* Parent - Level 0 */

#navcontainer {
	position: relative;
    height: 33px;
	padding: 0;
	white-space: nowrap;
	font: 13px Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
	margin-right: 4px;
	margin-bottom: 40px;
	margin-left: 4px;
}

#navcontainer #current {
	font-weight: bold;
	color: #edf2f8;
	background: no-repeat url(images/button_over.jpg);
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0px;
	z-index: 2;
	margin: 0px 0px 0px 10px;
}

#navcontainer li {
	float: left;
	margin: 0 0 0 0px;
	list-style-type: none;
	padding: 0px;
}

#navcontainer a {
	position: relative;
	width: 130px;
	height: 32px;
	display: block;
	margin: 0;
	text-align: center;
	color: #79222a;
	background: no-repeat url(images/button_normal.jpg);
	text-shadow: none;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0px 0px;
}

#navcontainer a:hover {
	text-decoration: none;
	color: #edf2f8;
	background: no-repeat url(images/button_over.jpg);
	text-shadow: none;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: 678px;
	left: 0;
	top: 33px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 1px;
	text-align: center;
}

#navcontainer ul ul li {
	margin: 0;
	border: 0;
}

#navcontainer ul ul li a {
	border: 0;
	background: no-repeat url(images/button_normal.jpg);
	margin: 0px;
	width: 130px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	font-weight: bold;
	text-shadow: none;
	text-align: center;
	color: #79222a;
	text-decoration: none;
	text-transform: none;
}

#navcontainer ul ul li a:hover {
	text-decoration: none;
	background: no-repeat url(images/button_over.jpg);
	text-shadow: none;
	clear: both;
	color: #edf2f8;
}

#navcontainer ul ul #current {
	font-weight: bold;
	color: #edf2f8;
	background: no-repeat url(images/button_over.jpg);
}

/* @end */

/* @group Global Classes */

p.quote {
	font-style: italic;
	font-weight: normal;
}

.quotes {
	font-size: 200%;
}

.quote-by {
	white-space: nowrap;
	font-style: normal;
	font-weight: bold;
}

.standout {
	color: #003366;
	letter-spacing: 0px;
	border: 1px solid #adadad;
	padding: 10px;
}

h1 {
	color: #5F1605;
	margin: 0px 0px 3px 0px;
	font: bold 24px Georgia, Times New Roman, Times, serif;
}

h2 {
	color: #5F1605;
	margin: 10px 0px 3px 0px;
	font: bold 20px Georgia, Times New Roman, Times, serif;
}

h3 {
	color: #5F1605;
	margin: 10px 0px 3px 0px;
	font: bold 16px Georgia, Times New Roman, Times, serif;
}

h4 {
	color: #5F1605;
	margin: 10px 0px 3px 0px;
	font: bold 14px Georgia, Times New Roman, Times, serif;
}

h5 {
	color: #5F1605;
	margin: 10px 0px 3px 0px;
	font: bold 12px Georgia, Times New Roman, Times, serif;
}

.imageStyle {
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
    color: #000000;
    text-align: center;
    font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	color: #003366;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.blog-archive-link { 
}

	
/* @end */

.blog-entry {
}

.blog-entry-title {
	color: #003366;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
	padding-top: 5px;
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #5F1605;
	margin-bottom: 8px;
	font: bold 24px Georgia, Times New Roman, Times, serif;
}

.album-description {
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	margin-top: 20px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px; /* any bigger breaks IE6 */
}

.thumbnail-frame {
	position: absolute;
    top: 0;
    left: 0;
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
	color: #003366;
	text-decoration: underline;
}

.thumbnail-frame a:hover {
	height: 30px;
	color: #79222a;
	text-decoration: none;
}

.thumbnail-frame img {
	background: repeat url(images/sidebar_bg.gif);
	border: none;
}

.thumbnail-caption {
	color: #003366;
	margin-top: -2px;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 10px;
}

.photo-navigation {
	margin: 10px;
	font-size: 12px;
	text-align: center;
	line-height: normal;
	background: #edf2f8;
	color: #003366;
}

.photo-navigation a {
	color: #003366;
	text-decoration: underline;
}

.photo-navigation a:hover {
	color: #79222a;
	text-decoration: none;
}

.photo-navigation a:visited {
	color: #003366;
	text-decoration: none;
}

.photo-frame {
	margin: 10px;
	border: 5px solid #d6e6f5;
	background: #edf2f8;
}

.photo-links {
	padding-bottom: 5px;
	color: #003366;
}

.photo-title {
	padding-top: 5px;
	color: #5F1605;
	font: bold 24px Georgia, Times New Roman, Times, serif;
}

.photo-caption {
	margin-top: -5px;
	color: #003366;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #003366;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
}

.movie-page-description {
	margin-top: 5px;
	margin-bottom: 5px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 20px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #003366;
	font-size: 11px;
	margin-bottom: 5px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	color: #003366;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

dl dt {
	color: #5F1605;
	font: bold 16px Georgia, Times New Roman, Times, serif;
	margin: 0 0 3px;
}

dl dd dl dt {
	color: #5F1605;
	margin: 0 0 3px;
	font: bold 14px Georgia, Times New Roman, Times, serif;
}

table.programmes {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    font: inherit;
}

.programmes th, .programmes td {
    border: 1px solid #cdf;
    padding: 1px 3px;
}

.programmes th {
    vertical-align: top;
    text-align: left;
}

.programmes td {
    vertical-align: top;
    text-align: right;
}

.results td {
    text-align: left;
}

.results td.gap {
    border-left: none;
    border-right: none;
}

hr {
    border: none;
    border-top: 1px solid #369;
}

#content .cd {
    clear: left;
    padding-top: 10px;
}
