/* basic html selectores */

body {
	color: #333;
	background-color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link		{ color:#F89225; }
a:visited	{ color:#F8B525; }
a:hover		{ color: #FFF; background-color: #333; }

img {
	border: none;
}

a img {
	border: none;
}

img[usemap] {
	border: none;
}

/* basic structure */

#site_name {
	width: 736px; width/* */:/**/736px; width:/**/736px;
	height: 33px;
	margin: 0 auto;
	background: #333 url(../_images/site_name.jpg) no-repeat 100% 100%;
}

#main_frame {
	width: 720px; width/* */:/**/700px; width:/**/700px;
	margin: 0 auto 50px auto;
	padding: 10px;
	background-color: #FFF;
	font: 11px/1.5em verdana, arial, helvetica, sans-serif;
	text-align: left;
}

#header {
	background-color: #333;
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	border: 1px solid #333;
	height: 200px;
}

#menu {
	margin: 0px;
}

#column_right {
	float: right;
	width: 200px;
	margin-top: 22px;
	margin-bottom: 10px;
}

#content {
	margin-right: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

#content_simple {
	padding: 10px;
	text-align: left;
}

#footer {
	clear: both;
	padding: 3px 12px;
	background-color: #F89225;
	text-align: right;
}

/* formating - MENU - html selectors */

#menu ul {
	float: left;
	width: 100%;
	margin: 2px 0 10px 0;
	padding: 0;
	color: #FFF;
	background-color: #F89225;
}

#menu ul li { display: inline; }

#menu ul li a {
	float: left;
	padding: 0.3em 1em;
	color: #333;
	background-color: #F89225;
	border-right: 2px solid #FFF;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: #333;
	color: #FFF;
}

#menu ul li a:active {
	background-color: #FFF;
	color: #F89225;
}

#menu li a#current {
	background-color: #666;
	color: #FFF;
}


/* formating - RIGHT COLUMN */

.cr_box {
	margin-bottom: 10px;
	padding: 10px 10px 5px 10px;
	border: 1px dotted #333;
}

.cr_boxAlt {
	margin-bottom: 6px;
	padding: 0 4px;
}

/* formating - RIGHT COLUMN - html selectors */

.cr_box h1 {
	margin: -10px;
	margin-bottom: 10px;
	padding: 2px;
	padding-left: 4px;
	font-size: 12px;
	color: #FFF;
	background-color: #666;
}

.cr_box h2 {
	margin: 0;
	padding-bottom: .2em;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.cr_box input {
	vertical-align: middle;
}

.cr_box input:focus {
	background: #FFF4E0;
}

.cr_boxAlt ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.cr_boxAlt ul li {
	display: inline;
	padding-left: 7px;
}

.cr_boxAlt  a { background: transparent; }

/* formating - RIGHT COLUMN - custom selectors */

.cr_box .entry {
	padding: 8px 0;
	border-bottom: 1px solid #CCC;
}

.cr_box .form_text {
	width: 145px;
	margin: 0;
	padding: 0;
	border: 1px solid #000; /* doesnt work in Safari but sexy in Mozz */
}

/* formating - CONTENT - html selectors */

#content h1 {
	text-align: left;
	font-weight: bold;
	font-size: 3em;
	color: #CCC;
}

#content h1 img {
	margin-left: 4px;
	vertical-align: middle;
	border: 2px solid #FFF;
}

#content h1 a { background: transparent; }
#content h1 a:hover img { border: 2px solid #F89225; }

/*#content p a:link		{ text-shadow: 1px 1px #999; }*/
/*#content p a:visited	{ text-shadow: 1px 1px #999; }*/

/*#content ul a:link		{ text-shadow: 1px 1px #999; }*/
/*#content ul a:visited	{ text-shadow: 1px 1px #999; }*/

#content h2 {
	margin: 20px 0 -4px 4px;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #666;
}

#content p {
	padding: 0 8px;
}

/* formating - CONTENT - custom selectors */

/* BIO */

.bio_pix img {
	float: left;
	clear: left;
	margin: 0;
	padding: 0 10px 0 0;
}

/* CONTACT */

#contact_form {
	padding: 4px;
	margin: 4px;
	background-color: #FFF4E0;
	border: 1px solid #F89225;
}

#contact_form input {
	width: 200px;
	margin-bottom: 6px;
}

#contact_form input.subject {
	margin-bottom: 10px;
	width: 447px;
}

#contact_form input.senddamail {
	margin: 6px 0 0 335px;
	width: 100px;
}

#contact_form textarea {
	width: 447px;
	margin-bottom: 10px;
}

.e-mails {
	padding: 8px 8px 0 8px;
	margin: 0;
	list-style-type: none;
}

.e-mails li {
	padding: 4px 0;
	text-align: left;
}

/* DISCOGRAPHY  */

.disc_wrap {
	padding: 16px;
	margin: 16px 10px 0 0;
	background-color: #FFF4E0;
	border: 1px solid #F89225;
	text-align: left;
}

