/* --- Global type proportions ---*/
 html {
	font-size: 125%;
}
body {
	background-image: url(../images/centerColumnBgTile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px 0px 35px;
	font-size: 50%;
}

/* --- Banner Placement Styles ---*/

#bannersBottom {
	position: relative;
	height: auto;
	width: 800px;
	left: 50%;
	margin-bottom: 35px;
	margin-left: -400px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: center;
	clear: both;
	top: 30px;
}
#bannersBottom img {
	border: 1px solid #D5C5EF;
}
.bannerRightMargin {
	margin-right: 20px;
}


/* --- 


Wordnet Productions Gift Shop Styles 


---*/

/* --- Positioned Background Elements ---*/
#headerStore {
	background-image: url(../images/header_giftshop.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 160px;
	width: 828px;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -414px;
}
#storeNavBg {
	background-image: url(../images/giftshopNavBg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 32px;
	width: 828px;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -414px;
	top: 160px;
}

/* --- Store Navigation ---*/

#navStore {
	margin: 0px 0px 0px -304px;
	padding: 0px;
	position: relative;
	left: 50%;
	width: 800px;
	height: 40px;
}
#navStore li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	width: 152px;
}
#navStore a {
	display: block;
	height: 32px;
	width: 152px;
	font-size: 1px;
	color: #FFFFFF;
	text-indent: -1000px;
}
#navStore #storeBooks a:link, #navStore #storeBooks a:visited {
	background-image: url(../images/navBooksUp.jpg);
	background-repeat: no-repeat;
}
#navStore #storeBooks a:hover, #navStore #storeBooks a:active {
	background-image: url(../images/navBooksDown.jpg);
}
body#storeBooksPage li#storeBooks a:link, body#storeBooksPage li#storeBooks a:visited {
	background-image: url(../images/navBooksDown.jpg);
}
#navStore #storeAudio a:link, #navStore #storeAudio a:visited {
	background-image: url(../images/navAudioUp.jpg);
	background-repeat: no-repeat;
}
#navStore #storeAudio a:hover, #navStore #storeAudio a:active {
	background-image: url(../images/navAudioDown.jpg);
}
body#storeAudioPage li#storeAudio a:link, body#storeAudioPage li#storeAudio a:visited {
	background-image: url(../images/navAudioDown.jpg);
}
#navStore #storeVideo a:link, #navStore #storeVideo a:visited {
	background-image: url(../images/navVideoUp.jpg);
	background-repeat: no-repeat;
}
#navStore #storeVideo a:hover, #navStore #storeVideo a:active {
	background-image: url(../images/navVideoDown.jpg);
}
body#storeVideoPage li#storeVideo a:link, body#storeVideoPage li#storeVideo a:visited {
	background-image: url(../images/navVideoDown.jpg);
}
#navStore #storeItems a:link, #navStore #storeItems a:visited {
	background-image: url(../images/navItemsUp.jpg);
	background-repeat: no-repeat;
}
#navStore #storeItems a:hover, #navStore #storeItems a:active {
	background-image: url(../images/navItemsDown.jpg);
}
body#storeItemsPage li#storeItems a:link, body#storeItemsPage li#storeItems a:visited {
	background-image: url(../images/navItemsDown.jpg);
}

/* --- Store Content Styling & Positioning ---*/

#bookStoreContent {
	position: relative;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	clear: both;
	margin-bottom: 90px;
}
#bookStoreContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99278F;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#bookStoreContent h2 {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-weight: normal;
	font-size: 3.0em;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 1px;
}
#bookStoreContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.5em;
	color: #333333;
}
.bookStoreItem {
	height: auto;
	width: auto;
	position: relative;
	clear: both;
}
.bookStoreItemImage {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 120px;
}
.bookStoreItemImage img{
	margin-bottom: 15px;
	margin-top: 15px;
}
.bookStoreItemDescription {
	float: left;
	width: 420px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bookStoreItemNumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bookStoreItemPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A6278F;
	font-size: 12px;
}
.paypalButton {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #99278F;
}
#paypalViewCartBottom {
	height: 17px;
	width: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 130px;
	margin-right: 0px;
	border: 1px solid #99278F;
}


