/* calguitar2005.css */
/* Addresses IE stupidity regarding centered divs, IE Mac problems with absolute positioning by using tables again, uses headings properly */

@import url(undohtml.css);

body {
	font-family: Tahoma, Verdana, Geneva, 'Vera Sans', Arial, Helvetica, sans-serif;
	background: rgb(181,163,163);	
	text-align: center; /* Fixes IE problem with div centering */
	}
	
#container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* Fixes IE problem with div centering */
	}

hr {
	display: block;
	visibility: hidden;
	}

#linkpublications {
	text-align: left;
	}
	
#pubs {
	background: rgb(181,163,163);
	}

body.catalog {
	background: rgb(181,163,163);
	}

form {
	margin: 0;
	padding: 0;
	}
	

#blocktop, #blocklower {
	width: 540px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background: rgb(218,209,209);
	padding: 8px;
/*	position: relative;*/
	border: 0.5px solid rgb(218,209,209);
/*	overflow: hidden;*/
	text-align: left;
	}	

#blocktop {
	margin-top: 8px;
	}
	
#blocktop tr {
	vertical-align: bottom;
	}

#blocktop td {
	vertical-align: bottom;
	}

#blocklower {
	margin-top: 0;
	}
	
#blocklower tr {
	vertical-align: top;
	}
		
td#blockimage {
	margin: 0 0 .5em .5em;
	}
	
td#blocklinks {
	margin: 8px 0;
	padding: 0;
	vertical-align: bottom;
	}
	
	
#blockpubs {
	border: 0.5px solid rgb(218,209,209);
	width: 49%;
	float: left;
	padding: 0;
	margin: 8px 0 0 0;
	}
	
#blockrecs {
	border: 0.5px solid rgb(218,209,209);
	width: 49%;
	float: right;
	padding: 0;
	margin: 8px 0 0 0;
	}


div#blocknavrow {
	padding: 0;
	font-weight: bolder;
	font-size: 14px;
	color: rgb(89,47,47);
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
	border-top: 1px solid rgb(218,209,209);
	border-bottom: 1px solid rgb(218,209,209);
	}

#blocknavrow table {
	width: 100%;
	}
	
#nav {
	margin: 0;
	height: 20px;	
	}
	
#nav td {
	margin: 0;
	width: 25%;
	white-space: nowrap;
	font-size: 12px;
	line-height: 18px;
	text-align: center;

	}
	
#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	}
			
#blockforms {
	border: 0.5px solid rgb(218,209,209);
	margin: 0;
	padding: 0;
	width: 280px;
	}

#blockforms table {
	text-align: left;
	}
	
#blockforms td {
}	

#blockpiecescontainer {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}

#blockpiecesleft {
	float: left;
	width: 49%;
	padding: 0;
	margin: 0;
	}
	
#blockpiecesright {
	float: right;
	width: 49%;
	padding: 0;
	margin: 0;
	}

#blockpiecescenter {
	width:200px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}
	
table {
	margin-top: 0;
	margin-bottom: 0;	
	padding: 0;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
table#tabletop td {
 vertical-align: bottom;
}

table#tablebottom {
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0;
	margin: 0 0 8px 0;
	background: rgb(181,163,163);
	}

h1 a {
	text-decoration: none;
	}

 .namelast {
	text-transform: capitalize;
	color: #FFFFFF;
	}

.samplelink {
	font-weight: bolder;
	font-size: smaller;
	padding: 10px 0 0 0;
	margin: 0 0 0 8px;
	text-align: left;
	width: 280px;
	}

.price {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 16px;
	color: rgb(89,47,47);
	padding: 0;
	margin: 0 0 0 8px;
	font-weight: bolder;
	text-align: left;
	clear: both;
	width: 280px;
}
.linkdetails {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 6px 20px;
	text-align: left;
	text-indent: -16px;
	margin: 0 0 0 4px;
}
	
a:link {
	color: rgb(89,47,47);
	background-color: transparent;
	}

a:visited {
	color: rgb(89,47,47);
	background-color: transparent;
	}
		
a:hover {
	text-decoration: underline overline!important;
	background-color: transparent;
	}
		
a:active {
	color: rgb(89,47,47);
	text-decoration: none;
	background-color: transparent;
	}


.revtext {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	padding: 0 4px 0 4px;
	margin: 0;
	}

