/* Sowerby Music website common style definitions */

/* Reset styles, see http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}
body {
	line-height: 1;
}
#wrapper {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
	border-spacing: 0;	
}

/* Specific styles for Sowerby Music */
body {
    background-image: url(../images/wash2.gif);
	padding: 10px;
	line-height: 1.4;
}
#navigation {
	line-height:1;
}
#header {
}
#content {
	width:80%;
	margin-left:10%;
}
#footer {
	text-align: center;
}
h1 {
	margin: 0;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	color: #3B8CC0;
}
h2 {
	margin: 0;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #000000;
}
h3 {
	margin: 0;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	color: #3B8CC0;
}
h4 {
	margin: 0;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #3B8CC0;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #000000;
}
p {
	margin: 0;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.3;
}

a, strong {
	vertical-align: 0%;
}
a:link, a:visited { text-decoration:underline; color:#3B8CC0;}
a:hover, a:active { text-decoration:underline; color:#0000ff; }


#content ul li {
	list-style-type: square;
	list-style-position: outside;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 130%;
	margin: 0 0 0 3em;
	text-align:left;
}
#content ol li {
	list-style-type:decimal;
	list-style-position: outside;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 130%;
	margin: 0 0 0 3em;
}
td {
	vertical-align: top;
	text-align: left;
}
img {
	margin: 5px;
}
.keyline {
	border: 1px solid #000000;
}
.keylinelink {
	border: 1px solid #000000;
}
.keylinelink:hover {
	margin: 4px;
	border: 2px solid #0000ff;
}
.center {
	text-align: center
}
.courier {
    font-family: "Courier New", Courier, monospace;
}
.blueblue {
	border: 3px solid #002bff;
	background-color: #e5eaff;
	margin: 0px;
	padding: 10px;
}
.blackyellow {
	border: 1px solid #002bff;
	background-color: #fff2b2;
	margin: 0px;
	padding: 0.3em;
}
.blackorange {
	border: 1px solid #002bff;
	background-color: #ffea80;
	margin: 0px;
	padding: 0.3em;
}
.event {
	text-align: justify;
	margin: 10px 0 20px 0;
}
.mailinglist {
	border: 1px solid #002bff;
	background-color: #fff2b2;
}
.small {
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
}
.smallbold {
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold
}
.leadin {
	line-height: 1.0;
	font-weight: bold;
	font-size: 115%;
	vertical-align: 0%;
}
.blue {
	color: #002bff;
	vertical-align: 0%;
}
.yellow {
	color: #fff7cc;
	vertical-align: 0%;
}
.orange {
	color: #ffee99;
	vertical-align: 0%;
}
.red {
	color: #ff0000;
	vertical-align: 0%;
}
.green {
	color: #00c000;
	vertical-align: 0%;
}
.cooperblack {
	font-family: "Cooper Black", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.quotes {
	display:none;
}
.tabular {
    border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
.standard {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
#header p {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 100%;
}
