/*-----------------------------------------------------------------------------
Basic Style Sheet (for older Browsers)

version:   1.0
author:    Mikel M. Sitterly, Jr.
email:     info@razorwiredesign.com
website:   http://www.razorwiredesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}




/* =Typography
-----------------------------------------------------------------------------*/

body {
	text-align: center;
	font: 70%/1.6 arial, verdana, geneve, tahoma, sans-serif;
	line-height:20px;
	color: #5f5f5f;
	border: 0px;
	padding: 0px;
	background: #663300 url(images/ri_main_bg.jpg) repeat-x top left;
}

html{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

ul#navigation{
	position: relative;
	margin: -24px 0px 0px 418px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background: transparent;
	float: left;
	width: 100%;
	font: 12px/1.6 arial, verdana, geneve, tahoma, sans-serif;
	text-transform: capitalize;
	z-index: 10;
	border: none;
}

ul#navigation li{
	display: inline;
	border: none;
}

ul#navigation a{
	display: block;
	float: left;
	padding: .2em 9px;
	text-decoration: none;
	color: #ffffff;
	background: transparent;
	border: none;
}

ul#navigation a:visited{
	color: #ffffff;
	background: transparent;
	border: none;
}

ul#navigation a:hover{
	color: #cc6600;
	background: transparent;
	border: none;
}

ul#navigation a:focus{
	color: #ffffff;
	background: transparent;
	border: none;
	-moz-outline-style: none;
}

ul#navigation a:active{
	color: #ffffff;
	background: transparent;
	border: none;
	outline: none;
}


body#home a#homenav,
body#headshots a#headshotsnav,
body#bio a#bionav,
body#resume a#resumenav,
body#imdb a#imdbnav,
body#contact a#contactnav{
	color: #cc6600;
	background: transparent;
	border: none;
}

.u-case{
	text-transform: uppercase;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/



/* =Main Content
-----------------------------------------------------------------------------*/

#wrapper{
	position: relative;
	width: 802px;
	height: 522px;
	z-index: 2;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: visible;
}

#ri-signature{
	position: relative;
	margin: 12px 0px 0px 262px;
	padding: 0px 0px 0px 0px;
	width: 546px;
	height: 113px;
	background: transparent;
	z-index: 1;
}

#container{
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 380px;
	z-index: 3;
	border-top: none;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	border-left: 1px solid #663300;
	text-align: left;
	overflow: visible;
}

#headshot-home{
	position: absolute;
	margin: -108px 0px 0px 0px;
	width: 351px;
	height: 488px;
	z-index: 4;
}

#headshot-hs{
	position: absolute;
	margin: 1px 0px 0px 0px;
	width: 300px;
	height: 379px;
	z-index: 4;
}

#headshot-bio{
	position: absolute;
	margin: 1px 0px 0px 0px;
	width: 300px;
	height: 379px;
	z-index: 4;
}

#headshot-contact{
	position: absolute;
	margin: 1px 0px 0px 0px;
	width: 350px;
	height: 379px;
	z-index: 4;
}

#SS_headshots{
	margin: 1px 0px 0px 0px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#footer{
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	background: transparent;
	text-align: center;
	font-weight: bold;
	width: 100%;
	color: #906f4d;
	margin: 30px auto 20px auto;
	padding: 0px 0px 20px 0px;
	z-index: 10;
}

.footernav{
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #906f4d;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
}

.footernav a:link{
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #906f4d;
	text-decoration: none;
	text-transform: capitalize;
}

.footernav a:visited{
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #906f4d;
	text-decoration: none;
	text-transform: capitalize;
}

.footernav a:hover{
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #cc6600;
	text-decoration: underline;
	text-transform: capitalize;
}

.footernav a:focus{
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #906f4d;
	text-decoration: none;
	text-transform: capitalize;
}

.footernav a:active{
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #906f4d;
	text-decoration: none;
	text-transform: capitalize;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
	border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

.text_div {
	overflow:auto;
	width:48%;
	height:380px;
	margin-left:410px;
}

/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
.bg_top {
	background: url(images/topbar.jpg) no-repeat;
}
#menu{
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	padding: 89px 0px 0px 421px;
	list-style-type: none;
	background: transparent;
	float: left;
	font: 12px/1.6 arial, verdana, geneve, tahoma, sans-serif;
	text-transform: capitalize;
	z-index: 10;
	border: none;
}


.menunav a{
	display: block;
	float: left;
	padding: .2em 9px;
	text-decoration: none;
	color: #ffffff;
	background: transparent;
	border: none;
}

.menunav a:visited{
	color: #ffffff;
	background: transparent;
	border: none;
}

.menunav a:hover{
	color: #cc6600;
	background: transparent;
	border: none;
}

.menunav a:focus{
	color: #cc6600;
	background: transparent;
	border: none;
	-moz-outline-style: none;
}

.menunav a:active{
	color: #cc6600;
	background: transparent;
	border: none;
	outline: none;
}


body#home a#homenav,
body#headshots a#headshotsnav,
body#bio a#bionav,
body#resume a#resumenav,
body#imdb a#imdbnav,
body#contact a#contactnav{
	color: #cc6600;
	background: transparent;
	border: none;
}

.u-case{
	text-transform: uppercase;
}
.text_div {
	overflow:auto;
	width:48%;
	height:380px;
	margin-left:400px;
}
.text {
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
}
.text a {
	text-decoration: none;
	color: #cc6600;
	background: transparent;
	text-decoration:underline;
}
.text a:visited{
	color: #cc6600;
	border: none;
	text-decoration:underline;
}
.text a:hover{
	color: #cc6600;
	text-decoration:none;
}
.text a:active{
	color: #ffffff;
	text-decoration:underline;
}
.info_hs {
	position: absolute;
	padding: 32px 0px 0px 400px;
	list-style-type: none;
	background: transparent;
	float: left;
	font: 12px/1.6 arial, verdana, geneve, tahoma, sans-serif;
	text-transform: capitalize;
	z-index: 10;
	border: none;
}
.text_title {
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
.resume_div {
	overflow:auto;
	width:94%;
	height:379px;
	margin-left:50px;
}
.table_title {
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 16px;
	color:#999999;
}
