/*This will be the CSS for the whole site*/
/* <img class="heading" src="/twanger.jpg" alt="Guitar Header"> */

* {border:0;margin:0;padding:0;}

input, textarea, select {
    border: 1px solid black;
    margin: 5px;
}


body {background-color: #FFFFFF; font-family: serif; color: #000000; font-size: 14pt; background-image: url("background.JPG"); background-repeat: repeat-y; }

.wholepage {background-image:url("twanger.JPG"); background-repeat: no-repeat; }

.content {margin-left: 180px; padding-top: 100px; margin-right: 100px;}

.menu {position: absolute; top: 400px; font-weight: bold;  left: 20px; line-height: 2; display: block; }

h1 { font-size: 50pt; font-family: serif; padding-left: 30px;  line-height: 90%;}
h3 { padding-left: 220px; font-family: serif; font-size: 20pt; margin-bottom: 20px;  }

p {margin-bottom: 10px; }

.photo {float: right; }
.fullpost {border: 1px black dotted; margin-bottom: 10px; width: 67%}

table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 20px; 
}
table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/*.menu {position: absolute; left: 10px; top: 300px; font-weight: bold; }*/


/*.content {position: absolute; margin-left: 150px; }*/
/*.content {float: left; }*/

/*.photo { float: left; margin: 10px; padding: 10px; text-align: center; vertical-align: middle;}*/

a:link {color: #333333; text-decoration: none;}
a:visited {color: #333333; text-decoration: none;}

/*.menu a:hover {
    background: #666666;
}*/

a:hover {color: #666666; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}


.tablebackground {background-color: #2892f8; font-weight: bold }

.bottombar { font-size: 10pt; margin-top: 50px; }
/*.sidebar { background-color: #2892f8; width: 200px; height: 100%; }*/

.picture {
	margin: auto 4%; 
	display: inline-block; 
	vertical-align:middle;
	}
.pictures {
	position:relative; 
	margin:0 auto; 
	overflow:auto; 
	text-align:center;
	}

