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

div#tdp_banner
{
	background-image: url(/images/tdp_banner.png);
	background-position: top right;
	height: 123px;
	width: calc(100% - 4px);
	display: block;
	position: relative;
}

img#tdp_logo
{
	position: absolute;
	left: 4px;
	top: 4px;
	width: 111px;
	height: 111px;
}

div#menu_bar
{
	position: absolute;
	/*left: 110px;*/
	right: 38px;
	top: 91px;
}

div#static_menu
{
	position: absolute;
	right: 54px;
	top: 4px;
	text-align: right;
	color: white;
}

div#static_menu a
{
	color: white;
	text-decoration: none;
}

div#static_menu a:hover
{
	text-decoration: underline;
}

div#static_menu a img {
	height: 12pt;
	width: auto;
	padding-right: 4px;
}

div#banner_strapline
{
	position: absolute;
	right: 54px;
	top: 45px;
	text-align: right;
	font-weight: bold;
	color: white;
	max-width: calc(100% - 170px);
}

a.menu_item
{
	float: left;
	background-image: url(/images/menu_item_background.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 31px;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	padding-left: 4px;
	padding-right: 16px;
	line-height: 26px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
	color: #226688;
}

a.menu_item:hover
{
	background-image: url(/images/menu_item_background_rollover.png);
	display: block;
	color: #113344;
}

body
{
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

.content
{
	padding: 4px;
	padding-top: 3px;
}

p
{
	padding: 0;
	padding-bottom: 0.75em;
	margin: 0;
}

table
{
	padding-bottom: 0.75em;
}

p#footer
{
	text-align: center;
	font-size: 80%;
	margin-left: -4px;
	margin-right: -4px;
	padding-top: 8px;
	margin-bottom: -4px;
	background-color: #BCDDEE;
}

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;
	overflow: hidden;
}

.homethumb
{
	height: 130px;
}

div.forced_width
{
	width: 130px;
}

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

span.thumbnail_caption_subtitle
{
	font: 70% Tahoma, Verdana, Arial, sans-serif;
}

img.corner_tag
{
	position: absolute;
	left: 0px;
	top: 0px;
}

div#page_thumbnail_container
{
	background-color: #BCDDEE;
	overflow: hidden;
	width: 100%;
	padding-top: 8px;
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: -4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px; /* imperfect for standards, but IE is predominant */
	position: relative;
}

div#filter_selector_bar
{
	margin-bottom: 0px;
	margin-left: -4px;
	margin-right: -4px;
	background-color: white;
	overflow: hidden;
	width: 100%;
}

div#filter_selector_bar_left
{
	float: left;
	background-image: url(/images/filter_tab_left.png);
	width: 12px;
	height: 26px;
}

div#filter_selector_bar_middle
{
	float: left;
	height: 26px;
	background-color: #BCDDEE;
}

div#filter_selector_bar_right
{
	float: left;
	background-image: url(/images/filter_tab_right.png);
	width: 12px;
	height: 26px;
}

select#filter_selector
{
	height: 21px;
	margin-top: 4px;
}

h1#main_heading
{
	font: bold 160% Verdana, Arial, sans-serif;
	padding: 1px;
	margin: 0;
	padding-bottom: 6px;
	margin-bottom: 6px;
	background-image: url(/images/h1_background.png);
	background-position: bottom right;
	background-repeat: repeat-x;
	margin-left: -4px;
	margin-right: -4px;
	padding-left: 4px;
}

img.right
{
	float: right;
	padding-left: 4px;
}

img.left
{
	float: left;
	padding-right: 4px;
}

h2.article
{
	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;
}

div.container
{
	max-width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: white;
	height: 100%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

img.splash_button
{
	display: block;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #44AADD;
}

div.splash_logo_container
{
	float: left;
	margin: 16px;
}

div.splash_logo_text
{
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 16px;
}

div.splash_menu_container
{
	float: left;
	height: 200px;
	margin-top: 108px; /* was 70px */
}

img#coverbands_button:hover,
img#artists_button:hover
{
	background-color: #2288BB;
}

/*img#corporate_button:hover,
img#djs_button:hover,*/
img#workshops_button:hover
{
	background-color: darkred;
}

img#freestylers_button:hover
{
	background-color: green;
	background-image: url(/images/grass.jpg);
}

img#news_button:hover,
img#about_button:hover
{
	background-color: #9F9F9F;
}

div.clients_container
{
	padding-left: 70px;
	border-top: 2px solid #3399cc;
}

div#client_scroll_banner
{
	overflow: hidden;
	width: 740px;
	position: absolute;
	top: 0px;
	left: 0px;
}


div#client_scroll_container
{
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	width: 740px;
	height:56px;
}

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 85% Verdana, Arial, sans-serif; 
	color: black;
	text-decoration: none;
}

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

span.strapline
{
	font-size: 80%;
}




/* For Hoolio and Ad-Apt */

img.ha_image
{
	display: block;
}

div#ha_side
{
	width: 329px;
	padding-top: 10px;
	float: left;
}

div#ha_main
{
	padding-top: 10px; 
	padding-left: 8px; 
	padding-bottom: 8px;
	float: left;
	width: 400px;
}

div#ha_bottom
{
	width: 700px; 
	clear: both;
}

p.ha_para
{
	font-size: 108%;
}

p#ha_lowest_para
{
	font-size: 108%;
	padding-bottom: 0px;
}

p#ha_link_footnote
{
	font-size: 108%;
	text-align: right;
	width: 745px;
}

a.ha_black_link
{
	text-decoration: none; 
	color: #000000;
}

a.ha_blue_link
{
	text-decoration: none; 
	color: #000077;
}

table#ha_media
{
	color:#000077; 
	margin-left: 8px;
}

h2.ha_big
{
	font-size: 120%;
	margin-bottom: 10px;
}

h3.ha_small
{
	font-size: 80%;
}

img.ha_media_grid
{
	border: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
}

td#ha_images_cell
{
	padding-right: 16px;
	vertical-align: top;
}

td#ha_mp3_cell
{
	vertical-align: top;
}

img.ha_mp3_icon
{
	border: 0px; 
	margin-right: 8px; 
	margin-bottom: 8px; 
	vertical-align: middle;
}

h2#ha_contact
{
	font-size: 120%;
	color:#000077;
	margin-left: 8px;
}

p.ha_simple
{
	margin-left: 8px;
}

div.article_date
{
	float: right; 
	line-height: 32px;
	font-weight: bold;
}

img
{
	vertical-align: bottom;
}

div#jpegdiv img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 600px) {
	div#menu_bar {
		display: none;
	}
	
	div#banner_strapline {
		top: 40px;
	}

	.kourou_right, .kourou_left, p img {
		display: block;
		width: 100%;
		height: auto !important;
		padding-bottom: 0.5rem;
	}
}