/*  MAIN SITE

 Notes to self
 -----------------------------
	# - ID
	         --> can only be used once in a page
	         --> trumps Class 
	.  - Class
	         --> can be used multiple times in a page
*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #333333;
}

body, th, td, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.5em;
	color: #CD9F46;
}


h3
{
	font-size: 1.3em;
	font-weight:bold;
}

p, ul, ol
{
	line-height: 1.8em;
	font-size: 1.1em;
	margin-bottom:0.8em;
}

ul, ol
{
	margin-left: 3em;
}

a
{
	text-decoration: underline;
	color: #CD9F46;
}

a:hover
{
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a
{
	border: none;
	text-decoration: none;
	color: #CD9F46;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
	background: none;
	color: #CD9F46;
}

/*
hr
{
	display: none;
}
*/

.indent1
{
	margin: 30px;
}

.indent2
{
	margin: 60px;
}

#main
{
width: 900px;
margin: 0 auto;
border-left: 5px solid #000000;
border-right: 5px solid #000000;
}


/* Header */

#header
{
	width: 900px;
	margin: 0 auto;
/*	height: 424px; 	*/
	height: 258px;  /*  space between menu bar & "page_back.gif" */
}

#menu
{
	height: 55px;
	width: 900px;
	padding-left: 25px;
	background: url(./../images/menu.gif) no-repeat;
}

#menu ul
{
	margin: 0;
	padding-left: 0;	
	list-style: none;
	line-height: normal;
}

#divider
{
	width: auto;
	background: url(./../images/divider.jpg) repeat-x;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	float: left;
	height: 34px;  /* needs to match height of button_r.gif  */
	width: 95px; /* size allocated for text box */
	margin-left: 20px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 17px;  /* spacing from the top of the menu bar */
	text-align: center;
	background: url(./../images/button.jpg) no-repeat
}

#menu a:hover
{
	color: #ffffff;
	background: url(./../images/button_r.gif) repeat-x;
}

#musicsoundlighting
{
	margin-top:-7px;
	font-size:0.9em;
	height: 41px;	
}

#musicsoundlighting a:hover
{
	height: 41px;
	color: #ffffff;
	background: url(./../images/button_r2.gif) repeat-x;
}


#Payment 
{
	display: block;
	width: 163px;
	height: 23px;
	margin-top: 0px;
}

#Payment a 
{
	text-decoration:none;
	color: white;
}


.hide  /* hides text for payment link */
{
	visibility:hidden;
}

#payment-link
{
	float: left;
	position:absolute;
	width : 163px;
	height: 23px;
	margin-left: 7px;
	margin-top: 180px;
}

#logo
{
	width: 900px;
	height: 207px;
	margin: 0 auto;
	background: url(./../images/header.gif) no-repeat left top;
}


#logo h1
{
	padding-right: 20px;
	color: #ffffff;
	padding-top: 170px;
	font-size: 24px;
}

#logo h2
{
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}

/*
#logo a
{
	color: #FFFFFF;
}
*/
/* Page */

#page
{
	width: 900px;
	margin: 0 auto;
	background: #ffffff url(./../images/page_back.gif) repeat-x top;
	border-top: none;
	padding-top: 13px; 
}

.post
{

}

.post .title
{
	margin: 0;
	font-weight: normal;
}

.post h1.title
{
	height: 30px;
	font-size: 2.4em;
	font-weight: bold;
	color: #CD9F46;
}

.post .entry
{
	padding: 0 10px 30px 15px;
	font-size: 14px;
}

.post .meta
{
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(../images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CD9F46;
}

.post .meta a
{
	color: #CD9F46;
}

.post .links
{
	margin: 0;
}

.post .tags
{
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(../images/img04.gif) repeat-x;
}

.post .links a, .post .tags a
{
	border: none;
}



/* left-pane */

#left-pane
{
	float: left;
	width: 595px;
	padding-left: 30px;
}

.photos
{
	padding-top: 15px;
}

#facebook_logo
{
	margin-top:-58px;
	margin-left:142px;
	height: 55px;
	text-decoration: none;
}

/* Sidebars */

.sidebar
{
	float: left;
}

.sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li
{
	margin-bottom: 2em;
}


.sidebar li li
{
	margin: 0;
}


#sidebar1
{
	width: 255px;
}

#sidebar2
{
	width: 255px;
}

#sidebar2 li h2
{
	background: url(../images/sidebar_header.gif) no-repeat left top;
	height: 40px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
}

#sidebar2 li ul
{
	line-height: normal;
}

#sidebar2 li li
{
	padding: 5px;
	background: url(../images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}


#sidebar2 li a
{
	font-weight: bold;
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover
{
	border: none;
	padding-left: 10px;
}

.sidebar_header
{
	background: url(../images/sidebar_header_reflection.gif) no-repeat;
}

#sidebar2 .top
{
 padding-top: 20px;
 }
 
#testimonials
{
	text-align:center;
	margin-left: 7px;
	margin-top: -18px;
	width: 250px;
	height: 340px;
	list-style-type: none;
}

#testimonials .slide
{
}

blockquote
{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-style: italic;
}


table.center
{
	margin-left:auto;
	margin-right:auto;
}



#inquiry_form  input, textarea
{
	color:black;
}

.inquiry_header
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.inquiry_required1
{
	color: red;
}

.inquiry_required2
{
	color: blue;
}

.inquiry_cellcolor1
{
	background-color: #EA6B70 ;
}

.inquiry_cellcolor2
{
	background-color: #3592DD;
}

.inquiry_fieldname
{
	padding-left: 5px;
	padding-top:  10px;
	font-weight: bold;
	font-style:italic
}

.inquiry_input
{
	padding-left: 15px;
}

#footer
{
padding: 20px;
background: url(../images/footer.gif) repeat-x
}

#footer p
{
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#footer a
{
color: #FFFFFF
}