


/*

Theme Name: Bill Amberg EC
Theme URI: http://www.billamberg.com/
Description: A bespoke theme for <a href="http://www.billamberg.com/">Bill Amberg</a> by <a href="http://www.camber-group.com">Camber</a>.
Version: 1.0
Author: Camber
Author URI: http://www.camber-group.com/
Tags: copyright

The CSS, XHTML and design is copyright.

*/



/* ---------- Defaults ---------- */

body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
}

h1, h2, h3, h4, h5, h6 {
	color:#333333;
	font-size:12px;
	line-height:14px;
	margin:30px 0 1em 0;
}

p {
	margin:1em 0;
	padding:0px;
}

em {
	font-family:Times, serif;
	font-family: 'Times New Roman', Times, serif;
	font-size:12px;
}

small {
	font-size:10px;
}

a, a img {
	outline:none;
	border:none;
}

a:link, a:visited {
	color:#8D6352;
}

a:hover, a:active {
	color:#463129;
}

input, textarea, select, option {
	font-family:inherit;
	font-size:inherit;
}

input.text-field, textarea.text-field {
	border:1px solid #CCC;
}



/* ---------- Override Defaults ---------- */

h1 .price, h2 .price {
	font-weight:normal;
}

small em {
	font-size:11px;
}

h1 small em, h2 small em, h3 small em, h4 small em, h5 small em, h6 small em {
	font-size:12px;
	font-weight:normal;
}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited {
	color:#333;
	text-decoration:none;
}

h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active,
h4 a:hover, h4 a:active,
h5 a:hover, h5 a:active,
h6 a:hover, h6 a:active {
	color:#000;
	text-decoration:underline;
}


