/* @group Page Logos */

#logo {
	padding: 0px;
	float: right;
}

#screenBadge {
	position: fixed;
	right: 0;
	top: 0;
	display: none;
	z-index: 500;
}

/* @end */

/* @group HTML */

img {
	border-style: none;


/* Ensures images don't have borders unless requested by RW */
}

.image-left {
	float: left;
	padding: 10px;
}

.image-right {
	float: right;
	padding: 10px;
}

a:visited {
	color: #0000cc;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	font-weight: normal;
}

a:active {
	text-decoration: underline;
	font-weight: normal;
}

#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;


/* Removes access margins */
	margin-bottom: 0px;

/* Removes access margins */
	line-height: 1.00em;
}

blockquote, .standout {
	font-style: italic;
	padding: 10px;
	margin: 0px;
}

#contentContainer #content ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

blockquote, .standout {
	padding: 10px;
	margin: 0px;
}

table {
	font-size: 1em;
}

dd {
	margin-top: 0px;
	padding-top: 0px;
}

dt {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

em {
	font-weight: normal;
	font-style: italic;
}

q {
	font-style: italic;
}

dl {
	margin: 0px;
	padding: 0px;
}

ins {
	
}

strike {
	color: red;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

#contentContainer #content li {
	
}

#sidebarContainer #sidebar ul {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#sidebarContainer #sidebar li {
	padding: 0px;
	margin: 0px;
}

/* @end */

/* @group Container & Spacers */

body {
	font-size: 0.75em;
	line-height: 1.50em;
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
}

#contentContainer {
	position: relative;
	z-index: 1;
}

.clearer {
	clear: both;
}

.spacer {
	height: 40px;
}

.break {
	height: 15px;
}

#contentContainer #content {
	
}

/* @end */

/* @group Horizontal Navigation */

#topContainer {
	background-image: url('images/DO_NOT_DELETE/navbg.jpg');
	display: block;
	height: 3.50em;
	width: 100%;
}

#primaryNavigation {
	margin: 0 auto;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 0px;
	display: block;
	position: relative;
}

#primaryNavigation ul {
	text-align: right;
	list-style-type: none;
	position: absolute;
	right: 1px;
	padding: 0 15px;
	margin-top: 10px;
}

#primaryNavigation li {
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
}

#primaryNavigation a:link,
#primaryNavigation a:visited {
	font-size: 1.10em;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	border: 0px;
	background: none;
	padding: 0 0px 0 15px;
}

#primaryNavigation ul ul {
	display: none;
}

#primaryNavigation ul li a {
	display: none;
}

#primaryNavigation ul li a:hover {
	text-decoration: none;
	font-weight: normal;
	border: 0px;
}

#primaryNavigation ul li .current,
#primaryNavigation ul li .current:hover,
#primaryNavigation ul li a.active {
	text-decoration: none;
	font-weight: normal;
	border: 0px;
}

/* @end */

/* @group Page Header */

#headerLogo {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

#headerContainer {
	margin: 0 auto;
	text-align: right;
}

#pageHeader h1 {
	display: block;
	position: relative;
	right: 1px;
	font-size: 4.00em;
	line-height: 1.00em;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	text-decoration: none;
	width: auto;
	border: none;
}

#mediaFrame {
	margin: 0px;
	height: auto;
	padding: 15px;
}

#flashBox {
	background-image: url('images/DO_NOT_DELETE/background.jpg');
	background-position: center center;
	display: block;
	padding: 15px;
	height: auto;
}

#siteSloganLogo {
	position: absolute;
	right: 50%;
	top: 100px;
	display: none;
}

#siteSlogan h2 {
	display: block;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	font-size: 1.00em;
	font-weight: normal;
	line-height: 1.00em;
}

/* @end */

/* @group Sidebar */

#sidebarContainer {
	position: relative;
}

.sidebarSpacer {
	height: 15px;
}

#sidebarContainer {
	padding: 0px;
	margin: 0px;
	z-index: 9;
}

#sidebarContainer .sideHeader {
	line-height: 1.50em;
	font-weight: bold;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 0px;
}

#sidebarContainer #sidebar {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
}

#dynamicSidebar {
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
}

#sidebarLogo {
	text-align: center;
	display: none;
}

/* @end */

