/*
	PageProLive
	created by DotComOnomics

	Thomas Bright
	and
	Tony Scialdone

	http://www.dotcomonomics.com/
*/


html * {
	position: relative; margin: 0; padding: 0; background: transparent;
	font-weight: inherit; font-style: inherit; font-family: inherit; text-align: left; vertical-align: baseline; border: 0; outline: 0; }
:focus { 
	color: #006; 
	outline: 0; }

	
/* CONTAINERS */

html {
	height: 100%;
	background: #fff; }

#wrapper {
	margin: 0 0 -49px 0;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%; }

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	font: normal .8em/1.3em verdana, arial, sans-serif;
	color: #666; }

/* Header */

#header {
	width: 100%;
	height: 49px;
	background: #435d78; }

@font-face {
	font-family: 'Maiandra';
	src: url(../misc/Maiandra.ttf); }
	
#logo {
	float: right;
	margin: 0;
	padding: 0;
	width: 300px; 
	height: 49px; 
	line-height: 49px;
	font-family: 'Maiandra';
	font-size: 25px; 
	color: #fff; 
	letter-spacing: -1px;
	text-align: center; 
	background: #092b4e url(../images/ppl_logo.jpg) no-repeat left top; }
	
#logo a:link,
#logo a:visited,
#logo a:active { color: #ccc; }
#logo a:hover { color: #fff; }	

#header a#viewsite:link,
#header a#viewsite:visited,
#header a#viewsite:active {
	font-weight: bold;
	color: yellow; }
#header a#viewsite:hover {
	color: #fff; }

body#login #header p#sitename  { display: none; color: #435D78; }

#wrap {
	margin: 0;
	padding: 0;
	width: 100%; }


#primary {  
	margin: 98px auto 0 auto;
	width: 500px; }


/* Footer */


#footer {
	clear: both;
	width: 100%;
	height: 49px;
	background: #435d78; }

#footer p {
	margin: 0;
	padding: 0;
	color: #dedede;
	line-height: 49px; }

#footer p#congrats { 
	float: left;
	width: 600px; 
	text-align: center; }

#footer a:link,
#footer a:visited,
#footer a:active {
	font-weight: normal;
	color: #fff;
	border-bottom: 1px dotted #fff; }
#footer a:hover {
	color: yellow;
	border-bottom: 1px dotted yellow; }

#footer p#version {
	float: right;
	width: 300px; 
	background: #092b4e url(../images/bg_version.jpg) no-repeat left top; 
	text-align: center; }

.push {
	clear: both;
	height: 49px; } /* push is for making the footer sticky to the bottom of a short page */
	




a:link,
a:visited,
a:hover,
a:active {
	font-weight: normal;
	font-size: 100%;
	color: #00f;
	text-decoration: none; 
	border-bottom: 1px dotted #00f; }

a:hover { color: #f00; }
a:focus { background: none; }

a.button:link,
a.button:visited,
a.button:active { 
	display: block;
	display: inline;
	margin: 0 14px 0 0;
	padding: 2px 9px 3px 9px;
	width: 100%;
	height: 25px; 
	background: #f9f9f9;
	color: #666; 
	text-align: center; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	white-space: nowrap; 
	border-top: 1px solid #eee; 
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd; }
	
a.button:hover { 
	background: #eee;
	color: #666; 
	border-top: 1px solid #ccc; 
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ddd; }
	





/* HEADLINES */

h1 {
	margin: 21px 0 0px 0px;
	font-weight: normal;
	font-size: 300%;
	font-family: 'Maiandra', verdana, arial, sans-serif;
	color: #ccc;
	text-align: center;
	letter-spacing: -0px;
	text-transform: uppercase; }
	
h1 span { font-size: 200%; }



/* PARAGRAPHS */

p {
	margin: 0;
	padding: 0;
	text-align: center; }



/* FORMS */

form { background: #fcfcfc; 
	display: block;
	margin: 7px auto; 
	padding: 42px 28px;
	width: 222px; 
	border: 1px solid #ccc;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; }

label {
	clear: both;
	display: block;
	margin-top: 7px;
	font-weight: bold;
	color: #4071a9;
	text-transform: uppercase;
	letter-spacing: -1px; }

input {
	display: block;
	padding: 11px;
	width: 200px;
	background: #fff;
	font: bold 136%/1.3em verdana, arial, sans-serif;
	color: #00448d;
	border: 1px solid #c2c2c2; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; }

input.button { 
	display: block;
	display: inline;
	margin: 21px 0 0 0;
	padding: 2px 9px 3px 9px;
	width: auto;
	background: #f9f9f9;
	font-weight: normal;
	font-size: 140%; 
	color: #666; 
	text-align: center; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	white-space: nowrap; 
	border-top: 1px solid #eee; 
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd; }
	
input.button:hover { 
	background: #f9f9f9;
	color: #006; 
	border-top: 1px solid #ccc; 
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ddd; }
		







