/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
/* end reset */


a {
	color: #2C5E81;
}

a:hover {
	color: #397CA9;
}


/******************************************************* Misc */
.showGrid { /* The 960 grid columns for help with layout */
	background: url('../images/16_col.gif') repeat-y;
}
.alt {  /* An alternative text styling - fancy pants type */
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}

/******************************************************* Main Navigation */

ul#nav { background:url('../images/header_nav_stack_3.jpg'); position:relative; min-height:50px; height: 50px;}
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:50px; display:block; position:absolute; top:0; text-indent:-9999px; outline:none }

li#navHome a, li#navVideo a, li#navAudio a, li#navStore a, li#navShare a { background:url('../images/header_nav_stack_3.jpg'); }

/*  
Measurements for the nav image replacement:

	The distance from the top to the...

	initial state = 0
	rollover state = 50px
	selected state = 100px

	The distance from the far-left to the...

	home button = 0px
	video button = 233px
	audio button = 356px
	store button = 488px
	share button = 613px

	The width of the...

	home button = 233px
	video button = 123px
	audio button = 132px
	store button = 125px
	share button = 129px
*/

li#navHome a 						{ background-position:0 0; width:233px; left:0 }
li#navHome a:hover					{ background-position:0 -50px }
li#navHome a.sel  					{ background-position:0 -100px }

li#navVideo a 						{ background-position:-233px 0; width:123px; left:233px }
li#navVideo a:hover					{ background-position:-233px -50px }
li#navVideo a.sel 					{ background-position:-233px -100px }

li#navAudio a 						{ background-position:-356px 0; width:132px; left:356px }
li#navAudio a:hover					{ background-position:-356px -50px }
li#navAudio a.sel 					{ background-position:-356px -100px }

li#navStore a 						{ background-position:-488px 0; width:125px; left:488px }
li#navStore a:hover					{ background-position:-488px -50px }
li#navStore a.sel  					{ background-position:-488px -100px }

li#navShare a 						{ background-position:-613px 0; width:129px; left:613px }
li#navShare a:hover					{ background-position:-613px -50px }
li#navShare a.sel  					{ background-position:-613px -100px }


/******************************************************* Site Wrapper */
#wrapperMain {
	margin: auto;
	background: url('../images/bg_main.jpg') repeat-x;
	min-height: 700px;
}

/******************************************************* Header */
#headerLogo {
	margin-top:6px;
	background:url('../images/header_logo.jpg') no-repeat;
	height:143px;
	margin-left:70px;
}

#headerLogo img.pbLogo {
	float:left;
	display:inline;
	margin-top:27px;
	margin-left:217px;
}

#headerLogo img.widget {
	margin-top:-6px;
	float:right;
	display:inline;
	margin-right:80px;
}

h1#pbLogo {
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0;
	border:0;
	height:0;
}


/******************************************************* Buckets */
#buckets {
	font-size: 1.1em;
	line-height:1.1em;
	color:#fff;
	min-height:419px;
	height: 419px;
	background: url('../images/bg_buckets.jpg') no-repeat;
	padding-top:70px;
}
#bucketTry {
	margin-left:15px;
}
#bucketBuy {
	margin-left:30px;
}
#bucketShare {
	margin-left:30px;
}
#buckets a {
	text-decoration:none;
}

/******************************************************* Buckets Links*/
.hide {
visibility:hidden;
}
#tryPraiseBaby { /* Try PraiseBaby Link */
float: left;
position:absolute;
width : 300px;
height: 290px;
margin-left:-50px;
margin-top: 30px;
}
#startShopping { /* Start Shopping Link */
float: left;
position:absolute;
width : 300px;
height: 290px;
margin-left: -180px;
margin-top: 40px;
}
#startSharing { /* Start Sharing Link */
float: left;
position:absolute;
width : 300px;
height: 290px;
margin-left: -55px;
margin-top: 30px;
}

/******************************************************* Blog Content */
#blogTitle {
	padding-top:0px;
}