/* @group Vertical Navigation */

.secondaryNavigation {
	text-align: left;
	line-height: 1.25em;
	padding-top: 15px;
	padding-bottom: 15px;
}

.secondaryNavigation .current {
	text-decoration: none;
	font-weight: normal;
}

.secondaryNavigation .current:hover {
	text-decoration: none;
	font-weight: normal;
}

.secondaryNavigation li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.secondaryNavigation ul {
	display: inline;
	margin: 0px;
}

.secondaryNavigation a {
	display: none;
	padding-bottom: 0px;
	margin: 0px;
}

.secondaryNavigation ul ul {
	margin-top: 15px;
	padding-bottom: 15px;
}

.secondaryNavigation ul ul a {
	display: block;
	text-decoration: none;
	line-height: 1.50em;
	padding-left: 15px;
	padding-right: 15px;
	background: none;
}

.secondaryNavigation ul ul a span {
	display: block;
	padding: 1px;
}

.secondaryNavigation ul ul ul {
	
}

.secondaryNavigation ul ul a:hover {
	text-decoration: none;
}

.secondaryNavigation ul ul a:hover span {
	text-decoration: none;
}

.secondaryNavigation ul ul ul ul {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
}

.secondaryNavigation ul ul ul a:hover {
	text-decoration: none;
}

.secondaryNavigation ul ul ul a:hover span {
	text-decoration: none;
}

.secondaryNavigation ul ul ul ul {
	padding-left: 30px;
	padding-right: 30px;
}

.secondaryNavigation ul ul ul a:hover {
	text-decoration: none;
}

.secondaryNavigation ul ul ul a:hover span {
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footer {
	font-size: 0.75em;
	line-height: 1.5em;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	text-align: center;
	z-index: 100;
}

#footer a {
	background: none;
	padding: 0;
}

.lastPublished {
	display: none;
	padding: 0 15px;
}

#footerLogo {
	text-align: center;
	display: none;
}

/* @end */

/* @group Breadcrumb Links */

#breadcrumbcontainer {
	padding-left: 10px;
	padding-right: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
	line-height: 1.5em;
}

#breadcrumbcontainer a:active {
	text-decoration: underline;
	border: none;
}

#breadcrumbcontainer a:hover {
	text-decoration: none;
}



/* @end */

/* @group Blog */

.blog-archive-background {
	
}

.blog-entry-summary {
	margin-bottom: 15px;
}

.blog-archive-headings-wrapper {
	border-bottom: 1px solid;
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	font-size: 2.2em;
	letter-spacing: -1px;
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	
}

/* Blog Tag Cloud */

ul.blog-tag-cloud {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

.blog-entry {
	padding-bottom: 20px;
}

.blog-entry-title {
	font-size: 1.25em;
	line-height: 1.00em;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}

.blog-entry-title a {
	text-decoration: none;
	padding-bottom: 5px;
}

.blog-entry-date {
	font-size: 0.75em;
	line-height: 1.00em;
	padding-bottom: 10px;
}

.blog-read-more {
	display: inline;
	padding-top: 15px;
	font-style: italic;
}

.blog-entry-body {
	padding-left: 15px;
}

.blog-entry-comments {
	
}

p.blog-entry-tags {
	font-style: italic;
}

.blog-entry-category a {
	
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	
}

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
	display: none;
}

#blog-archives {
	margin-bottom: 15px;
}

.blog-archive-link-enabled {
	background-repeat: no-repeat;
	display: block;
}

.blog-archive-link-disabled {
	background-repeat: no-repeat;
	display: block;
}

#blog-categories {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-category-link-enabled {
	display: block;
}

.blog-category-link-disabled {
	display: block;
}

#blog-rss-feeds {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/DO_NOT_DELETE/rss_icon.png);
	background-position: left center;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/DO_NOT_DELETE/rss_icon.png);
	background-position: left center;
	padding-left: 15px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	padding-bottom: 15px;
	padding-top: 15px;
}

.filesharing-item-title a:link {
	font-weight: normal;
	margin-bottom: 0px;
}

.filesharing-item-title a:hover {
	font-weight: normal;
}

/* @end */

/* @group Photo Albums */

#flashcontent {
	text-align: center;
}

.album-title {
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 1.25em;
}

