@import url("/flowplayer/skin/skin.css");

html
{
	background-image: url(/images/page_background.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	overflow-y: scroll;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div#container
{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.75);
	background-color: white;
	min-height: 100%;
}

div#content
{
	padding: 0.5rem;
	padding-bottom: 0;
}

div#image_fader
{
	position: absolute;
	right: 18px;
	top: 171px;
	width: 440px;
	height: 500px;
	z-index: 500;
}

div.cycle-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: grayscale(50%);
}

div#fader-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("/_config/plugins/tdw_image_fader/fader-overlay.png");
	z-index: 1000;
}

/* header bits */

a#header-top {
	display: block;
	background-image: url(/images/tdw-banner-top.png);
	background-position: center;
	background-size: contain;
	position: relative;
}

a#header-top:after {
	content: "";
	display: block;
	padding-bottom: 18.541666%;
}

div#header-bottom:after {
	content: "";
	display: block;
	padding-bottom: 5.3125%;
}

div#top-menu {
	background-color: black;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	text-transform: uppercase;
	font-size: 80%;
	text-align: center;
}

div#top-menu a {
	color: #D49EE7;
	font-weight: bold;
	text-decoration: none;
	margin-right: 0.5rem;
}

div#top-menu a:last-child {
	margin-right: 0;
}

div#top-menu a:first-child {
	color: white;
}

div#top-menu a:hover {
	color: white;
	text-shadow: -2px -2px 5px rgba(255,255,255,0.75), 2px -2px 5px rgba(255,255,255,0.75), -2px 2px 5px rgba(255,255,255,0.75), 2px 2px 5px rgba(255,255,255,0.75);
}

/* footer bits */

div#crowd-line {
	background-color: #F0F0F0;
}

div#crowd-line img {
	display: block;
	width: 100%;
	height: auto;
}

div#footer-top {
	height: 11px;
	background-image: url(/images/footer-top.png);
	background-size: 100% 100%;
}

div#footer-bottom {
	height: 8px;
	background-image: url(/images/footer-bottom.png);
	background-size: 100% 100%;
	border-bottom: 0.5em solid white;
}

div#footer-main {
	background-color: #575757;
	overflow: hidden;
	color: #A1A1A1;
	display: flex;
	padding: 0.5rem;
	padding-top: 0;
	padding-bottom: 0;
}

div#footer_left {
	width: 40%;
	font-size: 80%;
}

div#footer_phone {
	width: 30%;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

div#footer_right {
	width: 40%;
	font-size: 80%;
}

div#footer a
{
	color: #A1A1A1;
}

/* content bits */

a
{
	color: #5282C8;
}

h1
{
	font: bold 150% Verdana, Arial, sans-serif;
	color: #5282C8;
	margin: 0;
	margin-bottom: 8px;
	margin-top: 4px;
}

div#content_homepage h1
{
	font-size: 130%;
}

h2
{
	font: bold 125% Verdana, Arial, sans-serif;
	margin: 0;
	padding-bottom: 2px;
	margin-bottom: 6px;
	padding-top: 6px;
	/*background-image: url(/images/small_dots.png);
	background-position: left bottom;
	background-repeat: repeat-x;*/
	clear: left;
}

h3
{
	font: bold 120% Verdana, Arial, sans-serif;
	margin: 0;
	padding-bottom: 2px;
	margin-bottom: 6px;
	padding-top: 6px;
}

p, ul
{
	margin-top: 0px;
	margin-bottom: 12px;
}

li
{
	list-style-image: url(/images/bullet.png);
	list-style-type: square;
}

div.thumbnail
{
	text-decoration: none;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid gray;
	padding: 4px;
	background-color: #F0F0F0;
	text-align: center;
	position: relative;
	line-height: 12pt;
}

img.thumbnail_image
{
	border: 1px solid black;
}

div.thumbnail_caption
{
	padding-top: 4px;
}

div.thumbnail_caption_tight
{
	padding-top: 4px;
	margin-left: -4px;
	margin-right: -4px;
}

div.thumbnail_caption a,
div.thumbnail_caption_tight a
{
	font: bold 90% Verdana, Arial, sans-serif; 
	color: black;
	text-decoration: none;
}

div.thumbnail_type_description
{
	font-size: 75%;
	color: gray;
}

div#contact_details
{
	font-size: 90%;
	color: gray;
	text-align: center;
	line-height: 10pt;
	margin-bottom: 8px;
}

div#text_only_menu
{
	padding-top: 53px;
	padding-left: 20px;
}

/* homepage bits */

div#workshops {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

div#workshops h2 {
	background-color: #333;
	color: white;
	padding: 0;
	margin: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

div.workshop-section {
	display: flex;
	flex-wrap: wrap;
	background-color: #F0F0F0;
}

a.workshop {
	width: 150px;
	border: 1px solid #CCC;
	margin: 0.25rem;
	min-height: 4rem;
	display: flex;
    text-decoration: none;
	color: black;
	background-color: white;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	font-weight: bold;
}

	
a.workshop span {
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

a.workshop:hover {
	text-shadow: -1em -1em 1em white, 1em -1em 1em white, -1em 1em 1em white, 1em 1em 1em white;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

a#discount {
	display: block;
	text-align: center;
	padding: 1em;
	background-color: #E70000;
	color: white;
	font-weight: bold;
	margin-top: 0.25rem;
	text-decoration: none;
}

a#discount strong {
	font-weight: bolder;
}

a#discount span {
	display: inline-block;
	border: 1px solid white;
	padding: 0.5rem;
	margin-top: 0.25rem;
	text-transform: uppercase;
	font-size: smaller;
}

a#discount span:hover {
	background-color: #E76666;
}

div.reveal-button {
	text-align: center;
	padding-bottom: 1rem;
}

div.reveal-button a {
	background-color: slateblue;
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 0.25rem;
	border-radius: 8px;
}

/* mobile optimised bits */

@media screen and (max-width: 479px) {
	.kourou_right, .kourou_left, p img {
		display: block;
		width: 100%;
		height: auto !important;
		padding-bottom: 0.5rem;
	}
	
	#jpegdiv img {
		max-width: 100%;
		height: auto;
	}
	
	.revealable {
		display: none;
	}
}

@media screen and (min-width: 480px), print {
	.reveal-button {
		display: none;
	}
}
