/* this stylesheet is for all pages of jodyjohnstonepottery.com*/

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px; 
	overflow: -moz-scrollbars-vertical; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #394957;
}
#outer {
	width: 870px;
	border-top: 6px solid #b16e5e;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	border-bottom: 3px solid #b16e5e;
	min-height: 560px;
	_height: 560px;

}

#header-home {
	width: 735px;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
p {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 12px;
	padding-right: 4px;
}
.indent {
	padding-left: 64px;
}
h1 {
	font-size: 22px;
	line-height: 28px;
	color: #bd7e4f;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	
}
h2 {
	font-size: 17px;
	line-height: 24px;
	color: #bd664f;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
	text-transform: uppercase;
	padding-right: 4px;
	padding-left: 0px;
	margin: 0px;
	
}
h3 {
	font: bold 13px/19px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #b16e5e;
	padding-right: 6px;
	margin-bottom: 4px;
	margin-top: 16px;
	text-transform: uppercase;
}

h4 {
	font: bold normal 11px/13px Arial, Helvetica, sans-serif;
	color: #933;
	letter-spacing: 1px;
	text-transform: uppercase;
}


#navigation-home {
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e2e0d8;
	margin-bottom: 24px;
}
#navigation-home ul {
	list-style: none;
	
}
#navigation-home li {
	font: bold 10px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	
}
#navigation-home a:link, #navigation-home a:visited {
	color: #394957;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	padding: 6px 11px;
	border: 1px solid #e2e0d8;
}
#navigation-home a:hover {
	border: 1px solid #bd7e4f;
	background-color: #ebedf1;
}
#navigation-home .current a:link, #navigation-home .current a:visited {
	border: 1px solid #bd7e4f;
	background-color: #ebedf1;
}


#navigation-in {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e2e0d8;
	margin-bottom: 14px;
}
#navigation-in ul {
	list-style: none;
	
}
#navigation-in li {
	font: bold 10px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	
}
#navigation-in a:link, #navigation-in a:visited {
	color: #394957;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	padding: 6px 11px;
	border: 1px solid #e2e0d8;
}
#navigation-in a:hover {
	border: 1px solid #bd7e4f;
	background-color: #eeece3;
}
#navigation-in .current a:link, #navigation-in .current a:visited {
	border: 1px solid #bd7e4f;
	background-color: #eeece3;
}





#contentfull {
	margin-left: auto;
	margin-right: auto;
	width: 722px;
}
#frameleft {
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	text-align: center;
	width: 264px;
	
}
#frameleft img {
	margin-bottom: 3px;
	padding-left: 0px;
	border: 1px solid #CCC;
	text-align: left;
}
#frameleft .quote {
	background-color: #e2e0d8;
	width: 262px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 2px;
}	
.quote p {
	padding: 15px 22px 15px 24px;
	font: italic normal 15px/26px Georgia, "Times New Roman", Times, serif;
	color: #798b95;
	text-align: center;
	letter-spacing: 1px;
}
.line {
	border-bottom: 2px solid #e2e0d8;
}
#frameleft .leftlist {
	text-align: left;
	background-color: #e2e0d8;
	padding-left: 16px;
	padding-top: 16px;
}


#pageright {
	width: 436px;
	float: right;
	border-left: 2px solid #e2e0d8;
	padding-left: 16px;
	margin-left: 4px;
}

/*home page boxes */
#home-left {
	width: 190px;
	float: left;
	margin-top: 32px;
	margin-left: 28px;
	_margin-left: 16px;
}
#home-left p {
	border-bottom: 2px solid #e2e0d8;
	font-size: 11px;
	line-height: 18px;
	color: #5b5e5e;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#home-left .noline {
	border: none;
}

#home-right {
	width: 450px;
	float: right;
	padding-left: 6px;
	border-left: 3px solid #d5d4d1;
	margin-bottom: 18px;
}
#home-right img {
	border: 1px solid #b16e5e;
}
#home-right table {
	margin-top: 9px;
}	
#home-right td {
	padding: 4px;
}



