body {
	margin: 0;
	padding: 0 0 0px 0;
	font-family: 'Arial', arial, helvetica, verdana, sans-serif;
	background: url(http://www.aletastjames.com/img/bg.gif) repeat-y top center #eb6604;
	position: relative;
 }

/* Normal links */
a:link, a:visited {
outline-style:none;
	color: #8a1d04;
	 }

a:hover, a:visited:hover {
	color: #aeaeae; }

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

/* Abbreviations */	
abbr { border-bottom: 1px dotted #900; cursor: help; }


/*------------------HEADING--------------------*/

h1 {
	margin: 16px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	color: #b80e1f; }

h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #390; }

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height:15px;
	color: #000; }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #390; }
	
h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #069;
	}

h5 span {
	display: block;
	color: #333;
	font-size: 0.8em;
	font-weight: normal; }

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #600; }

/*-----------PARAGRAPH TEXT ELEMENTS-------------------*/

/* General paragraph rules */
p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em; }

/*/*/a{}
body p {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; }
  
html>body p { font-size: small; }
/* */

p.oldbrowsers {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #c00; }

blockquote {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 30px;
	font-size:11px;
	line-height:17px;
	color: #666; }
	
	
/*------------------FORMS----------------*/

input.txt, textarea.txt {
	font-family: georgia, times, serif;
	font-size: 11px;
	color: #333; }

select {
	font-size: 11px; }

form {
	display: block;
	margin: 0px;
	padding: 0px; }
	

/*--------------MISCELLANEOUS----------------*/

img { border: none; }
hr { display: none; }

/* Outer bounding box for all pages */
#Frame {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0 0px;
	background: #f7dcbd;
	width: 950px; }

#Logo {
	position: relative;
	margin:0;
	padding:0px 0 0px 0px;
	height: 173px;

	}
#Logo a {
	position: absolute;
	padding:0px 0 0px 0px;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 173px;
	}

#Logo a:link, #Logo a:visited, #Logo a:active, #Logo a:link:hover, #Logo a:visited:hover {
	background-color: transparent;
	color: transparent;
	}

#Logo a span, #Logo span { display: none; }


/*--------------MAIN NAVIGATION----------------*/
#navigation {
	float: left;
	list-style-type: none; 
	background: #4a1574;
	background-repeat: no-repeat;
	padding: 0;
z-index: 0;
	}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation li.upperlevel {
	list-style-type: none; 
	float: left;
	position: relative;
	top: 0;
	margin: 0 0px 0 0;
	padding: 0;
	z-index: 0;
	}

#navigation a {
	position: relative;
}

#navigation a.upperlevel {
	background-repeat: no-repeat;
	height: 32px;
	display: block;
	text-indent: -5000px;
	}

li.upperlevel:hover a.upperlevel {
	background-position: 0 -32px;
}

li.upperlevel a.selected {
	background-position: 0 -64px;
}

ul.lowerlevel { background-image: url(http://www.aletastjames.com/img/nav_bg.png); }
li#nav_home a.upperlevel { background-image: url(http://www.aletastjames.com/img/nav_home.gif); width: 98px;}
li#nav_about a.upperlevel { background-image: url(http://www.aletastjames.com/img/nav_about.gif); width: 142px;}
li#nav_blogpodcasts a.upperlevel { background-image: url(http://www.aletastjames.com/img/nav_blog.gif); width: 158px;}
li#nav_services a.upperlevel { background-image: url(http://www.aletastjames.com/img/nav_services.gif); width: 120px; }
li#nav_music a.upperlevel { background-image: url(http://www.aletastjames.com/img/nav_music.gif); width: 100px; }
li#nav_workshops a.upperlevel { background-image: url(http://www.aletastjames.com/img/nav_workshops.gif); width: 122px; }
li#nav_store a.upperlevel { background-image: url(http://www.aletastjames.com/img/nav_store.gif); width: 98px; }
li#nav_contact a.upperlevel { background-image: url(http://www.aletastjames.com/img/nav_contact.gif); width: 112px; }

#navigation li:hover #about_sub {left:0px; width: 180px;}
#navigation li:hover #blogpodcasts_sub {left:0px; width: 160px;}
#navigation li:hover #services_sub {left:0px; width: 205px;}

ul.lowerlevel {
	display: none;
	list-style-type: none; 
	left: -5000px;
}

li.upperlevel:hover ul.lowerlevel {
	left: auto;
	display: block;
}

#navigation ul.lowerlevel{
	position: absolute;
	color: #dfdfdf;
	margin: 0;
	padding: 15px 0 10px 0;
	z-index: 9999;
	}

#navigation ul.lowerlevel a{
	display: block;
	position: relative;
	height: 15px;
	margin: 0;
	z-index: 9999;
}

