/*articles and gallery pages--------------*/
body#article #content_main, body#gallery #content_main {
	margin-left: 14em; /*move to rt-there is no subcontent*/
	padding-left: 5%;
	border: none;
	-moz-box-shadow: 2px 2px 2px #ccc, -3px 1px 3px #dcd4d2;
	-webkit-box-shadow: 2px 2px 2px #ccc, -3px 1px 3px #dcd4d2;
	box-shadow: 2px 2px 2px #ccc, -3px 1px 3px #dcd4d2;
}

body#article #content_main h1, body#gallery #content_main h1 {
	margin-top: 1.5em;
}

/*for 2nd line if heading needs 2 lines (used in article titles)*/			
body#article #content_main h1.line2, body#gallery #content_main h1.line2 {
	border: none;
	margin-top: -0.7em;
}

/*=gallery page--------------
----------------------------*/
ul.articles {
	width:  auto;
	padding:  10px 0;
	font-size:  110%;
}	
		
ul.articles h2 { /*shows maker, instrument type and instr. title*/
	position:  relative;
	margin-bottom:  0.3em;
	margin-top:  .75em;
	padding:  2px;
	font-size:  90%;
	background-color:  #dcd4d2; /*pale neutral from brown family*/
}		

ul.articles li p {
	font-size: 100%;
	line-height: 1.2;
}

/*city names and dates made*/		
.whenwhere {
	position: absolute;
	top: 2px;
	right: 2px;
	font-weight:  normal;
}	

/*"read more" links ---------------------------------------------*/
ul.articles a {
	font-weight: normal;
}	
		
/*date of posting-force to separate line*/		
.pdate {
	display:  block;
	margin-top:  3px;
	font-size:  85%;
	font-style:  italic;
}	

/*form styles, sort and search--------------------------------*/
body#gallery form {
	margin:  1em 0;
}			

body#gallery label {
	display: block;
	width: 6em;
	float: left;
	padding-right: 5px;	
	font: bold 120%/1.6 Verdana, Arial, sans-serif;	
	color: #73524d;
}			
		
body#gallery select {
	color:  #73524d;
	border:  1px solid #dcd4d2;
}		
		
body#gallery input, body#gallery select {
	font-family: Verdana, Arial, sans-serif;
}					

body#gallery input {
	width: 12em;
	color:  #73524d;
	padding:  2px;
	border:  1px solid #dcd4d2;
}
		
body#gallery input.submit {
	width: auto;
	padding:  3px;
	font-size: 120%;
	font-weight:  bold;
	background: #b6a85a;
	color:  #fff;
	border: none;
	cursor: pointer;
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-box-shadow:2px 2px 2px #666;
	-webkit-box-shadow:2px 2px 2px #666;
	box-shadow:2px 2px 2px #666;
	text-shadow: 1px 1px 3px #000;
}
		
body#gallery input.submit:hover {
	background: #94944c;
}

input.reset {
	width: auto;
	background: #fff;
	color: #aa1407;
	border: none;
	padding: 0;
}		
		
/*end form styles, sort and search----------------------------------*/	
			
/*=articles-----------------
-------------------------*/
blockquote { /*use for any quotes in articles*/
	border-left: 6px solid #dcd4d2;
	width: auto;
	margin: 1.5em 2em 1.5em 4em;
	padding-left: 0.75em;
	line-height: 1.3;
	font-size:  120%;
}

body#article #content_main ul {
	margin: 1em auto 1em 1.5em;
}

/*images in articles------------------------------------------
-----------------------------------------------------------*/
.main_img, .sub_img, .sub_img_l {
	padding: 5px;
	border: 3px solid #dcd4d2; /*pale neutral from brown family*/
}

.main_img {
	margin: 0;
}	
		
.sub_img {
	float: right;
	margin: 3px 0 3px 10px;
}		
		
.sub_img_l {
	float: left;
	margin: 10px 10px 3px 0;
}				
