/*
-----------------------------------------------
Screen Stylesheet

Site: Piano By Ear Workshop
Author:   John Holleman    www.InnovativeInSite.com

----------------------------------------------- */

body, html {
	font-family: arial;
	font-size: 13px;
	color: #333;
	/*height: 100%;
	max-height: 100%;*/
}

a {
	color: #2c4878;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

hr {
	border: 0;
	color: #333;
	background: #333;
	height: 1px;
	margin: 0 0 3px 0;
}

/* ----- Structural tags ----- */

.container {
	margin: 0 auto;
	width: 800px;
}

#header {
	
}

#content {
	clear: both;
	border: 1px solid #2c4878;
	border-bottom: 12px solid #2c4878;
}

#maincontent {
	border: 0px;
}

.maincontent {
	width: 700px;
}

#maincontent {
	padding: 15px;
}

#leftcolumn {
	width: 200px;
	padding: 10px;
	background: #c9c9c9;
}

#logo {
	float: left;
}

#clicktohear {
	float: right;
}

#thin {
	width: 300px;
}

/* ----- Heading Tags ----- */

p {
	font-size: 12px;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
 	font-size: 22px;
 	color: #ba2222;
 	padding-right: 10px;
 	padding-left: 10px;
 	text-align: center;
}

h2 {
 	color: #2c4878;
 	font-size: 14px;
 	text-align: center;
}

h3 {
 	font-size: 15px;
 	color: #386b9f;
 	text-align: left;
 	font-weight: bold;
}

h4 {
 	color: black;
 	font-size: 18px;
 	text-align: center;
}

h5 {
 	font-size: 16px;
 	color: #386b9f;
 	text-align: center;
}

h6 {
 	
}


/* ----- Text Formatting ----- */

#from {
	font-size: 9px;
	color: 
}

#bio {
	width: 550px;
	background: #edf3f8;
	padding: 0px;
	padding-top: 10px;
	border: 1px solid #2c4878;
}

#biotext {
	width: 355px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

#biopic {
	width: 165px;
	padding-left: 0px;
	padding-right: 10px;
	font-size: 11px;
}

#contentpadding {
	padding-left: 10px;
}

.signatureMasculine { 
  Font-weight: bold;
  Font-style: italic; 
  Font-size: 1em;
  color: blue;
  Line-height: 125%;
  Font-family:  "MS Trebuchet", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#blue {
	text-align: left;
	background: #2c4878;
	width: 554px;
	padding: 3px;
	color: white;
	font-variant: small-caps;
	font-size: 13px;
}

#grey {
	text-align: left;
	width: 550px;
	background: #e9e7e7;
	padding: 5px;
}

#white {
	text-align: left;
	width: 550px;
	padding: 5px;
}