/* CSS Document */

/* ------------------------------------------ */

/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */

/* ------------------------------------------ */

* {

  margin:0;

  padding:0;

  /*overflow-y: auto;*/

  }

  

html {

	/*overflow-y: scroll;*/

	/*overflow-x: hidden;*/

	/*overflow-y: visible;*/

	height: 100%;

	}



body {

	background-color: #FFFFFF;

	font-family:verdana;

	font-size:12px;

	color: #4F3020;

	background-image: url(../images/batrwp-main-bg.jpg);

	/*background-repeat: repeat-x;*/

	background-repeat: repeat;

	background-position: left top;

	/*background-attachment: fixed;*/

	/*overflow-y: auto;*/

	}

	

p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	}

	

a { text-decoration: none; color:#751313; }

a:hover { color: #4F3020; text-decoration: underline; }

a img { border: none;  }

a:active, a:focus {outline: 0;} /*removes firefox outlines on img links*/



.under {

	text-decoration: underline;

	}



/* END RESET */



/* ------------------------------------------ */

/* TOOLBOX CSS                                */

/* ------------------------------------------ */



.floatleft {float: left;}

.floatright {float: right;}

.clear {clear: both; height: 1px; overflow: hidden; margin-top: -1px;}



/* ----------------------- */

/*   BASIC CONTENT SETUP   */

/* ----------------------- */

	

#outside-container {

	width: 1000px;

	min-height: 800px;

	height: auto !important;

	height: 800px;

	margin-left: auto;

	margin-right: auto;

	overflow-y: visible;

	position: relative; /*position must be present on container in order to make contents use z-index correctly*/

	}

	

/* END RESET */

	

/*#left-column {

	width: 250px;

	min-height: 800px;

	height: auto !important;

	height: 800px;

	position: relative;

	top: 0px;

	left: 0px;

	padding: 0px;

	margin-bottom: 20px;

	float: left;

	overflow-y: auto;

	}*/

	

/*#paper {

	width: 770px;

	min-height: 700px;

	height: auto !important;

	height: 700px;

	overflow-y: visible;

	float:right;

	z-index:10;

	}*/

	

#paper {

	/*width: 770px;*/

	min-height: 700px;

	height: auto !important;

	height: 700px;

	overflow-y: visible;

	position: relative;/*needs positioning in order for z-index to function properly*/

	left: 50px;

	top: 0px;

	z-index: 5000;

	/*float: left;

	display: inline;*/

	}

	

#nav {

	width: 770px;

	height: 58px;

	background-image:url(../images/nav-bg.gif);

	margin-bottom: 20px;

	}

	

#nav ul {

	width: 90%;

	height: 40px;

	margin-top: 18px;

	margin-left: auto;

	margin-right: auto;

	text-align: center;

	}

	

#nav ul li {

	display: inline;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	line-height: 23px;

	font-weight: bold;

	color: #F2E7CF;

	/*margin-left: 15px;*/

	width: 100%;

	text-align: center;

	padding: 0px 5px 5px 5px;

	margin-left: auto;

	margin-right: auto;

	}



#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {

	text-decoration:none;

	color: #F2E7CF;

	}

	

#nav ul li:hover {

	background-image:url(../images/underline.gif);

	background-repeat: no-repeat;

	background-position: bottom;

	}



#paper-center {

	/*width: 770px;*/

	min-height: 400px;

	height: auto !important;

	height: 400px;

	overflow-y: visible;

	background-image: url(../images/paper-bg-center2.gif);

	background-repeat: repeat-y;

	z-index:10;	

}

	

#paper-foot {

	/*width: 770px;*/

	height: 142px;

	background-image:url(../images/paper-bg-footer2.gif);

	background-repeat: no-repeat;

	}

	

/* ---------------------------------- */

/*   BACKGROUND PHOTOS FOR SECTIONS   */

/* ---------------------------------- */

	

/* BEGIN BACKGROUND PHOTOS FOR HOME */




#scroll1 {

	width: 299px;

	height: 570px;

	position: absolute;

	/*left: 120px;*/

	top: 3px;

	left: 15px;

	z-index: 500;

	background-image:url(../images/scroll1.gif);

	}



	

#house {

	width: 318px;

	height: 254px;

	position: relative;

	left: 0px;

	top: 0px;

	background-image: url(../images/bg-house-photo.gif);

	z-index:7;

	}

	

#scraps1 {

	width: 394px;

	height: 705px;

	position: absolute;/*needs absolute positioning in order for z-index to function properly*/

	left: 0px;

	top: 0px;

	background-image:url(../images/bg-scraps-1.gif);

	z-index: 1000;

	/*float: left;

	display: inline;*/

	}

	

/*#scraps1 {

	width: 394px;

	height: 705px;

	position: relative;

	left: 0px;

	top: 0px;

	background-image:url(../images/bg-scraps-1.gif);

	z-index:-1;

	}*/

	

#farmhouse {

	width: 293px;

	height: 185px;

	position: absolute;

	left: 60px;

	top: 58px;

	z-index: 1100;

	background-image:url(../images/farm-house.gif);

	}

	

#farmhand {

	width: 232px;

	height: 296px;

	position: absolute;

	top: 260px;

	left: 50px;

	z-index: 1400;

	background-image:url(../images/cowboy-on-fence.gif);

	}

	

#silos {

	width: 287px;

	height: 199px;

	position: absolute;

	top: 478px;

	left: 50px;

	z-index: 1200;

	background-image:url(../images/silos.gif);

	}

	

#paintbrush {

	width: 223px;

	height: 508px;

	position: absolute;

	left: 100px;

	top: 10px;

	z-index: 1200;

	background-image:url(../images/paintbrush.gif);

	}

	

/* END BACKGROUND PHOTOS FOR HOME */

	

/* BEGIN BACKGROUND PHOTOS FOR HISTORY */

	

#raymond-on-shiek {

	width:232px;

	height:262px;

	position:absolute;

	left: 0px;

	top: 200px;

	z-index:1211;

	background-image:url(../images/raymond-on-shiek.png);

	}

	

#raymond-on-shiek-shadow {

	width:232px;

	height:262px;

	position:absolute;

	left: 0px;

	top: 200px;

	z-index:1210;

	background-image:url(../images/raymond-on-shiek-shadow.png);

	}

	

#raymond-on-shiek2 {

	width: 345px;

	height: 425px;

	position:absolute;

	left:20px;

	top:100px;

	z-index:1211;

	background-image:url(../images/Raymond-on-Shiek2.png);

	}

	

#raymond-on-shiek2-shadow {

	width: 345px;

	height: 425px;

	position:absolute;

	left:19px;

	top:100px;

	z-index:1210;

	background-image:url(../images/Raymond-on-Shiek2-shadow.png);

	}

	