#blogContent {
	margin-top:50px;
	color:#666;
	border-right: 1px dotted #ccc;
}

#blogContent .title {
	font-size:21px;
	font-weight:bold;
	color:#339999;
	margin-bottom:0px;
}
#blogContent .title a {
	text-decoration:none;
	color:#339999;
}
#blogContent .title a:hover {
	color:#339999;
	background-color: #fff;
	text-decoration: underline;
}
#blogContent .date {
	display:block;
	color:#CCC;
	margin-bottom:20px;
}
#blogContent a {
	color:#cc6699;
	text-decoration: underline;
}

#blogContent a:hover {
	color:#fff;
	background-color:#cc6699;
}
#blogContent .moreEntries {
	display:block;
	float:right;
}


/******************************************************* Blog Sidebar */
#blogSidebar {
	color:#666;
	margin-top:50px;
}

#blogSidebar .recentEntries {
	display: block;
	text-align:center;
	margin-bottom:25px;
}

#blogSidebar .categories {
	display: block;
	text-align:center;
	padding-top:40px;
	margin-bottom:25px;
}
#blogSidebar ul {
	margin-bottom:5px;
}
#blogSidebar li {
	min-height:25px;
	padding-top:4px;
	padding-left:10px;
	margin-left:0px;
	list-style-type:none;
}
#blogSidebar li.gray {
	background-color:#f9f9f9;
}
#blogSidebar a {
	color:#339999;
	text-decoration:none;
}

#blogSidebar a:hover {
	text-decoration: underline;
}
#blogSidebar .moreEntries a {
	color:#cc6699;
	float:right;
}

/******************************************************* Footer */
#footerFlyLine {
	margin-top:50px;
	margin-bottom:60px;
	display:block;
	text-align:center;
}
#mainFooter {
	color: #ccc;
	text-align: center;
	font-size:1.0em;
}
#mainFooterNav {
	margin-bottom:50px;
}
#mainFooterNav a {
	color:#cc6699;
	text-decoration: none;
	padding: 0px 10px;
}
#mainFooterNav a:hover {
	color:#fff;
	background-color:#cc6699;
}
#mainFooter .copyright {
	color:#666;
	margin:10px 0px;
}
#mainFooter .designBy {
	color:#666;
	font-size:0.75em;
	padding-bottom:10px;
}
#mainFooter .designBy a {
	padding: 0px;
	color:#666;
	text-decoration: none;
}
#mainFooter .designBy a:hover {
	color:#666;
	text-decoration: underline;
	background-color: #fff;
}

#mainFooter .legal {
	margin-top:10px;
}

#mainFooter .legal a {
	font-size:10px;
	padding: 0px;
	color:#ccc;
	text-decoration: none;
}
#mainFooter .legal a:hover {
	color:#666;
	text-decoration: underline;
	background-color: #fff;
}

/******************************************************* Inner Pages Blanket Styles*/
#wrapperInner {
	margin: auto;
	color:#666;
	min-height: 300px;
	background: url('../images/bg_inner.jpg') repeat-x;
}

#wrapperInner h2 {
	display: block;
	font: 24px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #3c6777;
	margin-bottom: 18px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #eee;
}

#wrapperInner h3 {
	display: block;
	font: 14px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #667679;
	margin-bottom: 36px;
	padding-bottom: 4px;
	background: #eee;
	padding: 8px 10px 8px 10px;
}

span.newItem {
	color:#CC6699;
	border:1px dashed #CC6699;
	padding:0px 3px;
	margin-right:4px;
}


/******************************************************* Double Column Pages */
#doubleColLeft {
	margin-top:0px;
}
#doubleColRight {
	margin-top:0px;
}
#doubleColRight h4 {
	color:#ccc;
}
#doubleColRight ul {
	margin-bottom:5px;
}
#doubleColRight li {
	min-height:25px;
	padding-top:4px;
	padding-left:10px;
	margin-left:0px;
	list-style-type:none;
}
#doubleColRight li.gray {
	background-color:#f9f9f9;
}
#doubleColRight a {
	color:#339999;
	text-decoration:none;
}

