@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000000;
}
a, table a, table a:visited, #resumetable table a {
	color: #655545;
}
#wrapper {
	width: 900px;
	margin: auto;
	border: 2px solid #000;
	overflow: auto;
}
#top {
	background-image: url(http://rodneyladino.com/images/topphoto.jpg);
	background-repeat: no-repeat;
	height: 330px;
}
#rodtitle {
	padding-top: 80px;
	margin-left: 50px;
}
#content {
	margin-top: 10px;
	width: 900px;
	background-color: #FFF;
}
#contentleft {
	float: left;
	padding: 10px;
	width: 700px;
}
#contentright {
	float: right;
	width: 150px;
	padding: 10px;
}
#contentright img {
	margin-bottom: 10px;
	border: 1px solid #000;
}
#photostable table img {
	border: 1px solid #000;
	margin: 0 10px 10px 10px;
}
#resumetable table img {
	border: 0px;
}
#footer {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	clear: both;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}

/* ----- MOVABLE TYPE ----- */
.mtentrytitle {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.mtentrydate {
	font-size: 11px;
	color: #666666;
	font-style: italic;
}
#mtentrybody {
	margin-top: 5px;
	margin-left: 20px;
}

/* ----- NAVIGATION ----- */
#rodnav a {
	border: none;
	margin-top: 149px;
	height: 27px;
}
#rodnav a:hover img {
	visibility: hidden;
}

/* both IE/win and mac */
#rodnav a {display:inline-block;}
/* \*/
html #rodnav a {display:block;}
/* end hiding from IE/mac */

#nav {
	padding: 0;
	height: 29px;
	margin: 0 0 0 0;
	list-style: none;
}
#nav li {
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	float: left;
}

#navnews {width:83px;}
#navbio {width:72px;}
#navresume {width:122px;}
#navreel {width:91px;}
#navphotoss {width:115px;}
#navcontact {width:134px;}

.navnews { background: url(http://rodneyladino.com/images/nav_news_over.jpg) bottom left no-repeat; }
.navbio { background: url(http://rodneyladino.com/images/nav_bio_over.jpg) bottom left no-repeat; }
.navresume { background:  url(http://rodneyladino.com/images/nav_resume_over.jpg) bottom left no-repeat; }
.navreel { background: url(http://rodneyladino.com/images/nav_reel_over.jpg) bottom left no-repeat; }
.navphotos { background: url(http://rodneyladino.com/images/nav_photos_over.jpg) bottom left no-repeat; }
.navcontact { background: url(http://rodneyladino.com/images/nav_contact_over.jpg) bottom left no-repeat; }

#nav li {
	display: block;
	float: left;
}
#nav a:hover img {
	visibility: hidden;
}
#nav a {
	display: block;
}
#nav a/**/ {
	height: 29px; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #nav a {
	cursor: hand;
}
* html #nav li a:hover {
	height: 1%;
}
/* ----- MAIL FORM ----- */
#mailform {
	clear: both;
	padding: 5px;
}
#name {
	width: 355px;
}
#first, #last {
	float: left;
	width: 130px;
	height: 3.5em;
	margin-right: 10px;
}
#firstname {
	float: left;
	margin-right: 10px;
}
#lastname, {
	float: right;
}
#email { margin-top: 15px; }
#message { 
	margin-top: 10px;
	width: 355px;
	height: 90px;
}
.formfield {
	background-color: #A6A4A8;
	border: 1px solid #000;
	color: #302425;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}