	/*
	--------------------------------------------------------------------------------------
	Title:         J-Mayer.org (room for two)
	Author:      Stephanie Bertha - www.gotmedia.org - gotmedia@gmail.com
	--------------------------------------------------------------------------------------
	*/


	/* Most Notable Color Declarations
	#efefef - off white (for the background)
	#D1D1D1 - light gray
	#808080 - medium gray
	#535353 - dark gray
	#B8D5D6 - blue (homepage john mayer links in footer)
	*/




/*
--------------------------------------------------------------------------------------
01. COMMON STYLES
--------------------------------------------------------------------------------------
*/

body {
margin: 0;
padding: 0;
border: 0;
font-size: 70%;
font-family: "Lucida Sans", Arial, sans-serif;
color: #000;
line-height: 140%;
background: #efefef;
background:url(/images/bg-homepagecontent.jpg);
}

img {
border: 0;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}

.clear {
margin: 0;
padding: 0;
clear: both;
height: 20px;
}

.clear30 {
margin: 0;
padding: 0;
clear: both;
height: 30px;
}

h1, h2, h3, h4, h5, h6, p, ul {
margin: 0;
padding: 0;
}

a,
a:link {
color: #000;
text-decoration: underline;
}

a:visited {
color: #535353;
}

a.hover,
a:hover {
text-decoration: none;
}

a:active, a:focus{
outline:none;
}

a.normal,
a.normal:link,
a.normal:visited {
color: #000;
text-decoration: underline;
border: 0;
background: none;
}

.floatRight {
margin-left: 10px;
float: right;
}

img.floatLeft,
img.floatRight,
img.floatLeft404 {
border: 1px solid #D1D1D1;
padding: 4px;
margin-bottom: 10px;
background: #fff;
}

.floatLeft,
.floatLeft a,
.floatLeft a:link,
.floatLeft a:visited,
.floatLeft-noborder {
margin-right: 10px;
float: left;
}

#related-links {
margin: -10px 0 30px 0;
padding: 0;
text-indent: 20px;
}

hr.dotted {
margin-bottom: 15px;
border: 0;
height: 1px;
background: #c0c0c0;
}

#jump-to {
margin: 0 0 30px 30px;
}

#jump-to ul {
margin-bottom: 10px;
padding: 10px;
background: #ECECEC;
}

#jump-to li {
display: inline;
background: url(/images/aboutus/aff-arrow2.gif) left no-repeat;
padding-left: 10px;
}




/*
--------------------------------------------------------------------------------------
02. HEADER: HOME PAGE
--------------------------------------------------------------------------------------
*/

	#header {
	width: 100%;
	height: 283px;
	border-bottom: 18px solid #000;
	background:url(/images/bg-header.jpg);
	}

#john-image {
margin: 0 auto;
width: 683px;
height: 196px;
background: url(images/john-image.jpg) no-repeat;
}

#title h1 a {
margin: -10px 0 0 440px;
width: 400px;
height: 85px;
background:url(images/title.jpg) no-repeat;
text-indent: -9999px;
display: block;
}

#title h1 a.hover,
#title h1 a:hover {
background-position: 0 -95px;
}

#homepage-content {
background:url(images/bg-homepagecontent.jpg);
}

#subscribe {
padding: 10px;
float: left;
background: #eee;
}


/*
--------------------------------------------------------------------------------------
02b. MENU
--------------------------------------------------------------------------------------
*/

	#menu {
	margin: 0 auto;
	width: 804px;
	height: 64px;
	background:url(images/bg-menu.jpg) no-repeat;
	}

#menu-block {
margin: 10px 10px 0 0;
float: left;
width: 54px;
height: 54px;
background: #121212;
}

#menu ul {
padding-top: 14px;
}

#menu li a,
#menu li a:link {
text-indent: -9999px;
display: block;
}

#menu li#home a,
#menu li#home a:link {
width: 63px;
height: 54px;
background:url(/images/menu-home.jpg) no-repeat;
}

#menu li#about-john a,
#menu li#about-john a:link {
width: 95px;
height: 54px;
background:url(/images/menu-aboutjohn.jpg) no-repeat;
}

#menu li#his-career a,
#menu li#his-career a:link {
width: 96px;
height: 54px;
background:url(/images/menu-hiscareer.jpg) no-repeat;
}

#menu li#photos a,
#menu li#photos a:link {
width: 68px;
height: 54px;
background:url(/images/menu-photos.jpg) no-repeat;
}