#doubleColRight a:hover {
	text-decoration: underline;
}
#doubleColRight .moreEntries a {
	color:#cc6699;
	float:right;
}

/******************************************************* Single Column Pages */
#singleCol {
	margin-top:20px;
}


/******************************************************* Registration Form */
form {
 border: 1px solid #CCC;
 padding: 5px;
}
form ul {
margin:0;
}
form ul li {
border-bottom:1px dotted #CCCCCC;
clear:both;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px;
padding-bottom:10px;
vertical-align:middle;
}

form ul li label {
color:#777777;
display:inline;
float:left;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
margin-bottom:10px;
margin-right:5px;
padding:4px;
text-align:right;
width: 100px;
}

form fieldset {
	display: block;
	border: 1px solid #eee;
	padding: 10px 0px 10px 0px;
}

form legend {
	font: 11px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #555;
	padding: 0px 14px 0px 14px;
}

form input, form option {
color:#333333;
font-family:"Lucida Grande";
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
padding:0px;
line-height:12px;
padding: 3px;
}
.loginButton, .submit {
margin-left:120px;
}
.dp-choose-date {
	color:#cc6699;
	text-decoration: underline;
}

/******************************************************* Store Stuff */
.itemWrap {
	margin-bottom:20px;
	padding-top: 10px;
	border-bottom: 1px dashed #ddd;
	clear: both;
	padding-bottom: 10px;
}

.itemWrap h4 {
	margin-bottom:5px;
}

.imgBox {
	width:200px;
	clear:left;
	float:left;
}

.itemDesc {
	width: 400px;
	float:left;
	display:inline;
	font: 12px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	padding-top: 10px;
}

.itemDesc h4 {
	font: 24px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #2C5E81;
	display: block;
	margin-bottom: 18px;
}

.itemDesc .pricing {
	font: 18px Georgia, Arial, Sans-serif;
	color: #888;
	display: block;
	margin-bottom: 18px;
	border-bottom: 1px dotted #ddd;
}

.itemDesc .pricing td {
	vertical-align: middle;
	padding: 8px;
	border-top: 1px dotted #ddd;
}

.itemDesc .pricing strong {
	color: #2C5E81;
}

.itemDesc .buyBtn {
	margin-left: 100px;
}

/*********************************************************************** Nathan - I haven't used any stylings below this line - Feel free to delete. */
/******************************************************* Inner Pages */
.wrapper960 {
	margin: auto;
	width: 960px;
	display: block;
	text-align: left;
}

.col3 { /*inner pages*/
	width: 340px;
	float: left;
	display: inline;
	padding-right: 0px;
	border-right: 1px dotted #ccc;
	padding-right: 10px;
}

.col4 { /*inner pages*/
	width: 340px;
	float: right;
	display: inline;
}

.col3 form ul li label, .col4 form ul li label {
	font: bold 10px/12px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #999;
	width: 100px;
}

.col3 form input.submit, .col4 form input.loginButton {
	margin-left: 120px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}


.videoScreen {
	background: url(../images/billboard.png) no-repeat;
	width: 739px;
	height: 367px;
	padding: 24px 0 0 199px;
}


.vidClipBlock {
	float: left;
	display: inline;
	width: 230px;
}

.coverBlock {
	/*width: 110px;*/
	width:240px;
	height: 180px;
	float: left;
	padding: 270px 10px 20px;
	margin: 0px 40px 0px 40px;
	text-align: center;
}

.coverBlock h4 {
	font-weight:normal;
	font-size:15px;
	margin-bottom:6px;
	font-weight:bold;
	padding-top:5px;
	font-style: italic;
}

img.icon {
	vertical-align: center;
	top: 2px;
	left: 2px;
	position: absolute;
}

