/* ps.css -- stylesheet for Perceptual Systems LLC 

	Larry Gale 03/20/2010	
						
*/

html, body {
	padding: 0;
	margin: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	width: 1024px;
	padding-top: 1em;
	background-color: #e7e7e7;
}

/* default font styles */
p, h1, h2, h3, h4, a, ul, li, blockquote {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0px;
/* uncomment here to see borders around various elements 
        border: 1px solid green;        */
}

blockquote {
        font-family: 'New Century Schoolbook', Courier, serif;
}

#container {
	position: relative;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid black;
	border-left: 1px solid black;
/*	background-color: #f7f7f7;	*/
	background-color: #ffffff;
}

#header {
/*	position: absolute;	*/
	left: 0;
	top: 0;
	width: 960px;
	height: 120px;
	background-color: #fafafa;
	border-top: 1px solid black;
/*	-moz-border-radius-topright: 1.5em;
	-moz-border-radius-topleft: 1.5em; -webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px;  */
}

#header h1 {
	padding: 0em;
	margin-left: -9999px;
	display: none;	
}

#header h2 {
	padding: 0;
	margin-left: -9999px;
	display: none;	
}

#LogoText {
	float: left;
}

#LogoImage {
	float: right;
	border-left: 1px dotted black;
}

#mainbody {
	padding: 15px 0 15px 0;
	background-color: #bbccff;
	background-color: #ffffff;
	background-color: #fafafa;

/*	background-image: url(../images/PS_background.png);
	background-position: top left;
	background-repeat: no-repeat;	*/
}

#mainbody h3 {
	font-family: 'Times New Roman', serif;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 2em;
	clear: left;
	padding: 3px 0 3px 0;
}

#mainbody h4 {
	font-family: 'Times New Roman', serif;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 2.6em;
	margin-bottom: 0.5em;
}

#mainbody p {
	margin: 1em 3em 1em 3em;
	font-size: 0.8em;
	line-height: 1.2em;
}


#mainbody ul {
	padding: 0.3em 0 0.3em 0;
	line-height: 1.2em;
}

#mainbody ul li {
	font-size: 0.9em;
	margin-left: 2.2em;
}

	

#nav {
/*	float: left;	*/
	position: relative;
	width: 960px;
	height: 32px;
	text-align: center;
	padding: 0 0 0 0;
	list-style-type: none;
	margin-bottom: 0;
/*	background: #78c1d0;	*/
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#nav ul li {
	text-decoration: none;
	list-style-type: none; display: inline;
}

#nav ul li a {
	float: left;
	display: block;
	padding: .5em 1em;
	color: #333;
	text-decoration: none;
/*	background: #78c1d0	*/
}

#nav ul li a:hover {
	background: #f7f700;
	background: #9ae3f2;
	background-color: #d2f7ff;
	color: #070707;
/*	border-right: 1px dotted black;
	border-left: 1px solid black;	*/
}

/* for multi-columnar layout within the main content area. */
#mainleftcol {
	float: left;;
	width: 50%;
	padding: 0;
}

#mainrightcol {
	float: right;
	width: 50%;
	padding: 0;
}

#tagline {

	background-color:#F7F7F7;
	font-style:italic;
	text-align:center;
	font-size: 1.5em;
}

#footer {
	clear: both;
	margin-top: 0em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #d2f7ff;
/*	background: #9ae3f2;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
 -webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px;	*/
}

address {
	font-size: 1.1em;
	font-family: "Times New Roman", times, serif;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #666600;
	color: #3d3100;
}


/* styles for rounded boxes */

.roundedBox:first-child	{
			margin: 40px 20px 15px 20px;
			position: relative;
			padding: 5px 5px;
			background: #f6e29a;
/*			-moz-border-radius: 1em;
			-webkit-border-radius: 1em;	*/
}


