/* This is the creepy CSS file for Creep House.net */
/* Written by the creepy Miles Grover */

/* Housecleaning */
html,body,form {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* General Rules */
body {
	background-color: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}

a {
	color: #c00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	color: #444;
	font-weight: bold;
	margin: 0;
	padding: 0 0 35px 0;
}

h2 {
	font-size: 24px;
	color: #000;
	line-height: 27px;
	font-weight: bold;
	margin: 0
	;
	padding: 0;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

p {
	padding: 0;
	margin: 0 0 20px 0;
}

ul, ol {
	margin: 0;
	padding: 0 0 20px 40px;
}

li {
	padding-bottom: 3px;
}

/* BG Wrapper makes the stretching of black bg at the bottom possible */
#bg-wrap {
	background-color: #fff;
	overflow: auto;
}

/* Header Rules */
#header {
	background-color: #000;
	background-image: url(img/ragged-top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 11px 11px 10px 11px;
	position: relative;
	overflow: auto;
	margin-bottom: 35px;
	height: 33px;
	text-align: center;
}

#header img, #header a {
	display: block;
	margin: 0 auto;
}

#header a {
	margin-top: 5px;
}

#header a#logo {
	margin-top: 0;
}

#header a#links {
	margin-top: 4px;
}

#header a#subscribe {
	margin-top: 0;
	margin-right: 0;
	position: absolute;
	right: 11px;
	top: 9px;
}

/* Navigation & Date Above Comic Rules */
#cnav-top {
	width: 700px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#cnav-top #back-sm {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#cnav-top #next-sm {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

/* Comic Image Rules */
#comic-image img {
	display: block;
	margin: 0 auto;
	padding-bottom: 45px;
}

/* Transcribe Button */
#transcribe {
	width: 200px;
	margin: 0 auto;
}
#transcribe img {
	display: block;
	padding: 10px 0 20px 0;
	margin: 0 auto;
}

/* Navigation Below Comic Rules */
#cnav-bottom {
	width: 701px;
	margin: 0 auto;
	height: 70px;
}

#cnav-bottom a {
	display: block;
	float: left;
}

#cnav-bottom a img {
	display: block;
}

#cnav-bottom a#cnav-first {
	width: 100px;
}

#cnav-bottom a#cnav-back-lg {
	padding-left: 30px;
	width: 126px;
}

#cnav-bottom a#cnav-archives {
	padding-left: 37px;
	width: 149px;
}

#cnav-bottom a#cnav-next-lg {
	padding-left: 38px;
	width: 126px;
}

#cnav-bottom a#cnav-last {
	padding-left: 38px;
	width: 57px;
}

/* Blog Rules */
#blog {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 130px;
	text-align: left;
	overflow: auto;
}

#blog-head {
	background-color: #888;
	background-image: url(img/ragged-blog-top.gif);
	background-repeat: repeat-x;
	margin-bottom: 18px;
}

#blog-head div {
	padding: 15px 12px 10px 12px;
	background-image: url(img/ragged-blog-bottom.gif);
	background-repeat: repeat-x;
	background-position: 60px bottom;
}

#blog-content {
	float: left;
	width: 427px;
	padding: 0 66px 0 13px;
}

#blog-extras {
	width: 194px;
	float: left;
}

#blog-extras p {
	margin: 0 0 15px 0;
	padding: 0;
}

#subscribe-box {
	background-color: #f70;
	background-image: url(img/ragged-subscr-top.gif);
	background-repeat: repeat-x;
	background-position: -20px top;
	margin: 20px 0;
}

#subscribe-box div {
	background-image: url(img/ragged-subscr-bottom.gif);
	background-repeat: repeat-x;
	background-position: 50px bottom;
	padding: 12px 10px;
}

#subscribe-box a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0 4px 29px;
}

#subscribe-box a:hover {
	color: #000;
}

#subscribe-box a#sub-rss {
	background-image: url(img/icon-rss-og.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

#subscribe-box a#sub-email {
	background-image: url(img/icon-email-og.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#blog-extras form {
	height: 70px;
}

#blog-extras form label {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
}

#blog-extras form #search-box {
	width: 161px;
	background-image: url(img/box-search.gif);
	background-repeat: no-repeat;
	padding: 5px 0 4px 4px;
	float: left;
}

#blog-extras form #search-box input {
	display: block;
	width: 155px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}

#blog-extras form #go-btn {
	display: block;
	float: left;
	padding: 0 0 0 3px;
	margin: 0;	
}

#blog-extras form p {
	text-align: right;
	font-size: 12px;
	color: #888;
	margin: 0;
	padding: 6px 0 0 0;
	clear: both;
}

.news-post {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#news-link {
	font-size: 16px;
	position: relative;
	top: 5px;
	text-decoration: none;
}

a#news-link:hover {
	color: #000;
}

/* Content Wrapper on Non-Comic Pages */
#content-wrap {
	text-align: left;
	width: 700px;
	margin: 0 auto;
	padding-bottom: 120px;
}

/* Footer Rules */
#footer {
	background-color: #000;
	background-image: url(img/ragged-bottom.gif);
	background-repeat: repeat-x;
	background-position: 300 top;
	color: #fff;
	clear: both;
	text-align: left;
}

#footer div {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 50px 0px;
	position: relative;
}

#footer #logo-foot {
	display: block;
	position: absolute;
	top: -69px;
	left: -125px;
}

#footer #logo-foot img {
	display: block;
}

#footer p {
	margin: 0;
	padding: 0 0 3px 0;
}

#footer p.disclaimer {
	font-style: italic;
	padding-top: 12px;
}




















/* SAN DIMAS HIGHSCHOOL FOOTBALL RULES */





