/* Global Reset */
* { margin: 0; padding: 0; line-height: normal; }

/* Site Settings */
body					{ font-size: 62.5%; }
* html body				{ text-align: center; }

/* Development */
.dev					{ background: green; }

/* Website Container (Centred) */
#container				{ width: 760px; margin: 0 auto; }
* html #container		{ text-align: left; }

/* RCDOW Header (Clean) */
#header					{ width: 760px; height: 137px; background: url('http://www.rcdow.org.uk/img/newback_2005_04112005.gif') no-repeat; }
#header div				{ position: relative; left: 170px; top: 112px; width: 590px; }
#header_nav				{ width: 100%; height: 25px; overflow: hidden; background: #6b0a12; }
/*.topmenu				{ font-size: 1.1em; }*/
.nav_left				{ float: left; }
.nav_right				{ float: right; }

/* Media Breadcrumbs */
#media_breadcrumbs		{ padding: 1em; border: solid #6b0a12; border-width: 0 1px 1px 1px; font-size: 1.2em; font-family: Verdana, "Sans Serif"; }
#media_breadcrumbs span	{ padding: 0 0.5em; color: gray; }

/* Media Tabs */
#media_tabs					{ font-size: 2em; font-family: Verdana, "Sans Serif"; text-align: center; margin-top: 1em; }
#media_tabs ul				{ width: 100%; overflow: hidden; list-style: none; }
#media_tabs li				{ width: 33%; height: 40px; line-height: 40px; float: left; overflow: hidden; }
#media_tabs span			{ display: none; }
#media_tabs .audio			{ width: 34%; background: #c0c0c0; background: url('../img/audio_tab_bg.gif') no-repeat top right; color: white; }
#media_tabs .audio span		{ display: block; float: left; position: relative; top: 0; left: 0; height: 40px; width: 5px; background: url('../img/audio_tab_bg_left.gif') no-repeat; }
#media_tabs .video			{ width: 34%; background: #c0c0c0; background: url('../img/tab_bg.gif') no-repeat top right; color: white; }
#media_tabs .video span		{ display: block; float: left; position: relative; top: 0; left: 0; height: 40px; width: 5px; background: url('../img/tab_bg_left.gif') no-repeat; }
#media_tabs .reuters		{ float: right; background: url('../img/reuters_tab_bg.gif') no-repeat top right; color: white; }
#media_tabs .reuters span	{ display: block; float: left; position: relative; top: 0; left: 0; height: 40px; width: 5px; background: url('../img/reuters_tab_bg_left.gif') no-repeat; }
#media_tabs .selected		{ color: white; }

/* Media Buttons */
#media_buttons				{ margin: 0 0 2em 0; font-size: 2em; font-family: Verdana, "Sans Serif"; text-align: center; margin-top: 1em; }
#media_buttons ul			{ width: 100%; overflow: hidden; list-style: none; }
#media_buttons li			{ width: 33%; height: 40px; line-height: 40px; float: left; overflow: hidden; }
#media_buttons span			{ display: none; }
#media_buttons .audio		{ width: 34%; background: #c0c0c0; background: url('../img/audio_button_bg.gif') no-repeat top right; color: white; }
#media_buttons .audio span	{ display: block; float: left; position: relative; top: 0; left: 0; height: 40px; width: 5px; background: url('../img/audio_button_bg_left.gif') no-repeat; }
#media_buttons .video		{ width: 34%; background: #c0c0c0; background: url('../img/button_bg.gif') no-repeat top right; color: white; }
#media_buttons .video span	{ display: block; float: left; position: relative; top: 0; left: 0; height: 40px; width: 5px; background: url('../img/button_bg_left.gif') no-repeat; }
#media_buttons .selected	{ color: white; }

/* Media Player Area */
#player_background 			{ background: url('../img/tab_content_bg.gif') repeat-y; margin-bottom: 3em; }
#player_background .bottom	{ display: block; width: 760px; height: 8px; font-size: 1px; background: url('../img/tab_content_bg_bottom.gif') no-repeat; }
#audio_player_container				{ background: url('../img/audio_player_bg.gif') no-repeat; padding: 0 2em; }
#audio_player_background 			{ background: url('../img/audio_content_bg.gif') repeat-y; margin-bottom: 3em; }
#audio_player_background .bottom	{ display: block; width: 760px; height: 8px; font-size: 1px; background: url('../img/audio_content_bg_bottom.gif') no-repeat; }
#player_container			{ background: url('../img/tab_player_bg.gif') no-repeat; padding: 0 2em; }
#player						{ width: 100%; overflow: hidden; padding: 2em 0 2em 0; color: white; }
#player_left				{ float: left; width: 450px; }
#player_right				{ float: right; width: 250px; }
#player_right h1			{ font-size: 2.5em; font-family: Georgia, "Times New Roman", serif; margin-bottom: 0.8em; }
#player_right p				{ font-size: 1.4em; font-family: Verdana; line-height: 2.14em; }
#player_right p a			{ font-size: 1em; color: white; text-decoration: underline; }
#player_details				{ font-size: 1.2em; list-style: none; margin: 4em 0 0 0; color: #cf888c; }
#player_details li			{ margin: 0.4em 0; width: 100%; overflow: hidden; }
#audio_player_details		{ font-size: 1.2em; list-style: none; margin: 4em 0 0 0; color: #cae453; }
#audio_player_details li	{ margin: 0.4em 0; width: 100%; overflow: hidden; }
.player_list_left			{ float: left; width: 25%; margin: 0 5% 0 0; font-weight: bold; }
.player_list_right			{ float: left; width: 65%; }
#player_links				{ font-size: 1.2em; list-style: none; border: solid #cf888c; border-width: 1px 0 1px 0; padding: 0.5em 0; margin: 1em 0;  }
#player_links img			{ margin: 0 0.8em 0 0; }
#player_links li			{ margin: 0.4em 0; }
#player_links a				{ color: white; }
#audio_player_links			{ font-size: 1.2em; list-style: none; border: solid #cae453; border-width: 1px 0 1px 0; padding: 0.5em 0; margin: 1em 0;  }
#audio_player_links img		{ margin: 0 0.8em 0 0; }
#audio_player_links li		{ margin: 0.4em 0; }
#audio_player_links a		{ color: white; }