#menu li#multimedia a,
#menu li#multimedia a:link {
width: 102px;
height: 54px;
background:url(/images/menu-multimedia.jpg) no-repeat;
}

#menu li#www a,
#menu li#www a:link {
width: 60px;
height: 54px;
background:url(/images/menu-www.jpg) no-repeat;
}

#menu li#interact a,
#menu li#interact a:link {
width: 84px;
height: 54px;
background:url(/images/menu-interact.jpg) no-repeat;
}

#menu li#about-us a,
#menu li#about-us a:link {
width: 78px;
height: 54px;
background:url(/images/menu-aboutus.jpg) no-repeat;
}

#menu li#board a,
#menu li#board a:link {
width: 75px;
height: 54px;
background:url(/images/menu-board.jpg) no-repeat;
}

#menu li#home a.hover,
#menu li#home a:hover,
#menu li#home a.active,
#menu li#about-john a.hover,
#menu li#about-john a:hover,
#menu li#about-john a.active,
#menu li#his-career a.hover,
#menu li#his-career a:hover,
#menu li#his-career a.active,
#menu li#photos a.hover,
#menu li#photos a:hover,
#menu li#photos a.active,
#menu li#multimedia a.hover,
#menu li#multimedia a:hover,
#menu li#multimedia a.active,
#menu li#www a.hover,
#menu li#www a:hover,
#menu li#www a.active,
#menu li#interact a.hover,
#menu li#interact a:hover,
#menu li#interact a.active,
#menu li#about-us a.hover,
#menu li#about-us a:hover,
#menu li#about-us a.active,
#menu li#board a.hover,
#menu li#board a:hover,
#menu li#board a.active     {
background-position: 0 -54px;
}

/* DROP DOWN MENU STYLING */
.floatleft { float:left; }

.ddcontent { margin-left: 10px; font-family: "Lucida Sans", Arial, sans-serif; position:absolute;
overflow:hidden; display:none; width: 150px; background:#E6E6E6; z-index:200 }

.ddinner { padding: 5px; border: 0px solid #000; background:#E6E6E6; border-left: 0px solid #57B2B5; }

.ddinner a, .ddinner a:active, .ddinner a:visited { display:block; margin-right: 10px; padding:2px; padding-left: 10px; color:#585858; text-decoration:none; background:#E6E6E6; }

.ddinner a:hover {	color: #3C898C; background:#E6E6E6 url(images/menu-arrow.jpg) left no-repeat; }

.underline { border-bottom: 1px solid #fff; }



/*
--------------------------------------------------------------------------------------
02c. HOME PAGE: SEARCH
--------------------------------------------------------------------------------------
*/

	#search {
	margin: 30px 0 20px 0;
	width: 880px;
	text-align: right;
	}

.search-input {
width: 150px;
font-family: "lucida sans", arial, sans-serif;
font-size: 1em;
padding: 2px;
border: 1px solid #dbdbdb;
}

.search-button {
position: relative;
top: 4px;
border: 0;
cursor: pointer;
}

.search-button:hover {
background:url(images/search-button2.jpg) no-repeat;
}



/*
--------------------------------------------------------------------------------------
02d. HOME PAGE: WELCOME / TV APPEAR / TOUR DATES
--------------------------------------------------------------------------------------
*/

	#welcome-tv-tour {
	margin: 0 auto;
	width: 900px;
	height: 280px;
	clear: both;
	background:url(images/bg-welcome-tv-tour.jpg) no-repeat;
	}

#welcome-left {
margin-left: 75px;
}

#welcome {
margin: 34px 0 0 0; 
float: left;
}

h2#welcome1 {
margin: 0;
padding: 0;
width: 73px;
height: 21px;
display: block;
text-indent: -9999px;
background: url(images/h2-welcome.jpg) no-repeat;
}

#welcome p {
width: 214px;
padding-bottom: 10px;
line-height: 140%;
}

#john-on-tv {
margin: 35px 0 0 27px;
width: 244px;
float: left;
}

#tvappear {
margin: 2px 0 0 20px;
}

h2#johntv {
width: 79px;
height: 24px;
display: block;
text-indent: -9999px;
background: url(images/h2-johnontv.jpg) no-repeat;
}

#allappear {
margin: 0 21px 11px 0;
float: right;
}

#allappear a,
#allappear a:link {
color: #333333;
text-decoration: none;
border-bottom: 1px dotted #c0c0c0;
}

#allappear a:visited,
#allappear a.hover,
#allappear a:hover {
color: #999999;
}

#on-tour {
margin: 35px 0 0 10px;
width: 274px;
float: left;
}

