/* appearance.css */

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

body
{
	background-image: url(../images/shadow-background.gif);
	background-repeat: repeat-y;
}

fieldset, fieldset legend, fieldset label, fieldset input
{
	font-size: 0.9em;
}

fieldset
{
	border: 1px solid #777777;
}

fieldset p
{
	font-size: 0.7em;
}

div#allied-content ul li a, div#allied-content ul li.currentpage
{
	font-size: 0.9em;
	line-height: 20px;
	padding: 5px 20px;
	font-weight: bold;
	background: #d0d0d0;
	display: block;
	width: 149px;
	height: 20px;
	border-bottom: 1px solid #ffffff;
	color: #000000;
}

div#allied-content ul li a:hover
{
	text-decoration: none;
}

div#allied-content h2
{
	font-size: 0.9em;
	padding: 5px;
	line-height: 20px;
	font-weight: bold;
	background: #d0d0d0;
	display: block;
	height: 20px;
	border-bottom: 1px solid #ffffff;
	color: #000000;
}

div#allied-content div#about-pcm
{
	font-size: 0.6em;
	line-height: 2em;
	color: #000000;
}

div#allied-content div#about-pcm p
{
	line-height: 2em;
}

div#splash p#splash-title
{
	background: #d0d0d0;
	font-size: 0.8em;
	line-height: 2em;
}

div#page-content
{
	background-image: url(../images/body-background.gif);
	border-left: 1px #d0d0d0 solid;
	border-right: 1px #d0d0d0 solid;
}

div#page-content h3 a
{
	font-size: 1em;
	line-height: 3em;
	color: #000000;
}

div#page-content h3 a:hover
{
	text-decoration: none;
}

div#page-content h4
{
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

div#page-content p, div#page-content ul li
{
	font-size: 0.8em;
	line-height: 2em;
}

div#page-content form div.row label
{
	font-size: 0.8em;
}

div#page-content form div.row input
{
	font-size: 0.8em;
}

div#page-content hr
{
    height: 1px;
	border: 0;
	background: #000000;
	margin: 20px auto 5px;
	width: 90%;
}

.post-tag
{
	font-size: 11px;
	font-style: italic;
}

.post-category
{
	font-size: 11px;
	font-style: italic;
	background: #e0e0e0;
	padding: 2px;
}

div#footer
{
	font-size: 0.6em;
	background: #d0d0d0;
	height: 20px;
}

p.errorAlert
{
	color: #CC0000;
}