#pocketwatch {

	width:358px;

	height:566px;

	position:absolute;

	left:20px;

	top: 410px;

	z-index:1251;

	background-image:url(../images/watch-v3.png);

	}

	

#pocketwatch-shadow {

	width:358px;

	height:566px;

	position:absolute;

	left:20px;

	top: 409px;

	z-index:1250;

	background-image:url(../images/watch-v3-shadow.png);

	}

	

#history-picnic {

	width:450px;

	height:355px;

	position:absolute;

	left: 20px;

	top: 500px;

	z-index:1201;

	background-image:url(../images/history-picnic.png);

	}

	

#history-picnic-shadow {

	width:450px;

	height:355px;

	position:absolute;

	left: 19px;

	top: 500px;

	z-index:1200;

	background-image:url(../images/history-picnic-shadow.png);

	}

	

#wildcatting {

	width: 237px;

	height: 342px;

	position: absolute;

	left: 35px;

	top: 880px;

	z-index: 1190;

	background-image:url(../images/wildcatting-article.png);

	}

	

#bull-in-snow {

	width: 422px;

	height: 276px;

	position:absolute;

	left: 20px;

	top: 1170px;

	z-index:1101;

	background-image:url(../images/bull-in-snow.png);

	}

	

#bull-in-snow-shadow {

	width: 422px;

	height: 276px;

	position:absolute;

	left: 19px;

	top: 1170px;

	z-index:1100;

	background-image:url(../images/bull-in-snow-shadow.png);

	}

	

/* END BACKGROUND PHOTOS FOR HISTORY */



/* BEGIN BACKGROUND PHOTOS FOR HER STORY */



#story-spoon {

	width: 298px;


	height: 625px;

	position: absolute;

	top: 55px;

	left: 15px;

	z-index: 1300;

	background-image:url(../images/spoon-napkin-compass.png);

	}

	

#story-spoon-shadow {

	width: 298px;

	height: 625px;

	position:absolute;

	top: 55px;

	left: 15px;

	z-index: 1299;

	background-image:url(../images/spoon-napkin-compass-shadow.png);

	}

	

#story-spoon2 {

	width: 298px;

	height: 625px;

	position: absolute;

	top: 255px;

	left: 30px;

	z-index: 1300;

	background-image:url(../images/spoon-napkin-compass.png);

	}

	

#story-spoon-shadow2 {

	width: 298px;

	height: 625px;

	position:absolute;

	top: 255px;

	left: 29px;

	z-index: 1299;

	background-image:url(../images/spoon-napkin-compass-shadow.png);

	}



#john-branding {

	width: 422px;

	height: 276px;

	position:absolute;

	left: -120px;

	top: 1045px;

	z-index:1101;

	background-image:url(../images/john-branding.png);

	}

	

#john-branding-shadow {

	width: 422px;

	height: 276px;

	position:absolute;

	left: -120px;

	top: 1045px;

	z-index:1100;

	background-image:url(../images/john-branding-shadow.png);

	}

	

#john-branding2 {

	width: 322px;

	height: 211px;

	position:absolute;

	left: 10px;

	top: 1115px;

	z-index:1101;

	background-image:url(../images/john-branding.png);

	}

	

#john-branding-shadow2 {

	width: 322px;

	height: 211px;

	position:absolute;

	left: 9px;

	top: 1115px;

	z-index:1100;

	background-image:url(../images/john-branding-shadow.png);

	}

	

#lace-in-window {

	width: 400px;

	height: 275px;

	position:absolute;

	left: -50px;

	top: 800px;

	z-index:1200;

	background-image:url(../images/lacey-barn-door.png);

	}

	

#lace-in-window-shadow {

	width: 400px;

	height: 275px;

	position:absolute;

	left: -50px;

	top: 800px;

	z-index:1201;

	background-image:url(../images/lacey-barn-door-shadow.png);

	}

	

#lace-in-window2 {

	width: 300px;

	height: 206px;

	position:absolute;

	left: 5px;

	top: 930px;

	z-index:1200;

	background-image:url(../images/lacey-barn-door2.png);

	}

	

#lace-in-window-shadow2 {

	width: 300px;

	height: 206px;

	position:absolute;

	left: 4px;

	top: 930px;

	z-index:1201;

	background-image:url(../images/lacey-barn-door2-shadow.png);

	}

	

#jack-window {

	width: 400px;

	height: 300px;

	position: absolute;

	left: -140px;

	top: 540px;

	z-index: 1150;

	background-image:url(../images/Jack-barn-silhouette.png);

	}

	

#jack-window-shadow {

	width: 400px;

	height: 300px;

	position: absolute;

	left: -140px;

	top: 540px;

	z-index: 1151;

	background-image:url(../images/Jack-barn-silhouette-shadow.png);

	}

	

#jack-window2 {

	width: 300px;

	height: 225px;

	position: absolute;

	left: 20px;

	top: 730px;

	z-index: 1150;

	background-image:url(../images/Jack-barn-silhouette2.png);

	}

	

#jack-window-shadow2 {

	width: 300px;

	height: 225px;

	position: absolute;

	left: 19px;

	top: 730px;

	z-index: 1151;

	background-image:url(../images/Jack-barn-silhouette2-shado.png);

	}

	

#lunchtime {

	width: 422px;

	height: 276px;

	position: absolute;

	left: -50px;

	top: -50px;

	z-index: 1050;

	background-image:url(../images/lunchtime.png);

	}

	

#lunchtime-shadow {

	width: 422px;

	height: 276px;

	position: absolute;

	left: -50px;

	top: -50px;

	z-index: 1051;

	background-image:url(../images/lunchtime-shadow.png);

	}



#lunchtime2 {

	width: 322px;

	height: 211px;

	position: absolute;

	left: 10px;

	top: 115px;

	z-index: 1050;

	background-image:url(../images/lunchtime2.png);

	}

	

#lunchtime-shadow2 {

	width: 322px;

	height: 211px;

	position: absolute;

	left: 9px;

	top: 115px;

	z-index: 1051;

	background-image:url(../images/lunchtime2-shadow.png);

	}

	

/* END BACKGROUND PHOTOS FOR HER STORY */

	

/* BEGIN BACKGROUND PHOTOS FOR FAQ */

	

#cattle-crossing {

	width: 295px;

	height: 210px;

	position:absolute;

	left: 25px;

	top: 680px;

	z-index: 1050;

	background-image:url(../images/cattle-crossing-cimarron2.png);

	}

	

#cattle-crossing-shadow {

	width: 295px;

	height: 210px;

	position:absolute;

	left: 24px;

	top: 640px;

	z-index: 1051;

	background-image:url(../images/cattle-crossing-cimarron2-s.png);

	}

	

