@charset "UTF-8";
/*
CSS Document

text.css

MIKEPE 08-06-17 Increased footer font-size to 16px
MIKEPE 08-06-17 Added #usernav ul li font-size: 16px
MIKEPE 08-06-17 Increased p.welcome font-size: 16px & warning font-size: 16px
*/

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #655f51;
	}
	
h1 {
	font-size: 24px;
	margin-bottom: 20px;
	}
	
h2 {
	font-size: 16px;
	color: #863978;
	margin: 0 0 10px 0;
	}
	
h3 {
	font-size: 14px;
	margin-bottom: 10px;
	}
	
h4 {
	font-size: 13px;
	margin-bottom: 10px;
	}
	
h5 {
	font-size: 12px;
	margin: 10px 0;
	}
	
p {
	margin: 0 0 12px 0;
	}
	
p.center {
	text-align: center;
	}
	
p.welcome {
	font-size: 16px;
	font-weight: bold;
	}
	
p.note {
	font-size: 11px;
	color: #8c764d;
	}
	
p.upgrade {
	font-size: 11px;
	font-weight: bold;
	color: #ee2e24;
	}
	
p.upgrade a, p.warning a {
	color: #ee2e24;
	}
	
p.more a {
	color: #863978;
	text-decoration: none;
	}
	
p.more a:hover {
	text-decoration: underline;
	}
	
p.msg, p.fav, p.comm {
	color: #863978;
	font-weight: bold;
	border-top: 1px solid #c7b89c;
	margin: 0;
	padding: 5px 0 5px 20px;
	background-repeat: no-repeat;
	background-position: center left;
	}
	
p.msg {
	background-image: url(../img/ico_msg.gif);
	}
	
p.fav {
	background-image: url(../img/ico_fav.gif);
	}
	
p.comm {
	background-image: url(../img/ico_comm.gif);
	}
	
p.msg a, p.fav a, p.comm a {
	color: #863978;
	}
	
form ul li p {
	margin: 5px 0 5px 150px;
	}
	
a {
	color: #655f51;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	}
	
ol {
	margin-left: 28px;
	}
	
ol li {
	margin-bottom: 6px;
	}
	
#usernav ul {
	list-style-type: none;
	}
	
#usernav ul li a {
	font-size: 16px;
	color: #863978;
	text-decoration: none;
	}
	
#usernav ul li a:hover {
	color: #a76d92;
	}
	
.warning {
	color: #ee2e24;
	font-weight: bold;
	font-size: 16px;
	}
	
div.gallery h3 {
	font-size: 16px;
	margin-bottom: 3px;
	}
	
div.gallery h3 a {
	color: #863978;
	text-decoration: none;
	}
	
div.gallery h3 a:hover {
	text-decoration: underline;
	}	
	
div.gallery p {
	margin-bottom: 3px;
	}
	
div.gallery p.location {
	font-weight: bold;
	color: #863978;
	}
	
p.info {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
div.comment, div.sticky {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #1b1464;
	}
	
div.comment p.by {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
div.comment p.date {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #ee2e24;
	margin-bottom: 12px;
	}
	
div.comment p a {
	color: #1b1464;
	}
	
div.comment p.comment_msg, div.comment p.comment_del {
	display: inline;
	margin-right: 10px;
	font-size: 11px;
	}
	
div.entry h1 {
	color: #863978;
	margin-bottom: 5px;
	}
	
div#terms {
	font-size: 90%;
	}
	
div.stats h4 {
	color: #863978;
	font-size: 10px;
	margin: 0;
	border-top: 1px solid #c7b89c;
	padding-top: 2px;
	}
	
div.stats p {
	font-size: 10px;
	margin: 0;
	margin-bottom: 2px;
	}
	
#footer {
	font-size: 16px;
	color: #666;
	}

#footer p {
	margin: 0;
	}
	
#footer p.copyright {
	float: left;
	width: 400px;
	}
	
#footer ul {
	list-style-type: none;
	text-align: right;
	}
	
#footer ul li {
	display: inline;
	margin-left: 20px;
	}
	
#footer a {
	color: #666;
	}
	
#footer a:hover {
	text-decoration: none;
	}