Trouble with positioning my social media icons

I am sure this should be a simple fix but I keep going in circles trying to position the facebook and twitter logos on this page.

http://www.loreoftheland.org/

they are placed as “position: relative;” but they move the quote area on the right, down. And subsequently my navigation moves down as well.

any suggestions about solving this for me would be greatly appreciated!

thanks so much Rayzur,
that is such clear and concise info. I will go back and re-evaluate the different pieces. This Wordpress site was set up by someone else, and I am going in and working on the parts that need adjustment as I learn more about CSS.

your kind help is very appreciated.

thanks,
Jeff

Hi,
To add to what TommiChi has just said I would suggest setting up a header div for the icons and quote. Set an appropriate height (about 168px) on that header and it will position the menu below correctly. The menu will not be in the header but it will come after it in the markup.

Then I would take the height off of that quote and just float it right without the 500px left margin. Wrap your two icons in a div and float it left.

That logo image that looks like the header image is actually a BG image on your body, I would make it the BG image for #wrapper2 and set it as no-repeat. That will keep it centered in the wrapper, as it is right now it scrolls left at narrow viewport widths.

I kept focusing on my css file, when it was the placement of the icons that was the problem. once I moved them out of the div they were setting in everything went into place!

thanks again,
Jeff

You should have placed your facebook and twitter icons in the same container. I made a few small changes to your markup via firebug, that should get you on the right track (I have not done your work for you, but pointed you in the right direction)…:


<head profile="http://gmpg.org/xfn/11">


<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>
-
Lore of the Land</title>
<link rel="alternate" type="application/rss+xml" title="Lore of the Land » Our Story Comments Feed" href="http://www.loreoftheland.org/feed/">
<script type="text/javascript" src="http://www.loreoftheland.org/wp-includes/js/jquery/jquery.js?ver=1.3.2"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/plugins/events-calendar/js/jquery.bgiframe.js?ver=2.1"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/plugins/events-calendar/js/jquery.dimensions.js?ver=1.0b2"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/plugins/events-calendar/js/jquery.tooltip.min.js?ver=1.3"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/plugins/jquery-lightbox-balupton-edition/js/jquery.lightbox.min.js?ie6_upgrade=false&amp;ver=1.3.7"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/plugins/jquery-lightbox-balupton-edition/js/jquery.lightbox.plugin.min.js?ver=1.0"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-includes/js/jquery/ui.core.js?ver=1.7.1"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-includes/js/jquery/ui.tabs.js?ver=1.7.1"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/plugins/formbuilder/js/jquery.datePicker-2.1.2.js?ver=0.82"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/plugins/formbuilder/js/date.js?ver=0.82"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/plugins/formbuilder/js/javascript.js?ver=0.82"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-includes/js/comment-reply.js?ver=20090102"></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.loreoftheland.org/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.loreoftheland.org/wp-includes/wlwmanifest.xml"> 
<link rel="index" title="Lore of the Land" href="http://www.loreoftheland.org">
<meta name="generator" content="WordPress 2.9.2">

<!-- All in One SEO Pack 1.6.10.2 by Michael Torbert of Semper Fi Web Design[-1,-1] -->
<link rel="canonical" href="http://www.loreoftheland.org">
<!-- /all in one seo pack -->
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/plugins/audio-player/assets/audio-player.js?ver=2.0.4.1"></script>
<script type="text/javascript">AudioPlayer.setup("http://www.loreoftheland.org/wp-content/plugins/audio-player/assets/player.swf?ver=2.0.4.1", {width:"290",animation:"yes",encode:"yes",initialvolume:"60",remaining:"no",noinfo:"no",buffer:"5",checkpolicy:"no",rtl:"no",bg:"E5E5E5",text:"333333",leftbg:"CCCCCC",lefticon:"333333",volslider:"666666",voltrack:"FFFFFF",rightbg:"B4B4B4",rightbghover:"999999",righticon:"333333",righticonhover:"FFFFFF",track:"FFFFFF",loader:"009900",border:"CCCCCC",tracker:"DDDDDD",skip:"666666",pagebg:"FFFFFF",transparentpagebg:"yes"});</script><style media="screen" type="text/css">p.audioplayer_container span {visibility:hidden;height:24px;overflow:hidden;padding:0;border:none;}</style>
<!-- Start Of Script Generated By Events-Calendar [Luke Howell | www.lukehowell.com] and [R. MALKA | www.heirem.fr] -->
<!-- More information at http://wp-eventscalendar.com. -->
<link type="text/css" rel="stylesheet" href="http://www.loreoftheland.org/wp-includes/js/thickbox/thickbox.css">
<link type="text/css" rel="stylesheet" href="http://www.loreoftheland.org/wp-content/plugins/events-calendar/css/events-calendar.css">
 <script type="text/javascript">
	// <![CDATA[
	var ecd = {};
	ecd.jq = jQuery.noConflict(false);
	//]]>
 </script>