#gas-barn {

	width: 300px;

	height: 300px;

	position:absolute;

	left: 20px;

	top: 400px;

	z-index: 1150;

	background-image:url(../images/gas-barn2.png);

	}

	

#gas-barn-shadow {

	width: 300px;

	height: 300px;

	position:absolute;

	left: 19px;

	top: 400px;

	z-index: 1151;

	background-image:url(../images/gas-barn2-shadow.png);

	}

	

#lace-birds {

	width: 300px;

	height: 215px;

	position: absolute;

	left: 15px;

	top: 175px;

	z-index: 1250;

	background-image:url(../images/lace-with-birds2.png);

	}

	

#lace-birds-shadow {

	width: 300px;

	height: 215px;

	position: absolute;

	left: 14px;

	top: 175px;

	z-index: 1251;

	background-image:url(../images/lace-with-birds2-shadow.png);

	}

	

#compass {

	width:250px;

	height: 296px;

	position:absolute;

	left: 15px;

	top: 870px;

	z-index: 1600;

	background-image:url(../images/compass.png);

	}

	

#compass-shadow {

	width:250px;

	height: 296px;

	position:absolute;

	left: 14px;

	top: 870px;

	z-index: 1601;

	background-image:url(../images/compass-shadow.png);

	}

	

/* END BACKGROUND PHOTOS FOR FAQ */

	

/* BEGIN BACKGROUND PHOTOS FOR CONTACT */

	

#envelope {

	width: 448px;

	height: 700px;

	position: absolute;

	left: 17px;

	top: 58px;

	z-index: 1100;

	background-image:url(../images/envelope3.png);

	}

	

#envelope-shadow {

	width: 448px;

	height: 700px;

	position: absolute;

	left: 17px;

	top: 58px;

	z-index: 1050;

	background-image:url(../images/envelope3-shadow.png);

	}

	

#contact-telegram {

	width: 408px;

	height: 865px;

	position: absolute;

	left: -40px;

	top: 200px;

	z-index:1202;

	background-image:url(../images/contact-bg-tel.png);

	}

	

#contact-telegram-shadow {

	width: 408px;

	height: 865px;

	position: absolute;

	left: -39px;

	top: 200px;

	z-index:1201;

	background-image:url(../images/contact-bg-tel-shadow.png);

	}

	

#contact-envelope1 {

	width: 408px;

	height: 865px;

	position: absolute;

	left: 10px;

	top: 200px;

	z-index:1200;

	background-image:url(../images/contact-bg-env1.png);

	}

	

#contact-envelope1-shadow {

	width: 408px;

	height: 865px;

	position: absolute;

	left: 9px;

	top: 200px;

	z-index:1199;

	background-image:url(../images/contact-bg-env1-shadow.png);

	}

	

#contact-envelope2 {

	width: 408px;

	height: 865px;

	position: absolute;

	left: 3px;

	top: 200px;

	z-index:1198;

	background-image:url(../images/contact-bg-env2.png);

	}

	

#contact-envelope2-shadow {

	width: 408px;

	height: 865px;

	position: absolute;

	left: 2px;

	top: 200px;

	z-index:1197;

	background-image:url(../images/contact-bg-env2-shadow.png);

	}

	

/* END BACKGROUND PHOTOS FOR CONTACT */



/* BEGIN BACKGROUND PHOTOS FOR EDUMACATION */



#eiffeltower {

	width: 300px;

	height: 393px;

	position: absolute;

	top: 600px;

	left: 550px;

	z-index: 7000;

	background-image:url(../images/eiffel-tower.gif);

	}

	

#gradhat {

	width: 700px;

	height: 550px;

	position: absolute;

	top: 0px;

	left: 0px;

	z-index: 1100;

	background-image:url(../images/grad-hat-v3.gif);

	}

	

#gradhat4 {

	width: 625px;

	height: 450px;

	position: absolute;

	top: 0px;

	left: 20px;

	z-index: 1100;

	background-image:url(../images/grad-hat-v4.gif);

	}

	

#gradhat4shadow {

	width: 625px;

	height: 450px;

	position: absolute;

	top: 0px;

	left: 19px;

	z-index: 1099;

	background-image:url(../images/grad-hat-v4-shadow.png);

	}

	

#sharpener {

	width: 300px;

	height: 203px;

	position: absolute;

	top: 300px;

	left: 10px;

	z-index: 1200;

	background-image:url(../images/sharpener.gif);

	}

	

#sharpener2 {

	width: 200px;

	height: 135px;

	position: absolute;

	top: 750px;

	left: 5px;

	z-index: 1400;

	background-image:url(../images/sharpener2.gif);

	}

	

#sharpener2-shadow {

	width: 200px;

	height: 135px;

	position: absolute;

	top: 750px;

	left: 4px;

	z-index: 1399;

	background-image:url(../images/sharpener2-shadow.png);

	}

	

#pencils {

	width: 550px;

	height: 180px;

	position: absolute;

	top: 650px;

	left: 25px;

	z-index: 1300;

	background-image:url(../images/pencil-v1.gif);

	}

	

#pencils2 {

	width: 400px;

	height: 131px;

	position: absolute;

	top: 650px;

	left: 5px;

	z-index: 1300;

	background-image:url(../images/pencil-v2.gif);

	}

	

#pencils2-shadow {

	width: 400px;

	height: 131px;

	position:absolute;

	top: 650px;

	left: 4px;

	z-index: 1299;

	background-image:url(../images/pencil-v2-shadows.png);

	}

	

#marvin-hall {

	width: 398px;

	height: 520px;

	position: absolute;

	top: 250px;

	left: 15px;

	z-index: 800;

	background-image:url(../images/marvin-hall.gif);

	}

	

#jack-and-the-graduate {

	width: 300px;

	height: 421px;

	position: absolute;

	top: 780px;

	left: 20px;

	z-index: 800;

	background-image:url(../images/Jack-and-the-Graduate.png);

	}

	

#flying-buttress {

	width: 412px;

	height: 386px;

	position: absolute;

	top: 355px;

	left: 15px;

	z-index: 801;

	background-image:url(../images/flying-buttresses2.png);

	}

	

#railing-polaroid {

	width: 293px;

	height: 338px;

	position: absolute;

	top: 1125px;

	left: 15px;

	z-index: 805;

	background-image:url(../images/railing-polaroid.png);

	}

	

#railing-polaroid-shadow {

	width: 293px;

	height: 338px;

	position: absolute;

	top: 1125px;

	left: 14px;

	z-index: 804;

	background-image:url(../images/railing-polaroid-shadow.png);

	}

	

/* END BACKGROUND PHOTOS FOR EDUMACATION */



/* BEGIN BACKGROUND PHOTOS FOR ADORNMENT */



