/* Ithaca Hash House Harriers web pages */

body {
	background: #FFFFCC url("/ithaca/images/header_bg.jpg") top left repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	line-height: 120%;
}


a {
	color: #4444CC;
	text-decoration: none;
}


#ih3_head {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 222px;
	margin: 0px auto;
	background: url("/ithaca/images/header.jpg") top center no-repeat;
}

h1#logo {
	padding: 0;
	width: 800px;
	margin: 7px auto;
}

#textcolumn {
	width: 800px;
	margin: 4px auto;
	padding: 222px 12px 12px 12px;
}

@media print {
	body {
		background: white;
	}
	
	#ih3_head {
		position: static;
		top: auto;
		height: 131px;
		background: none;
	}
	
	h1#logo img {
		height: 100px;
		width: 131px;
	}
	
	#textcolumn {
		padding: 0;
	}

}

#main_nav {
	float: left;
	width: 258px;
	border: solid 2px black;
	background: #93CBB8;
	text-align: center;
}

@media print {
	#main_nav {
		display: none;
	}
}

#main_nav ul {
	width: 90%;
	padding: 0;
	margin: 0.5em auto;
	border-bottom: solid 2px #FFFFCC;
	list-style: none;
}

#main_nav ul li {
	border-top: solid 2px #FFFFCC;
	font-weight: bold;
	padding: 7px 0px;
}

#main_nav li.nav_here {
	list-style-image: url("/ithaca/images/herefoot.gif");
	marker-offset: 1em;
}

#main_nav p {
	font-size: 90%;
}

#main_nav a {
	color: #770000;
	text-decoration: none;
}

#main_nav a:hover {
	text-decoration: underline;
}

#main_content {
	padding: 0;
	margin: 0;
	margin-left: 272px;
}

@media print {
	#main_content {
		margin-left: 0px;
	}
}


h1,h2,h3,h4 {
	font-family: serif;
	line-height: 120%;
}

table#rehash {
	border-spacing: 0;
}


table#rehash .desc {
	text-align: left;
	padding-left: 17px;
}


table#rehash .date {
	text-align: center;
	white-space: nowrap;
}


table#rehash tr th {
	padding: 3px 3px;
	color: #770000;
	border-bottom: 2px solid #770000;
}


table#rehash tr td {
	padding: 4px 3px;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}


.rehash {
	border-top: 3px solid #CCCCCC;
}

.rehash h3 {
	color: #770000;
}

.rehash .posted {
	color: #777777;
	font-size: 90%;
}

.rehash img {
	border: 1px solid #CCCCCC;
}

.notice {
	border: 1px solid #CCCCCC;
	background: white;
	padding: 4px 7px;
}

.img_float {
	float: left;
	margin-right: 4px;
}

#footer {
	clear: both;
	background: url("/ithaca/images/header_bg.jpg");
	width: 100%;
	text-align: center;
}

@media print {
	#footer {
		display: none;
	}
}


#footer #webring {
	padding: 12px 0px;
	line-height: 140%;
	font-size: 90%;
}

#footer a {
	color: #770000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