.desctext {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 14px;
	line-height: 140%;
	padding: 8px 24px 8px 24px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 410px;
	border-right: 1px solid rgb(182,163,163);
  border-left: 1px solid rgb(182,163,163);
	}

.cattext {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 14px;
	line-height: 28px;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 410px;
	border: 1px solid rgb(182,163,163);
	}
/*
.cattext:first-line {
	line-height: 40px;
	}
*/
.cattext:first-letter {
	font-size: 38px;
	font-weight: bold;
	float: left;
	}
	

.siteinfopara1 {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	}

.siteinfopara1:first-line {
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}

.siteinfoparanot1 {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 14px;
	line-height: 20px;
	text-indent: 1em;
	margin: 0;
	padding: 0;
	}

.revpub {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	text-indent: 1em;
	padding: 0px 4px 4px 4px;
	margin: 0;
}

.revpubcountry {
	font-weight: normal;
}

.entrytitle {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	padding: 8px 4px 4px 4px;
	margin: 0 auto;
	border-bottom: 1px solid rgb(182,163,163);
	width:90%;
}

.entrytitlesub {
	text-align: center;
	font-size: 12px;
	margin:0;
	padding: 0;
	}

.editor {
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	padding: 0 4px 8px 4px;
	margin: 0;
}

.notes {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	padding: 0 4px 8px 4px;
	margin: 0;
	text-align: center;
}

ol {
	margin: 0 0 0 24px;
	padding: 0 8px 0 8px;
	width: auto;
	}

#blockpiecesleft li, #blockpiecesright li, #blockpiecescenter li {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 140%;
	list-style-type: decimal;
	margin: 0px;
	text-align: left;
}

.closeup {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	padding: 0px;
	margin: 2px 0 0 0;
	color: #CC9999;
	text-align: left;

}
.closeit {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 0px;
	margin: 2px 0 0 0;
	text-align: left;
}

.cellbutton {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: bottom;
	text-align: left;
}

.notesfineprint {
	font-size: 10px;
	padding: 4px;
	margin: 8px 0 0 0;
	color: #CC9999;
	text-align: left;
	border: 1px solid rgb(182,163,163);
}


.ebuttons {
	margin: 0;
	padding: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.piecescomposer {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
	padding: 0 4px 0 4px;
	list-style-type: decimal;
	margin: 8px 0 0px;
}

.entrycreditadditional {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	padding: 4px 4px 0 4px;
	margin: 0px;
}

.artist {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	padding: 4px 0 0 8px;
	margin: 0 8px 0 0;
	text-align: left;
	background-color: #CCCCCC;
}

.work {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: small;
	font-weight: bolder;
	font-style: normal;
	padding: 0 8px 8px 36px;
	margin: 0 8px 4px 0;
	text-align: left;
	background-color: #CCCCCC;
}

.category {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 8px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 0px;
	font-variant: small-caps;
}

.catalogtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: normal;
	padding: 0 0 0 8px;
	font-weight: bold;
	color: #333333;
	border-bottom-style: double;
	border-bottom-color: #666666;
	border-bottom-width: 4px;
	font-variant: small-caps;
	text-align: left;
}

td {
	vertical-align: top;
	}

label {
	font-size: smaller;
	margin: 8px 0 0 0;
	padding: 0;
	display: block;
	}
	
fieldset label {
	display: inline;
	}

fieldset div {
	margin: .4em 0 .4em 0;
	padding: 0;
	display: block;
	}
	
input, textarea {
	margin: 0;
	padding: 0;
	}

	
fieldset {
	margin: 0;
	padding: .2em .4em .4em .4em;
	width: 200px;
	}
	
legend {
	font-size: smaller;
	font-weight: bolder;
	color: #333;
	}
	
td.formbutton {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}
	
.forminfo {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 1em;
	margin: 8px 0 0 0;
	padding: 0;
	}
	
.contactresponse {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 1em;
	margin: 4px 0 0 0;
	padding: 0;
	}
	
.imagecontainer {
	margin: 0;
	padding: 0;
	}

.infocopypara {
	font-family: Georgia, 'Trebuchet MS', Times, 'Times New Roman', serif;
	font-size: 12px;
	padding: 4px;
	line-height: 140%;
	margin: 8px 0 0 0;
	color: black;
	text-align: left;
}

#blockinfo {

	}
	
div.errors {
	border: 2px solid #FFF;
	padding: 2px;
	}
div.errors li {
	list-style-type: decimal;
	}

