<?php header('Content-type: text/css'); ?>
<?php // require_once('browser.php'); ?>


/* Reset all styles ********************** */
* { margin: 0; padding: 0; } 


img {
border:none;
}


body {
	background-color: #ffffff;
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
}
body#peephome {
	background-color: #312E49;
}

a {
	color:#6CC;
	padding:0 2px 0 2px;
	text-decoration:none;
}


a:hover {
	background-color: #FFFF99;
	color:#4D8484;
	padding:0 2px 0 2px;
}
a.static {
	padding: 0;
	xxcolor:inherit;
}
a.static:hover {
	background: none;
	color:#FFFF99;
}


div#pageContent {
	margin-right:auto;
	margin-left:auto;
	margin-top:4%;
	margin-bottom:24px;
	text-align: center;
	width:450px;
	
}
h1#pageHd {
	font: normal 48px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 16px;
	xxcolor: #333333;
}
h3 {
	xxfont: normal 14px Georgia, "Times New Roman", Times, serif;
	xxxmargin-top: 12px;
}

h4#mainLinks {
	margin:14px 0 48px 0;
	letter-spacing:0.02em;
}

h4#mainLinks a {
	margin:0 4px 0 4px;
	text-decoration:none;
}
h4#mainLinks a span.suffix {
	margin-left:2px;
}


div#pageContent img#mainImage {
	padding:4px;
	background-color:#ccc;
	xxborder:solid 1px #333;
}
div#wpexcerpt {
	text-align:left;
	margin-top: 48px;
	margin-left:12px;
}
div#wpexcerpt h3 {
	margin-bottom:0;
}
div#wpexcerpt p {
	margin:6px 0 6px 0;
}

h4.inlineHd {
	font-size:11px;
	text-transform:uppercase;
	display:inline;
}
div#news {
	margin-top:12px;
}
div#news p {
	display:inline;
	xxlist-style: none;
}

div#wpexcerpt p.more {
	margin:3px 0 0 -2px;
	xxtext-align:right;
}



div#inprogress {
	/*
	text-align:left;
	width:130px;
	margin: 0 auto; /* needed to center content in browser window */
	line-height:120%;
}
p#footer {
margin-top:48px;
font-size:11px;
}