h2#ontour {
width: 79px;
height: 24px;
display: block;
text-indent: -9999px;
background: url(images/h2-ontour.jpg) no-repeat;
}


.show {
padding-left: 4px;
}

.date {
padding-left: 35px;
}

.show-tour {
padding-left: 14px;
}

.date-tour {
padding-left: 35px;
}


/* EASYSCROLL MENU BUTTONS FOR TOUR DATES SCROLL */		
#easyscrollnav { margin-bottom: 10px; margin-left: 90px; }			
	
#easyscrollnav li { margin:0; padding:0; margin-right: 10px; list-style:none; display: inline;color:#333; cursor:pointer; border-bottom: 1px dotted #c0c0c0; }	
	
#easyscrollnav li.over { color:#999; }




/*
--------------------------------------------------------------------------------------
02e. HOME PAGE: UPDATES
--------------------------------------------------------------------------------------
*/

	#updates {
	margin: 0 auto;
	width: 766px;
	clear: both;
	}

#upper-left-corner {
width: 55px;
height: 50px;
border-top: 4px solid #000;
border-left: 4px solid #000;
}

.update {
margin-left: 150px;
width: 663px;
}

.update h5 {
font-family: Rockwell, Georgia, sans-serif;
font-size: 2.3em;
font-weight: normal;
color: #57B2B5;
letter-spacing: -.07em;
}

.update h6 {
height: 20px;
font-family: "Lucida Sans", Arial, sans-serif;
font-size: .8em;
font-weight: normal;
color: #7b7b7b;
text-transform: uppercase;
}

.update h6 span {
font-family: Arial, sans-serif;
font-size: 1.3em;
}

.update p {
font-size: 1.124em;
line-height: 150%;
font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
padding-bottom: 15px;
width: 450px;
}

#lower-right-corner {
margin-left: 690px;
width: 55px;
height: 50px;
border-bottom: 4px solid #000;
border-right: 4px solid #000;
}



/*
--------------------------------------------------------------------------------------
02f. HOME PAGE: BOTTOM BRACKET
--------------------------------------------------------------------------------------
*/

	#bottom-bracket {
	margin: 0 auto;
	margin-top: 50px;
	width: 615px;
	height: 100px;
	background:url(images/bracket.jpg) no-repeat;
	}



/*
--------------------------------------------------------------------------------------
02g. HOME PAGE: FOOTER
--------------------------------------------------------------------------------------
*/

	#footer {
	clear: both;
	width: 100%;
	height: 272px;
	border-top: 18px solid #000;
	background:url(images/bg-header.jpg);
	}

#footer-center {
margin: 0 auto;
width: 825px;
}

#john-mayer-links {
margin: 20px 0 0 20px;
width: 352px;
float: left;
}

h2#jm-links {
margin-right: 10px;
width: 127px;
height: 61px;
text-indent: -9999px;
display: block;
float: left;
background:url(images/h2-jmlinks.jpg) no-repeat;
}

#john-mayer-links ul {
margin-left: 20px;
float: left;
color: #B8D5D6;
font-size: 1em;
}

#john-mayer-links li {
margin-top: 3px;
padding-bottom: 2px;
text-indent: 8px;
line-height: 190%;
}

#john-mayer-links a,
#john-mayer-links a:link,
#john-mayer-links a:visited {
display: block;
width: 170px;
color: #B8D5D6;
border-bottom: 1px solid #676560;
text-decoration: none;
}

#john-mayer-links a.hover,
#john-mayer-links a:hover {
color: #DCEDEC;
border-bottom: 1px solid #B6B09F;
}

#about-the-site {
margin: 20px 0 0 40px;
width: 370px;
float: left;
}

h2#aboutsite {
width: 127px;
height: 61px;
text-indent: -9999px;
display: block;
float: left;
background:url(images/h2-aboutthesite.jpg) no-repeat;
}

#about-the-site p {
margin-left: 20px;
width: 180px;
float: left;
color: #B8BFBF;
}

#about-the-site .clear {
margin: 0;
padding: 0;
clear: both;
height: 20px;
}

#about-the-site ul {
margin-left: 115px;
clear: both;
width: 250px;
}

#about-the-site li {
display: inline;
}

li#sitemap,
li#getintouch {
margin-right: 10px;
display: block;
float: left;
width: 94px;
height: 38px;
text-align: center;
background:#000 url(images/bg-viewsitemap.jpg) no-repeat;
}

