html, body {
	/*margin: 5;*/
	font-size: 1em;
	padding: 5px;
	font-weight: normal;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: white;
	height: 100%;
	width: 780px;
	margin: 0 auto;
	background-color: white;
}

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	font-size: inherit;
}


aside {
	width:780px;
	display: block;
	/*border: 1px solid #000;*/
	padding:20px;
	background-color:inherit;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	text-align: left;
	padding: 2px;
	padding-top: 10px;
}

a:link,  a:active, a:focus, a:visited{
	text-decoration: none;
	color:#060; /*inherit;*/
}

a:hover{
	color: #4E4;

}

h1, h2, h3, h4, h5, h6, p {
	margin-top: auto; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}

h1 {
	font-size: 1.1em;
	letter-spacing: 2px;
	font-weight: bold;
	color: black;
}

p {
	font-size: 1em;
	color: #333333; /*#283221; */
}

/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 780px;
	margin: 0; /* the auto value on the sides, coupled with the width, centers the layout */
	padding-left: 5px;
	background: inherit;
	
}
.date {
	font-size:9px;
	padding-left: 15px;
	font-weight:100;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.containerDemo {
	width: 780px;
	height: 720px;
	padding-left: 5px;
	background: inherit;
	overflow:auto;
	overflow-style:marquee-block;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	padding: 5px;
	width: 780px; /* the auto value on the sides, coupled with the width, centers the layout */
	/*border-bottom: 1px solid #c60;*/
	/*border-bottom-color: #C60;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	color: inherit;
	letter-spacing: 6px;
	text-align: left;
	background-color: #FFF; /*#30372b;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

.navtop {
	width: 780px; /* the auto value on the sides, coupled with the width, centers the layout */
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	/*background: inherit; */
	border-bottom: 2px;
	border-bottom-color: #036;
	text-align: left;
	letter-spacing: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a.navtop:hover, a.navtop:hover, a.navtop:active, a.navtop:focus, a.navtop:visited{
	color: #FF0;
}

.player {
	width: 780px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: inherit;
	border-bottom: 1px solid #036;
	border-bottom-color: #036;

}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 180px;
	background: inherit;
	padding-bottom: 10px;
}
.contentDemo {
	padding: 10px 0;
	width: 780px;
	float: right;
}
.content {
	padding: 5px;
	width: 780px;
	float: left
	;
}

.contentAbout {

	padding: 10px 0;
	float: right;

}
.contentAbout ul, ol, dl { 
	margin-left: 50px;
}

.lefttext {
	float: left;
	width: 480px;
	background: inherit;
	padding-bottom: 10px;
}

.rightasset {
	float: right;
	width: 480px;
	background: inherit;
	padding-bottom: 10px;
	vertical-align: 50%;
	text-align: center;
	vertical-align:text-bottom;
	font-size: inherit;
}



/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol  {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
#audioplayer {
	float: right;
	padding: 0px 50px 0px 0px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


#logo a {
	position:absolute;
	top:30px;
	left:0;
	width:165px;
	padding:0;
	text-decoration:none;
	color:inherit;
	font-size:14px;
}



/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	float: left;
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #036; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	color: #EEE;
}
nav ul li {
	border-bottom: 1px solid #036; /* this creates the button separation */
}
nav ul a, nav ul { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	background: inherit;
	color: #a4ccff;
}
/* a:hover, nav ul a:active, nav ul a:focus*/
nav ul { /* this changes the background and text color for both mouse and keyboard navigators */
	background: inherit;
	color: #666;
}

/* ~~ The footer ~~ */
footer {
	border-top: 1px solid #036;
	padding: 8px 0;
	display: block;
	font: 75%/1.4 Arial, Helvetica, sans-serif;
	background: #FFF; /*#466093;*/	
	background-color: #FFF; /*#30372b;;*/
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
/*
#progressBar { 
   border:1px solid #aaa; 
   color:#666; 
   width:295px; 
   height:20px;
}
#progress {
   background-color:#ff0000; // red
   height:20px;
   display:inline-block;
}
*/
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, footer, aside, nav, figure {
	display: block;
	text-align: left;
	background-color: #FFFFFF;
}

article .line{
    /* The dividing line inside of the article is darker: */
    background-color:#15242a;
   /* border-bottom-color:#204656;*/
    margin:1.3em 0;
	display: block;
	text-align: left;
	text-shadow:0 2px 0 black;

}

section {
	margin-top: 10px;
	border-top: 1px solid #036;
	border-top-color: #036;
	display: block;
}

/*********************** Page Player */
#button_bar div{
	float:left;
	margin-right:5px;	
}

#button_bar{
	float:left;
	margin-bottom:10px;
}

#PagePlayerWrapper{
	width:80%;
	/*margin-left:10%; */
	border: 1px solid black;
	padding:5px;
}
#PagePlayerList{
	width:40%;
	float:left;
}
#PagePlayerList h3{
	font-size:12px;
	padding:0px;
	margin:0px;
}
#PagePlayerDescription{
	overflow:auto;
	position:relative;
	float:left;
	width:55%;
	border:1px solid #999;
	padding:2px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#PagePlayerListDescWrapper{
	clear:both;
}

#PagePlayerCredit{
  font-size:12px;
  text-align:center;
}

.PagePlayerListItemSelected{
	margin-bottom:1px;
	border:2px solid #a4ccff;
	padding:3px;
	background-color: white; /*#466093;*/
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.PagePlayerListItem{
	color:grey;
	margin-bottom:1px;
	border: 1px solid #a4ccff;
	background-color:inherit;
	padding:3px;
	font-size:12px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.PagePlayerListItem h3{
	cursor:pointer;
}

#volume_control{
	width:20%;
	margin-top: 7px;
	height:8px;
	border: 0px solid #a4ccff;
	float:left;
}

#volume_background{
	width:100%;
	height:8px;
	background-color:#466093;
}

#volume_bar{
	width:0;
	height:8px;
	background-color:#a4ccff;
	opacity:0.4;	
}

#duration{
	width:50%;
	height:4px;
	border: 0.5px solid #466093;
	margin-bottom:10px;
}

#duration_background{
	width:100%;
	height:4px;
	background-color:#466093;
}

#duration_bar{
	width:0px;
	height:4px;
	background-color:#a4ccff;
	opacity:0.4;
}

.button{
	color: black;
	border: 0px solid #ddd;
	cursor:pointer;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background:no-repeat center;
	height:24px;
}

/* add the images to the backgrounds of the buttons */
#play{
	background-image:url("../images/trans-play-24x24.png");
	width:24px;
}

#pause{
	background-image:url("../images/trans-pause-24x24.png");
	width:24px;
	display:none;
}

#previous{
	background-image:url("../images/trans-back-24x24.png");
	width:24px;
}

#next{
	background-image:url("../images/trans-next-24x24.png");
	width:24px;
}