.coverBlock a.buy {
	border:none;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	padding:2px;
	line-height:12px;
	margin-top:5px;
	display:block;
	border: 1px solid #fff;
	color: #999;
}

.coverBlock a:hover.buy {
	border: 1px dashed #397CA9;
	text-decoration:none;
}

.coverBlock a {
	font: bold 11px/36px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #2C5E81;
	border: 1px dashed #ccc;
	padding: 3px;
	vertical-align: center;
	text-decoration: none;
	position: relative;
	padding-left: 25px;
}

.coverBlock a:hover {
	color: #2C5E81;
	border: 1px dashed #397CA9;
	background-color: #D5E8FF;
}

.coverBlock1 {
	background: url(../images/products/PraisesAndSmiles.jpg) no-repeat;
	background-position:60px 0;
}
.coverBlock2 {
	background: url(../images/products/GodOfWonders.jpg) no-repeat;
	background-position:60px 0;
}
.coverBlock3 {
	background: url(../images/products/BornToWorship.jpg) no-repeat;
	background-position:60px 0;
}
.coverBlock4 {
	background: url(../images/products/MyFathersWorld.jpg) no-repeat;
	background-position:60px 0;
}
.coverBlock5 {
	background: url(../images/products/JoyToTheWorld.jpg) no-repeat;
	background-position:60px 0;
}
.coverBlock6 {
	background: url(../images/products/SleepyTimeLullabies.jpg) no-repeat;
	background-position:60px 0;
}


.CDcoverBlock {
	width: 200px;
	height: 120px;
	float: left;
	padding: 210px 0px 20px;
	margin: 0px 10px 0px 10px;
	text-align: center;
}

.CDcoverBlock h4 {
	font-weight:normal;
	font-size:15px;
	margin-bottom:6px;
	font-weight:bold;
	padding-top:5px;
	font-style: italic;
}

.CDcoverBlock a.buy {
	border:none;
	text-decoration:none;
	text-align:center;
	font-size:9px;
	padding:2px;
	line-height:12px;
	margin-top:5px;
	display:block;
	border: 1px solid #fff;
	color: #999;
}

.CDcoverBlock a:hover.buy {
	border: 1px dashed #397CA9;
	text-decoration:none;
}

.CDcoverBlock a {
	font: bold 14px/36px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #2C5E81;
	border: 1px dashed #ccc;
	padding: 3px;
	vertical-align: center;
	text-decoration: none;
	position: relative;
	padding-left: 25px;
}

.CDcoverBlock a:hover {
	color: #2C5E81;
	border: 1px dashed #397CA9;
	background-color: #D5E8FF;
}

.CDcoverBlock1 {
	background: url(../images/products/cds/PB_CDCovers_PraisesAndSmiles.jpg) no-repeat;
}
.CDcoverBlock2 {
	background: url(../images/products/cds/PB_CDCovers_GodOfWonders.jpg) no-repeat;
}
.CDcoverBlock3 {
	background: url(../images/products/cds/PB_CDCovers_BornToWorship.jpg) no-repeat;
}
.CDcoverBlock4 {
	background: url(../images/products/cds/PB_CDCovers_MyFathersWorld.jpg) no-repeat;
}
.CDcoverBlock5 {
	background: url(../images/products/cds/PB_CDCovers_JoyToTheWorld.jpg) no-repeat;
}
.CDcoverBlock6 {
	background: url(../images/products/cds/PB_CDCovers_SleepytimeLullabies.jpg) no-repeat;
}

.playWrap {
	width:200px;
	margin:0px auto;
	display:block;
}

.playButton {
	vertical-align:middle;
	display:inline;
}

.playClip {
	font: 11px/20px Arial;
	vertical-align:top;
}


.hidden {
	display: none;
}


.popVideo {
	display: block;
	text-align: center;
	padding: 10px;
}


.error {
	display: block;
	color: #8B0300;
	font: bold 11px/14px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	margin-top: 8px;
}

.formError {
	display: block;
	color: #8B0300;
	font: bold 11px/14px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	margin-top: 8px;
}