#about-the-site li a,
#about-the-site li a:link,
#about-the site li a:visited {
position: relative;
top: 10px;
color: #B8D5D6;
text-decoration: none;
}

#about-the-site li a.hover,
#about-the-site li a:hover {
color: #95D1D3;
border-bottom: 1px dotted #95D1D3;
}




/*
--------------------------------------------------------------------------------------
03. PAGES STYLINGS: HEADER
--------------------------------------------------------------------------------------
*/

#pages-header {
width: 100%;
height: 234px;
background: url(/images/pages-bg.jpg);
}

#pages-john-image {
margin: 0;
position: relative;
top: 4px;
width: 334px;
height: 223px;
float: right;
background: url(/images/pages-john-image.jpg) no-repeat;
}

#pages-header-center {
margin: 0 auto;
width: 810px;
}

#pages-title {
width: 200px;
float: left;
}

#pages-title h1 a {
margin: 80px 0 0 -20px;
padding: 0;
width: 225px;
height: 85px;
background:url(/images/pages-title.jpg) no-repeat;
text-indent: -9999px;
display: block;
}

#pages-title h1 a.hover,
#pages-title h1 a:hover {
background-position: 0 -85px;
}




/*
--------------------------------------------------------------------------------------
03b. PAGES & PRESS STYLINGS: CONTENT
--------------------------------------------------------------------------------------
*/

	#pages-content {
	margin-top: 37px;
	background:url(/images/bg-homepagecontent.jpg);
	}

#press-content-start,
#pages-content-start {
margin: 0 auto;
margin-bottom: 40px;
width: 650px;
font-size: 1.2em;
font-family: "lucida sans unicode", arial;
line-height: 150%;
}

#pages-content-start h2,
#press-content-start h2 {
margin: 0 0 20px 0;
padding: 0;
font-family: Rockwell, Georgia, "Times New Roman", serif;
font-weight: bold;
font-size: 2.5em;
letter-spacing: -.07em;
line-height: 90%;
color: #232323;
}

#pages-content-start h3 {
font-weight: normal;
margin: 10px;
}

#pages-content-start h4 {
font-weight: normal;
font-size: 1.1em;
color: #78723E;
}

#pages-content-start h4 a,
#pages-content-start h4 a:link {
color: #78723E;
text-decoration: none;
}

#pages-content-start h4 a.hover,
#pages-content-start h4 a:hover {
color: #58542E;
}

#pages-content-start h5 {
margin: 0;
padding: 0;
color: #444;
font-family: "lucida sans unicode", arial, sans-serif;
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
}

#pages-content-start h6 {
font-weight: normal;
font-size: 1em;
}

#pages-content-start p {
margin: 0;
padding: 0 0 20px 0;
}

	#press-content-start p {
	padding-bottom: 20px;
	}

#press-content-start .question {
padding: 0;
}

/* Questions in the Press Section */
.question {
font-weight: bold;
}

#press-content-start h3 {
margin: -10px 0 20px 15px;
padding: 0;
font-size: 1em;
font-weight: normal;
}

#press-archive h6 {
margin: 30px 0 20px 0;
padding: 10px;
color: #69623F;
text-indent: 15px;
border-top: 4px solid #000;
border-bottom: 1px dotted #c0c0c0;
background:#F1F1F1 url(/images/career/arrow.gif) no-repeat 70px 16px;
}

ul.press {
margin: 10px 0px 20px 0px;
padding-bottom: 10px;
}

ul.press li {
margin-bottom: 10px;
padding-left: 21px;
width: 96%;
display: block;
}

ul.press li a,
ul.press li a:link {
padding: 5px;
padding-left: 21px;
display: block;
background:#fff;
text-decoration: none;
border-bottom: 1px dotted #c0c0c0;
}

ul.press li a:visited {
color: #535353;
border: 0;
}

ul.press li a.hover,
ul.press li a:hover {
border-bottom: 1px dotted #fff;
}




/*
--------------------------------------------------------------------------------------
03c. PAGES STYLINGS: FOOTER
--------------------------------------------------------------------------------------
*/ 

	#pages-footer {
	clear: both;
	width: 100%;
	height: 88px;
	border-top: 18px solid #000;
	background:url(images/bg-header.jpg);
	}

#pages-footer-center {
margin: 0 auto;
margin-top: 30px;
width: 783px;
}

#copyright {
width: 307px;
float: left;
color: #626059;
}

#copyright a,
#copyright a:link,
#copyright a:visited {
color: #626059;
text-decoration: none;
}

#copyright a.hover,
#copyright a:hover {
color: #8F8D87;
}