/*table on galleries page */
#galleries {
	width: 98%;
	margin-right: auto;
	margin-bottom: 24px;
	
	margin-left: auto;
}
#galleries td {
	border-bottom: 4px solid #e2e0d8;
	padding: 4px;
}
#galleries td.borderright {
	border-right: 4px solid #e2e0d8;
}
#galleries img {
	border: none;
}

/*table on galleries page */
#galleriestop {
	width: 97%;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}
#galleriestop p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	padding: 0px 0px 9px 12px;
}
#galleriestop td {
	padding: 6px 12px 6px 9px;
}
#galleriestop td.left {
	border-right: 4px solid #e2e0d8;
	padding-right: 14px;
	width: 120px;
}
#galleriestop td.middle {
	border-right: 4px solid #e2e0d8;
	width: 60%;
}
#galleriestop img {
	border: none;
}
#galleriestop td.bordertop {
	border-top: 3px solid #e2e0d8;
}

/* thumbnail tables */
#thumbs {
	width: 100%;
	font: 10px/14px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top: 4px solid #e2e0d8;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #e2e0d8;
	margin-bottom: 24px;
}
#thumbs .image_left {
	border: none;
	float: left;
	margin-right: 6px;
}
#thumbs td {
	border-right: 4px solid #e2e0d8;
	width: 33%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e2e0d8;
	padding: 3px;
}

/*table on order popup page */
#ordertop {
	width: 97%;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}
#ordertop td {
	padding: 9px;
	text-align: left;
}
#ordertop td.borderright {
	border-right: 4px solid #e2e0d8;
}

/*table on feeding page */
#recipes {
	width: 92%;
	margin-bottom: 16px;
	margin-left: 20px;
}
#recipes td {
	background-color: #e2e0d8;
	padding: 8px 16px 4px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #b16e5e;
	color: #333;
	vertical-align: top;
}
#copyright {
	clear: both;
	font-size: 11px;
	line-height: 14px;
	color: #999;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#copyright a:link, #copyright a:visited {
	color: #999999;
	text-decoration: underline;
}
#copyright a:hover {
	color: #CCC;
}



a:link, a:visited {
	color: #bb682b;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}

.imgright {
	float: right;
	margin-left: 26px;
	margin-bottom: 6px;
	margin-right: 6px;
}
.imgleft {
	float: left;
	margin-right: 24px;
	margin-bottom: 6px;
}
.boxright {
	float: right;
	margin-left: 28px;
	margin-bottom: 24px;
	margin-top: 0px;
	margin-right: 12px;
	padding: 3px;
	border: 1px solid #996;
}
ul.list {
	list-style-type: disc;
	line-height: 15px;
	font-size: 12px;
	color: #666;
	list-style-position: outside;
	padding-left: 12px;
	margin-left: 108px;
	margin-bottom: 4px;
	padding-bottom: 12px;
	margin-right: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul.list li {
	margin: 0px 0px 4px 14px;
	list-style-position: outside;
	padding-right: 18px;
	padding-bottom: 2px;
	list-style-type: disc;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.bigmarks {
	font-size: 15px;
	line-height: 15px;
	color: #993300;
}
.right {
	text-align: right;
}
.indent {
	padding-left: 36px;
}

/*for mailing list form and order form */
#contactinfo {
	border: 3px solid #e2e0d8;
	width: 85%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	line-height: 14px;
}
#contactinfo input, #contactinfo textarea {
	background-color: #f9f8ea;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#contactinfo input.button {
	padding: 6px 9px;
	margin-left: 36px;
	background-color: #e2e0d8;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
}
#contactinfo td {
	padding: 8px 4px 4px;
	color: #993333;
}
#contactinfo td.label {
	width: 120px;
	text-align: right;
}
#contactinfo td.bordertop {
	border-top: 2px solid #e2e0d8;
}
	
	
/*for mail stuff, from Devin from nacredata*/
.not_displayed {
    display: none;
}
.hide {
    visibility: hidden;
}
