/*
  Default style sheet for thereisnospork.com
  Written by Ted Cipicchio <ted@thereisnospork.com>
*/

/* Default body text style. */
BODY {
	background-color: #52656f;
	background-image: url(/images/background.png);
	font-family: arial, sans-serif;
	color: black;
	margin: 0px;
}

/* Center alignment of elements. */
.center {
	text-align: center;
	margin-left: auto;	/* Center non-text, too. */
	margin-right: auto;
}
/* P.center { text-align: center; } */

/* Link text. */
A:link { color: #555; background-color: transparent; }
A:visited { color: #555; background-color: transparent; }
A:active { color: white; background-color: transparent; }
A:link IMG { border-width: 0px; }
A:visited IMG { border-width: 0px; }
A:active IMG { border-width: 0px; }

/* Heading styles. */
H1 {
	font-style: italic;
	font-weight: bold;
	font-size: large;
	text-align: center;
}
H2 {
	font-weight: bold;
	font-size: medium;
}
H3 {
	font-style: italic;
	font-weight: bold;
	font-size: small;
}

TABLE.main {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
TABLE.main TD {
	vertical-align: top;
	margin: 0px;
	padding: 4px;
}
TABLE.main TD.title
{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/title-back.png);
}
TABLE.main TD.titlemain
{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/title-main-back.png);
}

TABLE.framed {
	width: 100%;
	border: 2px solid black;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #ccc;
}

TABLE.listformatting {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
TABLE.listformatting TR {
	margin: 0px;
	padding: 0px;
}
TABLE.listformatting TD {
	vertical-align: top;
	margin: 0px;
	padding: 1px;
}
TABLE.listformatting TD.subject {
	padding-top: 0.75em;
}

/* Image captions. */
DIV.caption { font-size: x-small; }

/* Horizontal rules. */
HR.section {
	height: 0px;
	width: 95%;
	border-top: 1px solid black;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
HR.subsection {
	height: 0px;
	width: 50%;
	border-top: 1px solid black;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