.disc_wrap h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #DCA161;
}

.disc_wrap .cover {
	float: left;
	margin-right: 10px;
	border: 1px solid #DCA161;
}

.disc_wrap ul, ol {
	padding: 0 0 10px 6px;
	margin: 0;
	list-style-type: none;
}

.disc_wrap ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.disc_wrap ol li {
	border-bottom: 1px dotted #F8B525;
}

.disc_wrap strong {
	color: #333;
}

.disc_title {
	font-size: large;
	font-weight: bold;
	color: #DCA161;
}

.disc_subtitle {
	padding: 4px 0;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	color: #DCA161;
}

.disc_description {
	font-style: normal;
	font-size: 13px;
	color: #666;
}

.disc_description strong {
	font-weight: normal;
	font-style: normal;
	color: #666;
}

.disc_info {
	clear: left;
	padding-top: 10px;
}

.mp3_play02 {		/* on DISCOGRAPHY page */
	margin-left: 8px;
	font-style: italic;
	font-size: xx-small;
	color: #666;
}

.disc_buy {
	padding: 2px 8px;
	margin-top: 10px;
	background-color: #F89225;
	text-align: right;
	font-weight: bold;
	color: #333;
}

.disc_buy a:link { color: #333; }
.disc_buy a:visited { color: #333; }
.disc_buy a:hover { color: #F8B525; background-color: #333; }

.cover_detail {
	padding: 10px 0 0 20px;
	line-height: 2em;
}

.cover_detail img {
	margin: 0 auto;
	border: 3px solid #F89225;
	border-left: 40px solid #F89225;
}

.cover_detail a { font-size: 16px; }
.cover_detail a:visited { color: #F89225; }

/* FREE STUFF  */

.dl a {
	background: transparent;
}

.dl img {
	vertical-align: middle;
	margin: 6px 0;
	padding-left: 12px;
}

h3.dl {
	padding-bottom: 3px;
	margin: 20px 10px 0 8px;
	font-weight: bold;
	font-style: italic;
	color: #999;
	border-bottom: 1px dotted #999;
}

ul.dl {
	overflow: hidden;
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
}

ul.dl li {
	float: left;
	margin-right: 1em;
}

ul.dl li strong {
	color: #666;
}

.dl_composer {
	padding: 0 10px 5px;
	font-style: italic;
	color: #666;
}

.mp3 {
	margin: 16px 10px 12px 8px;
	font-weight: bold;
	color: #666;
}

.mp3 a {
	background: transparent;
}

.mp3 img {
	vertical-align: middle;
	padding: 0 4px;
}

.mp3_play {		/* on FREE STUFF page */
	margin-left: 16px;
	padding: 1px 0 2px 4px;
	font-weight: bold;
	font-style: italic;
	color: #666;
	background-color: #FFF4E0;
	border: 1px dotted #F89225;
}

.img_detail {
	margin-left: 24px;
}

/* GIGS */

.gig_entry {
	padding: 0;
}

.gig_entry h3 {
	padding: 0;
	line-height: 1.4em;
	font-style: italic;
	color: #F89225;
	border-bottom: 1px dotted #F89225
}

.gig_description {
	padding: 0 6px 14px 6px;
	line-height: 1.6em;
}

.gig_time {
	font-weight: bold;
	color: #666;
}

/* LINKS */

.links {
	list-style: url(../_images/list_arrow.png);
	padding-right: 6px;
}

/* NEWS */

#hot_news {
	float: right;
	width: 200px;
	margin: 4px 10px;
	padding: 8px;
	background-color: #FFF4E0;
	border: 2px solid #F89225;
	color: #666;
	font-size: 14px;
	font-style: italic;
	text-align: left;
}

#hot_news p {
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 11px;
	font-style: normal;
	text-align: right;
}

/* PLAYER */

#player {
	margin: 0;
	padding-bottom: 40px;
	background-color: #FFF;
	font: 11px/1.5em verdana, arial, helvetica, sans-serif;
}

#album_pix {
	width: 140px;
	float: left;
	padding: 10px;
}

#album_name {
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #CCC;
}

#track_name {
	padding: 6px 10px 30px 10px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #F89225;
}

#track_excerpt  {
	padding: 10px;
	background-color: #FFF4E0;
	border: 1px dotted #F89225;
}

#track_excerpt object {
	vertical-align: middle;
}

#track_source {
	margin-top: 22px;
	font-size: xx-small;
}

/* REVIEWS */

.review_quote {
	padding: 6px 10px;
	line-height: 1.4em;
	text-indent: 1.3em;
	font-size: 13px;
	font-style: italic;
	color: #666;
}

.review_quote em {
	font-style: normal;
}

.review_author {
	padding: 0 10px 24px 0;
	text-align: right;
}

/*.review_author a:link		{ text-shadow: 1px 1px #999; }
.review_author a:visited	{ text-shadow: 1px 1px #999; }*/

/* formating - footer */