.album-description {
	margin-bottom: 50px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 5px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: none;
	padding: 0px;
}

.thumbnail-caption {
	margin: 0;
	width: 100%;
	height: 38px;
	display: block;
	padding: 0 0 0 5px;
}

.photo-background {
	text-align: left;
}

.photo-navigation {
	width: 200px;
	float: left;
	margin: 15px 15px 0;
	padding: 15px;
}

.photo-links {
	
}

.photo-navigation a:link,
.photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame {
	padding: 0px;
	position: absolute;
	left: 260px;
	top: 15px;
}

.photo-title {
	margin: 0;
	font-size: 1.25em;
	font-weight: normal;
}

.photo-caption {
	margin: 0;
}

.exif-data {
	font-size: 0.75em;
	line-height: 1.5em;
	clear: left;
	margin-left: 15px;
	margin-top: 15px;
	padding: 15px;
	float: left;
	width: 200px;
}

.exif-data p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Movies */

.movie-description {
	margin-top: 15px;
}

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

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

.movie-thumbnail-frame {
	width: 134px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-frame img {
	padding: 1px;
	margin-bottom: 5px;
}

.movie-thumbnail-caption {
	
}

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

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

.movie-thumbnail-frame {
	width: 132px;
	display: inline;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	font-size: 1em;
	position: relative;
	z-index: 10;
}

/* @end */

/* @group Contact Forms */

form {
	margin: 0px;
	padding: 0px;
}

.message-text {
	font-weight: bold;
	font-style: normal;
}

.form-input-field {
	font-size: 1.25em;
	width: 99%;
}

.form-input-button {
	font-size: 1.5em;
}

/* @end */
body {
	color: %colour_content_text%;
	background-color: %colour_body_background%;
}

h1 {
	color: %colour_h1%;
}

h2 {
	color: %colour_h2%;
}

h3 {
	color: %colour_h3%;
}

h4 {
	color: %colour_h4%;
}

h5 {
	color: %colour_h5%;
}

h6 {
	color: %colour_h6%;
}

cite {
	color: %colour_cite%;
}

strike {
	color: %colour_deletion%	
}

ins {
	color: %colour_insertion%;
}

q {
	color: %colour_quotation%;
}

dt {
	color: %colour_definition_title%;
}

dd {
	color: %colour_definition_description%;
}





#topContainer {
	background-color: %colour_pageheader_background%;
}

/* Header (title) */
#pageHeader h1 {
	color: %colour_title_text%;
}

#flashBox {
	border: 1px solid %colour_borders%;
	background-color: %colour_mediaframe_background%;
}

/* Subheading (slogan) */
#siteSlogan h2 {
	color: %colour_header_slogan%;
}

/* Breadcrumb links */
#breadcrumbcontainer {
	color: %colour_body_text%;
}	

#breadcrumbcontainer a {
	color: %colour_breadcrumblinks_static%;
}

#breadcrumbcontainer a:hover {
	color: %colour_breadcrumblinks_hover%;
}

/* Sidebar Container */
.sidebarSpacer {
	background-color: %colour_contentcontainer_background%;	
}

#sidebarContainer #sidebar {
	color: %colour_sidebar_text%;
	background-color: %colour_sidebar_background%;
	border-bottom: 15px solid %colour_content_background%;
}

#sidebarContainer .sideHeader {
	color: %colour_sidebar_header%;
	background-color: %colour_sidebar_background%;
}

#dynamicSidebar {
	color: %colour_sidebar_header%;
	background-color: %colour_dynamicsidebar_background%;
}

/* Main Container */
#container {
	background-color: %colour_content_background%;
	border: solid 1px %colour_borders%;
}

/* Content Container */
#contentContainer {
	background-color: %colour_contentcontainer_background%;
}

#contentContainer #content {
	background-color: %colour_contentcontainer_background%;
}

/* Web links */
a:link, a:visited {
	color: %colour_links_static%;
}

a:hover {
	color: %colour_links_hover%;
}


a:active {
	color: %colour_links_static%;
}

/* Secondary navigation links (sidebar) */
.secondaryNavigation {
	background-color: %colour_verticalnavigation_background%;
	border-bottom: 15px solid %colour_content_background%;
}

