/*----Body---------------------------------------------- */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-align:center;
	background-image:url('http://media.nowplayn.com.s3.amazonaws.com/images/bg.gif'); 
	background-repeat:repeat-x;
}

hr {
	border:none 0;
	margin-top:15px;
	border-top:2px dotted #999;
	width:100%;
	height:1px;
}

/*----Effects------------------------------------------- */

.fade{
	margin-bottom: 1.6em;
}

.fade p{
	margin-bottom: 1.6em;
	text-align: center;
	width: 100%;
	background: #fff;
}


/*----Main Insert --------------------------------------- */

.main {
	clear: both;
	width: 730px;
	margin: 0 auto;	
}

.reading_form
{
	color: black;
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.link_form
{
	color: black;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.select_form
{
	color: black;
	width: 300px;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.submit_form
{
	color: black;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*----Typography---------------------------------------- */


h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	text-align:left;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height:22px;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height:24px;
	font-weight:normal
}

h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height:12px;
	font-weight: normal;
}


p {
	font-size: 16px;
	line-height:28px;
}

p.left {
	text-align: left;
}

p.right {
	text-align: right;
}

ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	/*background-image: url('http://media.booketo.com.s3.amazonaws.com/images/book_icon.gif'); */
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 2em;
	font-size: 1.2em;
}

/*----Links & Bullets ------------------------------------ */

a {

	text-decoration: underline;
	color: #3471CD;
}

a:hover {
	text-decoration: underline;
	color: #566988;
}

.star_bullet {
	list-style-type: square;
}


/*----Top------------------------------------------------ */

#header {
	height: 160px;
	z-index:100;
	margin: 0 auto;
	width: 700px;
	padding: 10px 0px 0px 0px;
	margin-bottom:20px;
}


/*----Major Wrapper-------------------------------------- */

#major_wrapper {
	text-align:left
}


/*----Primary-------------------------------------------------- */

#primary {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding:20px 35px 20px 35px;
	background: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius: 10px;
}


/*----Secondary----------------------------------------- */

#secondary {
	clear: both;
	width: 700px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding:20px 35px 20px 35px;
	background: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius: 10px;
}

#tab_line {
	clear: both;
	width: 695px;
	margin: 0 auto;
	margin-top: 10px;
}


table.songs {
	font-size:16px;
	border-width: 0px;
	border-spacing:0px ;
	border-style: dotted;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.songs th {
	border-width: 1px;
	padding: 8px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
}
table.songs td {
	border-width: 1px;
	padding: 8px;
	border-style: dotted;
	border-color: gray;
	background-color: white;



}

	

/*----Footer-------------------------------------------- */


#footer {
	clear:both;
	margin: 0 auto;
	margin-top:40px;
	padding: 10px;
	z-index:20;
}


/*----Extra Typography---------------------------------- */	

.small {
	font-size:12px;
	padding-left:100px;
}

.right_text {
	text-align:right;
	padding-right:20px;
	

/*----Spacers----------------------------------------- */	
}

.top {
	padding-top:10px;
}

.right {
	padding-right:10px;
}

.bottom {
	padding-bottom:10px;
}

.left {
	padding-left:10px;
}


