/* =============================================
Screen Stylesheet for the Blue-Gray Dots Ecommerce Template customized for Hoffman's Pottery Plus
updated:	06/22/10
author:		Susan Nelson
website:	http://auxanocreative.com/shop-premades
================================================ */


/* RESETS ====================================== */

body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin:0;
	padding:0;
}

fieldset, table {
	border:none;
}

/* DOCUMENT DEFAULTS =========================== */

html { 
	font-size:100.01%; 
	height: 101%;
}

body { 
	margin:0 auto;
	height:100%;
	font: 12px "Palatino Linotype", Palatino, "Hoefler Text", Times, "Times New Roman", serif;
	background: #d99b5e url(/images/hpp/hpp-bg.jpg);
	background-attachment: fixed;
	color: #49341b;
}

/* LINKS ======================================= */

a {
	color: #d99b5e;
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:active, a:focus, a:hover {
	text-decoration:none;
	outline:none;
}

a img {
	border:none;
}

/* TYPOGRAPHY ================================== */

blockquote, address, pre {
	margin: 15px;
}

blockquote, p, li { 
	padding:0 0 .4em 0;
}

h1, h2, h3, h4, h5, h6, p { 
	margin: 10px 20px;
}

h1 {
	font-size: 16px;
	clear: both;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

p, li {
	font-size: 12px;
}

/* FORMS ======================================= */

input, label {
	vertical-align: middle;
}

label {
	cursor: pointer;
}

input, select, textarea {
	font-size: 12px;
	font-family: inherit;
	font-size: inherit;
}

input, textarea {
	padding: 3px;
	border: 1px solid #B6CCD3;
}

textarea {
	overflow: auto;
}

.formbutton {
	background: #44331f;
	border: 1px solid #44331f;
	padding: 1px;
	color: #f7efe4;
	font-size: 12px;
}

.formbutton:hover {
	background: #819f5c;
	color: #f7efe4;
	border: 1px solid #44331f;
}

/* MENUS ========================================= */

/*MAIN MENU*/

.sidebar-nav {
	margin: 0 0 20px 20px;
}

.sidebar-nav a {
	color: #f7efe4;
	font-size: 14px;
	text-decoration: none;
}

.sidebar-nav a:hover {
	color: #44331f;
}

/* LAYOUT ======================================= */

#top {
	width: 942px;
	height: 11px;
	margin: 40px auto 0 auto;
	background: url(/images/hpp/hpp-squares.jpg) no-repeat;
}

#wrap {
	position: relative;
	width: 938px;
	margin: 0 auto;
	padding-bottom: 30px;
	background: #f7efe4 url(/images/hpp/hpp-mainbg.jpg) repeat-y;
	border-right: 2px solid #503216;
	border-left: 2px solid #503216;
	overflow: hidden;
}

#logo {
	width: 340px;
	float: right;
	margin: 15px 15px 10px 0;
	text-align: right;
}

#content {
	width: 720px;
	float: right;
	margin: 0;
	background: #f7efe4;
}

#breadcrumbs {
	width: 650px;
	margin: 20px 0 20px 20px;
	font-size: 11px;
}

#featured {
	width: 725px;
	margin: 15px 0 0 15px;
	overflow: hidden;
}

#featured .slides {
	width: 428px;
	height: 288px;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	background: #fff;
	border: 1px solid #318821;
}

#featured .slides img {
	width: 424px;
	height: 284px;
	padding: 2px;
}

#featured .floatright-top {
	width: 246px;
	height: 140px;
	float: left;
	text-align: center;
	margin: 0;
	background: #fff;
	border: 1px solid #318821;
}

#featured .floatright-top img {
	width: 240px;
	height: 136px;
	padding: 2px;
}

#featured .floatright-bottom {
	width: 246px;
	height: 140px;
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	background: #fff;
	border: 1px solid #318821;
}

#featured .floatright-bottom img {
	width: 240px;
	height: 136px;
	padding: 2px;
}
#icons {
	width: 157px;
	height: 35px;
	float: left;
	margin: 15px 0 30px 37px;
}

#icons img {
	margin-right: 10px;
}

#sidebar {
	width: 216px;
	float: left;
	margin: 0;
}

#sidebar p {
	margin: 0 10px 10px 10px;
}

#sidebar .title {
	margin-left: 15px;
}

#bottom {
	width: 942px;
	height: 11px;
	margin: 0 auto;
	background: url(/images/hpp/hpp-squares.jpg) no-repeat;	
}

#footer {
	width: 942px;
	height: 20px;
	margin: 10px auto 20px auto;
}

#footer p {
	font-size: 12px;
	padding: 0;
	margin: 0 0 4px 0;
	color: #44331f;
	text-align: center;
}

#footer .credits, #footer .credits a {
	color: #715535;
}

#footer .credits a:hover {
	color: #f7efe4;
	text-decoration: none;
}

#footer a {
	color: #44331f;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* GLOBAL CLASSES ================================ */

.center {
	text-align:center;
}

.clear {
	clear:both;
	padding:0;
	margin:0;
	line-height:normal;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.hidden {
	display:none;
	visibility:hidden;
}

.inline {
	display:inline;
}

.small {
	font-size:10px;
	font-weight:normal;
}

.large {
	font-size:20px;
	font-weight:bold;
}
