/*CSS Stylesheet for Maxi Salon by Ann Darnton------*/
/*color swatches
#999966 - olive (body bg)
#b52d26 - maroon (header bg)
#b0b08d - lt sage
*/
/*baseline styles---------------------------------------
-----------------------------------------------------*/
/*baseline styles, based on Eric Meyer's reset styles------------------------------*/
html, body, div, span, iframe, p,
blockquote, a, abbr, acronym, address, cite, del, dfn, em, font, img, strong, sub, sup, q,
h1, h2, h3, h4, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul, li {
	list-style:  none;
}

blockquote * { quotes: none; }

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong { font-weight: bold; }	

em { font-style: italic; }	

html, body {
	height: 100%;
}

body	{
	color: #000;
	background: #999966 url(../images/grn_gradient.gif) repeat-x top left;
	text-align: center;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
} 	

/*=element selectors---------------------------------
----------------------------------------------------*/
h1, h2, h3  {
	font-weight:  bold;
	margin-bottom: 0.75em;
}

h1  {
	font-size:  2.1em;
	color:  #676767;
	border-bottom:  2px solid #ccc;
}					
		
h2  {
	margin-top:  2.5em;
	font-size:  1.1em;
	letter-spacing:  0.025em;
	text-transform:  uppercase;
	color:  #b52d26;	 
}	
		
p  {
	line-height:  1.5;
	font-size:  130%;
	margin-bottom:  1.5em;
	margin-right:  2em;
}	

li  {
	font-size:  130%;
}

/*=links--------------------------------------------
--------------------------------------------------*/		
a, img a {
	text-decoration:  none;
	border: none;
}
						
a:link, a:visited  {
	color:  #6b6c47; /*dk sage*/
	text-decoration:  underline;
}
			
a:hover	{
	color:  #000;
	text-decoration:  none;	
}	

/*=classes-------------------------------------*/			
.clear  {
	clear: both;
}					
			
.breadcrumbs  {
	font-size:  1em;
	color:  #676767;
	margin:  0 0 30px 0;
	font-weight:  bold;
}		

/*=major divs-------------------------------
------------------------------------------*/
#outerwrap  {
	position:  relative;
	width:  96em;
	min-width:  96em;
	max-width:  100%;
	height:  auto;
	text-align:  left;
	margin:  0 auto 15px auto;
	overflow:  hidden; /* prevents border from collapsing above content */
	background:  #fff url(../images/violin_top-rt.jpg) no-repeat 0px 100px;
}		
	
body#instruments_list #outerwrap, body#gallery #outerwrap  {	
	background-image: none;
}						

/*=header-------------------------------
------------------------------------------*/
#header	 {
	position:  relative;
	width:  100%;
	height:  116px;
	background-color: #b52d26;		
}

#header img {
	margin: 10px 0 0 15px;
}	

/* basic contact info top rt----------------*/		
#address {
	position: absolute;
	top: 15px;
	right: 27px;
	text-align: right;
}	

#address p {
	margin: 0;	
	font-size:  10.5px;
	color:  #b0b08d; /*lt sage*/
}	
			
body#contact #address p {
	display: none;
}							

/*=nav ------------------------------------------
----------------------------------------------- */
#menu {
   float:left;
   width:100%;
   background:#000;
   overflow:hidden;
   position:absolute;
   bottom:  0;
   left:  0;
}

#menu ul {
   clear:left;
   float:left;
   position:relative;
   left:50%;
   text-align:center;
}

#menu ul li {
   display:block;
   float:left;
   position:relative;
   right:50%;
}

#menu ul li a {
   display: block;
   margin: 0 0 0 1px;
   padding: 3px 16px;
   color: #fff;
   background: #676767;
   text-decoration: none;
   line-height: 1.3em;
   letter-spacing:  0.07em;
}

#menu ul li a#this_page:link,
#menu ul li a#this_page:visited {
   color: #000;
   background: #fff;
   font-weight: bold;
   letter-spacing: normal;
}

#menu ul li a:hover {
    color:#000;
	background:#ccc;
}

/*=content--------------------------------------
----------------------------------------------- */
#content  {
	float: right;	
	width:  58%;
	margin: 6em 0 3em 0;
	padding: 0 9% 0 5%;
	border-left:  3px dotted #ccc;	
	min-height:  350px;
	text-align:  left;
	overflow: hidden;
}	
						
body#instruments_list #content	{
	margin-left:  50px;
	width:  auto;
}		
			
body#gallery #content  {
	margin-left:  130px;
	width:  50.5em;
			}
				
body#instruments_list h1  {
	width: 95%;
}							

/*designer-developer*/			
#credits	{
	font-size: 1em;
	text-align: right;
}

/*=footer  -------------------------------------------
-------------------------------------------------------  */
#footer  {
	width:  100%;
	clear: both;
	height:  7em;
	border-top:  8px solid #000;
	background-color:  #b52d26;
	text-align:  center;
}
			
#footer ul  {		
	margin:  10px 0 0 0;
}
			
#footer	li	{
	display: inline;
	padding: 0 6px;
	font-size: 1.15em;
	text-transform: capitalize;
	border: 1px solid #000;
	border-width: 0 1px;
}						
			
#footer	li a:link, #footer li a:visited {
	font-weight: normal;
	color:  #000;
}
			
#footer	li a:hover {
	color:  #fff;
}			

#footer p {
	margin:  0.5em 0 0 0;
	padding: 0;
	font-size:  1em;
}			

/*=index page------------------------------------------
-------------------------------------------------------*/
body#index #outerwrap  {
	background-image:  none;
	margin:  0 auto 20px auto;
	border-bottom:  10px solid #000;
}