#photo-strip-jewelry {

	width:200px;

	height:744px;

	position:absolute;

	top:380px;

	left:60px;

	z-index:901;

	background-image:url(../images/jewelry-photo-strip.png);

	}

	

#photo-strip-jewelry-shadow {

	width:200px;

	height:744px;

	position:absolute;

	top:380px;

	left:60px;

	z-index:900;

	background-image:url(../images/jewelry-photo-strip-shadow.png);

	}

	

#baby-lace-frame {

	width:300px;

	height:244px;

	position:absolute;

	top:200px;

	left:5px;

	z-index:1201;

	background-image:url(../images/baby-lace-frame2.png);

	}

	

#baby-lace-frame-shadow {

	width:300px;

	height:244px;

	position:absolute;

	top:200px;

	left:4px;

	z-index:1200;

	background-image:url(../images/baby-lace-frame2-shadow.png);

	}

	

#loose-beads {

	width:368px;

	height:242px;

	position:absolute;

	top:1040px;

	left:15px;

	z-index:1201;

	background-image:url(../images/loose-beads.png);

	}

	

#loose-beads-shadow {

	width:368px;

	height:242px;

	position:absolute;

	top:1040px;

	left:14px;

	z-index:1200;

	background-image:url(../images/loose-beads-shadow.png);

	}

	

#silver-conch {

	width:175px;

	height:146px;

	position:absolute;

	top:900px;

	left:10px;

	z-index:1301;

	background-image:url(../images/silver-conch.png);

	}

	

#silver-conch-shadow {

	width:175px;

	height:146px;

	position:absolute;

	top:900px;

	left:9px;

	z-index:1300;

	background-image:url(../images/silver-conch-shadow.png);

	}



/* END BACKGROUND PHOTOS FOR ADORNMENT */



/* BEGIN BACKGROUND PHOTOS FOR HISTORIAN */



#lace-jack-stonehouse {

	width:300px;

	height:400px;

	position:absolute;

	top:200px;

	left:10px;

	z-index:1201;

	background-image:url(../images/Jack-&-Lace-old-stone-house.png);

	}

	

#lace-jack-stonehouse-shadow {

	width:300px;

	height:400px;

	position:absolute;

	top:200px;

	left:9px;

	z-index:1200;

	background-image:url(../images/Jack-&-Lace-old-stone-shado.png);

	}

	

#brochure-shawnee {

	width: 300px;

	height: 700px;

	position:absolute;

	top: 530px;

	left: 75px;

	z-index:1301;

	background-image:url(../images/brochure-shawnee.png);

	}

	

#brochure-shawnee-shadow {

	width: 300px;

	height: 700px;

	position:absolute;

	top: 530px;

	left: 74px;

	z-index:1300;

	background-image:url(../images/brochure-shawnee-shadow.png);

	}

	

#brochure-dodge {

	width: 400px;

	height: 700px;

	position:absolute;

	top: 1180px;

	left: 15px;

	z-index: 1271;

	background-image:url(../images/brochure-dodge.png);

	}

	

#brochure-dodge-shadow {

	width: 400px;

	height: 700px;

	position:absolute;

	top: 1180px;

	left: 14px;

	z-index: 1270;

	background-image:url(../images/brochure-dodge-shadow.png);

	}

	

#brochure-larned {

	width: 400px;

	height: 700px;

	position:absolute;

	top: 820px;

	left: 15px;

	z-index:1261;

	background-image:url(../images/brochure-ft-larned.png);

	}

	

#brochure-larned-shadow {

	width: 400px;

	height: 700px;

	position:absolute;

	top: 820px;

	left: 14px;

	z-index:1260;

	background-image:url(../images/brochure-ft-larned-shadow.png);

	}

	

#arrowhead-group {

	width: 200px;

	height: 214px;

	position:absolute;

	top: 690px;

	left: 35px;

	z-index:1501;

	background-image:url(../images/arrowhead-group.png);

	}

	

#arrowhead-group-shadow {

	width: 200px;

	height: 214px;

	position:absolute;

	top: 690px;

	left: 14px;

	z-index:1500;

	background-image:url(../images/arrowhead-group-shadow.png);

	}

	

#arrowhead-1 {

	width: 293px;

	height: 217px;

	position:absolute;

	top: 1100px;

	left: 1px;

	z-index: 1801;

	background-image:url(../images/arrowhead-1.png);

	}

	

#arrowhead-1-shadow {

	width: 293px;

	height: 217px;

	position:absolute;

	top: 1100px;

	left: 0px;

	z-index: 1800;

	background-image:url(../images/arrowhead-1-shadow.png);

	}



/* END BACKGROUND PHOTOS FOR HISTORIAN */



/* BEGIN BACKGROUND PHOTOS FOR PAINTING-DOGS */



#paintbrush-dogs {

	width: 416px;

	height: 409px;

	position: absolute;

	left: -100px;

	top: 10px;

	z-index: 1200;

	background-image:url(../images/dogs-brush-bg.png);

	}

	

#hunting-dogs {

	width: 464px;

	height: 305px;

	position: absolute;

	left: -40px;

	top: 270px;

	z-index: 1100;

	background-image:url(../images/dogs-hunting-bg.png);

	}

	

#kids-dogs {

	width: 424px;

	height: 429px;

	position: absolute;

	left: -60px;

	top: 485px;

	z-index: 1300;

	background-image:url(../images/dogs-kids-bg.png);

	}



/* END BACKGROUND PHOTOS FOR PAINTING-DOGS */



/* BEGIN BACKGROUND PHOTOS FOR ARCHITECTURAL DESIGN */



#geary-bldg {

	width: 383px;

	height: 302px;

	position: absolute;

	/*left: -100px;

	top: 200px;*/

	left: -10px;

	top: 400px;

	z-index: 1100;

	background-image:url(../images/arch-geary-bg.png);

	}

	

#cottonwood-courthouse {

	width: 441px;

	height: 430px;

	position: absolute;

	left: -100px;

	top: 400px;

	z-index: 1200;

	background-image:url(../images/arch-cottonwood-bg.png);

	}

	

#gothic-window {

	width: 350px;

	height: 431px;

	position:absolute;

	top: 700px;

	left: -85px;

	z-index: 1300;

	background-image:url(../images/arch-goth-window-bg.png);

	}

	

#arch-design-liberal {

	width: 288px;

	height: 400px;

	position:absolute;

	top: 100px;

	left: 25px;

	z-index: 601;

	background-image:url(../images/arch-design-liberal.png);

}



#arch-design-ict {

	width: 432px;

	height: 288px;

	position: absolute;

	/*top: 1060px;

	left: -150px;*/

	top: 660px;

	left: 25px;

	z-index: 1298;

	background-image:url(../images/arch-design-ict2.png);

}



