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

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

/********** BASE STYLES **********/
body {
	font: normal 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;
} 

h1, h2, h3, h4, h5, h6 {
	margin-top: 2%;
	font-family: Arial, Helvetica, sans-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;
}


/********** DISABLED STYLES **********/
h1#logo, ul#header_meta, ul#divisions, ul#more_reasons {
	display: none !important;
}


/********** MISC STYLES **********/
#header {
	border-bottom: 1px solid #000;
	margin-bottom: 4% !important;
}

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

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

#your_career h4 {
	font: 14pt Arial, Helvetica, sans-serif;
}

#story #content {
	overflow: visible !important;
}

#story #site_wrapper .story {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	display: block !important;
}

#footer {
	border-top: 1px solid #000;
	margin-top: 2% !important;
	padding-top: 1% !important;
}