#footer a:link { color: #333; font-weight: normal; }
#footer a:visited { color: #000; font-weight: normal; }
#footer a:hover { color: #000; text-decoration: underline; background-color: transparent; }

/* miscellaneous */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.more {
	padding: 4px 2px 0 0;
	text-align: right;
	font-style: italic;
	font-size: 13px;
}

.more a:visited { color: #F89225; }
.more a:hover { color: #FFF; }

.note {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: xx-small;
}

.note a:link { color: #333; font-weight: normal; text-decoration: underline; }
.note a:visited { color: #000; font-weight: normal; text-decoration: underline; }
.note a:hover { color: #FFF; }

.pix {
	padding: 4px 0;
	/*text-align: center;*/
}

.pix a:hover {
	background-color: transparent;
}

/* added for update 09/2005 */

.stickers {
	float: right;
	margin: -6px -4px 0 0;
}

.stickers img {
	padding: 0 4px;
}

.home .quote {
	margin: 10px 10px 15px;
	width: 452px;
}

.home .quote blockquote {
	margin: 0;
	padding-top: 13px;
	background: #fff4e0 url(../_images/quote-blockquote-top-bg.gif) top left no-repeat;
}

.home #content .quote blockquote p {
	padding: 0 20px 24px;
	margin: 0;
	font-style: italic;
	font-size: 1.1em;
	color: #605f5f;
	background: #fff4e0 url(../_images/quote-p-blockquote_bottom-bg.gif) bottom left no-repeat;
}

.home #content .quote .source {
	margin-top: -8px;
	padding-left: 50px;
	padding-top: 0;
	background: url(../_images/quote-p-quote_source-bg.gif) 0 bottom no-repeat;
}

/* Monday, July 30, 2007 additions */

.mailform select {
	margin: 6px 0;
}

.reviews #content h2 {
	margin-bottom: 10px;
}

/* Monday, October 27, 2008 additions */

#video_list {
	padding-left: 10px;
	list-style-type: none;
}

#video_list li {
	margin-bottom: 5px;
}

#video_list a {
	padding: 2px;
}

#video_list .selected a {
	background-color:#333;
	color:#fff;
}

#FAVideo_vid_Container {
	margin-left: 10px;
}

.video_musicians {
	list-style-type: none;
	padding-left: 10px;
}

#video_buttons {
	width: 120px;
	margin: 10px auto 0;
}

#video_buttons a {
	background-color: transparent;
}

/*2010-09-09 additions*/

body.bio #content p.quote {
	margin: 0;
	font-style: italic;
}

body.bio #content p.from {
	margin-top: 4px;
	text-align: right;
	color: #999;
}

body.tracks .rec {
	margin: 5px 10px 30px;
	padding: 3px !important;
	background-color: #F8F8F8;
}

body.projects #content h2 {
	margin: 20px 0 10px 10px;
}

body.projects #content .section_img {
	display: block;
	margin-left: 10px;
}

body.projects .credit {
	text-align: right;
	margin-top: 0;
	font-size: .9em;
	color: #ccc;
}

body.projects .credit a {
	font-weight: normal;
	color: #ccc;
	text-decoration: underline;
	text-shadow: none !important;
}

body.projects em strong {
	font-weight: normal;
	font-style: normal;
}

body.music ul.dl li {
	float: none;
	margin-bottom: 1em;
}

body.music ul.dl li a {
	display: block;
	line-height: 16px;
	padding-left: 20px;
	background: url('/_images/fileType-icon.pdf.jpg') 0 0 no-repeat;
}

body.music ul.dl li a {
	font-weight: normal;
	color: #ccc;
}

body.music ul.dl li a strong {
	color: #F89225;
}

body.music ul.dl li a:hover strong {
	color: #fff;
	background-color: #333;
}


.tabs {
	padding: 0;
	margin: 22px 0 0;
	list-style-type: none;
	overflow: hidden;
	background-color: #e9e9e9;
}

.tabs li {
	float: left;
}

.tabs a {
	float: left;
	padding: 0.3em 1em;
	color: #333;
	background-color: #e9e9e9;
	border-right: 2px solid #FFF;
	text-decoration: none;
}

.tabs a:hover {
	background-color: #333;
	color: #FFF;
}

.tabs a:active {
	background-color: #FFF;
	color: #F89225;
}

div.reviews .tabs .reviews a,
div.interviews .tabs .interviews a,
div.featured .tabs .featured a,
div.archives .tabs .archives a {
	background-color: #666;
	color: #FFF;
}

/*TEST*/

#test {
	background-color: #000;
}

#content .switcher a {
	float: right;
	padding: 0 0 0 22px;
	line-height: 11px;
	font-weight: normal;
	color: #999;
}
#content .switcher a:hover {
	color: #F89225;
}

.switcher.en a {
	background: url('../_images/flag_EN.png') no-repeat;
}

.switcher.fr a {
	background: url('../_images/flag_FR.png') no-repeat;
}

.paypal_submit {
	margin: 10px auto 5px;
	display: block;
}