#navigation ul.lowerlevel a:link, #navigation ul.lowerlevel a:visited{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
	text-indent: 0px;
	position: relative;
	display: block;
	color: #ded4e5;
	padding: 0px 10px 9px 32px;
	margin: 0;
	text-decoration: none;
	}

#navigation ul.lowerlevel a:hover, #navigation ul.lowerlevel a:active{
	color: #ffffff;
	padding: 0px 10px 9px 32px;
	margin: 0;
	height: 15px;
	background: none;
	}


ul.lowerlevel ul {
	list-style-type: none; 
}

/*---------------LAYOUT BOXES----------------------*/

#Content {
	margin: 0px 0 0 0;
	padding: 0px;
	text-align: left;
	background: #f7dcbd;
}

#MainCol {
	margin: 0;
	float: left;
	padding: 0px 0px 40px 0px;
	width: 451px;
}

#MiddleCol {
	margin: 0;
	float: left;
	padding: 5px 20px 0 20px;
	width: 290px;
}

#SubCol {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 700px 8px;
	width: 127px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 127px; } html>body #SubCol { width:127px; }

#FullCol {
position: relative;
	margin: 0;
	float: left;
	padding: 35px 40px 0 40px;
	width: 730px;
}



#MainColSecondary {
	margin: 0 0 0 40px;
	float: left;
	padding: 25px;
	width: 500px;
	background: #faf0e5;
}

#RightColSecondary {
	margin: 0;
	float: left;
	padding: 2px 0px 0 20px;
	width: 160px;
}


.RightColSecondaryBox{
	padding: 10px 10px 5px 10px;
	width: 140px;
	background: #552573;
	text-align: center;
}
.BlogSection {
	border-bottom: 1px solid #eb6604;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.BlogSection img {
float: left;
margin: 0 20px 0 0;
}

.MusicSection img {
float: left;
margin: 0 20px 0 0;
}

.PurpleText .BlogSection {
	border-bottom: 1px solid #552573;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}


#AletaMessageBox {
	padding: 30px;
	width: 391px;
	height: 193px;
	background: #552573 url(http://www.aletastjames.com/img/aletamessagebox_small_purple.gif) no-repeat;
margin: 0 0 20px 0;
}

#WhatsHappeningBox{
	float: left;
	padding: 30px 0px 15px 40px;
	width: 280px;
}

#BulletListHome {
	float: left;
	padding: 10px 0 15px 5px;
	width: 420px;
}

.BulletListHomeItem {
	float: left;
	padding: 0 0 5px 0;
	width: 400px;
}

.BulletListHomeIcon {
	float: left;
}

.BulletListHomeTitle {
	float: left;
	margin: 15px 0 0 5px;
}

#SignUpBoxContainer {
float: left;
	width: 280px;
	margin: 0px 40px 0 40px;
}

#SignUpBox {
	float: left;
	background: #552573;
	width: 250px;
	padding: 15px;

}

#NowPlayingBox {
	float: left;
	background: #f8efe5 url(http://www.aletastjames.com/img/nowplaying_bg.gif) top left no-repeat;
	width: 425px;
	height: 120px;
	padding: 15px;
	margin: 60px 0 0 10px;
}

#HomeCdCover {
	float: left;
}

#NowPlayingCDContent{
	float: left;
	padding: 20px 0 0 10px;
}

#audioplayer_1 {
	margin: 0 0 10px 0;
}

.TitleWithComments {
float: left;
width: 380px;
}

.CommentsTopRight {
float: right; 
width: 100px;
text-align: center; 
padding: 2px 5px 2px 5px;
background: #f16804;
margin: 5px 0 0 0;
}


.PurpleText .CommentsTopRight {
float: right; 
width: 100px;
text-align: center; 
padding: 2px 5px 2px 5px;
background: #552573;
margin: 5px 0 0 0;
}
/*------------MISCELLANEOUS-----------------------*/

.textfield {
border: 1px solid #626366;
height: 18px;
top: 0px;
padding: 2px;
margin: 0 0 10px 0;
}
.textareafield {
border: 1px solid #626366;
top: 0px;
}

.sectiontitle{
margin: 0 0 15px 0;
}

.homeflash{
margin: 0 0 5px 0;
}

.bookcover {
	margin: 0 0 5px 0;
}

