/* ===== COPYRIGHT ===== */

/*
/*
/* Handcoded to perfection by: James C Hoover
/* unless otherwise noted#
/* contact james (at) jameschoover (dot) com
/*

/* ===== RESET ===== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
body {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym {
border:0;
}

/* ===== BASICS ===== */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff;
}

#wrapper {
	width:900px;
	height:800px;
	margin:0 auto;
}

.clear {
	clear:both;
}

h1 {
	font-size:12px;
	font-weight:bold;
	color:#6D6E71;
}

/* ===== LETTER LAYOUT ==== */

.spacer {
	width:inherit;
	height:377px;
}

.temp {
	float:left;
	display:none;
}

#last-name {
	position:absolute;
	margin:-35px 0 0;
}

#dot-com {
	margin:81px 0 0 0;
	float:left;
}

#j {
	
}

#a {
	margin:0 0 0 -38px;
}

#m1 {
	margin:0 0 0 -39px;
}

#e1 {
	margin:0 0 0 -38px;
}

#s {
	margin:0 0 0 -42px;
}

#c1 {
	margin:0 0 0 -39px;
}

#h {
	
}

#o1 {
	margin:1px 0 0 -39px;
}

#o2 {
	margin:1px 0 0 -42px;
}

#v {
	margin:0 0 0 -50px;
}

#e2 {
	margin:3px 0 0 -37px;
}

#r {
	margin:0 0 0 -37px;
}

#period {
	margin:20px 0 0 366px;
}

#c2 {
	margin:0 0 0 -34px;
}

#o3 {
	margin:0 0 0 -33px;
}

#m2 {
	margin:0 0 0 -36px;
}

/* ===== CONTENT ===== */

/* COL-LEFT */

#col-left {
	width:368px;
	padding:0 0 0 17px;
	float:left;
}

/* COL-RIGHT */

#col-right {
	float:left;	
	width:277px;
	padding:0 0 0 147px;
}

#col-right a {
	text-decoration:underline;
	color:#6D6E71;
}

/* ===== CONTACT FORM ===== */

#content h2 {
  line-height: 1.5em;
}
 
 
/* Add curved borders to various elements */
 
#contactForm, .statusMessage, input[type="submit"], input[type="button"] {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
}
 
 
/* Style for the contact form and status messages */
 
#contactForm, .statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#6D6E71), color-stop(1, #6D6E71) );
  background: -moz-linear-gradient( center bottom, #6D6E71 0%, #6D6E71 100% );  
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}
 
 
/* The form dimensions */
 
#contactForm {
  width: 288px;
  height: 240px;
  padding:1px 9px 79px 8px;
  margin:20px auto 0;
  background:#6D6E71;
}
 
 
/* Position the form in the middle of the window (if JavaScript is enabled) */
 
#contactForm.positioned {
  position: relative;
  top: -367px;
  bottom: 0;
  left: -127%;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}
 
 
/* Dimensions and position of the status messages */
 
.statusMessage {
  display: none;
  margin: auto;
  width: 30em;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: -104px;
  bottom: 0;
  left: -27%;
  right: 0;
  background:#6D6E71;
}
 
.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
  color:#fff;
}
 
 
/* The header at the top of the form */
 
#contactForm h2 {
  font-size: 2em;
  font-style: italic;
  letter-spacing: .05em;
  margin: 0 0 1em -.75em;
  padding: 1em;
  width: 19.5em;  
  color: #aeb6aa;
  background: #dfe0e5 url('images/stamp.jpg') no-repeat 15em -3em; /* http://morguefile.com/archive/display/606433 */
  border-bottom: 1px solid #aaa;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;  
  border-radius: 10px 10px 0 0;
}
 
 
/* Give form elements consistent margin, padding and line height */
 
#contactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#contactForm ul li {
  margin: .9em 0 0 0;
  padding: 0;
}
 
#contactForm input, #contactForm label {
  line-height: 1em;
}

#contactForm ul li span {
	color:#27AAE1;
	padding-right:2px;
}
 
 
/* The field labels */
 
label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 18%;
  padding: .4em 0 0 0;
  margin: .15em .5em 0 0;
  font-weight: bold;
  font-size:12px;
  color:#fff;
}
 
 
/* The fields */
 
input, textarea {
  display: block;
  margin: 0;
  padding: 2px;
  width: 220px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  background: #E6E7E8;
}
 
textarea {
  height: 13em;
  line-height: 1.5em;
  resize: none;
}
 
 
/* Place a border around focused fields, and hide the inner shadow */
 
#contactForm *:focus {
  border: 1px solid #66f;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background:#27AAE1;
}
 
 
/* Display correctly filled-in fields with a green background */
 
input:valid, textarea:valid {
  background: #C5F0FF;
}
 
 
/* The Send and Cancel buttons */
 
input[type="submit"], input[type="button"] {
  float: right;
  margin: 14px 5px 0 0;
  width: 60px;
  padding: 1px 1px 1px 1px;
  border: 1px solid #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  border-radius: 5px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  color: #fff;
  background: #0a0;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  opacity: .7;
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
 
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}
 
input[type="submit"]:active, input[type="button"]:active {
  color: #333;
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}
 
input[type="button"] {
  background: #f33;
}
 
 
/* Header/footer boxes */
 
.wideBox {
  clear: both;
  text-align: center;
  margin: 70px;
  padding: 10px;
  background: #ebedf2;
  border: 1px solid #333;
}
 
.wideBox h1 {
  font-weight: bold;
  margin: 20px;
  color: #666;
  font-size: 1.5em;
}
