/* ###########
# MAIN CSS CODE #
###########*/

a {
	background-color: inherit;
	color: red;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

body { background-image: url('img/wood.png'); }

h1 {
	font-size: 16pt;
	margin: 0px;
	text-align: center;
}

h2 {
	/* font-family: palatino linotype, georgia, serif; */
	font-size: 12pt;
	/* font-style: italic; */
	font-weight: bold;
	margin: 0px 15px 10px 0px;
	text-align: right;
}

h3 {
	border-top: 1px dashed #ccc;
	font-size: 11pt;
	margin: 30px 15px 0px 15px;
}

hr {
	border: 0px;
	border-top: 1px dashed #ccc;
}

img {
	border: 0px;
}

td img {
	margin-left: 15px;
}

input {
	border: 1px dashed #ccc;
	font-family: "courier new", courier, "lucida console", monospace;
	font-size: 8pt;
	margin-bottom: 1px;
}

p {
	margin: 0px 15px 15px 15px;
	text-align: justify;
}

p img {
	margin: 0px 10px 0px 10px;
}

table { border-collapse: collapse; }

td { vertical-align: top; }

/* ##############
# CONSTANT DIVIDERS #
############## */

div#box {
	margin: auto;
	position: relative;
	top: 0px;
	width: 700px;
}

div#top {
	background-image: url('img/title.png');
	height: 75px;
	width: 700px;
}

div#paper {
	background-image: url('img/paper.png');
	font-family: "courier new", courier, "lucida console", monospace;
	font-size: 8pt;
	padding: 0px 10px 1px 5px;
}

div#bottom {
	background-image: url('img/torn.png');
	font-family: "courier new", courier, "lucida console", monospace;
	font-size: 8pt;
	height: 75px;
	padding: 0px 10px 0px 10px;
}

div#bottom p {
	border-top: 1px dashed #ccc;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

p.bottom {
	font-size: 8pt;
	margin-top: 15px;
	text-align: center;
}

/* ##############
# SITE-SPECIFIC TAGS  #
############## */

/* Music table */

table#music td {
	border-top: 1px dashed #ccc;
	font-size: 8pt;
}
table#music td.artist {
	font-weight: bold;
	width: 100px;
}
table#music td.album { width: 180px; }
table#music td.track {
	font-size: 7pt;
	width: 200px;
}

table#music img {
	font-size: 0pt;
	height: 100px;
	width: 100px;
}

/* Calendar table */

table#calendar { width: 485px; }

table#calendar h1 { text-align: right; }

table#calendar h2 {
	margin: -20px 0px 0px 0px;
	text-align: center;
}

table#calendar td {
	border: 1px dashed #ccc;
	height: 50px;
	width: 50%;
}
table#calendar td p {
	background-color: inherit;
	color: #ccc;
	font-family: georgia, serif;
	font-size: 13pt;
	font-style: italic;
	text-align: right;
	position: absolute;
}
table#calendar td p.monday, p.friday { top: 130px; }
table#calendar td p.tuesday, p.saturday { top: 180px; }
table#calendar td p.wednesday, p.sunday { top: 230px; }
table#calendar td p.thursday, p.notes { top: 280px; }
table#calendar td.top {
	border: 0px;
	height: 20px;
	width: 100%;
}
table#calendar td.left p { right: 240px; }
table#calendar td.right p { right: 0px; }