/* this stylesheet is for beyondthepail.net*/

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

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

body {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	background-color:#977bb8;
}


/*HOME PAGE STUFF */
#wrapper-home {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	position: relative;
	background-image: url(images/home-back2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 540px;
}
#pail-logo {
	position: absolute;
	top: 22px;
	left: 42px;
}
#nav-pail {
	position: absolute;
	left: 236px;
	top: 330px;
	width: 268px;
	
}
#crate-logo {
	position: absolute;
	right: 52px;
	top: 214px;
}
#nav-crate {
	position: absolute;
	left: 488px;
	top: 108px;
	width: 250px;
	
}


#nav-pail ul {
	list-style: none;
	
}	
#nav-pail li {
	font: normal 13px/14px "Lucida Grande", Arial, Helvetica, sans-serif;
	height: 22px;
	
}
#nav-pail a:link, #nav-pail a:visited {
	color: #333333;
	text-decoration: none;
	background-image: url(images/purplebullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 20px;
	display: block;
	
}
#nav-pail a:hover {
	text-decoration: none;
	background-image: url(images/flowerbullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#nav-crate ul {
	list-style: none;
	
}	
#nav-crate li {
	font: normal 13px/14px "Lucida Grande", Arial, Helvetica, sans-serif;
	height: 22px;
	
}
#nav-crate a:link, #nav-crate a:visited {
	color: #333333;
	text-decoration: none;
	background-image: url(images/purplebullet1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 20px;
	display: block;
	
}
#nav-crate a:hover {
	text-decoration: none;
	background-image: url(images/flowerbullet1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


/*BEYOND THE PAIL inner page stuff */
#wrapper-pail {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ACD25E;
	background-image: url(images/left-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 12px;
	
}
#main {
	background-image: url(images/content-back.jpg);
	background-repeat: no-repeat;
	background-position: 200px top;
	width: 100%;
}
#grass {
	clear: both;
	background-image: url(images/grass.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 38px;
}
/*BEYOND THE CRATE inner page stuff */
#wrapper-crate {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FDED1D;
	background-image: url(images/left-back-crate.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 12px;
	
}
#main-crate {
	background-image: url(images/crate-back-content.jpg);
	background-repeat: no-repeat;
	background-position: 200px top;
	width: 100%;
}
#crate {
	clear: both;
	background-image: url(images/crate-bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 64px;
}



/* general INNER PAGES, for both groups */


#left {
	float: left;
	width: 270px;
	
}
.logo {
	margin-top: 22px;
	margin-left: 18px;
}
.nav ul {
	list-style: none;
	margin-left: 30px;
	margin-top: 36px;
	
}	
.nav li {
	font: normal 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 22px;
	
}
.nav a:link, .nav a:visited {
	color: #333333;
	text-decoration: none;
	background-image: url(images/purplebullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 20px;
	display: block;
	
}
.nav a:hover {
	text-decoration: none;
	background-image: url(images/flowerbullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #47296b;
}
.nav .current a:link, .nav .current a:visited {
	color: #47296b;
	background-image: url(images/flowerbullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav-c ul {
	list-style: none;
	margin-left: 30px;
	margin-top: 36px;
	
}	
.nav-c li {
	font: normal 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 22px;
	
}
.nav-c a:link, .nav-c a:visited {
	color: #333333;
	text-decoration: none;
	background-image: url(images/purplebullet1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 20px;
	display: block;
	
}
.nav-c a:hover {
	text-decoration: none;
	background-image: url(images/flowerbullet1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #47296b;
}
.nav-c .current a:link, .nav-c .current a:visited {
	color: #47296b;
	background-image: url(images/flowerbullet1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


#header {
	width: 480px;
	text-align: right;
	margin-bottom: 20px;
	border-bottom: 1px solid purple;
	margin-left: 172px;
}
#header img {
	padding-top: 2px;
	float: right;
	padding-left: 8px;
}
#content {
	float: right;
	width: 670px;
	min-height: 490px;
	padding-top: 16px;
}
#content p {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 11px;
	color: #003300;
	padding-left: 52px;
	padding-right: 32px;
}
#content p.indent {
	padding-left: 70px;
}
#content p.indent2x {
	padding-left: 78px;
}
.center {
	text-align: center;
	margin-left: 24px;
}
.right {
	text-align: right;
}
#content h1 {
	font: normal 28px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #47296b;
	letter-spacing: 2px;
	padding-top: 6px;
	margin-left: 54px;
}
.smaller {
	font: italic 18px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
#content h2 {
	font: normal 16px/24px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 11px;
	color: #CC6600;
	padding-left: 40px;
	
}
#content h2.indent {
	padding-left: 64px;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 58px;
	margin-right: 36px;
	margin-bottom: 12px;
}
#content li {
	margin: 0px 0px 4px 18px;
	list-style-position: outside;
	list-style-type: disc;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	
}
#sidebar {
	width: 320px;
	float: right;
	margin-left: 14px;
	background-color: #EEF5CC;
	border: 1px solid #977BB8;
	margin-right: 4px;
	margin-bottom: 6px;
}
#sidebar p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	padding: 0px 12px 9px 18px;
	color: #330000;
}
#sidebar h3 {
	color: #CC6600;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #977BB8;
	margin-bottom: 12px;
	padding-top: 9px;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.imgleft {
	float: left;
	margin-right: 6px;
	margin-bottom: 9px;
	
}
.imgright {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: 4px;
	
}		

#footer {
	background-color: #f3991d;
	clear: both;
	position: relative;
	height: 48px;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer-in {
	background-color: #f3991d;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	clear: both;
	background-image: url(images/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#footer ul, #footer-in ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
	padding-top: 12px;
	list-style: none;
}
#footer-in ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
	padding-top: 12px;
	list-style: none;
}
#footer li, #footer-in li {
	margin-left: 32px;
	margin-right: 32px;
	display: inline;
}
.clear {
	clear: both;
}
a img { 
	border: none;
	text-decoration: none;
}

a:link, a:visited {
	color: #47296B;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