#helpful-links {
width: 214px;
float: right;
}

#helpful-links li {
display: inline;
font-size: .9em;
}

#helpful-links li#print a,
#helpful-links li#print a:link,
#helpful-links li#print a:visited {
margin-right: 30px;
text-transform: uppercase;
color: #57B2B5;
text-decoration: none;
}

#helpful-links li#psitemap a,
#helpful-links li#psitemap a:link,
#helpful-links li#psitemap a:visited {
margin-right: 5px;
color: #57B2B5;
text-decoration: none;
background: none;
}

#helpful-links li#contact a,
#helpful-links li#contact a:link,
#helpful-links li#contact a:visited {
color: #F3F3F3;
text-decoration: none;
}

#helpful-links li#print a.hover,
#helpful-links li#print a:hover,
#helpful-links li#psitemap a.hover,
#helpful-links li#psitemap a:hover,
#helpful-links li#contact a.hover,
#helpful-links li#contact a:hover {
text-decoration: underline;
}



/*
--------------------------------------------------------------------------------------
04. PAGES - 404 PAGE
--------------------------------------------------------------------------------------
*/ 

	#pages404-header {
	width: 100%;
	height: 100px;
	border-bottom: 17px solid #000;
	background:url(images/bg-header.jpg);
	}

#pages404-title h1 a {
margin: 0 0 0 -20px;
padding: 0;
position: relative;
top: 30px;
width: 225px;
height: 65px;
text-indent: -9999px;
display: block;
background:url(images/pages-title.jpg) no-repeat;
}

#pages404-title h1 a.hover,
#pages404-title h1 a:hover {
background-position: 0 -85px;
}

ul.error-404 {
margin-top: -10px;
}

ul.error-404 li,
ul.error-404 li, 
ul.error-404 li {
margin: 0 0 0 10px;
padding: 0 0 0 10px;
background: url(/images/aboutus/aff-arrow.gif) left no-repeat;
}

.floatLeft404 {
margin-right: 40px;
float: left;
}




/*
--------------------------------------------------------------------------------------
04. PAGES: FACTS
--------------------------------------------------------------------------------------
*/ 

	#facts-column01 {
	margin-right: 30px;
	float: left;
	width: 300px;
	}

#facts-column02 {
float: right;
width: 300px;
}

#facts-column01 dl,
#facts-column02 dl {
margin: 0;
padding: 0;
}

#facts-column01 dt,
#facts-column02 dt, dt {
margin: 0 2px 0 0;
padding: 0;
float: left;
color: #4B4529;
}

#facts-column01 dd,
#facts-column02 dd, dd {
margin: 0 0 4px 0;
padding: 0;
}

dl.break {
margin: 0;
padding: 0;
}

dl.break dt {
margin: 10px 0 0 0;
padding: 0;
clear: both;
color: #4B4529;
}

dl.break dd {
margin: 0;
padding: 0;
clear: both;
}

ul.facts li {
margin: 10px auto 15px auto;
padding-left: 15px;
width: 600px;
background: url(/images/aboutus/aff-arrow.gif) left no-repeat;
}


/*
--------------------------------------------------------------------------------------
04. PAGES: CHILDHOOD
--------------------------------------------------------------------------------------
*/ 

	blockquote#childhood {
	width: 200px;
	float: left;
	padding-left: 8px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 120%;
	color: #4B4529;
	border-left: 2px solid #000; 
	}



/*
--------------------------------------------------------------------------------------
04. PAGES: TATTOOS
--------------------------------------------------------------------------------------
*/ 

	#tattoos-column01,
	#tattoos-column03 {
	margin-right: 30px;
	float: left;
	width: 300px;
	}

#tattoos-column02,
#tattoos-column04 {
float: left;
width: 300px;
}



/*
--------------------------------------------------------------------------------------
04. PAGES: QUOTES
--------------------------------------------------------------------------------------
*/ 

	blockquote.quotes {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c0c0c0;
	}



/*
--------------------------------------------------------------------------------------
04. PAGES: ACHIEVEMENTS & COLLABORATIONS
--------------------------------------------------------------------------------------
*/ 

	#achievements b,
	#collaborations b,
	blockquote.quotes b {
	font-weight: normal;
	color: #4F4820;
	}




/*
--------------------------------------------------------------------------------------
04. PAGES: JOHN COVERS
--------------------------------------------------------------------------------------
*/ 

	.john-covers-right {
	margin-left: 20px;
	float: left;
	}