.labelerror {
	color: #8B0300;
}



/**************** ACCOUNT **************/

#accountSidebar {
	background-color: #eee;
	padding: 0px;
}

ul#sideNav {
	margin:0;
	padding:0;
}

ul#sideNav li {
	margin:0;
	padding:0;
	list-style: none;
	display: block;
}

ul#sideNav li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	font: bold 14px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
}

ul#sideNav li a:hover {
	color: #fff;
	background-color: #2C5E81;
}

ul#sideNav li.welcome {
	padding: 5px;
	font: bold 11px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	background-color: #999;
	color: #fff;
	display: block;
}


.shareLink {
	font: 20px/27px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #2C5E81;
	display: block;
	margin-top: 18px;
}

.bigLink {
	font: 24px/27px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	display: block;
	margin-top: 14px;
	margin-bottom: 14px;
}

.photoBox {
	float: left;
	display: inline;
	padding: 8px;
	border: 1px solid #eee;
	width: 150px;
	margin: 0px 4px 20px 0px;
}

#uploadPhoto {
	margin: 0px 0px 20px 0px;
}

ul#albumList {
	margin:0;
	padding:0;
}

ul#albumList li {
	list-style: none;
	padding: 12px 0px 12px 24px;
	border-bottom: 1px solid #eee;
}

ul#albumList li .albumTitle {
	font: 18px/24px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #444;
	display: block;
}

ul#albumList li .albumDescription {
	font: 12px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #999;
	display: block;
	margin-bottom: 18px;
}

ul#albumList li .albumLinks {
	font: 10px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #999;
	display: block;
	margin-top: 14px;
}

.photoTitle {
	font: 14px/24px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #444;
	display: block;
	margin-top: 8px;
}

.photoDescription {
	font: 10px/24px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #999;
	display: block;
}

ul#journalList {
	margin:0;
	padding:0;
}

ul#journalList li {
	margin:0;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #eee;
	list-style: none;
}

ul#journalList li span.journalTitle {
	font: 18px/24px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #444;
	display: block;
}

ul#journalList li span.journalDate {
	font: 12px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #999;
	display: block;
}

ul#journalList li span.journalExcerpt {
	font: 11px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #333;
	display: block;
	padding: 12px;
	border: 1px dashed #eee;
	margin-top: 18px;
	margin-bottom: 18px;
}


.tools {
	display: block;
	padding-top: 3px;
	margin-top: 2px;
	border-top: 1px dashed #eee;
	font: 10px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #ccc;
	text-align: center;
}

.tools a {
	color: #999;
}

.tools a:hover {
	color: #666;
}

.alert {
	text-align: left;
	display: block;
	padding: 14px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	background-color: #FFE155;
	color: #6F4000;
	margin-bottom: 24px;
}

.largePhoto {
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 14px;
}


form fieldset {
	padding: 10px;
	display: block;
	border: 1px solid #eee;
	margin-bottom: 18px;
}

form fieldset legend {
	font: bold 11px Arial, Sans-serif;
	color: #999;
	padding: 0px 3px 0px 3px;
}

form ul li {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ddd;
	clear: both;
	text-align: left;
}

form ul li label {
	font: bold 11px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #333;
	text-align: right;
	width: 100px;
	float: left;
	display: inline;
	margin-right: 20px;
	padding-top: 3px;
}

form ul li input, form ul li textarea {
	width: auto;
	border: 1px solid #aaa;
	padding: 3px;
	font: 12px/14px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #333;
}

form ul li input.button, form ul li input.secondButton {
	width: auto;
	padding: 3px 8px 3px 8px;
	background: #ddd;
	margin-left: 125px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #333;
}

form ul li input.secondButton {
	margin-left: 10px;
}

form ul li select {
	/*padding: 3px;*/
}

form ul li select option {
	padding-right: 2em;
}

form ul li input.secondary, form ul li select.secondary, .secondary {
	margin: 10px 0px 0px 120px;
}

