/* CSS Document for Jem Howard Photography					*/
/* Author: Design Consolidated    							*/
/* Date Created:									*/
/* Date Modified:	24/05/2009          	 				*/
/* Filename:  styles.css            	 					*/



body h1 {
	color: #FFF;
	font-size: 2em;
	letter-spacing: 5px;
	text-transform: capitalize;
}



body h2 {
	color: #000;
	font-size: 1.8em;
	letter-spacing: 1px;
}

body h3 {
	color: #000;
	font-size: 1.4em;
	padding-bottom: 10px;
	padding-top: 30px;
	letter-spacing: 1px;
}

.bold {
	font-weight: bold;
}

p {
	color: #000;
	font-size: 0.9em;
}

input, select, textarea, button {
	background: #FFF;
	border: 1px solid #A6AAAD;
}

#contactForm input, #contactForm select, #contactForm textarea, #contactForm button {
	background: #FFF;
	border: 1px solid #A6AAAD;
	width: 257px;
}


input.checkbox, input.radio {
	background: transparent!important;
	border: 0!important;
}

#contactForm #contactSubmit {
	width: 80px;
}

.required {
	color: red;
}

.error {
	color: red;
	font-weight: bold;
	width: 600px;
}

.success {
	color: green;
	font-weight: bold;
	width: 600px;
}

#error_list li {
	color: red;
}

td, th {
	font-size: 0.8em;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 0.8em;
	text-align: left;
}
table td { } /* Fix bug in IE 5 */

#submenu {
	text-align: right;
	margin-bottom: 5px;
}

#submenu a {
	text-decoration: underline;
}

#submenu span {
	color: #A4B5C4;
}