/* Stylesheet for KellyMcCullough.com for web viewing */

body {
	color: black;
	margin: auto;
	width: 927px;
	background: #444;
}

p {
	margin: 4px 4px 12px 4px;
}

h3.title {
	background: #000 url(kdmtitle.jpg) no-repeat center;
	width: 927px;
	height: 200px;
	top: 0px;
	margin: 0px;
}

h3.title span {
	display:none;
}

.content {
	width: 927px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #ddd;
}

.textcolumn {
	float: left;
	width: 650px;
	margin: 4px;
	padding: 4px;
}

.textbox {
	margin-bottom: 8px;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	/* background: white url(aliens.gif) repeat fixed -2px -2px; */
	background: #fff;
	padding: 4px;
}

.newsbox {
	margin-bottom: 8px;
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-right: solid 1px #555;
	border-bottom: solid 1px #555;
	/* background: white url(aliens.gif) repeat fixed -2px -2px; */
	background: #fff;
	padding: 4px;
}

.newshead {
	display: none;
}

input {
	background: #eee;
	border: solid 1px #555;
}

textarea {
	background: #eee;
	border: solid 1px #555;
}
.coverscolumn {
	margin: 4px;
	padding: 4px;
	float: right;
	width: 220px;
}
.coverscolumn span {
	display: block;
	margin-bottom: 4px;
}
.coverscolumn span img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	text-size: 75%;
	text-align: center;
	clear: both;
}
.storytitle {
	text-align: center;
	font-weight: bold;
}
.sectionbreak {
	margin-top: 3ex;
	margin-bottom: 3ex;
	width: 20%;
	background-color: black;
}
	
	a:link { color: #00f; }
	a:visited { color: #00a; }
	a:hover { color: #a00; }
	a:active { color: #f00; }
