

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   .pinfo_list {}
   
   .pinfo_list li {
   		font-size: 0.8em;
   		line-height: 2em;
   }

   .pinfo_h3 {
	   padding: 0;
   }
   
   .pinfo_p {
	   font-size: 0.8em;
	   line-height: 2em;
   }
   

.hcls {
        padding: 0.2em;
        background: #eee;
        color: black;
        font-weight: inherit;
        letter-spacing:1px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        box-shadow:0 1px 4px rgba(0,0,0,.3);
        margin-bottom: .75em;
        text-shadow: none;
}

.hcl1 {
        padding: 0.2em;
        background: #b1c918;
        color: white;
        font-weight: inherit;
        letter-spacing:1px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        box-shadow:0 1px 4px rgba(0,0,0,.3);
        text-shadow: none;
}

.hcl3 {
        padding: 0.2em;
        background: #FF3B89;
        color: white;
        font-weight: inherit;
        letter-spacing:1px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        box-shadow:0 1px 4px rgba(0,0,0,.3);
        text-shadow: none;
}

.hcl2 {
        padding: 0.2em;
        background: #fc0;
        color: white;
        font-weight: inherit;
        letter-spacing:1px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        box-shadow:0 1px 4px rgba(0,0,0,.3);
        text-shadow: none;
}

.link01 {
	color: black;
	text-decoration: none;
}

.link01:hover {
	color:#45b555;
	text-decoration: none;
}

.link02 {
	text-decoration: none;
}

.link02:hover {
	color: #d12f2f;
	text-decoration: none;
}