.secondaryNavigation li,
.secondaryNavigation ul ul li, 
.secondaryNavigation ul ul ul li {
	background-color: %colour_verticalnavigation_background%;
}

.secondaryNavigation a, 
.secondaryNavigation ul ul a, 
.secondaryNavigation ul ul ul a {
	background-color: %colour_verticalnavigation_background%;
	color: %colour_menutext_static%;
}

.secondaryNavigation a:hover,
.secondaryNavigation ul ul a:hover,
.secondaryNavigation ul ul ul a:hover {
	color: %colour_menutext_hover%;
	background-color: %colour_verticalnavigation_background%;
}

.secondaryNavigation #current,
.secondaryNavigation #current:hover, 
.secondaryNavigation .currentAncestor,
.secondaryNavigation ul ul #current,
.secondaryNavigation ul ul #current:hover,  
.secondaryNavigation ul ul .currentAncestor,
.secondaryNavigation ul ul ul #current,  
.secondaryNavigation ul ul ul #current:hover,
.secondaryNavigation ul ul ul .currentAncestor {
	color: %colour_menutext_current%;
	background-color: %colour_verticalnavigation_background%;
}

/* Footer container */
#footer {
	border-top: solid 1px %colour_borders%;
	color: %colour_footer_text%;
	background-color: %colour_footer_background%;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: %colour_links_static%;
}

#footer a:hover {
	color: %colour_links_hover%;
}

/* Blockquote and standout */
blockquote, .standout, .scrollBox {
background-color : %colour_blockquote_background%;
border: 1px solid %colour_blockquote_border%;
}

/* Blog page style */
.blog-entry-title, .blog-entry-title a {
	color: %colour_blog_title%;
}

.blog-entry-date {
	color: %colour_blog_date%;
}

.blog-read-more a {
	color: %colour_blogreadmore_static%;
}

.blog-read-more a:hover {
	color: %colour_blogreadmore_hover%;
}

.blog-entry-comments a {
	color: %colour_blogcomments_static%;
}

.blog-entry-comments a:hover {
	color: %colour_blogcomments_hover%;
}

#blog-categories {
	color: %colour_blogcategories_off%;
	border-bottom: 15px solid %colour_content_background%;
}

#blog-categories a {
	color: %colour_blogcategories_static%;
}

#blog-categories a:hover {
	color: %colour_blogcategories_hover%;
}

#blog-archives a {
	color: %colour_blogarchive_static%;
}

#blog-archives a:hover {
	color: %colour_blogarchive_hover%;
}

#blog-rss-feeds {
	border-bottom: 15px solid %colour_content_background%;
}

#blog-rss-feeds a {
	color: %colour_rss_static%;
}

#blog-rss-feeds a:hover {
	color: %colour_rss_hover%;
}

ul.blog-tag-cloud {
	border-bottom: 15px solid %colour_content_background%;
}

ul.blog-tag-cloud a {
	color: %colour_tagcloud_static%;
}

ul.blog-tag-cloud a:hover {
	color: %colour_tagcloud_hover%;
}



/* File sharing page styles */
.filesharing-description {
	color: %colour_filesharing_pagedescription%
}

.filesharing-item-title a {
	color: %colour_filesharinglink_static%;
}

.filesharing-item-title a:hover {
	color: %colour_filesharinglink_hover%;
}

.filesharing-item-description {
	color: %colour_filesharing_description%;
}





/* Photo Album page styles */
.album-title {
	color: %colour_photoalbum_title%;
}

.album-description {
	color: %colour_photoalbum_description%;
}

.thumbnail-frame img {
	border: 1px solid %colour_photoalbum_border%;
}

.thumbnail-caption {
	color: %colour_photoalbum_caption%;
}





/* Induvidual Photo page styles */
.photo-background {
	background-color: %colour_photopage_background%;	
}

.photo-title {
	color: %colour_photopage_albumtitle%;
	background-color: %colour_photonavigation_background%;
}

.photo-caption {
	color: %colour_photopage_caption%;
	background-color: %colour_photonavigation_background%;
}

.photo-frame {
	border: 1px solid %colour_photopage_imageborder%;
}

.photo-navigation {
	background-color: %colour_photonavigation_background%;
	border-bottom: 15px solid %colour_photopage_background%;
}

.photo-navigation a:link {
	color: %colour_photopagenavigation_static%;
}