/* BEGIN BACKGROUND PHOTOS FOR ARCHITECTURAL DESIGN */



/* BEGIN BACKGROUND PHOTOS FOR HOUSE */



#momma-moment {

	width: 300px;

	height: 300px;

	position: absolute;

	top: 100px;

	left: 5px;

	z-index: 1301;

	background-image:url(../images/mama-moment.png);

	}

	

#momma-moment-shadow {

	width: 300px;

	height: 300px;

	position: absolute;

	top: 100px;

	left: 4px;

	z-index: 1301;

	background-image:url(../images/mama-moment-shadow.png);

	}

	

#doll-study {

	width: 300px;

	height: 200px;

	position: absolute;

	top: 345px;

	left: -5px;

	z-index: 1401;

	background-image:url(../images/doll-study.png);

	}

	

#doll-study-shadow {

	width: 300px;

	height: 200px;

	position: absolute;

	top: 345px;

	left: -4px;

	z-index: 1401;

	background-image:url(../images/doll-study-shadow.png);

	}

	

#dressup {

	width: 300px;

	height: 300px;

	position:absolute;

	top: 600px;

	left: -5px;

	z-index: 1501;

	background-image:url(../images/dressup.png);

	}

	

#dressup-shadow {

	width: 300px;

	height: 300px;

	position:absolute;

	top: 600px;

	left: -4px;

	z-index: 1501;

	background-image:url(../images/dressup-shadow.png);

	}

	

#leaf-bracelet {

	width: 640px;

	height: 480px;

	position:absolute;

	top: 850px;

	left: -350px;

	z-index: 1601;

	background-image:url(../images/leaf-bracelet.png);

	}

	

#leaf-bracelet-shadow {

	width: 640px;

	height: 480px;

	position:absolute;

	top: 850px;

	left: -350px;

	z-index: 1600;

	background-image:url(../images/leaf-bracelet-shadow.png);

	}

	

#temple-tile {

	width: 200px;

	height: 137px;

	position:absolute;

	top: 515px;

	left: 50px;

	z-index: 1701;

	background-image:url(../images/synagogue-tile.png);

	}

	

#temple-tile-shadow {

	width: 200px;

	height: 137px;

	position:absolute;

	top: 516px;

	left: 49px;

	z-index: 1700;

	background-image:url(../images/synagogue-tile-shadow.png);

	}

	

#mosiac-tiles {

	width: 350px;

	height: 356px;

	position:absolute;

	top: -165px;

	left: -80px;

	z-index: 1801;

	background-image:url(../images/mosaic-tiles.png);

	}

	

#mosiac-tiles-shadow {

	width: 350px;

	height: 356px;

	position:absolute;

	top: -165px;

	left: -80px;

	z-index: 1800;

	background-image:url(../images/mosaic-tiles-shadow.png);

	}

	

#lump-hammer {

	width: 289px;

	height: 649px;

	position: absolute;

	top: 800px;

	left: -5px;

	z-index: 1801;

	background-image:url(../images/lump-hammer.png);

	}

	

#lump-hammer-shadow {

	width: 289px;

	height: 649px;

	position: absolute;

	top: 801px;

	left: -4px;

	z-index: 1800;

	background-image:url(../images/lump-hammer-shadow.png);

	}

	

#cherub-brooch {

	width: 200px;

	height: 156px;

	position:absolute;

	top: 40px;

	left: 10px;

	z-index: 1701;

	background-image:url(../images/cherub-brooch.png);

	}

	

#cherub-brooch-shadow {

	width: 200px;

	height: 156px;

	position:absolute;

	top: 40px;

	left: 10px;

	z-index: 1700;

	background-image:url(../images/cherub-brooch-shadow.png);

	}



/* BEGIN BACKGROUND PHOTOS FOR HOUSE */



/* BEGIN BACKGROUND PHOTOS FOR CHAIR */



#mexican-chair {

	width: 270px;

	height: 333px;

	position:absolute;

	top: 80px;

	left: 10px;

	z-index: 1201;

	background-image:url(../images/mexican-chair.png);

	}

	

#mexican-chair-shadow {

	width: 270px;

	height: 333px;

	position:absolute;

	top: 80px;

	left: 10px;

	z-index: 1200;

	background-image:url(../images/mexican-chair-shadow.png);

	}

	

#wpa-chair {

	width: 300px;

	height: 350px;

	position:absolute;

	top: 340px;

	left: 10px;

	z-index: 1301;

	background-image:url(../images/WPA-chair.png);

	}

	

#wpa-chair-shadow {

	width: 300px;

	height: 350px;

	position:absolute;

	top: 340px;

	left: 10px;

	z-index: 1300;

	background-image:url(../images/WPA-chair-shadow.png);

	}

	

#folding-chair {

	width: 325px;

	height: 375px;

	position: absolute;

	top: 640px;

	left: 10px;

	z-index: 1401;

	background-image:url(../images/folding-chair.png);

	}

	

#folding-chair-shadow {

	width: 325px;

	height: 375px;

	position: absolute;

	top: 640px;

	left: 10px;

	z-index: 1400;

	background-image:url(../images/folding-chair-shadow.png);

	}

	

#directoire-chair {

	width: 300px;

	height: 375px;

	position: absolute;

	top: 940px;

	left: 5px;

	z-index:1501;

	background-image:url(../images/directoire-chair.png);

	}

	

#directoire-chair-shadow {

	width: 300px;

	height: 375px;

	position: absolute;

	top: 940px;

	left: 4px;

	z-index:1500;

	background-image:url(../images/directoire-chair-shadow.png);

	}



/* END BACKGROUND PHOTOS FOR CHAIR */

	

/* END BACKGROUND PHOTOS FOR SECTIONS */

	

#content-container {

	/*width: 770px;*/

	min-height: 600px;

	height: auto !important;

	height: 600px;

	overflow-y: visible;

	background-image:url(../images/site-plan.gif);

	}

	

#story {

	width: 80%;

	height: auto;

	overflow: visible;

	margin-left: auto;

	margin-right: auto;

	}

	

#story p {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 0.90em;

	color: #4F3020;

	margin-bottom:0px;

	}

	

#story ul li {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bolder;

	color: #4F3020;

	list-style-image: url(../images/education-bullet.gif);

	list-style-position: outside;

	list-style-type: disc;

	}

	

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 1.25em;

	font-weight: bolder;

	font-variant: small-caps;

	color: #4F3020;	

	}

	

h2 {

	color: #751313;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 1.25em;

	font-weight: bolder;

	font-variant: small-caps;

}



h3 {

	color: #751313;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 20px;

	font-weight: 800;

}



blockquote {

	width: 90%;

	margin: 15px auto;

	font-style: italic;

	font-weight: 600;

	}

	

