@import url(layout.css);

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#888;
	}
	
a:link, a:visited, a:active, a:hover {
	color:#006E7D;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

strong {
	font-weight:bold;
	}
	
em {
	font-style:italic;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}
	h1 {
		font-size:30px;
		line-height:30px;
		text-transform:uppercase;
		}
	h2 {
		font-size:18px;
		line-height:20px;
		color:#888;
		margin:0 0 0.4em 0;
		}
		h2 strong {
			font-weight: normal;
			text-transform:uppercase;
			}	
	h3 {
		font-size:14px;
		line-height:16px;
		text-transform:uppercase;
		color:#888;
		margin:0.4em 0;
		}
	h4 {
		font-size:12px;
		line-height:18px;
		color:#888;
		font-weight:bold;
		}
		h4 strong {
			font-weight: bold;
			text-transform:uppercase;
			}	
	h5 {
		}
	h6 {
		}
	
form #EmailFirstName, form #EmailLastName {
	width:170px;
	margin:0 14px 0 0;
	}

form #EmailEmail, form #EmailAddress {
	width:360px;
	}
	
p, .formrow {
	margin:0.8em 0;
	}
	
.small {
	font-size: 10px;
	line-height: 13px;
	}

.hint {
	color:#999;
	}
	
.accessibility {
	float:left;
	text-indent: -4000px;
	}


.accent {
	color:#7E6565;
	}
	
.error {
	font-weight:bold;
	color:red;
	}


.nobr { white-space:nowrap; }

#flashMessage {
	padding:20px 0 0 260px;
	font-size:14px;
	font-weight:bold;
	color:red;
	}
	
pre.cake_debug {
	position:absolute;
	top:520px;
	}
	
.right img {
	float:right;
	margin: 0.3em 0 0.3em 2em;
	}
.left img {
	float:left;
	margin: 0.3em 1em 0.3em 0;
	}
	
	
ul.thumbs li {
	float:left;
	margin:0 20px 20px 0;
	border:1px #CCC solid;
	}
ul.thumbs li:hover {
	border:1px #006E7D solid;
	}
	
#suggestions ul.thumbs li {
	float:right;
	margin:0 0 20px 0;
	border:1px #CCC solid;
	clear:both;
	}
#suggestions ul.thumbs li:hover {
	border:1px #006E7D solid;
	}

#sidebar ul {	
	line-height:14px;
	}
#sidebar ul li {
	margin-bottom:0.5em;
	}

#navigation ul {
	float:right;
	margin-right:25px;
	margin-bottom:10px;
	}
#navigation ul li {
	float:left;
	margin: 0 15px;
	}
#navigation ul li a {
	font-size: 16px;
	font-weight:normal;
	color:#7E6565;
	text-decoration: none;
	}
#navigation ul li a:hover {
	color:#006E7D;
	}
	
#retailers strong { color:#666; }

#jewelry #navigation ul li a.jewelry,
#about #navigation ul li a.about,
#retailers #navigation ul li a.retailers,
#contact #navigation ul li a.contact { 
	color:#000;
	}
	
#article img {
	margin: 0.6em 0;
	}
#article ul {
	clear:both;
	list-style-type: square !important;
	margin-left:2em;
	}
#article ul li {
	}
	
#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
	}