body#index #content  {
	float: none;
	width:  58em;
	margin:  50px auto 10px auto;
	padding: 0;
	border:  none;
	color:  #676767;
	text-align:  center;
	overflow:  hidden;
}	

#index #content img  {
	margin:  0 0 20px 0;
	padding:  10px;
	border: 3px double #b5b5b5;
}	
	
body#index h1 {
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	border-bottom:  2px dotted #ccc;
	font-size: 2.8em;
	font-weight: normal;
}
		
body#index #content p  {
	margin: 0 0 4em 0;
	padding: 0;
	font-size: 158%;
	font-style: italic;
	text-align: center;
}	
		
body#index #copy p {
	margin: 30px 0 0 0;	
	font-size: 100%;
	font-style: normal;
}						

body#index #footer ul {
	display: none;
}	

/*=instruments list ------------------------------------
------------------------------------------------------*/	
/*=table styles for instrument list----------------------*/
table  {
	width:  100%;
	border:  none;
	border-collapse:  collapse;
	font-family:  Georgia, "Times New Roman", Times, serif;
}

caption	{
	font-size:  1.2em;
	font-weight:  bold;
	letter-spacing:  0.025em;
	text-transform:  uppercase;
	color:  #b52d26;	/*maroon*/	
	text-align:  left;
	padding-top:  10px;
	padding-bottom:  10px;
}
			
tr.row2	td	{
	padding-bottom:  8px;
	border-bottom:  1px solid #ccc;
}

td, th	{
	font-size:  1.1em;
	padding-top:  6px;
	padding-bottom:  0;
	text-align: left;
}
		
th	{
	color:  #fff;
	background-color:  #000;
	font-weight:  bold;
	text-transform:  uppercase;	
	padding-top:  2px;
	padding-bottom:  3px;
}
		
td  {
	vertical-align:  top;
}	

th.action {
	width: 9em;
}

td.bold {
	width: 7em;
}	
		
td.notes  {
	color: #999; 
	font-weight:  bold;
	text-align:  right;
	padding-right:  8px;
}
			
td.cell_sort	{
	text-align:  right;
	padding-right:  10px;
	color:  #b52d26;	/*maroon*/
	font-weight:  bold;
}			
			
.bold  {
	font-weight:  bold;
	padding-right:  10px;
}
			
td p  {
	margin-top:  0;
	font-size:  1em;
}		
/*end table styles for instrument list------------------------*/		

/*dl styles for instrument list-------------------------------*/
#instruments dl  {
	font-size:  1.15em;
}		
			
#instruments dt  {
	border-top:  1px solid #ccc;
	padding-top:  10px;
	margin-top:  8px;
	color:  #676767;
}				
			
dt span  {
	font-weight:  bold;
	text-transform:  uppercase;
}						

#instruments dd  {
	margin-top:  6px;		
	margin-bottom:  15px;
	margin-left:  20px;
	font-size:  1.1em;
}
			
dd p	{
	margin-top:  4px;
	margin-bottom:  6px;
	font-size:  1.2em;
}				
	
/*=services page---------------------
--------------------------------------*/
body#services #outerwrap  {	
	background-position: 0 0;
}

#services_list {
	margin-right: 250px;
}

/*to simulate menu*/
#services_list li {
	background:#ccc;
	line-height: 1;
	width: 20em;
	margin-bottom: 2px;
}	

#services_list li a:link, #services_list li a:visited {
	display: block;
	color:#000;
	background:#ccc;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em 0 0.5em 1em;
}

#services_list li a:hover {
	color:#fff;
   	background:#676767;
	font-weight: bold;
	text-decoration: none;
}		

/*where descriptions appear*/		
#details  {
	clear: both;
	margin-top: 4em;
	padding: 1em 0;
}	

#details p, #details img, #details h2, #details li {
	margin-left: 20px;
}

#details h2 {
	margin-top: 1em;
}

#details li {
	line-height: 1.4;
}

ul.nested_ajax li {
	font-size: 100%;
	padding-bottom: 1em;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 1em;
}	

ul.nested_ajax h3, body#services ul.nested_ajax p {
	display: inline;
}

body#services ul.nested_ajax p {
	margin-left: 0.3em;
}
	
/*about pg ---------------------*/		
body#about #content ul  {
	line-height:  1.5;
}			
		
/*=images-------------------------------
-----------------------------------------*/

#content img {
	border:  1px solid #b5b5b5;
	padding: 6px;
}	

.left {
	float: left;
	margin-right: 10px;
	margin-bottom:  5px;
}

.rt {
	float: right;
	margin-left: 10px;
	margin-bottom:  5px;
}
		
body#about img.left	{
	width: 58%;
}
		
.sm_img	{
	float:  right;
	margin-top:  10px;
	margin-left:  5px;
	padding:  4px;
	border:  1px solid #b5b5b5;
}	
		
body#services .sm_img  {
	margin-top:  0;	
	margin-bottom:  0;		
}
		
body#about .sm_img, body#instruments .sm_img  {
	margin-top:  5px;	
	margin-bottom:  0;		
}
		
/*cm page -----------------------------*/
body#cm #outerwrap  {
	background-image:  none;
}		
		
body#cm #content	{
	float: none;
	width: 70%;
	margin-left:  10%;
	padding-right: 4%;
	/*width:  67em;	
	min-width:  67em;*/
}				
			
body#cm #copy p  {
	margin-bottom:  4px;	
	margin-left:  260px;
	font-size:  0.9em;
	color:  #676767;
	font-weight: normal;
	text-align:  left;
}					