.TestimonalList {
width: 730px;
float: left;
padding: 0 0 10px 0;
margin: 0 0 20px 0;
background: url(http://www.aletastjames.com/img/testimonial_break.jpg) bottom center no-repeat;
}

.testimonialphotoleft {
float: left;
border: 5px solid #ffffff;
margin: 0 15px 0 0;
}

.testimonialphotoright {
float: right;
border: 5px solid #ffffff;
margin: 0 0px 0 15px;
}

.pressthumbnailimage {
margin: 0 0 0px 0;
width: 100px;
}
a .pressthumbnailimage {
	background-color: #000000;
	opacity: .90;
	filter: alpha(opacity=90);
}
a:hover .pressthumbnailimage{
	opacity: 1;
	filter: alpha(opacity=100);
}


.PressThumbnail {
	float: left;
	width: 100px;
	height: 132px;
	margin: 0px 8px 8px 0;
	padding: 5px;
	border: 1px solid #715d52;
	Background: url(http://www.aletastjames.com/img/pressthumbnail_bg.jpg) no-repeat top #fff;
}

.PressThumbnail img{
	background: #000;
}


.HomePressThumb{
float: left;
width: 54px;
height: 70px;
padding: 3px;
border: 1px solid #41210f;
margin: 0 9px 9px 0;
background: #ffffff;
}

#PressThumbnailLarge {

}

#PressThumbnailLargeContainer {
text-align: center;
float: left;
width: 221px;
height: 305px;
padding: 5px;
border: 1px solid #715d52;
margin: 0px 10px 300px 0;
background: #ffffff;
}

#newstickercontainer {
height: 100px;
width: 730px;
}

#homerebootimage {
position: relative;
background: url(http://www.aletastjames.com/img/lotus_image.jpg) no-repeat top left #d03262;
height: 238px;
width: 258px;
padding: 5px 10px 0 12px;
margin: 0 0 5px 0;
}

#SocialIcons {
float: left;
padding: 0px 0 0 0px;

}

#BodyText{
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px 0px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #1c1c1c;
}

#BodyText img{
	padding: 0px;
}

#BodyText p {
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 21px;
	color: #371a09; }

#BodyText #SubCol p {
	padding: 0px 0px 3px 2px;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
	color: #ffffff; }

#BodyText #SubCol p.smalltext {
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #371a09; }

#BodyText #homerebootimage p {
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
	color: #ffffff; }

#BodyText #PressThumbnailLargeContainer p {
	padding: 0px 0px 0px 0px;
margin: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 21px;
	color: #371a09; }


#BodyText .quotename p{
	padding: 0px 0px 10px 150px;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #371a09; }

#BodyText .quotename {
	padding: 0px 0px 10px 150px;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #371a09; }

#BodyText .quotenamesmall p{
	padding: 0px 0px 10px 180px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #371a09; }

#BodyText .quotenamesmall {
	padding: 0px 0px 10px 180px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #371a09; }

#BodyText .homeintro p{
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	font-weight: normal;
	line-height: 23px;
	color: #371a09; }

#BodyText .RightColSecondaryBox p {
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 21px;
	color: #ffffff; }	
	
#BodyText #AletaMessageBox p {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff; }

#BodyText #SignUpBox p {
	padding: 0px 0px 10px 0px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #ffffff; }

#BodyText p.nobreak {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	color: #4C4C4C; }

#BodyText p.smalltext {
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #371a09; }

#BodyText p.date {
	padding: 0px 0px 2px 0px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #4c3209; }

#BodyText .PodcastPlayer td p {
	padding: 10px 0px 5px 0px;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 21px;
	color: #371a09; }
	
#BodyText td p {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #4C4C4C; }

#BodyText ul {
	list-style-type: disc;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #4C4C4C;
	padding: 0px 0px 0px 0px;
	margin: 0 0 15px 25px;
}

#BodyText ul li {
	font-size: 12px;
	background: none;
	padding: 0px 0px 5px 5px;
	margin 0;
}


#BodyText #RightColSecondary ul {
	list-style-type: disc;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #4C4C4C;
	padding: 0px 0px 0px 0px;
	margin: 0 0 15px 10px;
}

#BodyText #RightColSecondary ul li {
	font-size: 12px;
	background: none;
	padding: 0px 0px 5px 0px;
	margin 0;
}
#BodyText h6 {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #3F3F3F; }

#BodyText h5 {
	padding: 0px 0px 8px 0px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #000000; }

#BodyText h4{
	padding: 0px 0px 3px 0px; 
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #371a09; }
	
