/* header/border-brown: 5D2116 */

/* ******************************************************* BASICS ********** */

body	{
	background-color: #FAF1EB;
	font-family: verdana, sans-serif;
	font-size:11px;
	color: #666666;
}

H1	{
	font-variant:small-caps;
	font-weight:normal;
	font-style:italic;
	font-size: 30px;
	margin-top:5px;
}

H2	{
	font-family: Georgia, serif;
	font-variant:small-caps;
	color:#333333;
	font-size: 14px;
}

H3	{
	font-family: Georgia, serif;
	font-variant:small-caps;
	color:#5D2116;
	font-size: 13px;
	margin-bottom:6px;
	margin-top:0;
}

H4	{
	margin-bottom:1px;
}

.largeItalics	{
	font-size: 12px;
	font-style:italic;
	text-align:left;
}

.vlargeItalics	{
	font-size: 14px;
	font-style:italic;
	text-align:left;
}

.signature     {
	font-family:Georgia, serif;
        font-size: 18px;
	font-style:italic;
        font-weight: bold;
	text-align:left;
        color:#5D2116;
}

a:link, a:hover, a:visited, a:active {
	color:#5D2116; 
	text-decoration:none;
		outline:none;
}

a:hover, a:active {
	color:#000000;	
}

/* ******************************************************* UBER CONTAINER & BG ********** */


#uberContainer	{
	position:relative;
	margin: 0 auto;
	top:-10px;
	width: 1200px;
	height: 871px;
	background-color:#ffffff;
	border-left: 1px solid #F3E5D8; /*F4E5DA;*/
	border-right: 1px solid #F3E5D8;
	border-bottom: 1px solid #F3E5D8;
}

#BG-topLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:340px;
}

#BG-farRight {
	position:absolute;
	left:886px;
	top:0px;
	width:314px;
	height:871px;
	z-index:0;
}

#lowerMiddle {
	position:absolute;
	left:148px;
	top: 680px;
	width:743px;
	height:90px;
	z-index:1;
}

#BG-bottomLeft {
	position:absolute;
	left:0px;
	top:766px;
	width:886px;
	height:105px;
	z-index:0;
}

#BG-bottomUpperLeft {
	position:absolute;
	left:0px;
	top:578px;
	width:150px;
	height:188px;
}

/* ******************************************************* LEFT LINKS ********** */

#l-home {
	position:absolute;
	left:0px;
	top:340px;
	width:150px;
	height:31px;
	z-index:1;
}

#l-fixed-blades {
	position:absolute;
	left:0px;
	top:371px;
	width:150px;
	height:30px;
	z-index:1;
}

#l-folders {
	position:absolute;
	left:0px;
	top:401px;
	width:150px;
	height:29px;
	z-index:1;
}

#l-upcoming {
	position:absolute;
	left:0px;
	top:430px;
	width:150px;
	height:31px;
	z-index:1;
}

#l-journal {
	position:absolute;
	left:0px;
	top:461px;
	width:150px;
	height:29px;
	z-index:1;
}

#l-process {
	position:absolute;
	left:0px;
	top:490px;
	width:150px;
	height:31px;
	z-index:1;
}

#l-links {
	position:absolute;
	left:0px;
	top:521px;
	width:150px;
	height:29px;
	z-index:1;
}

#l-contact {
	position:absolute;
	left:0px;
	top:550px;
	width:150px;
	height:28px;
	z-index:1;
}

#on-home {
	position:absolute;
	left:0px;
	top:340px;
	width:150px;
	height:31px;
	z-index:2;
}

#on-fixed-blades {
	position:absolute;
	left:0px;
	top:371px;
	width:150px;
	height:30px;
	z-index:2;
}

#on-folders {
	position:absolute;
	left:0px;
	top:401px;
	width:150px;
	height:29px;
	z-index:2;
}

#on-upcoming {
	position:absolute;
	left:0px;
	top:430px;
	width:150px;
	height:31px;
	z-index:2;
}

#on-journal {
	position:absolute;
	left:0px;
	top:461px;
	width:150px;
	height:29px;
	z-index:2;
}

#on-process {
	position:absolute;
	left:0px;
	top:490px;
	width:150px;
	height:31px;
	z-index:2;
}

#on-links {
	position:absolute;
	left:0px;
	top:521px;
	width:150px;
	height:29px;
	z-index:2;
}

#on-contact {
	position:absolute;
	left:0px;
	top:550px;
	width:150px;
	height:28px;
	z-index:2;
}


/* ******************************************************* KNIFE PAGES ********** */

#kevin-casey-custom-knives {
	position:absolute;
	left:150px;
	top:0px;
	width:736px;
	height:105px;
}     /* ???????????????????????????*/

#KEVIN-CASEY-KNIFE {
	position:absolute;
	left:160px;
	top:117px;
	width:716px;
	height:589px;  /* was 454 */
	z-index:0;
	text-align:center;
}     /* ???????????????????????????*/

#KEVIN-CASEY-KNIFE-TABLE {
	position:absolute;
	left:156px;
	top:113px;
	width:716px;
	height:589px;  /* was 454 */
	z-index:0;
	text-align:center;
}

.bordered	{
	border: solid 1px #5D2116;
}

.brownBordered	{
	border: solid 1px #5D2116;
}