.photo-navigation a:hover {
	color: %colour_photopagenavigation_hover%;
}

.exif-data {
	color: %colour_photopage_exifdata%;
	background-color: %colour_photopage_exifdatabackground%;
}





/* Movie Album page styles */
.movie-page-title {
	color: %colour_moviealbum_title%;
}

.movie-page-description {
	color: %colour_moviealbum_pagedescription%;
}

.movie-thumbnail-frame img {
	border: 1px solid %colour_moviealbum_thumbnailborder%;
}

.movie-thumbnail-caption {
	color: %colour_moviealbum_thumbnailcaption%;
}

/* Quicktime (Fullscreen) Video Page */
.movie-description {
	color: %colour_quicktime_pagedescription%;
}

/* Contact Form page styles */
form {
	color: %colour_contactform_labels%;
}

.message-text { 
	color: %colour_contactform_header%;
} 

.form-input-field {
	color: %colour_contactform_input%;
	border: 1px solid %colour_contactform_borders%;
	background-color: %colour_contactform_background%;
} 

.label {
	color: %colour_contactform_annotations%;
}
/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	z-index: 10001;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	z-index: 10002;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}

.lbLoading {
	background: #000 url(1_loading.gif) no-repeat center;
}

#lbImage {
	background-repeat: no-repeat;
	border: 7px solid #000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(1_prev.png) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(1_next.png) no-repeat 100% 30%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url(1_close.png) no-repeat center;
	margin: 0px;
}

#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}
body {
	color: #666666;
	background-color: #E5E5E5;
}

h1 {
	color: #666666;
}

h2 {
	color: #666666;
}

h3 {
	color: #666666;
}

h4 {
	color: #666666;
}

h5 {
	color: #666666;
}

h6 {
	color: #666666;
}

cite {
	color: #666666;
}

strike {
	color: #FF0000	
}

ins {
	color: #339900;
}

q {
	color: #666666;
}

dt {
	color: #666666;
}

dd {
	color: #666666;
}





#topContainer {
	background-color: #4D4D4D;
}

/* Header (title) */
#pageHeader h1 {
	color: #FFFFFF;
}

#flashBox {
	border: 1px solid #CCCCCC;
	background-color: #666666;
}

/* Subheading (slogan) */
#siteSlogan h2 {
	color: #FFFFFF;
}

/* Breadcrumb links */
#breadcrumbcontainer {
	color: %colour_body_text%;
}	

#breadcrumbcontainer a {
	color: #999933;
}

#breadcrumbcontainer a:hover {
	color: #666600;
}

/* Sidebar Container */
.sidebarSpacer {
	background-color: #FFFFFF;	
}

#sidebarContainer #sidebar {
	color: #666666;
	background-color: #FAFAFA;
	border-bottom: 15px solid #FFFFFF;
}

#sidebarContainer .sideHeader {
	color: #666666;
	background-color: #FAFAFA;
}

#dynamicSidebar {
	color: #666666;
	background-color: #FAFAFA;
}

/* Main Container */
#container {
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
}

/* Content Container */
#contentContainer {
	background-color: #FFFFFF;
}

#contentContainer #content {
	background-color: #FFFFFF;
}

/* Web links */
a:link, a:visited {
	color: #999933;
}

a:hover {
	color: #666600;
}


a:active {
	color: #999933;
}

/* Secondary navigation links (sidebar) */
.secondaryNavigation {
	background-color: #FAFAFA;
	border-bottom: 15px solid #FFFFFF;
}

.secondaryNavigation li,
.secondaryNavigation ul ul li, 
.secondaryNavigation ul ul ul li {
	background-color: #FAFAFA;
}

.secondaryNavigation a, 
.secondaryNavigation ul ul a, 
.secondaryNavigation ul ul ul a {
	background-color: #FAFAFA;
	color: #999933;
}

.secondaryNavigation a:hover,
.secondaryNavigation ul ul a:hover,
.secondaryNavigation ul ul ul a:hover {
	color: #666600;
	background-color: #FAFAFA;
}