/*#story img {

	border: 2px solid #4F3020;

	}*/

	

#story img.noborder {

	border: none;

	width:100%;

	}



.faq-answer {

	display: block;

	padding: 0 0 10px 20px;

	color: #751313;

	}



.paula-riding {

	/*width: 236px;*/

	height: 237px;

	margin: 0 20px 20px 20px;

	float: left;

	}

	

.paula-riding img{

	border: 2px solid #4F3020;

	}



.floatleft {float: left;}

.floatright {float: right;}

	



	

/*.left-nav {

	width: 250px;

	height: 34px;

	color: #FFFFFF;

	text-align: center;

	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;

	font-size: 1.25em;

	line-height: 34px;

	font-weight: bold;

	text-decoration: none;

	background-image: url(../images/left-col-nav-norm.jpg);

	background-repeat: no-repeat;

	display: block;

	}

	

.left-nav a:link, .left-nav a:active, .left-nav a:visited {

	width: 250px;

	height: 34px;

	color: #FFFFFF;

	text-align: center;

	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;

	line-height: 34px;

	font-weight: bold;

	text-decoration: none;

	background-image: url(../images/left-col-nav-norm.jpg);

	background-repeat: no-repeat;

	display: block;

	}

	

.left-nav a:hover {

	width: 250px;

	height: 34px;

	color: #FFFFFF;

	text-align: center;

	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;

	line-height: 34px;

	font-weight: bold;

	text-decoration: none;

	background-image: url(../images/left-col-nav-over.jpg);

	background-repeat: no-repeat;

	display: block;

	}

	

#left-nav-HHBrand {

	width: 250px;

	height: 227px;

	margin-bottom: 20px;

	}

	

#right-content {

	width: 640px;

	height: auto;

	float: left;

	text-align:left;

	margin-left: 10px;

	overflow-y: auto;

	}

	

#right-banner-bottom {

	width: 640px;

	height: 65px;

	margin-bottom: 30px;

	}

	

#crawler {

	width: 640px;

	height: 241px;

	position: relative;

	left: 0px;

	top: 0px;

	background-image:url(../images/crawler-bg.jpg);

	background-repeat: repeat-x;

	text-align: left;

	}

	

.bodycopy-container {

	width: 560px;

	margin-top: 30px;

	magrin-bottom: 40px;

	margin-left: auto;

	margin-right: auto;

	}

	

.bodycopy-container p {

	font-family: "Times New Roman", Times, serif;

	font-size: 1.25em;

	line-height: 1.75em;

	color: #000000;	

	}*/

	

#menu-test {

	width: 400px;

	height: auto;

	position:relative;

	left:250px;

	top:150px;

	text-align:center;

	/*opacity:1.0;

	filter:alpha(opacity=100);*/

	}

	

.contact-boxes {

	width: 100%;

	height: 111px;

	}

	

.contact-address-box {

	width: 100%;

	height: 111px;

	float: left;

	}

	

.contact-address {

	width: 218px;

	margin-left: 40px;

	margin-top: 50px;

	color: #751313

	}

	

.contact-telephone-box {

	width: 100%;

	height: 111px;

	background-image:url(../images/phone-banner-bg.gif);

	background-repeat: no-repeat;

	float: left;

	}

	

.contact-telephone {

	width: 100%;

	margin-left: 41px;

	margin-top: 45px;

	color: #751313

	}

	

.barn-img {

	width: 210px;

	/*height: 132px;*/

	padding: 0 0 10px 10px;

	float: right;

	}

	

.partner-img {

	width: 210px;

	padding: 0 0 10px 10px;

	float: right;

	}

	

.silo-img {

	width: 250px;

	padding: 0 10px 10px 0;

	float: left;

	}

	

.house-img {

	width: 260px;

	padding: 0 10px 5px 0;

	float: left;

	}

	

.site-plan-img {

	width: 210px;

	padding: 0 10px 10px 0;

	float: left;

	}

	

.KCTV-img {

	width: 250px;

	padding: 0 10px 10px 0;

	float: left;

	}

	

.christmas-kirstie {

	width: 100%;

	padding: 0 10px 10px 0;

	float: right;

	}

	

.wall-drug-img {

	width: 410px;

	padding: 0 0 10px 0;

	}

	

.np-articles {

	width: 100%;

	margin: 0 auto;

	}

	

.john-grilling-img {

	width: 250px;

	padding: 0 10px 10px 0;

	float: left;

	}

	

.chair-article-img {

	width: 250px;

	padding: 0 10px 10px 0;

	float: left;

	}

	

.neckwear-hero-img {

	width: 300px;

	padding: 0 10px 10px 0;

	float: left;

	}

	

.project-hero-img {

	width: 100%;

	padding: 0 10px 10px 0;

	float: left;

	}

	

.caption {

	color: #751313;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: .85em;

	font-style: italic;

	text-align: center;

	}



/* BEGIN HER STORY */

	

#paula-wedding-container {

	width: 180px;

	margin: 10px 20px 20px 0;

	}

	

#paula-polaroid-container {

	width: 293px;

	height: 338px;

	float: right;

	}

	

.paula-polaroid {

	width: 293px;

	height: 338px;

	position: relative;

	top: 0;

	left: 0;

	z-index: 400;

	}

	

.paula-polaroid-bg {

	width: 293px;

	height: 338px;

	position: relative;

	top: -339px;

	left: 0;

	z-index: 399;

	}

	

/* END HER STORY */

	

.historian-img-left {

	padding: 0 10px 5px 0;

	float: left;

	}

	

.historian-img-right {

	width: 100%;

	padding: 0 10px 5px 0;

	float: right;

	}

	

.historian-double {

	width: 100%;


	margin: 10px auto;

	}

	

.historian-double img {

	width: 100%;

	padding: 5px;

	float: left;

	}



#kids-pictures {

	width: 616px;

	/*height: 350px;*/

	position: relative;

	}

	

.jack-pict {

	width: 232px;

	height: 296px;

	position: relative;

	top: 0;

	left: 0;

	z-index: 250;

	}

	

.jack-pict2 {

	width: 225px;

	height: 350px;

	position:relative;

	top: -15px;

	left: -10px;

	z-index: 250;

	}

	

.lacy-pict {

	width: 300px;

	height: 224px;

	position: relative;

	top: -230px;

	left: 135px;

	z-index: 249;

	}



.lacy-pict2 {

	width: 270px;

	height: 224px;

	position:relative;

	top: 200px;

	left: -20px;

	z-index: 249;

	}

	

.branding-pict {

	width: 280px;

	height: 218px;

	position: relative;

	top: -520px;

	left: 335px;

	z-index: 251;

	}

	

.branding-pict2 {

	width: 280px;

	height: 218px;

	position:relative;

	top: -250px;

	left: -25px;

	z-index: 251;

	}

	