/* --- 


Wordnet Productions Prayer Room Styles 


---*/

/* --- Positioned Background Elements ---*/


#headerPrayer {
	position: relative;
	width: 828px;
	height: 246px;
	left: 50%;
	margin-left: -414px;
	z-index: 30;
}
#prayerRoomContainer {
	position: relative;
	width: 828px;
	height: 550px;
	left: 50%;
	margin-left: -414px;
	z-index: 40;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AF5DC9;
}


/* --- 


Wordnet Media Styles 


---*/

/* --- Positioned Background Elements ---*/


#wordnetMediabg {
	background-image: url(../images/wordnetCenterColumnBgTile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wordnetMediaHeader {
	position: relative;
	height: 400px;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}
#wordneMediaPodcastsContainer {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -240px;
	position: relative;
	left: 50%;
	width: 680px;
	clear: both;
	height: auto;
}
/* --- Podcast listing styles ---*/
.podCastListing {
	width: 270px;
	height: 145px;
	position: relative;
	background-image: url(../images/podcastBg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px solid #F5E8FF;
	border-right: 1px solid #F5E8FF;
	border-bottom: 1px solid #CAA4CC;
	border-left: 1px solid #CAA4CC;
	float: left;
	display: block;
	background-color: #FAF7FF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	overflow: auto;
}
.podCastListing h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #A6278F;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.podCastListing h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.podCastListing h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	text-align: left;
	line-height: 1.4em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.podCastListing ul {
	margin: 0px;
	padding: 0px;
}
.podCastListing li {
	padding: 0px;
	list-style-image: url(../images/bulletArrow01.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
}
.podCastListing li.mediaPlayerType {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	word-spacing: .2em;
	color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: normal;
}
.podCastListing a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.1em;
}
.podCastListing a:link, .podCastListing a:visited {
	color: #A6278F;
	border: none;
} 
.podCastListing a:hover, .podCastListing a:active {
	color: #333333;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
} 


/* --- MISC Styles ---*/
.podCastWindowsMedia {
	width: 130px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.podCastRealPlayer {
	float: right;
	width: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#choosePlayer {
	position: relative;
	z-index: 60;
	top: 0px;
	width: 120px;
	text-align: center;
	height: 350px;
	margin-top: 35px;
}
#choosePlayer h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.2em;
	background-color: #FCF5FF;
	width: 150px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../images/productionsBg.gif);
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
}
#instructions {
	width: 150px;
	height: auto;
	margin-top: 35px;
	position: relative;
}
#instructions h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.2em;
	background-color: #FCF5FF;
	width: 150px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../images/productionsBg.gif);
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#instructions h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #6633A6;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#instructions p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	padding-left: 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 1.4em;
}

/* --- Media Partners Styles ---*/

#wordnetMediaPartners {
	padding: 0px;
	position: absolute;
	width: 150px;
	left: 50%;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: -450px;
	height: auto;
}
#wordnetMediaPartners ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
#wordnetMediaPartners li {
	background-color: #E0BEE7;
	width: 150px;
}
#wordnetMediaPartners li#title {
	background-color: #E0BEE7;
	width: 148px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	padding-right: 2px;
	padding-left: 0px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AB90B1;
	background-image: url(../images/productionsBg.gif);
	background-repeat: repeat-x;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#wordnetMediaPartners li a {
	display: block;
}
#wordnetMediaPartners li a:link, #wordnetMediaPartners li a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #E5CCE3;
	color: #663399;
	background-color: #FDFAFF;
	line-height: 1.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5CCE3;
}
#wordnetMediaPartners li a:hover, #wordnetMediaPartners li a:active {
	background-color: #F7ECFF;
	color: #666666;
}


/* --- 


Mighty 800 Club styles


---*/

/* --- Positioned Background Elements ---*/



#headerMighty800 {
	background-image: url(../images/header_mighty800.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 160px;
	width: 828px;
	left: 50%;
	margin-left: -414px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB5FC4;
}
#join800 {
	position: relative;
	width: 828px;
	left: 50%;
	margin-left: -414px;
	height: 554px;
}
#pageTitle {
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.description {
	font-style: normal;
}
