/* 
    AUTHOR: Jessi Edwards
            jedwards@experiencefayetteville.com
            http://www.experiencefayetteville.com
*/

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 62.5% "Lucida Grande", sans-serif;
	background-color: 66cc33;
	background-repeat: repeat;
	background-position: left top;
}

ul { list-style: none inside; }
p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	text-align: center;
}
	p.metadata {
	background: #fff9a7;
	padding: 3px;
	font-size: 1.8em;
} 
a { outline: none; }
a img { border: none; }

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #063;
	text-align: center;
	}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #f05033;
	text-decoration: underline;
	text-align: center;
	}

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 1000px;
	margin: 0 auto;
	background-image: url(st_patricks_pub_crawl/images/content.jpg);
	}
	#main-content {
		padding: 30px 60px 30px 75px;
	}
	#article area {
	width: 800px;
	align: center;
	text-align: center;
	}
	
ul#menu {
	list-style: none;
	}
	ul#menu li {
		display: inline;
	}
	ul#menu li a  {
		text-indent: -9999px;
		display: block;
		height: 119px;
		float: left;
		}
		ul#menu li a.home {
			background: url(/st_patricks_pub_crawl/images/home.png) no-repeat bottom center;
			width: 405px;
			}
		ul#menu li a.sponsors {
			background: url(/st_patricks_pub_crawl/images/sponsors.png) no-repeat bottom center;
			width: 192px;
		}
		ul#menu li a.about {
			background: url(/st_patricks_pub_crawl/images/about.png) no-repeat bottom center;
			width: 403px;
			}
			ul#menu li a.home:hover, ul#menu li a.home:active,
			ul#menu li a.about:hover, ul#menu li a.about:active,
			ul#menu li a.sponsors:hover, ul#menu li a.sponsors:active {
				background-position: center center;
			}
		body#home ul#menu li a.home,
		body#about ul#menu li a.about,
		body#sponsors ul#menu li a.sponsors {
			background-position: top center;
		}
#footer {
	min-height: 123px;
	background-image: url(st_patricks_pub_crawl/images/footer.png);
	background-repeat: no-repeat;
}

/* END STRUCTURE */