/* END BACKGROUND PHOTOS FOR HER STORY */



/* BEGIN ARCHITECTURAL DESIGN */



#arch-gallery {

	height:270px;

	margin-top: 20px;

	margin-bottom: 20px;

	}

	

.arch-design {

	float: left;



	}

	

.arch-design img {

	margin-left: 10px;

	margin-right: 10px;

	text-align: center;

	}



/* END ARCHITECTURAL DESIGN */



/* BEGIN BACKGROUND PHOTOS BLOG */

	

#coffee-cup {

	width: 360px;

	height: 285px;

	position:absolute;

	top: -80px;

	left: 0px;

	z-index: 1299;

	background-image:url(../images/blog-Coffee-Cup.png);

	}

	

#tin-star-poster {

	width: 360px;

	height: 536px;

	position: absolute;

	top: 540px;

	left: 0px;

	z-index: 1200;

	background-image:url(../images/TinStarPoster.png);

	}

	

#tin-star-poster-shadow {

	width: 360px;

	height: 536px;

	position: absolute;

	top: 540px;

	left: 0px;

	z-index: 1199;

	background-image:url(../images/TinStarPoster-shadow.png);

	}

	

#wagon-train-paula {

	width: 356px;

	height: 482px;

	position: absolute;

	top: 110px;

	left: 0px;

	z-index: 1250;

	background-image:url(../images/Paula-wagon-train.png);

	}

	

#wagon-train-paula-shadow {

	width: 356px;

	height: 482px;

	position: absolute;

	top: 110px;

	left: -45px;

	z-index: 1249;

	background-image:url(../images/Paula-wagon-train-shadow.png);

	}

	

#coffee-cups-on-porch {

   	width: 425px;

   	height: 330px;

  	position:absolute;

   	top: 1125px;

   	left: -75px;

   	z-index: 1210;

   	background-image:url(../images/coffe-cups-on-porch.png);

   	}

   

#coffee-cups-on-porch-shadow {

	width: 425px;

	height: 330px;

	position:absolute;

	top: 1125px;

	left: -75px;

	z-index: 1209;

	background-image:url(../images/coffe-cups-on-porch-shadow.png);

	}

	

/* ----------------------- */

/*   HOME PROJECT TABLE    */

/* ----------------------- */



ul#home-project {

	/*width: 545px;*/

	padding: 0;

	list-style: none;

	list-style-image: none;

	/*float: left;*/

	margin: 10px auto 10px auto;

	text-align: center;

	}

	

ul#home-project li {

	color: #751313;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: .85em;

	font-weight: bolder;

	font-variant: small-caps;

	/*width: 95px;

	height: 110px;

	padding: 100px 3px 0px 3px;*/

	/*display: block;*/

	/*margin: 0 auto;*/

	float: left;

	text-align: center;

	list-style-type: none;

	list-style-image: none;

	}

	

ul#home-project a {

	float: left;

	display: block;

	/*height: 110px; /*--Specify height of navigation--*/

	padding: 95px 3px 0px 3px;

	background-position: left top;

	text-decoration: none;

	}

	

ul#home-project a:hover {

	background-position: left -121px;

	}

	

ul#home-project li.birdhouse a {

	background-image: url(../images/project-birdhouse.gif);

	width: 95px;

	}


	

ul#home-project li.chairs a {

	background-image: url(../images/project-chair.gif);

	width: 95px;

	}

	

ul#home-project li.painting a {

	background-image: url(../images/project-painting.gif);

	width: 95px;

	}

	

ul#home-project li.illustration a {

  	background-image: url(../images/project-illustration.gif);

	width: 95px;

	}

	

ul#home-project li.historian a {

	background-image: url(../images/project-historian.gif);

	width: 95px;

	}

	

ul#home-project li.architecture a {

	background-image: url(../images/project-architecture.gif);

	width: 95px;

	}

	

ul#home-project li.neckwear a {

	background-image: url(../images/project-neckwear.gif);

	width: 95px;

	}

	

#project-gallery-container {

	width: 400px;

	min-height:200px;

	height:auto !important;

	height:200px;

	margin: 25px auto;

	text-align: center;

	}

	

#project-gallery-container img {

	width: 90px;

	height: 90px;

	margin: 5px;

	float: left;

	}

	

/*#project-gallery-container a img {

	border: none;

	}

	

#project-gallery-container a:hover img {

    width: 88px;

	border: 1px solid #f67a00;

	}*/

	

dl {

	padding-left: 20px;

	}

	

dt {

	color: #751313;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 1.15em;

	font-weight: bolder;

	font-variant: small-caps;

	}

	

dd {padding-left: 10px;}

dd.indent {}



.paulaism {

	width: 80%;

	margin: 15px auto;

	border-top: 1px dashed #f67a00;

	border-bottom: 1px dashed #f67a00;

	text-align: center;

	padding: 20px 0;

	font-size: 2.5em;

	font-family: "IM Fell DW Pica", Arial, Helvetica, sans-serif;

	color: #751313;

	}

	

.paulaism span {

	padding: 20px 0 0 100px;

	/*color:#751313;*/

	color: #f67a00;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-style:italic;

	font-size: .45em;

	}

	

.bibliography {

	font-size: .75em;

	}

	

/*.bibliography h2 {

	font-size: 1.67em;

	}*/

	

/* ----------------------------------------- */

/* DEAD DOG GALLERY                          */

/* ----------------------------------------- */

#dead-dog-gallery {

	width: 100%;

	height:500px;

	position: relative;

	}

	

.gallery-mei-rose {

	/*width:191px;

	height:196px;

	position:absolute;

	left:86px;

	top:0;

	z-index: 1201;*/

	}

	

.gallery-po-ching {

	/*width:287px;

	height:247px;;

	position:absolute;

	left:276px;

	top:0;

	z-index: 1202;*/

	}

	

.gallery-winston {

	/*width:274px;

	height:305px;;

	position:absolute;

	left:45px;

	top:196px;

	z-index: 1203;*/

	}

	

.gallery-poppy {

	/*width:244px;

	height:253px;;

	position:absolute;

	left:319px;

	top:248px;

	z-index: 1204;*/

	}



/* ----------------------------------------- */

/* END DEAD DOG GALLERY                      */

/* ----------------------------------------- */



/* ----------------------------------------- */

/* BEGIN DOG GALLERY                         */

/* ----------------------------------------- */



#dog-gallery {

	width: 100%;

	height: 200px;

	position: relative;

	}

	

.dog-painting {

	width: 100%;

	margin-left:65px;

	float: left;

	}

/* ----------------------------------------- */

/* END DOG GALLERY                           */

/* ----------------------------------------- */

	

/* ------------------------------------------ */

