/* roycehart.css 20240819 */

@charset "utf-8";

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #333333;
    background-image: linear-gradient(to top, lighten(#97a8c0,20%) 40%, #97a8c0 80%);
}
h1 {
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
h2, h3 {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 1em;
}
p {
	line-height: 1.2em;
	margin-bottom: 1em;
}
ul {
	list-style: outside;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-left: 2em;
}
li {
	margin-bottom: .5em;
}
#contact {
	position: absolute;
	right: 20px;
	top: 20px;
}
#content {
	width: 60%;
	padding: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top-left-radius: 10px; 	
	-moz-border-radius-topleft: 10px;
	background-color: #ffffff;
	border: 1px solid #003366;
	z-index: 1;
	position: relative;
}
h1#signature, h1#signature a {
	display: block;
	text-decoration: none;
	text-indent: -30000px;
	background-repeat: no-repeat;
	height: 60px;
	background-image:url(/img/Royce_Hart_Signature.gif);
}
.experience {
	background-image: url(/img/experience_background.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 1em;
	margin-bottom: 1em;
	border-top-left-radius: 10px; 	
	-moz-border-radius-topleft: 10px;
}
.experience h4 {
    margin: 0 0 1em 1em; 
}
.experience a {
    cursor: pointer;
}
.project {
    border-top: 1px solid #aac;
    border-left: 1px solid #aac; 
    padding: 1em;
    margin: 1em 0 0 1em;
    background: #ddd;
	border-top-left-radius: 10px; 	
	-moz-border-radius-topleft: 10px;
}
.sectionh2 {
	display: block;
	text-decoration: none;
	text-indent: -30000px;
	background-repeat: no-repeat;
	height: 40px;
}

/*=========================================*/

.message_error {
	margin-top: 0;
	border: solid 1px #990000;
	background-color: #ffddff;
	color: #990000;
	padding: 10px;
}

.message_good {
	margin-top: 0;
	border: solid 1px #006600;
	background-color: #b3e3a4;
	color: #006600;
	padding: 10px;
}

.message_neutral {
	margin-top: 0;
	border: solid 1px #ffcc66;
	background-color: #ffffcc;
	color: #666666;
	padding: 10px;
}

/*=========================================*/

form {
	padding: 1em;
	background-color: #ffffff;
}
label {
	display:block;
	float: left;
	text-align: right;
	width: 200px;
	margin-top: 0.3em;
	margin-right: 0.3em;
}
.label {
	display:block;
	float: left;
	text-align: right;
	width: 200px;
	margin-top: 0.3em;
	margin-right: 0.3em;
}
.response {
	margin-left: 200px;
	padding: 0.3em;
}
.frm {
	padding: 0.3em;
}
.frm-indent {
	padding: 0.3em;
	padding-left: 200px;
}
.help-text {
	font-size: x-small;
	font-style: italic;
	margin-left: 200px;
	padding: 0.2em;
}
.comments {
	margin-left: 200px;
}
.contact-error {
	background-color: #ffff99;
	font-weight: bold;
	padding: 0.3em;
}
.row {
	clear: left;
	padding: 0.3em;
}
.tallrow {
	padding: 0.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}