/*************************************************
	RWDI 2009
	
	Site by Barking Dog Studios
	http://www.barkingdogstudios.com/

*************************************************/

/********** MAIN STYLES **********/
body {
	font: 10pt/16pt Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	width: auto !important;
	float: none !important;
}

/* Link styling */
a:link, a:visited {
	color: #333;
	background: transparent;
	text-decoration: underline;
	font: 10pt Arial, Helvetica, sans-serif;
}

#wrapper a:link:after, #wrapper a:visited:after {
	content: " (" attr(href) ") ";
}
   
#wrapper a[href^="/"]:after {
	content: " (http://rwdi.dev.barkingdogstudios.com" attr(href) ") ";
}

h1#logo a[href^="#"]:after {
	content: " (" attr(href) ") ";
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 2%;
	font-family: Georgia, Times, serif;
	font-weight: normal !important;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4, h5, h6 {
	font-size: 10pt;
}

ul {
	list-style: square;
}


/********** SECONDARY STYLES **********/
/* Forces hidden accordion items to print and have auto height */
.services_accordion_content, .expert_details_window {
	display: block !important;
	height: auto !important;
}

h3#rwdi_motto {
	font: italic 12pt Georgia;
}


h3#rwdi_motto img {
	vertical-align: middle;
	margin-right: 1%;
}

#header_meta {
	margin-bottom: 3%;
	border-bottom: 1px solid #000;
}


/********** DISABLED CONTENT **********/
h1#logo, #emergency_window, a.window_close, ul#header_subnav, ul.header_mainnav, #top_bar, ul#language_menu, ul.innovative_nav,.main_story_images,  a.find_out_how, #banner a img, a#more img, a.more img, #footer, ul#news_archives, ul#news_article_actions, ul#jobs_detail_actions, #sidebar_gallery, #quote_block img, ul#services_navigation li a img, .spacer_row1, .spacer_row3, .spacer_row4, .video_window, ul#controls, ul#process_gallery, ul#gallery, #experts_top form, ul#experts_list li a img, #projects_search form, #projects #top_right, #projects #bottom_right, #mapDots, #project_list, .news_item_image, .news_item_summary img, .downloads_item_summary img, #jobs_sidebar img, #downloads_search, ul#pagination, #general_article_title, a.expand_collapse, ul#flags {
	display: none;
}

#main_content, #content_right, #content_left, .main_story_panel {
	background: none !important;
}