/* Media reuters Area */
#reuters_background 	{ background: url('../img/reuters_tab_content_bg.gif') repeat-y; margin-bottom: 3em; }
#reuters_background .bottom{ display: block; width: 760px; height: 8px; font-size: 1px; background: url('../img/reuters_tab_content_bg_bottom.gif') no-repeat; }
#reuters_container		{ background: url('../img/reuters_tab_player_bg.gif') no-repeat; padding: 0 2em; }
#reuters				{ width: 100%; overflow: hidden; padding: 2em 0 2em 0; color: white; }
#reuters_left			{ float: left; width: 500px; }
#reuters_right			{ float: right; width: 200px; }
#reuters_right h1		{ font-size: 2.5em; font-family: Georgia, "Times New Roman", serif; margin-bottom: 0.8em; }
#reuters_right p		{ font-size: 1.4em; font-family: Verdana; line-height: 2.14em; margin-bottom: 1em; }
#reuters ul				{ margin: 4em 0 0 0; }
#reuters_links			{ font-size: 1.2em; list-style: none; border: solid white; border-width: 1px 0 1px 0; padding: 0.5em 0; margin: 1em 0;  }
#reuters_links img		{ margin: 0 0.8em 0 0; }
#reuters_links li		{ margin: 0.4em 0; }
#reuters_links a		{ color: white; }

/* Media Rows Area */
#column_container		{ padding: 0 0em; }
#columns				{ width: 100%; overflow: hidden; color: #6b0a12; }
#columns h2				{ width: 100%; overflow: hidden; color: #6b0a12; font-size: 2em; font-family: Georgia, "Times New Roman", serif; margin-bottom: 0.8em; padding: 2px 0 2px 0; border-bottom: 3px solid #6b0a12; border-top: 1px solid #6b0a12; }
#columns h2 span		{ float: right; text-align: right; }
#columns h2 .heading	{ float: left; }
#columns h2 span a		{ font-size: 0.6em; }
#columns ul				{ list-style: none; padding-bottom: 4em; width: 100%; overflow: hidden; }
#columns li				{ float: left; width: 30%; margin: 0 0 2em 0; }
#columns .center 		{ margin: 0 4%; }
#columns li img			{ margin: 0 1em 0.5em 0; }
#columns li a			{ font-size: 1.5em; font-weight: bold; color: #6b0a12; }
#columns li p			{ font-size: 1.2em; margin-top: 0.8em; color: black; }
#columns li p a			{ font-size: 1em; font-weight: normal; }
#columns .media_date	{ font-size: 1em; padding-top: 3px; border-top: 1px solid #c0c0c0; color: gray; }

#columns h4				{ width: 100%; height: 29px; margin: 0 0 1em 0; }
#columns h4				{ font-size: 1.5em; font-family: Georgia, "Times New Roman", serif; background: #c0c0c0; background: url('../img/button_thin_bg_long.gif') no-repeat top right; color: white; }
#columns h4 span		{ display: block; float: left; position: relative; top: 0; left: 0; height: 29px; width: 5px; background: url('../img/button_thin_bg_left.gif') no-repeat; }
#columns .audio			{ background: url('../img/audio_button_thin_bg_long.gif') no-repeat top right; }
#columns .audio span	{ background: url('../img/audio_button_thin_bg_left.gif') no-repeat; }
#columns h4 div			{ display: inline; float: right; text-align: right; height: 29px; line-height: 29px; margin: 0 0.5em; }
#columns h4 .heading	{ float: left; text-align: left; }
#columns h4 div a		{ font-size: 1em; height: 29px; line-height: 29px; color: white; }

/* Copyright Area */
#copyright				{ margin-top: 2em; padding-top: 2em; text-align: left; border-top: 1px solid gray; }
#copyright p			{ font-size: 1.2em; color: gray; margin-bottom: 1em;}

/* New Copyright Area */
#newcopyright				{ margin-top: 5em; padding-top: 2em; text-align: center; border-top: 0px solid gray; }
#newcopyright p			{ font-size: 1.2em; color: gray; margin-bottom: 1em;}
