body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgba(255,255,255,1.00);
	margin:5px 0;
	padding:0;
	text-align:center;
}

#wrapper {
	width: 960px;
/*	min-height:500px; */
	margin:0 auto;
	padding:0;
	text-align:left;
	border: none;
}

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

a {
	text-decoration: none;
	color:rgba(0,0,0,1.00);
}

a:hover {
	text-decoration: none;
	color: #CC9900;
}
section {
	clear:both;
	margin-bottom:20px;
	width:100%;
}

h1 {
	font-size:25px;
	font-weight:bold;
	color: #000000;
	margin:0 0 10px 0;
}

h1 span {
	font-size:16px;
}

p {
	margin:0 0 15px 0;
}
audio {
	width:150px;
	clear:both;
	margin-bottom:4px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}
/*---nav----*/

nav {
	height:60px;
	width:860;
	margin:20px 0 5px 0;
	padding:0 0 0 100px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	color:rgba(0,0,0,1.00);
	list-style: none;
	text-align: right;
	background:url(../images/DBM_small-icon.png);
	background-position:10px 6px;
	background-repeat:no-repeat;
	border-top:1px solid rgba(150,150,150,1.00);
	border-bottom:1px solid rgba(150,150,150,1.00);
}

nav div {
	width:auto;
	height:auto;
	padding:0;
	display:inline-block;
	text-align:center;
}
nav div a {
	height:50px;
	padding:0 20px;
	color:rgba(0,0,0,1.00);
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

body#home a#homenav,
body#bio a#bionav,
body#books a#booksnav,
body#recordings a#recordingsnav,
body#music a#musicnav,
body#awards a#awardsnav,
body#photos a#photosnav,
body#articles a#articlesnav {
	color:#CC9900;
	border-top:5px solid #CC9900;
	height:50px;
}
#navgrid {
	width: 960px;
	height:auto;
	margin:20px 0 0 0;
	padding:0;
	background:none;
	text-align:justify;
}

#navgrid div {
	width: auto;
	height:100px;
	display:inline-block;
}

#navgrid:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

#navgrid a.gridsquare {
	height:50px;
	padding:25px;
	background:rgba(175,175,175,1.00);
	border-radius:5px;
	color:rgba(0,0,0,1.00);
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}
#navgrid a.gridsquare:hover {
	background:#CC9900;
	color:rgba(0,0,0,1.00);
}

/*---footer---*/

footer {
	font-size: 11px;
	color: #959492;
	text-align:center;
	width:960px;
	margin: 10px auto;
	clear:both;
}
/*---content---*/
#content {
	width:98%;
	text-align:left;
	margin:0 auto;
	padding:20px 0;
	font-size:12px;
	background:none;
}
#content a {
	text-decoration: none;
	color:#0033A9;
	font-weight:bold;
	font-size:12px;
}
#content p.bodyText {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin:0 0 15px 0;
}

#content p.bodyText a {
	font-size: 14px;
}


.fakelink {
	color:#0033A9;
	font-weight:bold;
	font-size:12px;
}

.one-third {
	width:30%;
}

.two-thirds {
	width:60%;
}

/*---table---*/
table {
	width:100%;
	cellpadding:0;
	cellspacing:0;
	margin: 0 0 10px 0;
}

tr {
	height:auto;
}

td {
	text-align:center;
	padding:10px;
	vertical-align:top;
}

td p {
	font-size:10px;
	margin:0;
}

/*---products---*/

.product {
	width:160px;
	height:auto;
	padding:10px;
	float:left;
	text-align:center;
	vertical-align:top;
	border-radius:5px;
	margin:0 0 10px 0;
}

.product a, .product a img {
	margin:0 0 5px 0;
}

.product:hover {
	background:rgba(186,186,186,0.50);
}

.product p, td p {
	font-size:10px;
	margin:0;
}

.cover {
	height:200px;
	border:#000000 solid 1px;
	margin:0 10px 10px 10px;
}

.noborder {
	border:none;
}

.album {
	width:125px;
	border:#000000 solid 1px;
	margin:0 3px 6px 3px;
}

.mag {
	font-size:10px;
	color:rgba(134,134,134,1.00);
	padding-top:4px;
}

.voicings {
	height:16px;
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0 0 0 15px;
}

.voicings li {
	margin:0 20px 0 0;
	padding:0 0 0 15px;
	float:left;
	display:block;
}

/*---contact---*/
.biopic {
	width:300px;
	border:1px solid black;
	margin:0 0 30px 0;
}
.contact_list {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	font-size:120%;
}

.fb {
	background-image:url(../images/f_logo_sml.png);
	background-position:left -10;
	background-repeat:no-repeat;
	margin:0;
	padding:7px 0 0 50px;
}

.mail {
	background-image:url(../images/mail-icon_sml.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
	padding:2px 0 0 50px;
}

.web {
	background-image:url(../images/web-icon_sml.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
	padding:6px 0 0 50px;
}

.contact_list li {
	display:block;
	height:30px;
	list-style:none;
	margin:0 0 20px 0;
}

.contact_list a, .contact_list a img {
	border:none;
	text-decoration:none;
	color: #000000;
}

.contact_list a:hover, .contact_list a:hover img {
	border:none;
	text-decoration:none;
	color:#CC9900;
}