/* FORM CSS                                   */

/* ------------------------------------------ */



.contactform {

    width: 100%;

	height: 445px;

	margin: 10px auto;

	background-image:url(../images/westernunion_telegram.jpg);

	background-repeat: no-repeat;

	padding-top: 105px;

	padding-left: 40px;

	background-size:100%;

} 



label

{

	width: 10em;
	width:100%;
	/*float: left;

	text-align: right;

	margin-right: 0.5em;*/

	display: block;


	font-family: 'Cousine', "Courier New", Courier, mono;

	text-transform: uppercase;

	color: #000000;

	font-size: .80em;

	/*margin-left: 10px;*/

}



.submit input

{

margin-left: 10em;

}



.contactform input {

	/*color: #4F2608;*/

	background: #D3AB7A;

	/*background-image:url(../images/contact-input-bg.jpg);

	background-repeat: repeat-x;

	border: 1px solid #00A3E6;*/

	border-top: 1px solid #C0A562;

	border-bottom: 1px solid #C0A562;

	border-left: 1px solid #D3AB7A;

	border-right: 1px solid #D3AB7A;

	width: 25em;

	padding: 0 2px;

	font-family: 'Cousine', "Courier New", Courier, mono;

	text-transform: uppercase;

	color: #000000;

	font-size: .80em;

	margin-left: 10px;

}



.contactform textarea{

	/*width: 250px;

	color: #4F2608;

	background: #C8E7F4;*/

	background: #D3AB7A;

	/*background-image:url(../images/contact-input-bg.jpg);

	background-repeat: repeat;

	border: 1px solid #00A3E6;*/

	border-top: 1px solid #C0A562;

	border-bottom: 1px solid #C0A562;

	border-left: 1px solid #D3AB7A;

	border-right: 1px solid #D3AB7A;

	height: 150px;

	padding: 0 2px;

	font-family: 'Cousine', "Courier New", Courier, mono;

	text-transform: uppercase;

	color: #000000;

	font-size: .80em;

	margin-left: 10px;

}



.submit input

{

	color: #FFF;

	background: #4F2608;

	border: 2px outset #814C25;

	width: 10em;

	margin: 5px 0 0 12em;

}



 fieldset

{

/*border: 1px solid #4F2608;*/

border: none;

/*width: 40em;*/

padding-top: 40px;

}



/*fieldset p {

	font-family: 'Cousine', "Courier New", Courier, mono;

	text-transform: uppercase;

	color: #000000;

	font-size: .80em;

}*/



legend

{

color: #fff;

background: #99CCFF;

border: 1px solid #00A3E6;

padding: 2px 6px;

margin-bottom: 10px;

}



/* BEGIN BACKGROUND PHOTOS FOR ADAPTIVE RE-USE */



#re-use-horseback {

	width: 424px;

	height: 317px;

	position:absolute;

	top: 100px;

	left: 15px;

	z-index:501;

	background-image:url(../images/re-use-horseback.png);

}



#re-use-fire {

	width: 391px;

	height: 288px;

	position: absolute;

	top: 360px;

	left: -10px;

	z-index:1501;

	background-image:url(../images/re-use-fire.png);

}



#re-use-cowchute {

	width: 288px;

	height: 432px;

	position: absolute;

	top: 580px;

	left: 0px;

	z-index: 1502;

	background-image: url(../images/re-use-cowchute.png);

}



#re-use-oldpens {

	width: 396px;

	height: 320px;

	position: absolute;

	top: 950px;

	left: 5px;

	z-index: 1503;

	background-image:url(../images/re-use-oldpens.png);

}
.navbar-default{background:none;}
div.navbar-collapse.collapse{margin-left:0px;margin-right:0px;}


/* END BACKGROUND PHOTOS FOR ADAPTIVE RE-USE */

@media (min-width: 319px) {

.container{width:100%;}

 #paper{

    width: 100%;

	left:0px;

}

  .navbar-default .navbar-collapse, .navbar-default .navbar-form

  {

  	background-color:#840F21;

  }

  .dropmenu li{float:none;}

  .dropmenu li a{padding: 5px 5px 10px;}

  .dropmenu li div{display:block; position:relative;}

  #gradhat4{left:0px;}

  #gradhat4shadow{left:0px;}

  #flying-buttress{}

  #pencils2{}

  #pencils2-shadow{}

  

  .navbar-default .navbar-toggle:hover,

.navbar-default .navbar-toggle:focus {

  background-color: #640202;

  /*border-color:#500101;

  color:#3d0000;*/

  #paula-wedding-container{width:100%;}

  

}

#nav ul li:hover { background-image:none;

	/*background-image:url(../images/underline.gif);

	background-repeat: no-repeat;

	background-position: bottom;*/ 

	}

	.navbar a.selected,.navbar a:hover{

	background-image:none !important;

	}

	.contact-telephone{font-size:9px; margin-left:42px;}

	

	.contactform input{width:70px;}

	.contactform textarea{width:20em;}

	.dog-painting{width:100%; margin-left:0px;}

}



@media (min-width: 768px) {

.container{width:100%;}

 #paper{

    width: 100%;

	left:0px;

  }

  #paper-center{

  	width:100%;

  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form

  {

  	background:none; 

  }

  .dropmenu li a{padding: 18px 2px 21px;}

  .tack-shop{left:-30px;}

  .dropmenu li{float:left;}

  .dropmenu li div{display:none; position:absolute;}

  .contactform input{width:120px;}

  .contactform textarea{width:20em;}

  .dog-painting{width:100px; margin-left:50px;}

}



@media (min-width: 992px) {

.container{width:100%;}

  #paper{

    width: 100%;

	left:0px;

  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form

  {

  	background:none;

  }

  .dropmenu li a{padding: 18px 10px 21px;}

  .tack-shop{left:-30px;}

  .dropmenu li{float:left;}

  .dropmenu li div{display:none; position:absolute;}

  .contactform input{width:130px;}

  .contactform textarea{width:20em;}

  .dog-painting{width:100px; margin-left:20px;}

}

@media (min-width: 1200px) {

.container{width:1000px;}

  	#paper{

    width: 100%;

 }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form

  {

  	background:none;

  }

  .dropmenu li a{padding: 18px 10px 21px;}

  .dropmenu li{float:left;}

  .dropmenu li div{display:none; position:absolute;}

  

  .navbar a.selected,.navbar a:hover{

	background:transparent url(../images/underline.gif) no-repeat 5px !important;

	}

	

	 #paula-wedding-container{width:128px; float:left; !important;}

	 .contact-telephone{font-size:12px; margin-left:42px;}

	 .contactform input{width:150px;}

	 .contactform textarea{width:22em;}

	 .dog-painting{width:128px; margin-left:50px;}

}