<!-- End Of Script Generated By Events-Calendar - Version: 6.6 -->
		<!-- FORMBUILDER CSS CUSTOMIZATION -->
					<link rel="stylesheet" href="http://www.loreoftheland.org/wp-content/plugins/formbuilder/formbuilder_styles.css" type="text/css" media="all">
					<style type="text/css" media="screen">
		.formBuilderCap {
			visibility: hidden;
			padding: 0;
			margin: 0;
			border: 0;
			position: absolute;
		}
		</style>
		<!-- END FORMBUILDER CSS CUSTOMIZATION -->
	<script type="text/javascript" charset="utf-8" src="&amp;amp;type=wordpress2.9.2&amp;wp=2.9.2"></script><link rel="stylesheet" href="http://www.loreoftheland.org/wp-content/themes/StudioBlue/styleBlue.css" type="text/css" media="screen">
<link rel="alternate" type="application/rss+xml" title="Lore of the Land RSS Feed" href="http://www.loreoftheland.org/feed/">
<link rel="alternate" type="application/atom+xml" title="Lore of the Land Atom Feed" href="http://www.loreoftheland.org/feed/atom/">
<link rel="pingback" href="http://www.loreoftheland.org/xmlrpc.php">
<!--[if IE 7]>	
<link rel="stylesheet" type="text/css" media="all" href="http://www.loreoftheland.org/wp-content/themes/StudioBlue/iestyle.css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="http://www.loreoftheland.org/wp-content/themes/StudioBlue/ie6style.css" />
<script defer type="text/javascript" src="http://www.loreoftheland.org/wp-content/themes/StudioBlue/js/pngfix.js"></script>
<![endif]-->
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/themes/StudioBlue/js/superfish.js"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/themes/StudioBlue/js/hoverIntent.js"></script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-content/themes/StudioBlue/js/idtabs.js"></script>
<script type="text/javascript">
jQuery(function(){
jQuery('ul.superfish').superfish();
});
</script>
<script src="http://intensedebate.com/js/wordpressTemplateLinkWrapper2.php?acct=b150db5448baeaeafc8b2eb50276fa41" type="text/javascript"></script><style type="text/css" charset="utf-8">/* See license.txt for terms of usage */
.firebugCanvas {
    position:fixed;
    top: 0;
    left: 0;
    display:none;
    border: 0 none;
    margin: 0;
    padding: 0;
    outline: 0;
}

.firebugCanvas:before, .firebugCanvas:after {
    content: "";
}

.firebugHighlight {
    z-index: 2147483646;
    position: fixed;
    background-color: #3875d7;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0 none;
}

.firebugHighlight:before, .firebugHighlight:after {
    content: "";
}

.firebugLayoutBoxParent {
    z-index: 2147483646;
    position: fixed;
    background-color: transparent;
    border-top: 0 none;
    border-right: 1px dashed #E00 !important;
    border-bottom: 1px dashed #E00 !important;
    border-left: 0 none;
    margin: 0;
    padding: 0;
    outline: 0;
}

.firebugRuler {
    position: absolute;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0 none;
}

.firebugRuler:before, .firebugRuler:after {
    content: "";
}