form ul li.noborder {
	border: none;
}

form ul li div.formError {
	display: block;
	margin-left: 120px;
	font: bold 11px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #A80500;
	margin-top: 6px;
}

/**************** END ACCOUNT **********/

/**************** USER PROFILE *********/
.profilephoto {
	padding: 8px;
	border: 1px solid #eee;
	margin-bottom: 18px;
}

.profileItemTitle {
	display: block;
	font: bold 12px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #333;
	margin-bottom: 4px;
}

ul#profileNav {
	display: block;
	border-bottom: 1px solid #ccc;
	height:25px;
}

ul#profileNav li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}

ul#profileNav li a {
	padding: 4px 10px 4px 10px;
	margin-left: 12px;
	font: 14px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #999;	
	background-color: #eee;
	border: 1px solid #ccc;
	top: 3px;
	position: relative;
}

ul#profileNav li a:hover {
	background-color: #fff;	
	color: #007D99;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;	
}

ul#profileNav li a.sel {
	background-color: #fff;	
	color: #007D99;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;	
}


.singlePhotoThumb {
	padding: 8px;
	border: 1px solid #eee;
	margin: 8px;
	display: inline;
	float: left;
}

.singlePhotoMini {
	padding: 3px;
	border: 1px solid #eee;
	margin: 4px;
	display: inline;
	float: left;
}

.largePhotoBox {
	margin: 18px auto 20px auto;
	padding: 10px;
	border: 1px solid #eee;
	width: 420px;
	text-align: left;
}

.moreLink {
	display: block;
	text-align: right;
}

/**************** END USER PROFILE *****/

/**************** USER PROFILE JOURNAL *********/
div.journalEntry {
	margin-bottom:40px;
	padding-top:10px;
}
div.journalEntry h5 {
	line-height:24px;
	font-size:18px;
	color:#444;
	background-color:none;
	font-weight:normal;
	margin-bottom:20px;
	display:inline;
	margin-right:8px;
}

div.journalEntry .addDate {
	color:#ccc;
	margin-bottom:20px;
}

div.journalEntry .entry {
	padding-top:10px;
}


/**************** END USER PROFILE - JOURNAL *********/

/**************** USER PROFILE PHOTOS *********/

ul#album h5 {
	line-height:24px;
	font-size:18px;
	color:#444;
	background-color:none;
	font-weight:normal;
	margin-bottom:20px;
	display:inline;
	margin-right:8px;
}

ul#album img {
	margin-right:20px;
	float:left;
}

ul#album {
	margin-bottom:20px;
}

ul#album li {
	margin-bottom:30px;
}

ul#album .addDate {
	color:#ccc;
}

/**************** END USER PROFILE - JOURNAL *********/

/**************** TRY PRAISE BABY *********/
img.tryDVD {
	float:left;
	margin-left:120px;
}

img.tryCD {
	float:right;
	margin-right:120px;
}

div.trySample {
	font-size:24px;
	font-style:italic;
	text-align:center;
}

div.trySample a.clip {
	font: bold 20px/36px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #2C5E81;
	border: 1px dashed #ccc;
	padding: 5px;
	vertical-align: center;
	text-decoration: none;
	position: relative;
	padding-right:12px;
}

div.trySample a.clip:hover {
	color: #2C5E81;
	border: 1px dashed #397CA9;
	background-color: #D5E8FF;
}

div.trySample a.more {
	font: italic 12px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #444;
	text-decoration: none;
}

div.trySample a.more:hover {
	color: #2C5E81;
	border-bottom: 1px dashed #397CA9;
}

div.trySample img {
	vertical-align:middle;
}

div.tryDVD {
	float:left;
	width:260px;
	margin-left:90px;
}

div.tryCD {
	float:right;
	width:260px;
	margin-right:80px;
}


/**************** END TRY PRAISE BABY *********/

/**************** REGISTRATION *********/
.registerThanks {
	width:360px;
}

/**************** END REGISTRATION *********/

