@charset "utf-8";
@import url("base.css");

@media only screen and (max-width: 960px) {

	
body {
	background-color:#EFEFE2;
}
body a {
	color: #2d65a1;
	text-decoration: none;
}

body a:hover {
	color:333;
	text-decoration:underline;
}

#showname {
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	color: #2d65a1;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
	
#name {
	float: left;
	text-align: left;
	padding-left: 20px;
	margin-top: 10px;
	font-size: 20px;
	color: #2d65a1;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	width: 70%;
}

#namedate {
	float: right;
	text-align: left;
	margin-top: 10px;
	font-size: 18px;
	color: #2d65a1;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	width: 20%;	
}

#date {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 18px; 

}

#listtext {
	width:100%;
}


#text {
	margin-left: 18px;
	margin-right: 18px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 18px;
}
#text a {
	color: #2d65a1;
	text-decoration: none;
	font-weight: bold;
}
#text a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#notfound {
	text-align:center;
	color: #2d65a1;
	font-weight: bold;
}

#searchtitle {
font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top:12px; 	
}

#search {
	text-align:center;
}

#Photo {
	text-align:center;
}

#slideshow {
	text-align:center;
}

#main {
	width:100%;
	margin-left:4px;
	margin-right:4px;
}
	
}
	
@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	
#showname {
	font-size:18px; 

}

#text {
	margin-left: 6px;
	margin-right: 6px;
	font-size: 18px;
}
#text a {
	color: #2d65a1;
	text-decoration: none;
	font-weight: bold;
}
#text a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#name {
	padding-left:30px;
	font-size:14px; 

}

#namedate {
	font-size:14px; 
	
}


#date {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 16px; 

}
	
}

 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-device-width: 479px) {

#logo { 
        background: url(/memicons/PLFH_title3.jpg);
		width: 250px;
		height:29px;
		background-repeat:no-repeat;
		background-position:center;
        width:100%;
}

#showname {
	font-size:18px; 
}

#date {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 12px; 

}

#text {
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
	text-align:left;

}
#text a {
	font-size: 12px;
}


#name {
	float: left;
	text-align: left;
	padding-left: 8px;
	margin-top: 10px;
	font-size: 12px;
	color: #2d65a1;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	width: 60%;
}

#namedate {
	float: left;
	text-align: left;
	margin-top: 10px;
	font-size: 12px;
	color: #2d65a1;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	width: 20%;	
}





}
