/* -------------------------------------------------------------
	RAM Energy Resources, Inc.
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			3 May 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Body
			> Primary Content
			> Secondary Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #727272 url(/images/bg_body.gif) repeat-x;
	font: normal 11px/1.5 Verdana, Helvetica, sans-serif;
	color: #717070;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #637e9c;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

li {
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 5px;
	padding-left: 12px;
	position: relative;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	width: 750px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}

#interior #root {
	position: relative;
	margin: 6px auto 0 auto;
	top: auto;
	left: auto;
}

#index {
	width: 740px;
	border: 5px solid #fff;
	background: #fff;
	float: left;
}

#interior #index {
	height: auto;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}

h3 {
	font-weight: bold;
	font-size: 18px;
	color: #637e9c;
	margin-bottom: 8px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	height: 82px;
	border-bottom: 7px solid #ccc;
}

#brand, #brand a {
	width: 255px;
	height: 82px;
	display: block;
	overflow: hidden;
	text-indent: -9000em;	
}

#brand {
	float: left;
	background: #fff url(/images/logo_ram.gif) no-repeat;
}


/* --- UI --- */

#masthead ul {
	float: right;
	width: 468px;
	margin-top: 34px;
}

#masthead li, #masthead li a {
	float: left;
	overflow: hidden;
	text-indent: -9000em;
	background-repeat: no-repeat;
}

#masthead li {
	padding: 0 9px;
	background-image: none;
	background-position: 9px -26px;
	background-color: #fff;
}

#masthead li a {
	height: 21px;
	background-position: 0 0;
}

li#ui_home a, li#ui_home {
	width: 30px;
	background-image: url(/images/ui_home.gif);
}

li#ui_about a, li#ui_about {
	width: 49px;
	background-image: url(/images/ui_about.gif);
}

li#ui_operations a, li#ui_operations {
	width: 63px;
	background-image: url(/images/ui_operations.gif);
}

li#ui_investors a, li#ui_investors {
	width: 107px;
	background-image: url(/images/ui_investors.gif);
}

/*
li#ui_news a, li#ui_news {
	width: 62px;
	background-image: url(/images/ui_news.gif);
}
*/

li#ui_careers a, li#ui_careers {
	width: 46px;
	background-image: url(/images/ui_careers.gif);
}

li#ui_contact a, li#ui_contact {
	width: 62px;
	background-image: url(/images/ui_contact.gif);
}


/* --- dropdowns --- */

#masthead li:hover,
#masthead li.over {
	overflow: visible;
	background-color: #8e8e8e;
	position: relative;
	z-index: 20;
}

#masthead li:hover a,
#masthead li.over a {
	background-image: none;
	background-color: none;
}


#masthead li ul {
	width: 145px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 21px;
	left: 0;
}

#masthead li ul li {
	width: 100%;
	padding: 0;
	margin: 0;
}

#masthead li ul li a {
	width: 132px;
	height: auto;
	background-image: none;
	background-color: #727272;
	display: block;
	padding: 2px 5px 2px 8px;
	text-indent: 0;
	overflow: visible;
	color: #cecece;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#masthead li ul li a:hover {
	background-color: #878787;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 100%;
	height: 66px;
	border-top: 1px solid #fff;
	background: url(/images/img_messaging_2.jpg) no-repeat;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 214px;
	float: left;
	padding: 37px 0 50px 26px;
}

#sidebar li {
	padding: 0 0 10px 12px;
}

#sidebar a:link, #sidebar a:visited {
	color: #717070;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	padding: 0;
	border-top: 1px solid #fff;
	background: #fff url(/images/bg_contentBody_home.jpg) no-repeat;
}

#home #body {
	height: 420px;
}

#interior #body {
	width: 462px;
	min-height: 420px;
	float: right;
	background: #fff;
	border: 0px;
	padding: 33px 33px 50px 0;
}

#body h4 {
	font-size: 12px;
	font-weight: bold;
}

#body div {
	clear: both;
}



/*	Body: Careers
- - - - - - - - - - - - - -  */

#body #careers_left {
	width: 230px;
	float: left;
	clear: left;
}

#body #careers_right {
	width: 230px;
	float: right;
	clear: right;
}

#careers_left select {
	margin-bottom: 10px;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 100%;
	height: 70px;
	clear: both;
	overflow: hidden;
	color: #acacac;
	font-size: 10px;
	line-height: 1.3;
	background: url(/images/bg_footer.gif) repeat-x;
}

#footer a:link, #footer a:visited {
	color: #acacac;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer ul {
	float: right;
	width: 350px;
	display: inline;
	margin: 5px 18px 0 0;
	text-align: right;
}

#footer li {
	padding: 0 2px 0 8px;
	background: none;
	border-left: 1px solid #acacac;
	line-height: 1.1em;
	float: right;
}

#footer li.first {
	padding: 0 8px;
	border: 0px;
}

#copyright {
	width: 350px;
	float: right;
	display: inline;
	margin: 14px 18px 0 0;
	text-align: right;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	float: left;
	width: 300px;
	margin: 14px 0 0 18px;
	display: inline;
}

.vcard .org {
	font-size: 11px;
	font-weight: bold;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

label {
	font-weight: bold;
	display: block;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