.roundedBox	{
			margin: 0px 100px 15px 100px;
			position: relative;
			padding: 5px 5px;
			border: 1px solid black;
			background: rgb(246,226,154);	
			background: rgba(255,255,255,0.9);
			font-style: italic;
/*			-moz-border-radius: 1em;
			-webkit-border-radius: 1em;	*/
	-moz-box-shadow: 7px 7px 3px #999;
	-webkit-box-shadow: 7px 7px 3px #999;
	box-shadow: 7px 7px 3px #999;
}

.roundedBox ul {
			list-style-type: square;
			list-style-position: outside;
}

.roundedBox h3 {
	margin: 0 1em 0 1em;
	font-family: 'Times New Roman', serif;
}


.blogentry {
/*	float: left;	*/
	position: relative;
	width: 500px;
	margin-left: 130px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 20px 20px;
	background-color: #fcfcfc;
	font-size: 1em;
	border: 1px solid black;
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em;
	-moz-border-radius-bottomleft: 1.0em;
	-moz-border-radius-bottomright: 1.0em;
	-webkit-border-top-left-radius: 1.0em;
	-webkit-border-top-right-radius: 1.0em;
	-webkit-border-bottom-left-radius: 1.0em;
	-webkit-border-bottom-right-radius: 1.0em;
	border-top-left-radius: 1.0em;
	border-top-right-radius: 1.0em;
	border-bottom-left-radius: 1.0em;
	border-bottom-right-radius: 1.0em;
	-moz-box-shadow: 10px 10px 5px #999;
	-webkit-box-shadow: 10px 10px 5px #999;
	box-shadow: 10px 10px 5px #999;
}

.blogentry h4 {
	border-bottom: 2px solid red;
	padding-bottom: 2px;
	margin-right: 15px;
	font-family: Georgia, Palatino, "Palatino Linotype", "DejaVu Serif", serif;
	font-style: italic;
	color: #434343;

}

.blogentry p {
	margin-right: 15px;
}

.entrydate {
	font-family: 'Times New Roman',serif;
	margin-left: 1.25em;
	font-size: 0.8em;
}

.bulleted {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0em 3em;
}

.smallbullets {
	list-style-type: circle;
	font-size: 0.9em;
	line-height: 1em;
	margin: 0em 3em;
}

.nobullets {
	list-style-type: none;
}

#bigbullets {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-left: 15px;
	margin-right: 25px;
}

#mainbody h4.question {
	margin-left: 2em;
	font-style: italic;
	margin-bottom: 0.5em;
}

#paginator {
	clear: left;
	font-size: 1.5em;
}

#paginator p {
	margin-bottom: 0;
}

#pageblog {
	margin-left: 2em;
}

#pageblog a {
	float: left;
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0 0.5em 0.5em 0.5em;
	color: #111;
	text-decoration: none;
/*	background: #78c1d0;	*/
	background: #fffdbb;
	background: #78c1d0;
	border: 1px solid black;
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em;
	-moz-border-radius-bottomleft: 1.0em;
	-moz-border-radius-bottomright: 1.0em;
	-webkit-border-top-left-radius: 1.0em;
	-webkit-border-top-right-radius: 1.0em;
	-webkit-border-bottom-left-radius: 1.0em;
	-webkit-border-bottom-right-radius: 1.0em;
	border-top-left-radius: 1.0em;
	border-top-right-radius: 1.0em;
	border-bottom-left-radius: 1.0em;
	border-bottom-right-radius: 1.0em;
	-moz-box-shadow: 10px 10px 5px #999;
	-webkit-box-shadow: 10px 10px 5px #999;
	box-shadow: 10px 10px 5px #999;
}

#pageblog a:hover {
	background: #f7f700;
}

.permalink {
	font-size: 0.75em;
	margin-left: 1.5em;
}

.simpleText {
	font-style: normal;
	font-size: 0.85em;
	margin-left: 2.5em;
	line-height: 1.2em;
}
	
