/* this stylesheet is for okeefepottery.com*/

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

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

body {
	background-color: #F5E6CC;
	background-image: url(images/back.jpg);	
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 4px;
}


p {
	font: 11px/16px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #4A332D;
	padding-right: 34px;
	padding-bottom: 11px;
	padding-left: 24px;
}
h1 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #AC5906;
	padding-top: 12px;
	padding-top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	margin-top: 4px;
	padding-bottom: 8px;
	margin-right: 6px;
}

h2 {
	font: bold normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #453626;
	letter-spacing: 1px;
	margin-left: 24px;
	padding-bottom: 4px;
	text-transform: uppercase;
	padding-top: 16px;
	
}
h3 {
	font-size: 16px;
	line-height: 24px;
	color: purple;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 18px;
	margin-top: 18px;
	margin-bottom: 6px;
	
}





/*HOME POSITIONING */
#header-home {
	height: 82px;
	width: 800px;
	margin-top: 6px;
}
#main {
	width: 800px;
	min-height: 385px;
}

#home-left {
	width: 216px;
	float: left;
	margin-top: 40px;
}
#home-left img {
	float: right;
	margin-bottom: 12px;
}
#home-left .dates {
	margin-left: 70px;
	margin-top: 34px;
}
#home-left .dates p {
	font: 12px/17px "Times New Roman", Times, serif;
	color:#614F39;
	letter-spacing: 1px;
	padding: 0px 12px 12px 0px;
}
#home-right {
	width: 540px;
	float: right;
	margin-right: 28px;
}
.home-right_left {
	float: left;
}
.home-right_left img {
	margin-bottom: 1px;
}
.home-right_right {
}


/*NAVIGATION */

#nav {
	text-align: right;
	height: 28px;
	padding-bottom: 2px;
	position: absolute;
	top: 4px;
	right: 32px;
	width: 660px;
	z-index: 3;
	
}
#nav ul {
	list-style: none;

}	
#nav li {
	font: normal 11px/14px "Lucida Grande", Arial, Helvetica, sans-serif;
	display: inline;
	margin-right: 1px;
	margin-left: 1px;
	color: #996633;
	text-transform: uppercase;
}
#nav a:link, #nav a:visited {
	color: #4F3C28;
	padding: 3px;
	text-decoration: none;
	
}
#nav a:hover {
	color: #EFE3CC;
	background-color: #A66950;
}
#nav .current a:link, #nav .current a:visited {
	color: #fff;
	background-color: #8E5D45;
	
}
#header {
	height: 148px;
	width: 800px;
	margin-top: 6px;
}

#main-in {
	width: 790px;
	min-height: 385px;
	float: right;
}


#in-left {
	width: 220px;
	float: left;
	color:#614F39;
	margin-left: 18px;
	text-align: right;
	padding-right: 12px;
	
}
#in-left p {
	text-align: right;
	padding-right: 6px;
}
	
#in-left p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #996633;
	letter-spacing: 1px;
	padding-right: 6px;
	padding-left: 30px;
	font-style: italic;
}

#in-right {
	width: 508px;
	float: right;
	margin-right: 20px;
	_margin-right: 8px;
}
#in-right .photoessay {
	margin-left: 2px;
}

#main-gallery {
	width: 770px;
	min-height: 410px;
	float: right;
	margin-top: -9px;
}
/*gallery page styles, left side*/
#gallery-left {
	width: 280px;
	float: left;
	font: 12px/17px "Times New Roman", Times, serif;
	color:#614F39;
	letter-spacing: 1px;
	text-align: center;
	margin-left: 18px;
}
.pages ul {
	list-style: none;
	float: right;
	margin-top: 12px;
	margin-bottom: 18px;
	text-align: right;
	margin-right: 26px;
}
.pages li {
	margin-bottom: 9px;
	width: 135px;
	display: inline;
	
}
.pages a:link, .pages a:visited {
	color: #422C1F;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 6px;
}
.pages a:hover {
	color: #EFE3CC;
	background-color: #5F2C0D;
}
.currentpage a:link, .currentpage a:visited {
	background-color: #AB741B;
	color: #fff;
}
#thumbnails {
	width: 272px;
	float: left;
	text-align: center;
}
#thumbnails img {
	border: 1px solid #C4913E;
	
	
}
#thumbnails a.thumbnail {
	cursor: pointer;
	margin: 2px 2px 1px;
	background-color: transparent;
}

/*gallery page styles, right side*/
#gallery-right {
	width: 430px;
	float: right;
	margin-right: 26px;
	_margin-right: 16px;
	text-align: center;
}

#portfolio_image {
	_margin-right: 6px;
	text-align: center;
	min-height: 410px;
	_height: 450px;
}
#portfolio_image p.portfolio_label {
	padding-top: 6px;
	color: #666;
	font: bold 10px/13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#portfolio_image p.portfolio_label2 {
	color: #666;
	font: 10px/12px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	margin-bottom: 12px;
}
#photo {
	border: 1px solid #C4913E;
}	

#footer {
	height: 68px;
	clear: both;
	background-image: url(images/newhomefooter.jpg);
	background-repeat: no-repeat;
	background-position: 4px top;
}
#footer-in {
	height: 68px;
	clear: both;
	background-image: url(images/newin-footer.jpg);
	background-repeat: no-repeat;
	background-position: 9px top;
	width: 800px;
}
#footer p, #footer-in p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #5E5B40;
	font-weight: normal;
	letter-spacing: 2px;
	padding-top: 22px;
	padding-left: 100px;
}
#copy {
	width: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	color: #6C6278;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 4px;
}
#copy a:link, #copy a:visited {
	color: #6C6278;
	text-decoration: underline;
}
#copy a:hover {
	color: #BF121C;
}
/*miscellaneous styles */
ul.list {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 54px;
}
ul.list li {
	margin: 0px 0px 4px 14px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 12px;
	line-height: 15px;
	color: #663366;
}

.center {
	text-align: center;
}
.indent {
	padding-left: 110px;
	padding-right: 100px;
}
a:link, a:visited {
	color: #CC6600;
	text-decoration: underline;
}
a:hover {
	color: #e04d22;
}

.imgright {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: 4px;
	border: 1px solid #AA8361;
}
.imgcenter {
	margin-top: 4px;
	border: 1px solid #AA8361;
	margin-left: 4px;
	
}
.imgleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: 4px;
	border: 1px solid #AA8361;
}
.imgleft-noborder {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: 4px;
	border: none;
}
.firstwords {
	color: #B56933;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}
.head {
	color: #60769D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}
.clear {
	clear: both;
}
.border {
	border: 1px solid #D59C81;
}

/*for mailing list form and order form */
#contactinfo {
	border: 1px solid #AC5906;
	width: 86%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	line-height: 14px;
	clear: both;
}
#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: #AC5906;
}
#contactinfo td.label {
	width: 120px;
	text-align: right;
}
#contactinfo td.bordertop {
	border-top: 2px solid #e2e0d8;
}
	
	
/*for mail stuff, from Devin from Nacre Data*/
.not_displayed {
    display: none;
}
.hide {
    visibility: hidden;
}
