/*
-----------------------------------------------
Cliff Breslow
Author:   Soapbox Studio
Version:  Sept 15, 2006
----------------------------------------------- */


/* Backgrounds
----------------------------------------------- */
.nav_bkg {
	background-image: url(/images/nav_bkg.jpg);
	background-repeat: no-repeat;
}
.featured_bkg {
	background-image: url(/images/featured_bkg.jpg);
	background-repeat: no-repeat;
}
.cliff_header_bkg {
	background-image: url(/images/cliff_header.jpg);
	background-repeat: no-repeat;
}
.popup_bkg {
	background-image: url(/images/popup_bkg.jpg);
	background-repeat: no-repeat;
}
/* Text
----------------------------------------------- */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e3f29;
	text-decoration: none;
	line-height: 21px;
}
a.nav:link {
	font-weight: bold;
	color: #5e3f29;
	text-decoration: none;
}
a.nav:visited {
    font-weight: bold;
	color: #5e3f29;
	text-decoration: none;
}
a.nav:hover {
    font-weight: bold;
	color: #5e3f29;
	text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #5e3f29;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #5e3f29;
	text-transform: capitalize;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7f5d44;
	text-decoration: none;
}
.featured {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #7f5d44;
	text-decoration: none;
	line-height: 16px;
}
a.featured:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e3f29;
	text-decoration: none;
}
a.featured:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e3f29;
	text-decoration: none;
}
a.featured:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e3f29;
	text-decoration: underline;
}

.seo_body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #7f5d44;
	text-decoration: none;
	line-height: 16px;
}
a.seo_body:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5e3f29;
	text-decoration: none;
}
a.seo_body:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5e3f29;
	text-decoration: none;
}
a.seo_body:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5e3f29;
	text-decoration: underline;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
a.body:link {
	font-weight: normal;
	color: #7f5d44;
	text-decoration: underline;
}
a.body:visited {
    font-weight: normal;
	color: #7f5d44;
	text-decoration: underline;
}
a.body:hover {
    font-weight: normal;
	color: #5e3f29;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #7f5d44;
	text-decoration: none;
}
a.footer:link {
	font-weight: normal;
	color: #7f5d44;
	text-decoration: none;
}
a.footer:visited {
    font-weight: normal;
	color: #7f5d44;
	text-decoration: none;
}
a.footer:hover {
    font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a.privacy:link {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
a.privacy:visited {
    font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
a.privacy:hover {
    font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
/* Borders
----------------------------------------------- */
.border {
	border: thin solid #8c6239;
	margin: 4px;
}
.bottomborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #8c6239;
}
/* Forms
----------------------------------------------- */
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: thin solid #7f5d44;
	margin: 4px;
	padding: 2px;
	background-color: #dddccd;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: thin solid #7f5d44;
	margin: 4px;
	background-color: #dddccd;
}
/* Buttons
----------------------------------------------- */
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E8E9E1;
	background-color: #7D0A0D;
	margin: 4px;
	padding: 3px;
	border: thin solid #E8E9E1;
	height: auto;
	text-align: center;
	width: 65px;
}
/* Div
----------------------------------------------- */
.popupdiv {
	margin: 0px;
	border-width: 0px;
	padding: 0px 10px 0px 0px;
	overflow: auto;
	width: 340px;
	height: 342px;
}