.firebugRulerH {
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%13%88%00%00%00%0E%08%02%00%00%00L%25a%0A%00%00%00%04gAMA%00%00%D6%D8%D4OX2%00%00%00%19tEXtSoftware%00Adobe%20ImageReadyq%C9e%3C%00%00%04%F8IDATx%DA%EC%DD%D1n%E2%3A%00E%D1%80%F8%FF%EF%E2%AF2%95%D0D4%0E%C1%14%B0%8Fa-%E9%3E%CC%9C%87n%B9%81%A6W0%1C%A6i%9A%E7y%0As8%1CT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AATE9%FE%FCw%3E%9F%AF%2B%2F%BA%97%FDT%1D~K(%5C%9D%D5%EA%1B%5C%86%B5%A9%BDU%B5y%80%ED%AB*%03%FAV9%AB%E1%CEj%E7%82%EF%FB%18%BC%AEJ8%AB%FA'%D2%BEU9%D7U%ECc0%E1%A2r%5DynwVi%CFW%7F%BB%17%7Dy%EACU%CD%0E%F0%FA%3BX%FEbV%FEM%9B%2B%AD%BE%AA%E5%95v%AB%AA%E3E5%DCu%15rV9%07%B5%7F%B5w%FCm%BA%BE%AA%FBY%3D%14%F0%EE%C7%60%0EU%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5JU%88%D3%F5%1F%AE%DF%3B%1B%F2%3E%DAUCNa%F92%D02%AC%7Dm%F9%3A%D4%F2%8B6%AE*%BF%5C%C2Ym~9g5%D0Y%95%17%7C%C8c%B0%7C%18%26%9CU%CD%13i%F7%AA%90%B3Z%7D%95%B4%C7%60%E6E%B5%BC%05%B4%FBY%95U%9E%DB%FD%1C%FC%E0%9F%83%7F%BE%17%7DkjMU%E3%03%AC%7CWj%DF%83%9An%BCG%AE%F1%95%96yQ%0Dq%5Dy%00%3Et%B5'%FC6%5DS%95pV%95%01%81%FF'%07%00%00%00%00%00%00%00%00%00%F8x%C7%F0%BE%9COp%5D%C9%7C%AD%E7%E6%EBV%FB%1E%E0(%07%E5%AC%C6%3A%ABi%9C%8F%C6%0E9%AB%C0'%D2%8E%9F%F99%D0E%B5%99%14%F5%0D%CD%7F%24%C6%DEH%B8%E9rV%DFs%DB%D0%F7%00k%FE%1D%84%84%83J%B8%E3%BA%FB%EF%20%84%1C%D7%AD%B0%8E%D7U%C8Y%05%1E%D4t%EF%AD%95Q%BF8w%BF%E9%0A%BF%EB%03%00%00%00%00%00%00%00%00%00%B8vJ%8E%BB%F5%B1u%8Cx%80%E1o%5E%CA9%AB%CB%CB%8E%03%DF%1D%B7T%25%9C%D5(%EFJM8%AB%CC'%D2%B2*%A4s%E7c6%FB%3E%FA%A2%1E%80~%0E%3E%DA%10x%5D%95Uig%15u%15%ED%7C%14%B6%87%A1%3B%FCo8%A8%D8o%D3%ADO%01%EDx%83%1A~%1B%9FpP%A3%DC%C6'%9C%95gK%00%00%00%00%00%00%00%00%00%20%D9%C9%11%D0%C0%40%AF%3F%EE%EE%92%94%D6%16X%B5%BCMH%15%2F%BF%D4%A7%C87%F1%8E%F2%81%AE%AAvzr%DA2%ABV%17%7C%E63%83%E7I%DC%C6%0Bs%1B%EF6%1E%00%00%00%00%00%00%00%00%00%80cr%9CW%FF%7F%C6%01%0E%F1%CE%A5%84%B3%CA%BC%E0%CB%AA%84%CE%F9%BF)%EC%13%08WU%AE%AB%B1%AE%2BO%EC%8E%CBYe%FE%8CN%ABr%5Dy%60~%CFA%0D%F4%AE%D4%BE%C75%CA%EDVB%EA(%B7%F1%09g%E5%D9%12%00%00%00%00%00%00%00%00%00H%F6%EB%13S%E7y%5E%5E%FB%98%F0%22%D1%B2'%A7%F0%92%B1%BC%24z3%AC%7Dm%60%D5%92%B4%7CEUO%5E%F0%AA*%3BU%B9%AE%3E%A0j%94%07%A0%C7%A0%AB%FD%B5%3F%A0%F7%03T%3Dy%D7%F7%D6%D4%C0%AAU%D2%E6%DFt%3F%A8%CC%AA%F2%86%B9%D7%F5%1F%18%E6%01%F8%CC%D5%9E%F0%F3z%88%AA%90%EF%20%00%00%00%00%00%00%00%00%00%C0%A6%D3%EA%CFi%AFb%2C%7BB%0A%2B%C3%1A%D7%06V%D5%07%A8r%5D%3D%D9%A6%CAu%F5%25%CF%A2%99%97zNX%60%95%AB%5DUZ%D5%FBR%03%AB%1C%D4k%9F%3F%BB%5C%FF%81a%AE%AB'%7F%F3%EA%FE%F3z%94%AA%D8%DF%5B%01%00%00%00%00%00%00%00%00%00%8E%FB%F3%F2%B1%1B%8DWU%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*UiU%C7%BBe%E7%F3%B9%CB%AAJ%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5*%AAj%FD%C6%D4%5Eo%90%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5%86%AF%1B%9F%98%DA%EBm%BBV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%AD%D6%E4%F58%01%00%00%00%00%00%00%00%00%00%00%00%00%00%40%85%7F%02%0C%008%C2%D0H%16j%8FX%00%00%00%00IEND%AEB%60%82") repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0E%00%00%13%88%08%02%00%00%00%0E%F5%CB%10%00%00%00%04gAMA%00%00%D6%D8%D4OX2%00%00%00%19tEXtSoftware%00Adobe%20ImageReadyq%C9e%3C%00%00%06~IDATx%DA%EC%DD%D1v%A20%14%40Qt%F1%FF%FF%E4%97%D9%07%3BT%19%92%DC%40(%90%EEy%9A5%CB%B6%E8%F6%9Ac%A4%CC0%84%FF%DC%9E%CF%E7%E3%F1%88%DE4%F8%5D%C7%9F%2F%BA%DD%5E%7FI%7D%F18%DDn%BA%C5%FB%DF%97%BFk%F2%10%FF%FD%B4%F2M%A7%FB%FD%FD%B3%22%07p%8F%3F%AE%E3%F4S%8A%8F%40%EEq%9D%BE8D%F0%0EY%A1Uq%B7%EA%1F%81%88V%E8X%3F%B4%CEy%B7h%D1%A2E%EBohU%FC%D9%AF2fO%8BBeD%BE%F7X%0C%97%A4%D6b7%2Ck%A5%12%E3%9B%60v%B7r%C7%1AI%8C%BD%2B%23r%00c0%B2v%9B%AD%CA%26%0C%1Ek%05A%FD%93%D0%2B%A1u%8B%16-%95q%5Ce%DCSO%8E%E4M%23%8B%F7%C2%FE%40%BB%BD%8C%FC%8A%B5V%EBu%40%F9%3B%A72%FA%AE%8C%D4%01%CC%B5%DA%13%9CB%AB%E2I%18%24%B0n%A9%0CZ*Ce%9C%A22%8E%D8NJ%1E%EB%FF%8F%AE%CAP%19*%C3%BAEKe%AC%D1%AAX%8C*%DEH%8F%C5W%A1e%AD%D4%B7%5C%5B%19%C5%DB%0D%EF%9F%19%1D%7B%5E%86%BD%0C%95%A12%AC%5B*%83%96%CAP%19%F62T%86%CAP%19*%83%96%CA%B8Xe%BC%FE)T%19%A1%17xg%7F%DA%CBP%19*%C3%BA%A52T%86%CAP%19%F62T%86%CA%B0n%A9%0CZ%1DV%C6%3D%F3%FCH%DE%B4%B8~%7F%5CZc%F1%D6%1F%AF%84%F9%0F6%E6%EBVt9%0E~%BEr%AF%23%B0%97%A12T%86%CAP%19%B4T%86%CA%B8Re%D8%CBP%19*%C3%BA%A52huX%19%AE%CA%E5%BC%0C%7B%19*CeX%B7h%A9%0C%95%E1%BC%0C%7B%19*CeX%B7T%06%AD%CB%5E%95%2B%BF.%8F%C5%97%D5%E4%7B%EE%82%D6%FB%CF-%9C%FD%B9%CF%3By%7B%19%F62T%86%CA%B0n%D1R%19*%A3%D3%CA%B0%97%A12T%86uKe%D0%EA%B02*%3F1%99%5DB%2B%A4%B5%F8%3A%7C%BA%2B%8Co%7D%5C%EDe%A8%0C%95a%DDR%19%B4T%C66%82fA%B2%ED%DA%9FC%FC%17GZ%06%C9%E1%B3%E5%2C%1A%9FoiB%EB%96%CA%A0%D5qe4%7B%7D%FD%85%F7%5B%ED_%E0s%07%F0k%951%ECr%0D%B5C%D7-g%D1%A8%0C%EB%96%CA%A0%A52T%C6)*%C3%5E%86%CAP%19%D6-%95A%EB*%95q%F8%BB%E3%F9%AB%F6%E21%ACZ%B7%22%B7%9B%3F%02%85%CB%A2%5B%B7%BA%5E%B7%9C%97%E1%BC%0C%EB%16-%95%A12z%AC%0C%BFc%A22T%86uKe%D0%EA%B02V%DD%AD%8A%2B%8CWhe%5E%AF%CF%F5%3B%26%CE%CBh%5C%19%CE%CB%B0%F3%A4%095%A1%CAP%19*Ce%A8%0C%3BO*Ce%A8%0C%95%A12%3A%AD%8C%0A%82%7B%F0v%1F%2FD%A9%5B%9F%EE%EA%26%AF%03%CA%DF9%7B%19*Ce%A8%0C%95%A12T%86%CA%B8Ze%D8%CBP%19*Ce%A8%0C%95%D1ae%EC%F7%89I%E1%B4%D7M%D7P%8BjU%5C%BB%3E%F2%20%D8%CBP%19*Ce%A8%0C%95%A12T%C6%D5*%C3%5E%86%CAP%19*Ce%B4O%07%7B%F0W%7Bw%1C%7C%1A%8C%B3%3B%D1%EE%AA%5C%D6-%EBV%83%80%5E%D0%CA%10%5CU%2BD%E07YU%86%CAP%19*%E3%9A%95%91%D9%A0%C8%AD%5B%EDv%9E%82%FFKOee%E4%8FUe%A8%0C%95%A12T%C6%1F%A9%8C%C8%3D%5B%A5%15%FD%14%22r%E7B%9F%17l%F8%BF%ED%EAf%2B%7F%CF%ECe%D8%CBP%19*Ce%A8%0C%95%E1%93~%7B%19%F62T%86%CAP%19*Ce%A8%0C%E7%13%DA%CBP%19*Ce%A8%0CZf%8B%16-Z%B4h%D1R%19f%8B%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1%A2%A52%CC%16-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2EKe%98-Z%B4h%D1%A2EKe%D02%5B%B4h%D1%A2EKe%D02%5B%B4h%D1%A2E%8B%96%CA0%5B%B4h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%16-%95a%B6h%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-Z*%C3l%D1%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z%B4T%86%D9%A2E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4h%A9%0C%B3E%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%D1R%19f%8B%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1%A2%A52%CC%16-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2EKe%98-Z%B4h%D1%A2EKe%D02%5B%B4h%D1%A2EKe%D02%5B%B4h%D1%A2E%8B%96%CA0%5B%B4h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%16-%95a%B6h%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-Z*%C3l%D1%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z%B4T%86%D9%A2E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4h%A9%0C%B3E%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%D1R%19f%8B%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1%A2%A52%CC%16-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2EKe%98-Z%B4h%D1%A2EKe%D02%5B%B4h%D1%A2EKe%D02%5B%B4h%D1%A2E%8B%96%CA0%5B%B4h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%16-%95a%B6h%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-Z*%C3l%D1%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z%B4T%86%D9%A2E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4%AE%A4%F5%25%C0%00%DE%BF%5C'%0F%DA%B8q%00%00%00%00IEND%AEB%60%82") repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.firebugLayoutBox {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
}

.firebugLayoutBox:before, .firebugLayoutBox:after {
    content: "";
}

.firebugLayoutBoxOffset {
    z-index: 2147483646;
    position: fixed;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

.firebugLayoutLine {
    z-index: 2147483646;
    background-color: #000000;
    opacity: 0.4;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0 none;
}

.firebugLayoutLine:before, .firebugLayoutLine:after {
    content: "";
}

.firebugLayoutLineLeft, .firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop, .firebugLayoutLineBottom {
    position: fixed;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}

.fbProxyElement {
    position: absolute;
    background-color: transparent;
    z-index: 2147483646;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0 none;
}
</style></head><body>	
<div id="wrapper2">

	
    

	<div id="quotearea"><a style="display: inline-block; float: left;" href="http://www.facebook.com/#%21/pages/Lore-of-the-Land/375775931577" target="_blank"><img src="/wp-content/themes/StudioBlue/images/lore_facebook.png" alt="facebook" class="facebook"></a>
<a target="_blank" href="https://twitter.com/LoreoftheLand" style="display: inline-block; float: left;"><img class="twitter" alt="twitter" src="/wp-content/themes/StudioBlue/images/lore_twitter.png"></a>
<div style="float: right; width: 400px; margin: 0pt 0pt 0pt 500px;">“Society is like a stew. If you don’t keep it stirred up, you get a lot of scum on top.”<br><br>–Edward Abbey</div></div>
    
	
	<!--This controls pages navigation bar-->
    
	<a href="http://www.loreoftheland.org"><img src="/wp-content/themes/StudioBlue/images/logoBlue.png" alt="logo" class="logo"></a>
	<div id="pages">
	    <ul>
		<li><div style="margin-top: 6px;"><form method="get" id="searchform" action="http://www.loreoftheland.org/">
    <div>
        <input value="" name="s" id="s" type="text">
        <input id="searchsubmit" value="Search" type="submit">
    </div>
</form>
</div></li>
	<li class="page_item"><a href="/donate/" class="title" title="Donate">Donate</a></li>
	<li class="page_item"><a href="/events/" class="title" title="Calendar">Calendar</a></li>
	<li class="page_item"><a href="/contact/" title="Contact">Contact</a></li>
	<li class="page_item"><a href="/" class="title" title="Home">Home</a></li>
	    </ul>
	</div>
	<!--End pages navigation-->
	<!--This controls the categories navigation bar-->
	<div id="categories">
	<ul class="nav superfish sf-js-enabled sf-shadow">
	<li class="page_item"><a href="/about/" title="About Us">About Us</a></li>
	<li class="page_item"><a href="/?cat=6" title="Field Reports">Field Reports</a></li>
	<li class="page_item"><a href="/?cat=9/" title="Voices from the Land">Voices from the Land</a></li>
	<li class="page_item"><a href="/store/" title="store">Bookstore</a></li>
	<li class="page_item"><a href="/audio/" title="Audio Downloads">Audio Downloads</a></li>
	<li class="page_item"><a href="/acequieros/" title="Los Acequieros">Los Acequieros</a></li>
	<li class="page_item"><a href="/links/" title="links">Links</a></li>
	</ul>
	</div>
	<!--End category navigation-->
<div id="container">
<div id="left-div">
    <div id="left-inside">
                        <!--Start Post-->
        <div class="post-wrapper">
            <h1 class="post-title"><a href="http://www.loreoftheland.org" rel="bookmark" title="Permanent Link to Our Story">
                Our Story                </a></h1>
            <div class="single-entry">
                <p><img class="size-full wp-image-201 alignnone" title="riverside600" src="http://www.loreoftheland.org/wp-content/uploads/2009/08/riverside600.jpg" alt="riverside600" width="600" height="302"><strong>Lore of the Land </strong>nurtures bioregional documentation within indigenous and traditional communities of the Greater Southwest to support an ongoing, self-directed aural history program that is instrumental in maintaining languages, environments, and lifeways.</p>
<blockquote><p><strong>Mission:</strong> Lore of the Land’s mission is to develop and nurture the art of bioregional sound collage and provide training in aural history recording within indigenous and traditional communities throughout the American West, including northern Mexico.&nbsp; <em>Lore of the Land, Inc</em>. recognizes the direct relationship between indigenous culture and environment, traditional wisdom and knowledge of habitat, the power of place and inter-species communications.&nbsp; Lore of the Land enables communities to record their own cultural and contemporary aural art forms, control dissemination of these materials, and conserve their unique system of coordinates for navigating within the biosphere.&nbsp; This knowledge holds the key to restoring the Earth.</p></blockquote>
<p><strong>Focus of Activities: </strong> <em>Lore of the Land, Inc</em>. trains scholars within indigenous and traditional communities in the practice of aural history and the art of sound collage.&nbsp; We also produce radio programs for distribution and broadcast over Community Public Radio stations, sound collages for museums and CD distribution, and books and articles, all of which focus on the relationship of cultural diversity to biodiversity, and forward the importance of collaboration between indigenous culture bearers and members of the scientific community.</p>
<p><strong>Previous Projects: </strong> Through a Ford Foundation grant administered by the Museum of New Mexico Foundation, fifteen community scholars from within Navajo, Hopi, Río Grande Puebloan, Tohono O’odham, Seri and New Mexico Hispanic cultures were trained in the practice of aural history, and provided with up-to-date digital recording equipment and computers to pursue cultural documentation within their respective communities.&nbsp; The project also resulted in digital duplication of the Loeffler Aural History Archive to be donated to the New Mexico History Museum at the Palace of the Governors.<br>
<strong><br>
Region Served: </strong> <em>Lore of the Land, Inc</em>. primarily serves the Southwestern quadrant of North America, which includes northern Mexico, and occasionally other regions internationally.&nbsp; The American Southwest is home to the geographically largest Native American tribes and the highest per capita populations of indigenous peoples in the United States.&nbsp; The Mexico portion includes major indigenous populations, some of which are now divided by the US/Mexico boundary.&nbsp; For thousands of years, these peoples have evolved within their habitats so that lifeways and lore, culture and traditions are intertwined with landscape and biotic communities.&nbsp; While this region is one of the poorest by dominant culture standards, it is rich in knowledge and diversity.&nbsp; This project works with community scholars from Diné, Tewa, Hopi, Tohono O’odham, Hispanic, and Anglo cultures in Arizona, New Mexico, Colrado and Utah to facilitate development of community archives and ensure local accessibility to cultural materials.</p>
<p><strong>Founding:</strong> The organization was founded in 1994 in Santa Fe, NM by Lee Udall as the Native American Arts Scholarship Fund.&nbsp; In 2000, Mrs. Udall and the board invited Jack Loeffler to expand the purview to include aural documentation of indigenous knowledge and habitat.&nbsp; After Mrs. Udall died in Dec. 2001, the board reorganized. In 2005, the organization’s name was officially changed with the State of New Mexico and the IRS to Lore of the Land, Inc.</p>
<p><strong>Sponsoring Other Projects: </strong> Lore of the Land, Inc. occasionally sponsors projects initiated by others assuming that they are compatible with the nonprofit, 501c3 purposes of the organization.&nbsp; As fiscal sponsor, Lore of the Land, Inc is responsible for receiving and disbursing funds and filing all reports required by the funder.&nbsp; Each sponsored project must have a board member as the point of contact who oversees project implementation and ensures that all reports are done correctly and on time.</p>
<p>The nonprofit purposes of the organization, as described in its Articles of Incorporation (Amended) are:</p>
<p style="padding-left: 30px;">“A. The Corporation shall operate exclusively for charitable and educational purposes within the meaning of Section 501c3 of the Internal Revenue Code of 1954, or corresponding section of any future federal tax code.&nbsp; In furtherance of these purposes, the Corporation shall operate a culturally sensitive educational program that will:</p>
<blockquote>
<ol>
<li>enable traditional and indigenous artists and cultural specialists to engage in professional creative studies, including aural recording and archival studies;</li>
<li>support self-determination in collection and preservation of traditional and indigenous knowledge in the originating communities; and</li>
<li>conduct educational and charitable activities relating to the bioregions of these communities.</li>
</ol>
</blockquote>
<p style="padding-left: 30px;">“B.&nbsp; Consistent with the foregoing purposes, the corporation may engage in any lawful activity that may be incidental or reasonably necessary to any of the foregoing purposes, and may exercise all powers now or hereafter available to corporations organized under the New Mexico Nonprofit Corporation Act.”</p>
<p><script type="text/javascript">SHARETHIS.addEntry({ title: "Our Story", url: "http://www.loreoftheland.org" });</script></p>            </div>
        </div>
                <!--End Post-->
        <p class="pagination">
                                </p>
            </div>
</div>
<!--Begin Sidebar-->
<div id="sidebar">
        <div style="margin-top: 18px;">
        <!--Begin 250x250 Ad Block-->
                <!--End 250x250 Ad Block-->
        <!--Begin 125x125 Ad Block-->
        <div class="adwrap">
<a href="#"><img src="http://www.loreoftheland.org/images/mountains_125.jpg" style="border: medium none;" alt="advertisement"></a>
<a href="#"><img src="http://www.loreoftheland.org/images/pond125.jpg" style="border: medium none;" alt="advertisement"></a>
<a href="#"><img src="http://www.loreoftheland.org/images/view_clouds_125.jpg" style="border: medium none;" alt="advertisement"></a>
<a href="#"><img src="http://www.loreoftheland.org/images/bridge125.jpg" style="border: medium none;" alt="advertisement"></a>
</div>        <!--End 125x125 Ad Block-->
    </div>
    	            <div class="sidebar-box">
	        <h2>Upcoming Events</h2>
	        <div class="sidebar-box-inside">
	            <ul><li id="no-events-in-list"><strong>Events are coming soon, stay tuned!</strong></li></ul>
	        </div>
	    </div>
    
<div id="thankyouarea">
Lore of the Land would like to express our gratitude to the Christensen Fund, the New Mexico Humanities Council, The Ford Foundation, the National Endowment for the Arts, the Bureau of Land Management, the Museum of New Mexico Foundation, and the New Mexico History Museum at the Palace of the Governors for funding our projects past and present.
</div>
    </div>
</div>
<!--End Sidebar-->
<!--Begin Footer-->
		<script type="text/javascript">
		/* <![CDATA[ */
		var s = document.createElement("script"); s.type = "text/javascript"; s.src = "http://intensedebate.com/js/wordpressTemplateLinkWrapper2.php?acct=b150db5448baeaeafc8b2eb50276fa41"; document.getElementsByTagName("head")[0].appendChild(s);
		/* ]]> */
		</script>
<div id="footer"> © Copyright 2010
    <strong>Lore of the Land.</strong> All rights reserved.</div>
<div style="clear: both;"></div>
</div>
<script type="text/javascript">
/* <![CDATA[ */
var thickboxL10n = {
	next: "Next >",
	prev: "< Prev",
	image: "Image",
	of: "of",
	close: "Close"
};
try{convertEntities(thickboxL10n);}catch(e){};
/* ]]> */
</script>
<script type="text/javascript" src="http://www.loreoftheland.org/wp-includes/js/thickbox/thickbox.js?ver=3.1-20091124"></script>
<!--End Footer-->
<link id="lightbox-stylesheet-lightbox" href="http://www.loreoftheland.org/wp-content/plugins/jquery-lightbox-balupton-edition/css/jquery.lightbox.css" media="screen" rel="stylesheet" type="text/css"><script id="lightbox-script-lightbox" src="http://www.loreoftheland.org/wp-content/plugins/jquery-lightbox-balupton-edition/js/jquery.lightbox.min.js" type="text/javascript"></script><div style="width: 1263px; height: 345px; display: none;" id="lightbox-overlay"><div id="lightbox-overlay-text"><p><span id="lightbox-overlay-text-about"><a href="#" title="Licenced under the GNU Affero General Public License.">jQuery Lightbox Plugin (balupton edition)</a></span></p><p>&nbsp;</p><p><span id="lightbox-overlay-text-close">Click to close</span><br>&nbsp;<span style="display: none;" id="lightbox-overlay-text-interact">Hover to interact</span></p></div></div><div style="left: 0px; top: 218px; display: none;" id="lightbox"><div id="lightbox-imageBox"><div id="lightbox-imageContainer"><img id="lightbox-image"><div id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="http://www.loreoftheland.org/wp-content/plugins/jquery-lightbox-balupton-edition/images/loading.gif"></a></div></div></div><div id="lightbox-infoBox"><div id="lightbox-infoContainer"><div id="lightbox-infoHeader"><span id="lightbox-caption"><a href="#" title="Download." id="lightbox-caption-title"></a><span id="lightbox-caption-seperator"></span><span id="lightbox-caption-description"></span></span></div><div id="lightbox-infoFooter"><span id="lightbox-currentNumber"></span><span id="lightbox-close"><a href="#" id="lightbox-close-button" title="You can also click anywhere outside the image to close.">Close X</a></span></div><div id="lightbox-infoContainer-clear"></div></div></div></div></body>