/*
--------------------------------------------------------------------------------------
04. PAGES: AFFILIATES
--------------------------------------------------------------------------------------
*/ 

	ul.affiliates,
	ul.links {
	margin: 0 0 20px 20px;
	padding: 0;
	}

ul.affiliates li,
ul.links li {
display: block;
}

ul.affiliates li a,
ul.affiliates li a:link,
ul.affiliates li a:visited,
ul.links li a,
ul.links li a:link,
ul.links li a:visited,
ul.quizzes li a,
ul.quizzes li a:link,
ul.quizzes li a:visited {
padding-left: 10px;
}

ul.affiliates li a.hover,
ul.affiliates li a:hover,
ul.links li a.hover,
ul.links li a:hover,
ul.quizzes li a.hover,
ul.quizzes li a:hover {
background: url(/images/aboutus/aff-arrow.gif) left no-repeat;
padding-left: 10px;
}

#affiliates-column01 {
width: 350px;
float: left;
}

#affiliates-column02 {
width: 300px;
float: left;
}




/*
--------------------------------------------------------------------------------------
04. PAGES: BECOME AFFILIATES
--------------------------------------------------------------------------------------
*/ 

	#become-column01 {
	margin-right: 40px;
	width: 240px;
	float: left;
	}

#become-column02 {
margin-bottom: 40px;
width: 350px;
float: left;
}

.send {
padding: 5px;
font-family: "Lucida Sans", Arial, sans-serif;
font-size: 1.0em;
border: 1px solid #D1D1D1;
cursor: pointer;
background: #fff;
}

.send:hover {
color: #000;
border: 1px solid #c2c2c2;
}

input, textarea {
padding: 3px;
font-family: "Lucida Sans", Arial, sans-serif;
font-size: 1em;
border: 1px solid #c0c0c0;
}

textarea {
width: 223px;
}



/*
--------------------------------------------------------------------------------------
04. PAGES: LINKS
--------------------------------------------------------------------------------------
*/ 

	#links-column01{
	margin-right: 30px;
	padding: 10px;
	float: left;
	width: 250px;
	background: #ECECEC;
	}

#links-column02 {
margin-right: 30px;
padding: 10px;
width: 250px;
float: left
}

#links-column01 li a.hover,
#links-column01 li a:hover,
#credits-column01 li a.hover,
#credits-column01 li a:hover {
background: url(/images/aboutus/aff-arrow2.gif) left no-repeat;
padding-left: 10px;
}



/*
--------------------------------------------------------------------------------------
04. PAGES: SITE CREDITS
--------------------------------------------------------------------------------------
*/ 

	#credits-column01 {
	margin-right: 30px;
	padding: 10px;
	width: 250px;
	float: left;
	background: #ECECEC;
	}

#credits-column02 {
margin: 10px 0 20px 0;
width: 300px;
float: left;
}



/*
--------------------------------------------------------------------------------------
04. PAGES: ABOUT US
--------------------------------------------------------------------------------------
*/ 

	.aboutus-column02 {
	margin-left: 20px;
	float: left;
	width: 350px;
	}




/*
--------------------------------------------------------------------------------------
04. PAGES: FAQs
--------------------------------------------------------------------------------------
*/ 

	dl.faqs {
	margin-bottom: 30px;
	}

dl.faqs dt {
margin-top: 10px;
}

dl.faqs dd {
clear: both;
}



/*
--------------------------------------------------------------------------------------
04. PAGES: CONTACT 
--------------------------------------------------------------------------------------
*/ 

	#contact-form {
	margin: 20px 20px 0 60px;
	width: 300px;
	float: left;
	}

#contact-directly {
margin-top: 20px;
width: 200px;
float: left;
}

#contact-directly h6 {
margin-top: 10px;
}

.indent-line { 
margin: 15px 0 0 20px;
padding: 10px;
width: 600px;
border-bottom: 1px dotted #c0c0c0;
background: #ECECEC;
}




/*
--------------------------------------------------------------------------------------
04. PAGES: REVIEWS
--------------------------------------------------------------------------------------
*/ 

	#reviews {
	margin: 0 auto;
	margin-top: 30px;
	width: 500px;
	}

#reviews textarea {
width: 500px;
height: 200px;
}



/*
--------------------------------------------------------------------------------------
04. PAGES: QUIZZES 
--------------------------------------------------------------------------------------
*/ 

	ul.quizzes li {
	margin: 0 0 10px 30px;
	}



/*
--------------------------------------------------------------------------------------
04. PAGES: AUDIO & VIDEO 
--------------------------------------------------------------------------------------
*/ 

	ul.audio li,
	ul.videos li {
	margin: 0 0 7px 20px;
	}

