/*	
	townfool.css
	
	Main Style Sheet for townfool.net
	Caspar James Green
	
	Created May 28, 2006
		(based on cjg.css)
	*/

	
/*	----- MAIN BODY ----- */

body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	margin: 0;
	}


/*	----- HEADINGS ----- */

h1, h2, h3, h4 {
	font-family: Gentium, 'New Century Schoolbook', Times, serif;
	padding-top:5px;
	margin-bottom: .5em;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.75em;
	}

h3 {
	font-size: 1.5em;
	}

h4 {
	font-size: 1.25em;
	}


/*	----- PARAGRAPHS ----- */

p {
	margin-top: .5em;
	margin-bottom: .5em;
	}


/*	----- LINKS (ANCHORS) ----- */

a:link {
	color: #990000;
	}
a:visited {
	color: #73777a;
	}

a {
	font-weight: bold;
	text-decoration: none;
	}

a img {
	border: 0px;
	}

a.noshow {
	color: black;
	font-weight: normal;
	text-decoration: none;
	}


/*	----- DIVISIONS ----- */

     /*    ----- HEADER ----- */
     
#header {
	border-bottom: solid 1px #990000;
        }

	/*	----- MAIN ----- */
	
#main {
	clear: left;
	line-height: 1.2em;
	padding-left: 5px;
	border-bottom: solid 1px #990000;
	margin-right: 207px;
	}

	/*	----- SIDEBAR ----- */
	
#sidebar {
	width: 200px;
	padding: 0 3px .5em 3px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	float: right;
	}
#sidebar a {
	text-align: center;
	display: block;
	}
#sidebar p {
	/* font-size:.8em; */
	font-family: 'New Century Schoolbook', Times, serif;
	}


/*	----- GENERAL CLASSES ----- */
	
.center {
	text-align: center;
	}

.right {
	text-align: right;
	}
#wrapper {
	position: relative;
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background: #ffffff url(../images/reverseBlueFade.jpg);
	padding: 0;
	}
ul {
	margin: .5em;
	border-bottom: 1px solid black;
}
li {
	margin-top: 0.5em;
	list-style-position: outside;
	padding-bottom: 1em;
}
