/* ###########
# 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;
}

table { border-collapse: collapse; }

td { vertical-align: top; }

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

div#note {
	left: 0px;
	position: absolute;
	top: 0px;
	width: 250px;
}
div#note img { position: absolute; }
div#note img.top { top: 0px; }
div#note img.home { top: 49px }
div#note img.about { top: 72px }
div#note img.contact { top: 98px }
div#note img.blog { top: 127px }
div#note img.calendar { top: 153px }
div#note img.random { top: 184px }
div#note img.bottom { top: 213px }

div#pic {
	height: 250px;
	left: 0px;
	position: absolute;
	top: 250px;
	width: 250px;
}
div#wii {
	background-image: url('img/wii.gif');
	color: #999;
	font: bold 10pt arial, sans-serif;
	height: 50px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 500px;
	width: 250px;
}
div#wii p {
	padding: 16px 30px 0px 0px;
	text-align: right;
}

div#ps3 {
	background-image: url('img/ps3.gif');
	color: #999;
	font: bold 10pt arial, sans-serif;
	height: 50px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 560px;
	width: 250px;
}
div#ps3 p {
	padding: 10px 50px 0px 50px;
}

div#net {
	background-image: url('img/net.gif');
	color: #fff;
	font: bold 10pt arial, sans-serif;
	height: 50px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 500px;
	width: 250px;
}
div#net p {
	padding: 16px 30px 0px 0px;
	text-align: right;
}

div#box {
	left: 250px;
	position: absolute;
	top: 0px;
	width: 500px;
}

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

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; }