ul.audio li a,
ul.audio li a:link,
ul.audio li a:visited {
background:url(/images/media/audio.jpg) no-repeat left;
padding-left: 15px;
}

ul.audio li a.hover,
ul.audio li a:hover {
background:url(/images/media/audio2.jpg) no-repeat left;
padding-left: 15px;
}

ul.videos li a,
ul.videos li a:link,
ul.videos li a:visited {
background:url(/images/media/videos.jpg) no-repeat top left;
padding-left: 20px;
}

ul.videos li a.hover,
ul.videos li a:hover {
background:url(/images/media/videos2.jpg) no-repeat top left;
padding-left: 20px;
}

#videos-useful-links {
margin: 20px 0 20px 0;
padding: 10px;
text-align: center;
background: #ECECEC;
}

#notable-videos {
margin: 20px auto;
width: 500px;
}



/*
--------------------------------------------------------------------------------------
04. PAGES: MUSIC HISTORY
--------------------------------------------------------------------------------------
*/ 

	#music-history h3 {
	font-size: 1em;
	}

#music-history h4 {
margin: 40px 0 15px 0;
padding: 10px;
color: #69623F;
text-indent: 15px;
font-weight: normal;
font-size: 1.3em;
border-top: 4px solid #000;
border-bottom: 1px dotted #c0c0c0;
background:#F1F1F1;
}

ul.tracklist li {
background:url(/images/media/audio.jpg) no-repeat top left;
padding-left: 15px;
}

ul.tracklist li ul {
margin-left: 10px;
}

.album-preview {
margin: 20px 0 0 50px;
width: 150px;
float: left;
}

.track-list {
margin-left: 80px;
float: left;
width: 240px;
}




/*
--------------------------------------------------------------------------------------
04. PAGES: OLD TOUR DATES
--------------------------------------------------------------------------------------
*/ 

	ul.old-tour-dates,
	ul.setlists {
	margin: 10px 0 40px 0;
	}

ul.old-tour-dates li,
ul.setlists li {
margin-left: 15px;
}

#old-tour a,
#old-tour a:link {
margin-bottom: 10px;
padding: 10px;
cursor: pointer;
display: block;
text-decoration: none;
border-bottom: 1px dotted #c0c0c0;
}

#old-tour a.hover,
#old-tour a:hover {
color: #797343;
}

ul.old-tour {
padding: 20px 0 30px 0;
width: 650px;
background: #ececec;
}

ul.old-tour li {
margin-left: 20px;
padding-left: 10px;
background: url(/images/aboutus/aff-arrow2.gif) left no-repeat;
}

ul.old-tour-dates li {
padding-left: 10px;
background: url(/images/career/block.gif) center left no-repeat;
}

ul.old-tour-dates li.oldtour-clickhere {
padding-left: 10px;
background: url(/images/aboutus/aff-arrow.gif) left no-repeat;
}



/*
--------------------------------------------------------------------------------------
04. PAGES: NOTABLE APPEARANCES
--------------------------------------------------------------------------------------
*/ 

	.sortable {
	margin: 0;
	padding: 0 0 30px 0;
	}

.notable-title {
padding: 10px;
width: 120px;
text-align: center;
}

.sortable th {
padding: 10px;
background:#eee;
}

.sortable tr:hover {
background: #fff;
}

.sortable td {
margin: 0;
padding: 10px;
border-bottom: 1px solid #D5D5D5;
}

.notable-name {
padding: 5px;
width: 200px;
color: #4F4A29;
}

.notable-date {
width: 150px;
}



/*
--------------------------------------------------------------------------------------
04. PAGES: OLDER NEWS
--------------------------------------------------------------------------------------
*/  

	#older-news h3 {
	margin: 20px 0 0 80px;
	font-weight: normal;
	color: #000;
	font-size: 1.4em;
	letter-spacing: -.05em;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	width: 500px;
	line-height: 120%;
	}

#older-news h4 {
margin: 0 0 20px 80px;
font-weight: normal;
}

#older-news p {
margin-left: 80px;
width: 450px;
}

hr.oldernews {
margin: 0 auto;
margin-bottom: 15px;
border: 0;
height: 1px;
width: 500px;
background: none;
border-left: 0px dotted #404040;
border-bottom: 20px solid #eee;
}




