/* mobileps.css -- stylesheet for Perceptual Systems LLC 
	This is for mobile web devices (i.e., iPhone, Android WebKit).

	Larry Gale 03/20/2010	
						
*/

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

body {
	margin: 0 auto;
	text-align: center;
	width: 450px;		
	padding-top: 0em;
	font-size: 14px;
	background-color: #ddd;	
	color: #222;
	font-family: Helvetica;
	font-size: 14px;
}

/* 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: Georgia, Courier, serif;
}

#container {
	position: relative;
	text-align: left;
/*	width: 800px;		*/
	margin-right: auto;
	margin-left: auto;
/*	background-color: #f7f7f7;	*/
}

#header {
/*	position: absolute;	*/
	background-image: url(../images/PerceptualLogo450Wide.jpg);	
	left: 0;
	top: 0;
	width: 450px;
	height: 68px;		
	-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;
}

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



#mainbody {
	padding: 5px 0 5px 0;
/*	background-color: #bbccff;
	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: 1em;
	font-size: 1.4em;
	font-weight: bold;
}

#mainbody p {
	margin: 1em 3em 1em 3em;
	font-size: 1.3em;
	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;
}



/* 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;
}

#footer {
	clear: both;
	margin-top: 0em;
	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;
}


/* 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 5px 2px 5px;
			position: relative;
			padding: 5px 5px;
			border: 1px solid black;
			background: #f6e29a;	
			background-color: rgba(255,255,255,0.9);
			font-style: italic;
			font-size: 1.4em;
			-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: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 20px 20px;
	background-color: #fcfcfc;
	font-size: 1.5em;
	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;
}

#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;
	font-size: 1.5em;
	font-style: bold;
	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;
}

	