.secondaryNavigation #current,
.secondaryNavigation #current:hover, 
.secondaryNavigation .currentAncestor,
.secondaryNavigation ul ul #current,
.secondaryNavigation ul ul #current:hover,  
.secondaryNavigation ul ul .currentAncestor,
.secondaryNavigation ul ul ul #current,  
.secondaryNavigation ul ul ul #current:hover,
.secondaryNavigation ul ul ul .currentAncestor {
	color: #999933;
	background-color: #FAFAFA;
}

/* Footer container */
#footer {
	border-top: solid 1px #CCCCCC;
	color: #666666;
	background-color: #F5F5F5;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999933;
}

#footer a:hover {
	color: #666600;
}

/* Blockquote and standout */
blockquote, .standout, .scrollBox {
background-color : #FFFFFF;
border: 1px solid #E0E0E0;
}

/* Blog page style */
.blog-entry-title, .blog-entry-title a {
	color: #666666;
}

.blog-entry-date {
	color: #666666;
}

.blog-read-more a {
	color: #999933;
}

.blog-read-more a:hover {
	color: #666600;
}

.blog-entry-comments a {
	color: #666666;
}

.blog-entry-comments a:hover {
	color: #666666;
}

#blog-categories {
	color: #666666;
	border-bottom: 15px solid #FFFFFF;
}

#blog-categories a {
	color: #999933;
}

#blog-categories a:hover {
	color: #666600;
}

#blog-archives a {
	color: #999933;
}

#blog-archives a:hover {
	color: #666600;
}

#blog-rss-feeds {
	border-bottom: 15px solid #FFFFFF;
}

#blog-rss-feeds a {
	color: #FF6600;
}

#blog-rss-feeds a:hover {
	color: #FF6600;
}

ul.blog-tag-cloud {
	border-bottom: 15px solid #FFFFFF;
}

ul.blog-tag-cloud a {
	color: #999933;
}

ul.blog-tag-cloud a:hover {
	color: #666600;
}



/* File sharing page styles */
.filesharing-description {
	color: #666666
}

.filesharing-item-title a {
	color: #666666;
}

.filesharing-item-title a:hover {
	color: #666666;
}

.filesharing-item-description {
	color: #666666;
}





/* Photo Album page styles */
.album-title {
	color: #666666;
}

.album-description {
	color: #666666;
}

.thumbnail-frame img {
	border: 1px solid #666666;
}

.thumbnail-caption {
	color: #666666;
}





/* Induvidual Photo page styles */
.photo-background {
	background-color: #FFFFFF;	
}

.photo-title {
	color: #666666;
	background-color: #E5E5E5;
}

.photo-caption {
	color: #666666;
	background-color: #E5E5E5;
}

.photo-frame {
	border: 1px solid #666666;
}

.photo-navigation {
	background-color: #E5E5E5;
	border-bottom: 15px solid #FFFFFF;
}

.photo-navigation a:link {
	color: #999933;
}

.photo-navigation a:hover {
	color: #666600;
}

.exif-data {
	color: #666666;
	background-color: #E5E5E5;
}





/* Movie Album page styles */
.movie-page-title {
	color: #666666;
}

.movie-page-description {
	color: #666666;
}

.movie-thumbnail-frame img {
	border: 1px solid #666666;
}

.movie-thumbnail-caption {
	color: #666666;
}

/* Quicktime (Fullscreen) Video Page */
.movie-description {
	color: #666666;
}

/* Contact Form page styles */
form {
	color: #666666;
}

.message-text { 
	color: #666666;
} 

.form-input-field {
	color: #666666;
	border: 1px solid #999999;
	background-color: #EFEFEF;
} 

.label {
	color: %colour_contactform_annotations%;
}


		h1, h2, h3, h4, h5, h6, #sidebarContainer .sideHeader {
	font-family: Georgia, georgia, serif;
}

body {
	font-family: Georgia, georgia, serif;
}

#screenBadge {
	display: block;
}

body {
	font-size : 0.75em;
}

#flashBox {
	background-image : url('images/DO_NOT_DELETE/background.jpg');
}

#gecko {
	display: none;
} 

#sidebarContainer, #secondaryNavigation {
	float: right;
	width : 150px;
	margin-right: 15px;
	margin-left: 15px;
}

#contentContainer {
	margin-right: 180px;
	margin-left: 15px;
}

#container, #primaryNavigation {
	width: 800px;
}

.lastPublished {
	display: block;
}


		