/*
--------------------------------------------------------------------------------------
04. PAGES: DISCOGRAPHY
--------------------------------------------------------------------------------------
*/  

	#disco-image-right {
	margin: 0;
	float: left;
	padding: 20px;
	padding-top: 28px;
	padding-left: 24px;
	background: #eee;
	border: 1px dotted #c0c0c0;
	}

#disco {
margin-left: 20px;
padding-bottom: 30px;
float: left;
width: 380px;
}

.disco {
margin: 20px 0 0 50px;
}

#disco a,
#disco a:link {
cursor: pointer;
padding: 4px;
padding-left: 15px;
margin-bottom: 10px;
text-decoration: none;
width: 300px;
display: block;
font-size: 1em;
font-weight: bold;
line-height: 130%;
color: #404040;
border-bottom: 1px dotted #c0c0c0;
background:url(/images/media/audio2.jpg) no-repeat center left;
}

#disco a.hover,
#disco a:hover {
color: #797343;
}

ul.disco {
margin: 10px 0 20px 0;
padding: 0 0 20px 10px;
width: 300px;
border-bottom: 1px solid #c0c0c0;
}

.disco a.hover img,
.disco a:hover img {
border: 1px solid #808080;
}

#disco p {
width: 300px;
}

a.nopointer {
cursor: text;
}





/*
--------------------------------------------------------------------------------------
04. PAGES: SITEMAP
--------------------------------------------------------------------------------------
*/  

	#sitemap-header {
	width: 100%;
	height: 73px;
	border-bottom: 17px solid #000;
	background:url(images/bg-header.jpg);
	}

#sitemap-title {
margin-top: 20px;
width: 200px;
float: right;
}

#sitemap-title h1 a {
margin: 0;
padding: 0;
width: 124px;
height: 35px;
background:url(images/title-sitemap.jpg) no-repeat;
text-indent: -9999px;
display: block;
}

#site-map-title {
margin: 0;
padding: 0;
width: 200px;
float: left;
}

#site-map-title h2 {
width: 136px;
height: 125px;
background:url(images/sitemap.jpg) no-repeat;
text-indent: -9999px;
display: block;
}

#sitemap #search {
margin: 96px 0 0 0;
padding: 0;
width: 260px;
float: right;
}

#sitemap-search #search input.search-button {
position: relative;
top: 8px;
}

#sitemap h6 {
margin: 0px 0 20px 0;
padding: 5px;
color: #494111;
text-indent: 15px;
border-top: 1px solid #000;
border-bottom: 1px solid #c0c0c0;
font-family: Rockwell, Georgia, serif;
font-size: 1.4em;
letter-spacing: -.07em;
}

#sitemap h6 a {
color: #494111;
text-decoration: none;
display: block;
}

#sitemap h6 a.hover,
#sitemap h6 a:hover {
color: #2C2708;
}

#sitemap ul {
margin: 0;
padding: 0;
}

#sitemap ul li {
font-size: 1em;
}

#sitemap ul li ul li {
margin-bottom: 2px;
color: #414141;
}

#sitemap ul li ul li a,
#sitemap ul li ul li a:link {
color: #414141;
font-size: .9em;
}

#sitemap-column1, #sitemap-column11 {margin: 0;padding: 0;width: 150px;float: left;}
#sitemap-column2 {margin: 0;padding: 0;width: 170px;float: left;}
#sitemap-column3 {margin: 0;padding: 0;width: 314px;float: right;}
#sitemap-column4 {margin: 0;margin-right: 20px;padding: 0;width: 320px;float: left;}
#sitemap-column5 {margin: 0;padding: 0;width: 300px;float: right;}
#sitemap-column6 {margin: 0;margin-top: 30px;padding: 0;width: 230px;float: left;}
#sitemap-column7 {margin: 0;margin-top: 30px;padding: 0;width: 160px;float: left;}
#sitemap-column8 {margin: 0;margin-top: 30px;padding: 0;width: 200px;float: right;}
#sitemap-column9 {margin: 0;margin-top: 30px;padding: 0;width: 287px;float: left;}
#sitemap-column10 {margin: 0;margin-top: 30px;padding: 0;width: 200px;float: right;}
#sitemap-column10b {margin: 0;margin-right: 30px;padding: 0;width: 287px;float: left;}
#sitemap-column12,#sitemap-column13 {margin: 0;padding: 0;width: 150px;float: right;}
#sitemap-column15 {margin: 0;padding: 0;width: 150px;float: left;}
#sitemap-column16 {margin: 0;padding: 0;width: 300px;float: right;}

	/*
	--------------------------------------------------------------------------------------
	END
	--------------------------------------------------------------------------------------
	*/  