#photoCredit {
	position:relative;
	left:0px;
	top:3px;/* was 462 when absolute */
	width:100%;        /*  716 for alignment with wide image; 678 for narrow */
	height:11px;
	text-align: right;
	font-size:9px;
	color:#999999;
	z-index:20;
	
}

#prevNext {
	position:relative;
	left:0px;
	top:-9px;
	width:200px;        
	height:22px;
	text-align: left;
	font-size:10px;
	color:#999999;
	z-index:90;	
	/*border:solid 1px #ff0000;*/
}

#knifeThumbs {
	position:absolute;
	left:160px;  /*  160 to align with left of wide image; 198 for narrow */
	top:620px;
	width:716px;
	height:120px;
	overflow:auto;
	border:solid 1px #cccccc;
}

.knifeThumb	{
	/* position:relative; */
	float: left;
	left:0px;
	top:0px;
	height:100px;
	border: solid 1px 5D2116; /*   C7A39C     A86D62   */
	margin-top:5px;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:15px;

}

#excerptArea {
	position:absolute;
	left:150px;
	top:622px; /* was 622 */
	width:734px; /* was 736 */
	height:166px;  /* was 168 */
	background-color:#ffffff;
}

#excerptArea-test {
	position:absolute;
	left:150px;
	top:600px;
	width:734px; /* was 734 */
	height:166px;
	background-color:#ffffff;
} /* delete this one eventually */

#excerptBox	{
	position:relative;
	left:10px;
	top:10px;
	width:682px;  /* was 686 */
	height: 89px;
	overflow:auto;
	padding:15px;
	border: dotted 1px #cccccc;
	text-align:justify;
	line-height:15px;
}

#welcome	{
	position:relative;
	top:4px;
	left: 0px;
	width:678px;
	height: 130px;
	z-index:50;
	overflow:auto;
	padding:10px 20px 22px 20px;
	font-family: Georgia, serif;
	font-style:italic;
	font-size: 13px;
	line-height: 18px;
	z-index:2;
}

#contactDetails	{
	position:relative;
	top:0px;
	left: 50px;
	width:400px;
	z-index:50;
	overflow:auto;
	padding:10px 20px 22px 20px;
	font-size: 13px;
	line-height: 20px;
	z-index:2;
}

.justify	{
	text-align:justify;
}





/* ******************************************************* 	WITH PIC: JOURNAL ********** */


#withPicList	{
	position:absolute;
	left:170px;
	top:127px;
	width:664px;
	height:500px;
	overflow:auto;
	padding:15px;
	border: dotted 1px #cccccc;
	text-align:justify;
	line-height:15px;	
	z-index:50;
}

#listings	{

}

.withPicListing	{
	position:relative;
	top:10px;
	left:0px;
	width:600px;
	margin-bottom:10px;

}

.withPicThumb	{
	position:relative;
	top:0px;
	left:0px;
	width: 100px;
	float:left;
}

.withPicExcerpt	{
	position:relative;
	left:0px;
	width: 500px;
	margin-bottom: 10px;
}

.withPicBigImage	{
	padding-right: 20px;
	padding-bottom: 15px;
	float:left;
}

.withPicTextBody	{
	position:relative;
	top: 0px;
	left: 0px;	
}

.pad20	{
	padding:10px 20px 20px 20px;
}

/* ******************************************************* OTHER PAGES ********** */


#eventsList {
	position:absolute;
	left:175px;
	top:120px;
	width:683px;
	height:580px;  /* was 454  then  589*/
	z-index:0;
	text-align:left;
	overflow:auto;
}

.eventListing	{
	position:relative; 
	line-height:14px;
}

#noPicList {
	position:absolute;
	left:170px;
	top:127px;
	width:664px;
	height:494px;
	overflow:auto;
	padding:15px;
	border: dotted 1px #cccccc;
	text-align:justify;
	line-height:15px;
	z-index:50;
}

.noPicListing	{
	position:relative;
	top:0px;
	left:0px;
}

#contactImage	{
	position:relative;
	top:0px;
	left:0px;
	width: 280px;
	height:300px;
	text-align:right;
	margin-right: 20px;
	margin-bottom: 15px;
	float:left;
}

#contactForm	{
	position:relative;
	top: 15px;
	left: 20px;
	
}

#introArea {
	position:absolute;
	left:150px;
	top:590px;
	width:736px;
	height:200px;
	background-color:#ffffff;
}

#introBox	{
	position:relative;
	left:10px;
	top:10px;
	width:686px;
	height: 122px;
	overflow:auto;
	padding:15px;
	border: dotted 1px #cccccc;
	text-align:justify;
	line-height:15px;
}

#bottomPics {
	position:absolute;
	left:170px;
	top: 661px;
	width:700px;
	height:110px;
	padding:1px;
}


#credit	{
	position:relative;
	top:60px;
	left: 0px;
	text-align:right;
	font-size: 10px;
}

.sold  {
        color: #5D2116;
}

/* ******************************************************* REMOVE ********** */

.thumb-old	{
	/* position:relative; */
	float: left;
	left:0px;
	top:0px;
	width:22px;
	height:22px;
	border: solid 1px C7A39C; /*   C7A39C     A86D62   */
	margin-right:5px;
}




#photoCredit-old {           
	position:absolute;
	left:0px;
	top:462px;
	width:716px;        /*  716 for alignment with wide image; 678 for narrow */
	height:11px;
	text-align: right;
	font-size:9px;
	color:#999999;       /* change this     */
	
}