* {
	margin: 0px;
	padding: 0px;	
}

body {
	background-color: #f2f9f8;
}

div.pl_clear_both{
	clear: both;
}

div.pl_lineclamp3{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

a.pl_cleanlink{
	text-decoration: none;
	color: black;
}

a.pl_cleanlink:hover{
	text-decoration: none;
	color: black;
}


div.pl_banner {
	float: left;	
	width: 100%;
	background: -moz-linear-gradient(top, black, blue);
	background: linear-gradient(to bottom, black, blue);
//	background-color: blue;	
	margin: 0px;
	padding: 0px;
	height: 60px;
	position: relative;
	font-family:"Times New Roman", Times, serif;
}

@media  screen and (max-width: 500px){
div.pl_banner {
	float: left;	
	width: 100%;
	background: -moz-linear-gradient(top, black, blue);
	background: linear-gradient(to bottom, black, blue);
//	background-color: blue;	
	margin: 0px;
	padding: 0px;
	height: 35px;
	position: relative;
	font-family:"Times New Roman", Times, serif;
}
}


div.pl_nelsonish {
	position: absolute;
	top: 10;
	left: 20;
	margin: 10px;
	padding: 0px;
}

@media  screen and (max-width: 500px){
div.pl_nelsonish {
	position: absolute;
	top: 2;
	left: 10;
	margin: 2px;
	padding: 0px;
}
div.pl_nelsonish h1 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
}

#pl_logout {
	position: absolute;
	top: 2;
	right: 15px;
	margin: 0px;
	padding: 0px;
}

#pl_logout a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 0.75em;	
	margin-right: 20px;
}

#pl_menu_alt_toggle {
	position: absolute;
	top: 2;
	right: 62px;
	margin: 0px;
	padding: 0px;
}

#pl_menu_alt_toggle a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 0.75em;	
	margin-right: 20px;
}

@media screen and (min-width: 810px){
#pl_menu_alt_toggle {
	display: none;
}
}

#pl_nelsonish {
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 1em;
}

span.pl_tagline {
	color: white;
	font-size: 0.5em;
	font-style: italic;
}

@media screen and (max-width: 809px){
span.pl_tagline {
	color: white;
	font-size: 0.2em;
	font-style: italic;
}
}


@media screen and (max-width: 500px){
span.pl_tagline {
	display: none;
}
}

div.pl_menu {
	float: left;
	width: 10%;	
	background-color: blue;	
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	margin: 0px;
}

@media screen and (max-width: 809px){
div.pl_menu {
	display: none;
}
}


div.pl_menu a {
	text-decoration: none;
	color: white;
	font-weight: bold;	
	font-size: 1.5em;
	font-family:"Times New Roman", Times, serif;
}

div.pl_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.pl_menu li {
	margin-top: 10px;
	padding: 5;
}	


div.pl_menu_alt{
	position: absolute;
	background-color: blue;	
	background: -moz-linear-gradient(top, black, blue);
	background: linear-gradient(to bottom, black, blue);
	z-index: 10;
	right: 10px;
	top: 40px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin: 10px;
}


div.pl_menu_alt a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

div.pl_menu_alt ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.pl_menu_alt li {
	margin: 20px;
	padding: 0px;
	text-align:center;
}	


div.pl_main {
	float: left;
	width: 80%;
	padding: 20px;
	margin: 0px;
}

@media screen and (max-width: 809px) {
div.pl_main {
	float: left;
	width: 99%;
	padding: 5px;
	margin: 0px;
}
}

div.pl_list_square{
	width:150px; 
	height:165px; 
	float: left; 
	border-style: solid; 
	border-width: thin; 
	border-color: navy; 
	margin: 5px; 
	padding: 5px; 
	background-color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.pl_list_square_new{
	width:150px; 
	height:165px; 
	float: left; 
	border-style: solid; 
	border-width: thin; 
	border-color: navy; 
	margin: 5px; 
	padding: 5px; 
	background-color: #DDEEFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nextpicanchor {
	position: absolute;
	width: 50px;
	height: 35px;
	bottom: 5px;
	right: 5px;
	padding-top: 15px;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: center;
}


#prevpicanchor {
	position: absolute;
	width: 50px;
	height: 35px;
	bottom: 5px;
	left: 5px;
	padding-top: 15px;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: center;
}

#slideshow {
	position: absolute;
	width: 70px;
	height: 35px;
	top: 5px;
	left: 5px;
	padding-top: 15px;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: center;
}

#bigpiccaption {
	text-align: center;
}

div.pl_heading{
	float: left;
	margin: 0px;
	padding: 0px;
	
}
div.pl_heading h3{
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}


@media screen and (max-width: 500px) {
.form-horizontal .control-label {
	float: left;
	/*original: width: 140px;*/
	width: 85px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
	/*original: margin-left: 160px;*/
	margin-left: 105px;
}
.form-horizontal .form-actions {
	padding-left: 105px;
	background-color: #f2f9f8;
}
}
@media screen and (min-width: 501px) {
.form-horizontal .form-actions {
	background-color: #f2f9f8;
}
}