#BodyText h3 {
	padding: 0px 0px 0px 0px; 
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	color: #371a09; }

#BodyText h2 {
	padding: 0px 0px 15px 0px;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #371a09; }
	
#BodyText .bigquote h2, #BodyText .bigquote p {
	font-family: times, 'Times New Roman', Georgia, serif;
	padding: 0px 0px 10px 50px;
margin: 0;
	font-size: 26px;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #371a09; }

#BodyText .bigquotesmall h2, #BodyText .bigquotesmall p {
	font-family: times, 'Times New Roman', Georgia, serif;
	padding: 0px 0px 10px 50px;
margin: 0;
	font-size: 22px;
	line-height: 24px;
	font-style: italic;
	font-weight: bold;
	color: #371a09; }
	
#BodyText h1 {
	font-family: times, 'Times New Roman', Georgia, serif;
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 28px;
	line-height: 25px;
	font-weight: normal;
	color: #371a09; }

#BodyText #AletaMessageBox h1 {
	font-family: 'Arial', arial, helvetica, verdana, sans-serif;
	padding: 0px 0px 10px 0px;
	margin: 0;
	font-size: 28px;
	line-height: 25px;
	font-weight: normal;
text-transform: none;
	color: #ffffff; }

#BodyText h1.pagetitle {
	font-family: times, 'Times New Roman', Georgia, serif;
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 28px;
	line-height: 25px;
	font-weight: bold;
	color: #371a09; }

#BodyText a:link, #BodyText a:visited { color: #371a09; text-decoration: underline; }
#BodyText a:hover, #BodyText a:visited:hover { color: #371a09;text-decoration: none; }

#BodyText #homerebootimage a:link, #BodyText #homerebootimage a:visited { color: #ffffff; text-decoration: underline; }
#BodyText #homerebootimage a:hover, #BodyText #homerebootimage a:visited:hover { color: #ffffff;text-decoration: none; }


#BodyText #AletaMessageBox a:link, #BodyText #AletaMessageBox a:visited { color: #ffffff; text-decoration: underline; }
#BodyText #AletaMessageBox a:hover, #BodyText #AletaMessageBox a:visited:hover { color: #ffffff;text-decoration: none; }


#BodyText .CommentsTopRight a:link, #BodyText .CommentsTopRight a:visited { color: #ffffff; text-decoration: none; border: none;}
#BodyText .CommentsTopRight a:hover, #BodyText .CommentsTopRight a:visited:hover { color: #ffffff; text-decoration: underline; border: none; }

#BodyText h1 a:link, #BodyText h1 a:visited { color: #371a09; text-decoration: none; border: none;}
#BodyText h1 a:hover, #BodyText h1 a:visited:hover { color: #371a09;text-decoration: underline; border: none; }


#BodyText h2 a:link, #BodyText h2 a:visited { color: #eb6604; text-decoration: none; border: none;}
#BodyText h2 a:hover, #BodyText h2 a:visited:hover { color: #4a240f;text-decoration: underline; border: none; }

.PurpleText #BodyText h2 a:link, .PurpleText #BodyText h2 a:visited { color: #552573; text-decoration: none; border: none;}
.PurpleText #BodyText h2 a:hover, .PurpleText #BodyText h2 a:visited:hover { color: #552573;text-decoration: underline; border: none; }



#BodyText #SubCol a:link, #BodyText #SubCol a:visited { color: #ffffff; text-decoration: none; border: none;}
#BodyText #SubCol a:hover, #BodyText #SubCol a:visited:hover { color: #ffffff;text-decoration: underline; border: none; }



dl  {
margin: 0;
padding: 0;
}

dt  {
margin: 0;
padding: 0 0 15px 0;
font-weight: bold;
font-size: 15px;
}

dd  {
margin: 0;
padding: 0 0 10px 0;
}

dd .rssSubdate {
font-size: 12px;
}

/*-------------- Copyright Footer -----------------*/

#Copyright {
	width: 950px;
	margin: 30px auto 0 auto;
	text-align: right;
}

#Copyright h5 {
	margin: 0px 0px 0 0;
	padding: 0px 10px 20px 0;
	border-bottom: none;
	color: #371a09;
	font-size: 10px;
	font-weight: normal;
	}

#Copyright a:link, #Copyright a:visited { color: #4c4c4c; text-decoration: none; font-weight: normal;}
#Copyright a:hover, #Copyright a:visited:hover { color: #FF8B00;text-decoration: underline; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }

/* Hide warning from newer browsers */
.oldbrowsers { display: none; }

td.nowrap {
	white-space: nowrap;
	}